:root{--color-accent: #b18f5d;--color-ink: #1a1a1a;--color-text: #1a1c1c;--color-muted: #444748;--color-bg: #f9f9f9;--color-surface: #ffffff;--color-border: #c4c7c7;--font-heading: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius: 0;--container: 1200px;--space-1: 4px;--space-2: 8px;--space-3: 16px;--space-4: 24px;--space-5: 40px;--space-6: 64px;--space-7: 96px;--btn-padding-y: var(--space-2);--btn-padding-x: var(--space-4);--section-pad-y: var(--space-7)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6}#app{display:flex;flex-direction:column;min-height:100vh;overflow-x:clip}#main{flex:1 0 auto}h1,h2,h3{font-family:var(--font-heading);color:var(--color-ink);font-weight:700;line-height:1.2;margin:0 0 var(--space-3)}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-3)}.uppercase{text-transform:uppercase;letter-spacing:.12em}.btn{display:inline-block;border:1px solid var(--color-ink);background:var(--color-ink);color:var(--color-surface);padding:var(--space-2) var(--space-4);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.12em;font-weight:600;font-size:.875rem;font-family:inherit;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.btn:hover{text-decoration:none;background:var(--color-surface);color:var(--color-ink)}.btn--gold{background:var(--color-accent);border-color:var(--color-accent)}.btn--gold:hover{background:var(--color-surface);color:var(--color-accent)}.btn--outline{background:transparent;color:var(--color-ink)}.btn--outline:hover{background:var(--color-ink);color:var(--color-surface)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-4)}.site-header,.site-footer{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.site-footer{background:var(--color-ink);border-top:none;border-bottom:none;margin-top:0;color:#ffffffbf}.site-footer .footer-heading,.site-footer .footer-logo{color:#fff}.site-footer .footer-logo:hover{color:var(--color-accent)}.site-footer .footer-about{color:#ffffffb3}.footer-brand{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.footer-brand .footer-about{margin:0;max-width:22ch;font-size:.875rem}.site-footer .footer-links a,.site-footer .footer-contact a{color:#ffffffbf}.site-footer .footer-links a:hover,.site-footer .footer-contact a:hover{color:var(--color-accent)}.site-footer .footer-bottom{color:#fff9;border-top-color:#ffffff26}.section{padding:var(--section-pad-y) 0}.section--surface{background:var(--color-surface)}.section--bg{background:var(--color-bg)}.section--bg-img{background-size:cover;background-position:center;background-repeat:no-repeat}.section--ink{background:var(--color-ink);color:var(--color-surface)}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:.75rem;font-weight:600;color:var(--color-accent);margin:0 0 var(--space-2)}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);margin:0 0 var(--space-4)}.section-head--center{text-align:center;max-width:720px;margin:0 auto var(--space-5)}.section-title--accent{display:inline-block;border-left:3px solid var(--color-accent);padding-left:var(--space-2);color:var(--color-accent);font-family:var(--font-body);font-size:1.125rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin:0 0 var(--space-4)}.grid-auto{display:grid;gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.btn--ghost-gold{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.media-card{position:relative;overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface)}.media-card img{width:100%;height:100%;object-fit:cover}.site-header{position:sticky;top:0;z-index:50}.site-header[data-custom]{background:var(--header-bg)}.site-header[data-custom] .header-logo,.site-header[data-custom] .header-nav a,.site-header[data-custom] .icon-btn,.site-header[data-custom] .cust-cart{color:var(--header-text)}.site-header[data-custom] .header-nav a:hover,.site-header[data-custom] .header-logo:hover{color:var(--header-text);opacity:.82}.site-header[data-custom] .header-nav a:hover,.site-header[data-custom] .header-nav a.is-active{color:var(--header-accent, var(--header-text));opacity:1}.site-header[data-custom] .btn--outline{color:var(--header-text);border-color:var(--header-text)}.site-header[data-custom] .header-sub a{color:var(--color-ink)}.site-header[data-custom] .header-sub a:hover{color:var(--color-accent)}.header-inner{display:flex;align-items:center;gap:var(--space-4);min-height:72px}.header-logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-ink)}.header-logo:hover{text-decoration:none;color:var(--color-accent)}.header-nav{display:flex;align-items:center;gap:var(--space-3);margin-left:auto}.header-nav a{color:var(--color-ink);text-transform:uppercase;letter-spacing:.1em;font-size:var(--header-nav-size, .8125rem);font-weight:600;padding:var(--space-2) 0;white-space:nowrap}.header-nav a:hover,.header-nav a.is-active{color:var(--header-accent, var(--color-accent));text-decoration:none}.header-search{display:flex;align-items:center;flex:0 1 240px;min-width:150px;margin-left:var(--space-3);background:#fff;border:1px solid var(--color-border);border-radius:999px;overflow:hidden}.header-search__input{flex:1;width:100%;min-width:0;border:0;outline:none;padding:8px 14px;font-size:.875rem;background:transparent;color:var(--color-text)}.header-search__btn{border:0;background:transparent;padding:6px 12px;font-size:1.1rem;cursor:pointer;color:var(--color-muted)}@media(max-width:900px){.header-search{display:none}}.header-actions{display:flex;align-items:center;gap:var(--space-2);margin-left:var(--space-3)}.lang-switch{position:relative;display:inline-flex}.lang-switch__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-ink, #1a1a1a);background:transparent;border:0;cursor:pointer;padding:0}.lang-switch__btn:hover{color:var(--color-accent)}.lang-switch__menu{position:absolute;top:calc(100% + 6px);right:0;min-width:168px;list-style:none;margin:0;padding:4px 0;background:var(--color-surface, #fff);border:1px solid var(--color-border, #c4c7c7);box-shadow:0 8px 24px #0000001f;z-index:60}.lang-switch__opt{display:flex;align-items:center;gap:10px;padding:9px 16px;font-size:14px;line-height:1.2;color:var(--color-text, #1a1c1c);text-decoration:none;white-space:nowrap}.lang-switch__opt:hover{background:var(--color-bg, #f9f9f9);color:var(--color-accent);text-decoration:none}.lang-switch__opt.is-active{font-weight:600;color:var(--color-accent)}.lang-switch__flag{display:block;width:22px;height:15px;flex-shrink:0;border:1px solid rgba(0,0,0,.12);border-radius:2px;overflow:hidden}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-ink);background:transparent;border:0;cursor:pointer}.icon-btn:hover{color:var(--color-accent);text-decoration:none}.cart-badge{position:absolute;top:4px;right:2px;min-width:16px;height:16px;padding:0 4px;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;line-height:16px;text-align:center;border-radius:999px}.user-menu{position:relative}.user-pop{position:absolute;right:0;top:calc(100% + 8px);min-width:200px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 8px 24px #00000014;z-index:60}.user-pop__name{padding:var(--space-3);border-bottom:1px solid var(--color-border);font-weight:600;color:var(--color-ink)}.user-pop a,.user-pop button{display:block;width:100%;text-align:left;padding:var(--space-2) var(--space-3);background:transparent;border:0;cursor:pointer;font:inherit;color:var(--color-text);text-transform:none;letter-spacing:0}.user-pop a:hover,.user-pop button:hover{background:var(--color-bg);color:var(--color-accent);text-decoration:none}.header-burger{display:none}.header-book{display:inline-flex;align-items:center;gap:var(--space-1);font-size:.75rem;padding:var(--space-2) var(--space-3);white-space:nowrap}.cms-content{line-height:1.7;color:var(--color-text)}.cms-content h2{font-family:var(--font-heading, inherit);font-size:1.6rem;margin:1.4em 0 .5em}.cms-content h3{font-size:1.25rem;margin:1.2em 0 .4em}.cms-content p{margin:0 0 1em}.cms-content ul,.cms-content ol{padding-left:1.5em;margin:0 0 1em}.cms-content li{margin:.25em 0}.cms-content h4{font-size:1.1rem;margin:1.1em 0 .4em}.cms-content h5,.cms-content h6{font-size:1rem;margin:1em 0 .3em}.cms-content :is(h2,h3,h4,h5,h6){scroll-margin-top:90px}.cms-content img{max-width:100%;height:auto;border-radius:var(--radius);margin:.5em 0}.cms-content figure{margin:1em 0}.cms-content figure img{display:inline-block;margin:0}.cms-content figcaption{margin-top:.4em;font-size:.875rem;font-style:italic;color:var(--color-muted)}.cms-content a{color:var(--color-accent);text-decoration:underline}.cms-content blockquote{margin:0 0 1em;padding-left:1em;border-left:3px solid var(--color-accent);color:var(--color-muted)}.post-toc{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);padding:var(--space-3) var(--space-4);margin:var(--space-4) 0}.post-toc__title{font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5em}.post-toc ul{list-style:none;margin:0;padding:0}.post-toc__item{margin:.25em 0;line-height:1.4}.post-toc__item a{color:var(--color-text);text-decoration:none}.post-toc__item a:hover{color:var(--color-accent);text-decoration:underline}.post-toc__lv-3{padding-left:1.2em}.post-toc__lv-4{padding-left:2.4em}.post-toc__lv-5{padding-left:3.6em}.post-toc__lv-6{padding-left:4.8em;font-size:.9em}.post-toc__lv-5{font-size:.92em}.header-logo__img{height:var(--header-logo-h, 40px);width:auto;max-width:100%;display:block;object-fit:contain}@media(max-width:960px){.header-logo__img{height:min(var(--header-logo-h, 40px),48px);max-width:60vw}}.footer-logo__img{height:60px;width:auto;display:block;object-fit:contain}.fc{position:fixed;right:16px;bottom:16px;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.fc-call{display:inline-flex;align-items:center;text-decoration:none}.fc-call__num{background:#fff;color:var(--color-accent-2, #f20c28);font-weight:800;font-size:15px;padding:9px 24px 9px 14px;margin-right:-18px;border-radius:22px;box-shadow:0 2px 10px #00000038;white-space:nowrap;animation:fc-call-num 1.2s ease-in-out infinite}.fc-call__circle{position:relative;width:56px;height:56px;flex:0 0 auto}.fc-call__ico{position:absolute;inset:0;z-index:2;border-radius:50%;background:var(--color-accent-2, #f20c28);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #f20c2880;animation:fc-call-shake 1s ease-in-out infinite}.fc-call__ring{position:absolute;inset:0;border-radius:50%;background:var(--color-accent-2, #f20c28);opacity:.5;animation:fc-pulse 1.6s ease-out infinite}.fc-call__ring--2{animation-delay:.6s}@keyframes fc-call-shake{0%,to{transform:rotate(0)}20%{transform:rotate(-14deg)}40%{transform:rotate(14deg)}60%{transform:rotate(-8deg)}80%{transform:rotate(8deg)}}@keyframes fc-call-num{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media(prefers-reduced-motion:reduce){.fc-call__num,.fc-call__ico,.fc-call__ring{animation:none}}.fc__btn{position:relative;width:52px;height:52px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 14px #00000040;transition:transform .2s ease;animation:fc-bob 2.4s ease-in-out infinite}.fc__btn:before{content:"";position:absolute;inset:0;border-radius:999px;border:2px solid currentColor;opacity:.5;animation:fc-pulse 2s ease-out infinite}.fc__btn:hover{transform:scale(1.12);text-decoration:none;animation-play-state:paused}@keyframes fc-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes fc-pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.5);opacity:0}}@media(prefers-reduced-motion:reduce){.fc__btn,.fc__btn:before{animation:none}.header-nav{transition:none}}.fc__btn--zalo{background:#0068ff}.fc__btn--messenger{background:linear-gradient(135deg,#00b2ff,#006aff)}.fc__btn--facebook{background:#1877f2}.fc__btn--tiktok{background:#010101}.fc__btn--top{background:transparent;box-shadow:none;color:var(--color-accent);border:0;cursor:pointer;animation:fc-top-bob 1.7s ease-in-out infinite;filter:drop-shadow(0 1px 2px rgba(0,0,0,.5));opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .2s ease}.fc__btn--top.is-visible{opacity:1;visibility:visible;pointer-events:auto}.fc__btn--top{width:56px;height:56px}.fc__btn--top svg{width:48px;height:48px;flex:0 0 auto}@media(max-width:640px){.fc__btn--top{width:48px;height:48px}.fc__btn--top svg{width:40px;height:40px}}.fc__btn--top:before{display:none}.fc__btn--top:hover{transform:translateY(-2px) scale(1.12)}@keyframes fc-top-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.fc__zalo-text{font-weight:700;font-size:.8rem;letter-spacing:.02em}@media(max-width:640px){.fc__btn{width:46px;height:46px}.fc--hide-mobile{display:none}}@media(min-width:641px){.fc--hide-desktop{display:none}}.socialbar{position:fixed;z-index:60;display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;background:#1f1f1f;box-shadow:0 6px 20px #00000040}.socialbar--left{left:0;border-radius:0 14px 14px 0}.socialbar--right{right:0;border-radius:14px 0 0 14px}.socialbar__btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:10px;transition:transform .18s ease,filter .18s ease}.socialbar__btn:hover{transform:scale(1.1);filter:brightness(1.12);text-decoration:none}.socialbar__btn--phone{background:#12b76a}.socialbar__btn--facebook{background:#1877f2}.socialbar__btn--zalo{background:#0068ff}.socialbar__btn--youtube{background:red}.socialbar__btn--tiktok{background:#000}.socialbar__btn--messenger{background:linear-gradient(135deg,#00b2ff,#006aff)}.socialbar__zalo-text{font-weight:800;font-size:.72rem;letter-spacing:.01em;line-height:1}@media(max-width:640px){.socialbar{gap:8px;padding:8px 5px}.socialbar__btn{width:34px;height:34px}.socialbar__btn svg{width:20px;height:20px}.socialbar__zalo-text{font-size:.58rem}}.booking-fieldset{border:1px solid var(--color-border);border-radius:var(--radius);padding:var(--space-4);margin:0 0 var(--space-4)}.booking-fieldset legend{padding:0 var(--space-2);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.booking-services{display:flex;flex-direction:column;gap:var(--space-2)}.booking-service{display:flex;align-items:flex-start;gap:var(--space-1)}.booking-field{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--space-3);font-size:.9rem}.booking-field:last-child{margin-bottom:0}.booking-field input,.booking-field select{padding:8px;border:1px solid var(--color-border);border-radius:var(--radius);font:inherit;max-width:360px}.booking-hint{color:var(--color-muted);font-size:.875rem;margin:var(--space-2) 0 0}.booking-slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:var(--space-3)}.popup-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;background:#0009;animation:popup-fade .2s ease}.popup-modal__body{position:relative;width:450px;max-width:92vw}.popup-modal__img{display:block;width:100%;max-height:90vh;height:auto;border-radius:12px;border:3px solid #fff;box-shadow:0 10px 40px #00000073}.popup-modal__close{position:absolute;top:-14px;right:-14px;width:36px;height:36px;border-radius:999px;border:0;background:#fff;color:var(--color-ink);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px #0000004d}.popup-modal__close:hover{background:var(--color-accent);color:#fff}@keyframes popup-fade{0%{opacity:0}to{opacity:1}}.price-page__list{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-4)}.price-page__img{display:block;max-width:100%;height:auto;border:1px solid var(--color-border);border-radius:var(--radius)}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--space-5);margin-top:var(--space-3);align-items:start}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info__list{list-style:none;padding:0;margin:var(--space-2) 0 0;display:flex;flex-direction:column;gap:var(--space-2);line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:var(--space-2)}.contact-form label{display:flex;flex-direction:column;gap:4px;font-size:.9rem}.contact-form input,.contact-form textarea,.contact-form select{padding:8px;border:1px solid var(--color-border);border-radius:var(--radius);font:inherit;background:#fff}.contact-form button{align-self:flex-start;margin-top:var(--space-1)}.contact-error{color:#c0392b;margin:0}.contact-thanks{color:var(--color-accent);font-weight:600}.cta-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-3);background:#00000080}.cta-modal__box{position:relative;width:100%;max-width:460px;max-height:90vh;overflow-y:auto;background:var(--color-surface, #fff);border-radius:var(--radius);padding:var(--space-5) var(--space-4) var(--space-4);box-shadow:0 12px 40px #00000040}.cta-modal__close{position:absolute;top:8px;right:10px;border:0;background:none;font-size:1.1rem;line-height:1;cursor:pointer;color:var(--color-text-muted, #444)}.cta-modal__title{margin:0 0 var(--space-3);font-size:1.15rem}.contact-map{margin-top:var(--space-5)}.contact-map iframe{width:100%;height:380px;border:0;border-radius:var(--radius)}.service-grid{display:grid;grid-template-columns:repeat(var(--list-cols, 3),1fr);gap:var(--space-4);margin-top:var(--space-3)}@media(max-width:900px){.service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.service-grid{grid-template-columns:1fr}}.service-card{display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .15s ease,transform .15s ease}.service-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.service-card__link{display:flex;flex-direction:column;flex:1;color:inherit}.service-card__link:hover{text-decoration:none}.service-card__media{aspect-ratio:4 / 3;background:var(--color-bg);position:relative;overflow:hidden}.service-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.service-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-border);font-weight:700;letter-spacing:.2em}.service-card__body{display:flex;flex-direction:column;gap:var(--space-1);padding:var(--space-3)}.service-card__name{margin:0;font-size:1.05rem}.service-card__more{display:inline-block;margin-top:var(--space-2);font-weight:600;font-size:.9rem;color:var(--color-accent)}.service-card--plain .service-card__cta{display:none}.service-card__rating{display:flex;align-items:center;gap:var(--space-1)}.service-card__rating-text{font-size:.8rem;color:var(--color-muted)}.service-card__meta{display:flex;align-items:baseline;justify-content:space-between;margin-top:var(--space-1)}.service-card__price{font-weight:700;color:var(--color-accent)}.service-card__duration{font-size:.85rem;color:var(--color-muted)}.service-card__cta{margin:0 var(--space-3) var(--space-3);text-align:center}.service-detail__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-5);align-items:start}@media(max-width:768px){.service-detail__top{grid-template-columns:1fr}}.service-detail__media img{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--color-border)}.service-detail__rating{display:flex;align-items:center;gap:var(--space-2);margin:var(--space-2) 0}.service-detail__rating-text{font-size:.875rem;color:var(--color-muted)}.service-detail__price{font-size:1.5rem;font-weight:700;color:var(--color-accent);margin:var(--space-2) 0 0}.service-detail__duration{color:var(--color-muted);margin:0 0 var(--space-3)}.service-detail__cta{display:inline-block;margin-top:var(--space-3)}.service-detail__content{margin-top:var(--space-6)}.stars__on{color:var(--color-accent)}.stars__off{color:var(--color-border)}.reviews__list{list-style:none;padding:0;margin:0 0 var(--space-5)}.reviews__item{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border)}.rv-list{list-style:none;margin:0 0 var(--space-5);padding:0;display:flex;flex-direction:column;gap:var(--space-4)}.rv-item{display:flex;gap:var(--space-3);padding-bottom:var(--space-4);border-bottom:1px solid var(--color-border)}.rv-item__body{flex:1;min-width:0}.rv-avatar{flex:0 0 40px;width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1rem;text-transform:uppercase}.rv-item__head{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.rv-item__content{margin:var(--space-1) 0 0;color:var(--color-text)}.rv-actions{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-2)}.rv-like,.rv-reply-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:4px 2px;cursor:pointer;font:inherit;font-size:.85rem;font-weight:600;color:var(--color-muted)}.rv-like:hover,.rv-reply-btn:hover,.rv-like.is-active{color:var(--color-accent)}.rv-replies{list-style:none;margin:var(--space-3) 0 0;padding:0 0 0 var(--space-4);border-left:2px solid var(--color-border);display:flex;flex-direction:column;gap:var(--space-3)}.rv-reply{display:flex;gap:var(--space-2)}.rv-reply .rv-avatar{flex-basis:30px;width:30px;height:30px;font-size:.8rem}.rv-reply__body{flex:1;min-width:0}.rv-reply__content{margin:2px 0 0;font-size:.9rem}.rv-reply-form{display:flex;flex-direction:column;gap:var(--space-2);margin-top:var(--space-3);max-width:480px}.rv-reply-form input,.rv-reply-form textarea{padding:8px;border:1px solid var(--color-border);border-radius:var(--radius);font:inherit}.rv-reply-form button{align-self:flex-start}.reviews__head{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.reviews__date{font-size:.8rem;color:var(--color-muted)}.reviews__content{margin:var(--space-1) 0 0}.reviews__form{display:flex;flex-direction:column;gap:var(--space-2);max-width:480px}.reviews__form label{display:flex;flex-direction:column;gap:4px;font-size:.875rem}.reviews__form input,.reviews__form select,.reviews__form textarea{padding:8px;border:1px solid var(--color-border);border-radius:var(--radius);font:inherit}.reviews__form button{align-self:flex-start}.reviews__error{color:#c0392b;margin:0}.reviews__thanks{color:var(--color-accent);font-weight:600}.header-nav__has-sub{position:relative;display:inline-flex;align-items:center}.header-nav__chev{display:inline-flex;align-items:center;background:none;border:0;color:inherit;cursor:pointer;padding:2px;margin-left:2px;transition:transform .2s ease}.header-nav__has-sub:hover .header-nav__chev,.header-nav__has-sub:focus-within .header-nav__chev{transform:rotate(180deg)}.site-header[data-custom] .header-nav__chev{color:var(--header-text)}.header-sub{position:absolute;top:100%;left:0;min-width:200px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 8px 24px #00000014;display:flex;flex-direction:column;z-index:60;opacity:0;visibility:hidden;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.header-nav__has-sub:hover .header-sub,.header-nav__has-sub:focus-within .header-sub{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.header-sub a{padding:var(--space-2) var(--space-3);text-transform:none;letter-spacing:0;font-size:.8125rem;font-weight:500;color:var(--color-ink);white-space:nowrap}.header-sub a:hover{background:var(--color-bg);color:var(--color-accent)}.header-nav__book,.header-nav__close,.header-drawer-bd{display:none}@media(max-width:960px){.header-nav{position:fixed;inset:0 0 0 auto;width:min(84vw,340px);flex-direction:column;align-items:stretch;gap:0;margin-left:0;background:var(--color-surface);padding:60px var(--space-4) var(--space-4);max-height:none;overflow-y:auto;opacity:1;transform:translate(100%);border-bottom:0;box-shadow:-10px 0 30px #0000002e;z-index:200;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.header-nav.is-open{transform:translate(0)}.header-drawer-bd{display:block;position:fixed;inset:0;background:#0000006b;z-index:199}.header-nav__close{display:inline-flex;align-items:center;justify-content:center;position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;background:none;color:var(--color-ink);cursor:pointer}.header-nav a,.header-nav__label{padding:var(--space-3) 0;border-bottom:1px solid var(--color-border);text-align:left;justify-content:flex-start}.header-nav>a:last-of-type{border-bottom:0}.site-header[data-custom] .header-nav a,.site-header[data-custom] .header-nav__label{color:var(--color-ink)}.site-header[data-custom] .header-nav a:hover,.site-header[data-custom] .header-nav__label:hover{color:var(--color-accent);opacity:1}.header-nav__has-sub>a,.header-nav__has-sub>.header-nav__label{flex:1 1 auto}.header-nav__chev{margin-left:auto}.site-header[data-custom] .header-nav__chev{color:var(--color-ink)}.site-header[data-custom] .header-nav__book.btn--gold{color:#fff;border:1px solid var(--color-accent)}.site-header[data-custom] .header-nav__book.btn--outline{color:var(--color-accent);border:1px solid var(--color-accent)}.site-header[data-custom] .header-nav__book.btn--outline:hover{background:var(--color-accent);color:#fff}.site-header[data-custom] .header-nav__book.btn--gold:hover{background:color-mix(in srgb,var(--color-accent) 85%,#000);color:#fff}.site-header[data-custom] .cust-login,.site-header[data-custom] .cust-acct__btn{border:0;background:transparent;padding:0;width:40px;height:40px;justify-content:center;color:var(--header-text)}.header-inner{gap:12px}.header-actions .header-book{display:none}.header-nav a.header-nav__book,.header-nav button.header-nav__book{display:inline-flex;align-self:stretch;justify-content:center;gap:var(--space-2);padding:var(--space-3);margin:var(--space-3) 0;border-bottom:0;width:100%}.header-logo{order:0}.header-actions{order:2;margin-left:auto}.header-burger{display:inline-flex;order:3;margin-left:0}.header-actions .lang-switch{display:none}.header-nav__has-sub{display:flex;flex-wrap:wrap;align-items:center}.header-nav__has-sub>a,.header-nav__has-sub>.header-nav__label{flex:1}.header-nav__chev{display:inline-flex}.header-nav__has-sub.is-open .header-nav__chev{transform:rotate(180deg)}.header-sub{position:static;flex-basis:100%;display:flex;flex-direction:column;max-height:0;overflow:hidden;border:0;box-shadow:none;padding-left:var(--space-3);opacity:1;visibility:visible;transform:none;pointer-events:auto;transition:max-height .32s ease}.header-nav__has-sub:hover .header-sub,.header-nav__has-sub:focus-within .header-sub{max-height:0;opacity:1;visibility:visible;transform:none}.header-nav__has-sub.is-open .header-sub{max-height:500px}.header-sub a{border-bottom:1px solid var(--color-border)}}.hero{position:relative;background:var(--color-ink)}.hero__viewport{position:relative;width:100%;height:clamp(440px,calc(100vh - 80px),1040px);overflow:hidden}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}.hero__slide.is-active{opacity:1}.hero__slide img{width:100%;height:100%;object-fit:cover}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#00000059;color:#fff;border:0;cursor:pointer;font-size:1.75rem;line-height:1}.hero__arrow:hover{background:#0000008c}.hero__arrow--prev{left:var(--space-3)}.hero__arrow--next{right:var(--space-3)}.hero__dots{position:absolute;left:0;right:0;bottom:var(--space-3);display:flex;gap:var(--space-2);justify-content:center}.hero__dot{width:10px;height:10px;padding:0;border:1px solid #fff;background:transparent;cursor:pointer;border-radius:999px}.hero__dot.is-active{background:#fff}@media(max-width:640px){.hero__arrow{width:36px;height:36px;font-size:1.4rem}}.hot-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(var(--sec-cols, 4),1fr)}.hot-card{margin:0;text-align:center}.hot-card__frame{position:relative;display:block;border:2px solid var(--color-ink);padding:6px;background:var(--color-surface);aspect-ratio:3 / 4;overflow:hidden}.hot-card__frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hot-card__frame:hover img{transform:scale(1.04)}.hot-card__more{position:absolute;left:50%;bottom:18px;transform:translate(-50%);background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:600;padding:var(--space-2) var(--space-3);opacity:0;transition:opacity .25s ease}.hot-card__frame:hover .hot-card__more,.hot-card__frame:focus-visible .hot-card__more{opacity:1}.hot-card__name{margin:var(--space-3) 0 0;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;font-size:1rem;color:var(--color-ink)}@media(max-width:960px){.hot-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.hot-grid{grid-template-columns:repeat(2,1fr)}.hot-card__more{opacity:1}}.collection-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(4,1fr)}.collection-item{margin:0;overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);aspect-ratio:3 / 4}.collection-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-item:hover img{transform:scale(1.04)}@media(max-width:960px){.collection-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.collection-grid{grid-template-columns:repeat(2,1fr)}}.sec-shell--head-top{display:block}.sec-shell--head-left{display:grid;grid-template-columns:minmax(220px,1fr) 2.6fr;gap:var(--space-6);align-items:start}.sec-shell__head{margin-bottom:var(--space-6)}.sec-shell--head-top .sec-shell__head{text-align:center}.sec-shell--head-left .sec-shell__head{margin-bottom:0;position:sticky;top:96px}.sec-shell__title{font-family:var(--font-heading);color:var(--color-ink);margin:0 0 var(--space-3)}.sec-shell__desc{color:var(--color-muted);margin:0;max-width:56ch}.sec-shell--head-top .sec-shell__desc{margin-left:auto;margin-right:auto}.sec-shell__cta{margin-top:var(--space-5);display:flex}.sec-shell__cta--left{justify-content:flex-start}.sec-shell__cta--center{justify-content:center}.sec-shell__cta--right{justify-content:flex-end}@media(max-width:860px){.sec-shell--head-left{grid-template-columns:1fr;gap:var(--space-5)}.sec-shell--head-left .sec-shell__head{position:static;text-align:center;margin-bottom:var(--space-5)}}.svc-head{text-align:center;margin-bottom:var(--space-6)}.svc-head__eyebrow{font-size:1.125rem;letter-spacing:.18em;margin-bottom:var(--space-3)}.svc-head__desc{color:var(--color-muted);margin:0 auto;max-width:56ch}.svc-cards{display:grid;grid-template-columns:repeat(var(--sec-cols, 4),1fr);gap:var(--space-5) var(--space-4);align-content:start}@media(max-width:640px){.sec-shell__body--swipe>:first-child{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:var(--space-4);padding-bottom:6px;scrollbar-width:none;min-height:0!important}.sec-shell__body--swipe>:first-child::-webkit-scrollbar{display:none}.sec-shell__body--swipe>:first-child>*{flex:0 0 85%;min-width:0;scroll-snap-align:center}}.sec-shell__body--auto>:first-child{grid-template-columns:repeat(auto-fit,minmax(var(--min-card, 260px),1fr))}.sec-shell__body--rcols>:first-child{grid-template-columns:repeat(var(--cols-d, 4),1fr)}@media(max-width:960px){.sec-shell__body--rcols>:first-child{grid-template-columns:repeat(var(--cols-t, 2),1fr)}}@media(max-width:600px){.sec-shell__body--rcols:not(.sec-shell__body--swipe)>:first-child{grid-template-columns:repeat(var(--cols-m, 1),1fr)}}.svc-pager{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-5)}.svc-pager__btn{width:36px;height:36px;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;font-size:1.25rem;line-height:1}.svc-pager__btn:disabled{opacity:.4;cursor:default}.svc-pager__dot{width:10px;height:10px;border-radius:99px;border:1px solid var(--color-accent);background:transparent;cursor:pointer;padding:0}.svc-pager__dot.is-active{background:var(--color-accent)}.svc-more{text-align:center;margin-top:var(--space-5)}.svc-item{margin:0;display:flex;flex-direction:column;height:100%;border:var(--card-bd, none);border-radius:var(--card-radius, 0);box-shadow:var(--card-shadow, none);background:var(--card-bg, transparent);overflow:hidden}.svc-item__frame{display:block;border:3px solid var(--color-ink);padding:8px;background:var(--color-surface);aspect-ratio:3 / 4;overflow:hidden}.svc-item__frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.svc-item__frame:hover img{transform:scale(1.04)}.svc-item__info{display:flex;flex-direction:column;flex:1;padding-top:var(--space-3)}.svc-item__name{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 var(--space-2);color:var(--color-ink)}.svc-item__row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-3)}.svc-item__price{color:var(--color-muted);font-size:.875rem}.svc-item__rating{color:var(--color-accent);font-size:.8125rem;font-weight:600;white-space:nowrap}.svc-item__cta{margin-top:auto;font-size:.75rem;padding:var(--space-2) var(--space-3)}@media(max-width:980px){.svc-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.svc-cards{grid-template-columns:1fr}}.section-desc{color:var(--color-muted);margin:0 auto;max-width:56ch}.section-cta{text-align:center;margin-top:var(--space-5)}.news-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(var(--sec-cols, var(--list-cols, 4)),1fr)}.news-card{margin:0;background:var(--color-surface);border:1px solid var(--color-border);display:flex;flex-direction:column}.news-card__frame{display:block;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-bg)}.news-card__frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.news-card__frame:hover img{transform:scale(1.04)}.news-card__body{padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.news-card__date{color:var(--color-accent);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}.news-card__title{font-size:1.0625rem;margin:0;line-height:1.3}.news-card__title a{color:var(--color-ink)}.news-card__title a:hover{color:var(--color-accent);text-decoration:none}.news-card__excerpt{color:var(--color-muted);font-size:.875rem;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:960px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.news-grid{grid-template-columns:1fr}}.feedback-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(var(--sec-cols, 4),1fr)}.feedback-item{margin:0;overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface);aspect-ratio:3 / 4}.feedback-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.feedback-item:hover img{transform:scale(1.04)}@media(max-width:960px){.feedback-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.feedback-grid{grid-template-columns:repeat(2,1fr)}}.video-grid{display:grid;gap:var(--space-4);grid-template-columns:repeat(4,1fr)}.video-item{margin:0}.video-item__frame{position:relative;display:block;width:100%;padding:0;border:2px solid var(--color-ink);background:var(--color-ink);aspect-ratio:3 / 4;overflow:hidden;cursor:pointer}.video-item__frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.video-item__frame:hover img{transform:scale(1.04)}.video-item__play{position:absolute;inset:0;margin:auto;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:#fff;font-size:1.25rem;border-radius:999px;pointer-events:none}.video-item__title{margin:var(--space-2) 0 0;font-size:.9375rem;color:var(--color-ink)}@media(max-width:960px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.video-grid{grid-template-columns:1fr}}.video-modal{position:fixed;inset:0;z-index:100;background:#000c;display:flex;align-items:center;justify-content:center;padding:var(--space-3)}.video-modal__body{position:relative;width:100%;max-width:960px}.video-modal__close{position:absolute;top:-44px;right:0;width:36px;height:36px;background:transparent;border:1px solid #fff;color:#fff;font-size:1rem;cursor:pointer}.video-modal__close:hover{background:var(--color-accent);border-color:var(--color-accent)}.video-modal__frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.video-modal__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.post-detail{max-width:800px}.post-detail__date{display:block;color:var(--color-accent);font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-4)}.post-detail__cover{margin:0 0 var(--space-4);border:1px solid var(--color-border)}.post-detail__cover img{width:100%}.post-detail__content{color:var(--color-text);line-height:1.8}.stylist-layout{display:grid;grid-template-columns:2.4fr minmax(220px,1fr);gap:var(--space-6);align-items:start}.stylist-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5) var(--space-4)}.stylist-item{margin:0;text-align:center}.stylist-item__frame{border:3px solid var(--color-ink);padding:8px;background:var(--color-surface);aspect-ratio:3 / 4;overflow:hidden}.stylist-item__frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.stylist-item:hover .stylist-item__frame img{transform:scale(1.04)}.stylist-item__info{padding-top:var(--space-3);display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.stylist-item__name{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;margin:0;color:var(--color-ink)}.stylist-item__cta{font-size:.75rem;padding:var(--space-2) var(--space-3)}.stylist-intro{position:sticky;top:96px}.stylist-intro__eyebrow{border-left:3px solid var(--color-accent);padding-left:var(--space-2);font-size:1.125rem;letter-spacing:.18em;margin-bottom:var(--space-3)}.stylist-intro__desc{color:var(--color-muted);margin:0 0 var(--space-4);max-width:40ch}.stylist-cards--page{grid-template-columns:repeat(4,1fr)}@media(max-width:960px){.stylist-cards--page{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.stylist-layout{grid-template-columns:1fr;gap:var(--space-5)}.stylist-intro{position:static;text-align:center;order:-1}.stylist-intro__desc{margin-left:auto;margin-right:auto}}@media(max-width:480px){.stylist-cards,.stylist-cards--page{grid-template-columns:1fr}}.policy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}.policy-card{text-align:center;padding:var(--space-4);background:var(--color-surface);border:1px solid var(--color-border)}.policy-card__icon{display:inline-flex;width:48px;height:48px;color:var(--color-accent);margin-bottom:var(--space-3)}.policy-card__icon svg{width:100%;height:100%}.policy-card__title{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 var(--space-2);color:var(--color-ink)}.policy-card__desc{color:var(--color-muted);font-size:.875rem;margin:0}.product-lead{text-align:center;margin:var(--space-5) auto}.product-grid{--pg-cols: var(--sec-cols, var(--product-cols, 4));display:grid;grid-template-columns:repeat(var(--pg-cols),1fr);gap:var(--space-4);align-content:start}.product-grid--fade,.svc-cards--fade{transition:opacity .16s ease}.product-grid--fade.is-fading,.svc-cards--fade.is-fading{opacity:0}@media(prefers-reduced-motion:reduce){.product-grid--fade,.svc-cards--fade{transition:none}}.product-grid--center,.product-grid--right{display:flex;flex-wrap:wrap;align-content:flex-start}.product-grid--center{justify-content:center}.product-grid--right{justify-content:flex-end}.product-grid--center>.product-card,.product-grid--right>.product-card{flex:0 0 calc((100% - (var(--pg-cols) - 1) * var(--space-4)) / var(--pg-cols));max-width:calc((100% - (var(--pg-cols) - 1) * var(--space-4)) / var(--pg-cols))}.product-card{display:flex;flex-direction:column;gap:var(--space-2);background:var(--card-bg, var(--color-surface));border:var(--card-bd, 1px solid var(--color-border));border-radius:var(--card-radius, 0);box-shadow:var(--card-shadow, none);overflow:hidden}.product-card:hover{text-decoration:none}.product-card__badge{position:absolute;top:8px;left:8px;z-index:2;background:var(--color-accent-2, var(--color-accent));color:#fff;font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:4px}.product-card__old-price{margin-left:8px;color:var(--color-muted);font-size:.85em;font-weight:400}.product-detail__old-price{margin-left:10px;color:var(--color-muted);font-size:.7em;font-weight:400}.product-detail__off-badge{margin-left:10px;background:var(--color-accent);color:#fff;font-size:.55em;font-weight:700;padding:2px 8px;border-radius:4px;vertical-align:middle}.product-card__frame{display:block;position:relative;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-bg)}.product-card__frame img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__frame img{transform:scale(1.04)}.product-card__name{padding:0 var(--space-3);font-size:.9375rem;color:var(--color-ink)}.product-card__price{padding:0 var(--space-3) var(--space-3);color:var(--color-accent);font-weight:600;font-size:.9375rem}.product-card__link{display:flex;flex-direction:column;gap:var(--space-2)}.product-card__cta{margin:auto var(--space-3) var(--space-3);font-size:.75rem;padding:var(--space-2) var(--space-3)}.card-cta--left{align-self:flex-start}.card-cta--center{align-self:center}.card-cta--right{align-self:flex-end}.card-cta--stretch{align-self:stretch;text-align:center}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);align-items:start;margin-top:var(--space-4)}.product-detail__main{border:1px solid var(--color-border);background:var(--color-surface);aspect-ratio:1 / 1;overflow:hidden}.product-detail__main img{width:100%;height:100%;object-fit:cover}.product-detail__thumbs{display:flex;gap:var(--space-2);margin-top:var(--space-2);flex-wrap:wrap}.product-detail__thumb{width:64px;height:64px;padding:0;border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;overflow:hidden}.product-detail__thumb.is-active{border-color:var(--color-accent)}.product-detail__thumb img{width:100%;height:100%;object-fit:cover}.product-detail__price{color:var(--color-accent);font-size:1.5rem;font-weight:700;margin:var(--space-2) 0 var(--space-4)}.product-detail__desc{color:var(--color-muted);margin-bottom:var(--space-5);line-height:1.7}.pv{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-3)}.pv__attr{display:flex;flex-direction:column;gap:6px}.pv__label{font-size:.85rem;font-weight:600;color:var(--color-text)}.pv__opts{display:flex;flex-wrap:wrap;gap:8px}.pv__opt{padding:7px 14px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);font-size:.9rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}.pv__opt:hover{border-color:var(--color-accent)}.pv__opt.is-active{border-color:var(--color-accent);color:var(--color-accent);font-weight:600;box-shadow:inset 0 0 0 1px var(--color-accent)}.product-detail__stock{font-size:.9rem;color:var(--color-muted);margin:0 0 var(--space-4)}.product-detail__cta{display:inline-block}@media(max-width:760px){.product-detail{grid-template-columns:1fr;gap:var(--space-4)}}.product-detail--sidebar{grid-template-columns:minmax(280px,1fr) minmax(300px,1.3fr) 290px}@media(max-width:1080px){.product-detail--sidebar{grid-template-columns:1fr 1fr}.product-detail--sidebar .product-detail__sidebar{grid-column:1 / -1}}@media(max-width:760px){.product-detail--sidebar{grid-template-columns:1fr}}.product-detail__sku{font-size:.9rem;color:var(--color-muted);margin:0 0 var(--space-2)}.product-detail__sku span{color:var(--color-text);font-weight:600}.product-detail__qty{display:inline-flex;align-items:stretch;border:1px solid var(--color-border);margin-bottom:var(--space-3)}.product-detail__qty button{width:40px;border:none;background:var(--color-surface);font-size:1.1rem;cursor:pointer;color:var(--color-text)}.product-detail__qty input{width:56px;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-size:1rem;-moz-appearance:textfield}.product-detail__qty input::-webkit-outer-spin-button,.product-detail__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-detail__buys{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.product-detail__buynow{background:#16a34a;color:#fff;border:1px solid #16a34a;padding:11px 22px;font-weight:600;cursor:pointer;transition:background .15s ease}.product-detail__buynow:hover:not(:disabled){background:#128a3e}.product-detail__buynow:disabled{opacity:.6;cursor:not-allowed}.product-consult{margin-top:var(--space-4)}.product-consult__label{font-weight:700;font-size:.9rem;margin:0 0 var(--space-2)}.product-consult__form{display:flex;border:2px solid var(--color-accent);border-radius:6px;overflow:hidden;max-width:480px}.product-consult__input{flex:1;border:none;padding:12px 14px;font-size:.95rem;outline:none}.product-consult__send{border:none;background:transparent;color:var(--color-accent);padding:0 16px;font-size:1.1rem;cursor:pointer}.product-consult__done{color:#16a34a;font-weight:600}.product-detail__sidebar{display:flex;flex-direction:column;gap:var(--space-4)}.product-side-box{border:1px solid var(--color-border)}.product-side-box__head{background:var(--color-accent);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.03em;padding:12px 16px;font-size:.95rem}.product-side-box__list{list-style:none;margin:0;padding:8px 16px}.product-side-box__list li{display:flex;align-items:flex-start;gap:10px;padding:9px 0;border-bottom:1px solid var(--color-border);font-size:.92rem;line-height:1.45}.product-side-box__list li:last-child{border-bottom:none}.product-side-box__ic{color:#f5a623;flex-shrink:0}.product-side-box__support{padding:16px;text-align:center}.product-side-box__hotline{display:block;color:var(--color-accent);font-size:1.35rem;font-weight:800;text-decoration:none}.product-side-box__support p{margin:8px 0 0;font-size:.85rem;color:var(--color-muted)}.product-tabs{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4)}.product-tab{padding:10px 20px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);font:inherit;font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.product-tab:hover{border-color:var(--color-accent);color:var(--color-accent)}.product-tab--active{background:var(--color-ink);border-color:var(--color-ink);color:var(--color-surface)}@media(max-width:960px){.policy-grid{grid-template-columns:repeat(2,1fr)}.product-grid{--pg-cols: 3}}@media(max-width:560px){.policy-grid{grid-template-columns:1fr}.product-grid{--pg-cols: 2}}.product-toolbar{display:flex;gap:12px;margin-top:var(--space-4);flex-wrap:wrap;align-items:center}.product-price-filter{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.product-price-filter__label{font-size:.9rem;color:var(--color-muted)}.product-price-chip{padding:6px 14px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);font-size:.88rem;cursor:pointer;transition:border-color .15s ease,color .15s ease}.product-price-chip:hover{border-color:var(--color-accent)}.product-price-chip.is-active{border-color:var(--color-accent);background:var(--color-accent);color:#fff;font-weight:600}.product-search,.product-sort,.product-cat-dropdown{height:40px;border:1px solid var(--color-border);padding:0 12px;background:var(--color-surface);font:inherit;color:var(--color-text)}.product-search{min-width:220px}.product-cat-dropdown{margin-top:var(--space-4)}.product-layout--sidebar{display:grid;grid-template-columns:220px 1fr;gap:var(--space-5);margin-top:var(--space-4);align-items:start}.product-sidebar{display:flex;flex-direction:column;gap:4px}.product-sidebar__item{text-align:left;padding:8px 12px;border:1px solid transparent;background:none;cursor:pointer;font:inherit;color:var(--color-text)}.product-sidebar__item.is-active{border-color:var(--color-border);background:var(--color-surface);color:var(--color-accent);font-weight:600}.product-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--space-3);padding:64px var(--space-4);color:var(--color-muted)}.product-empty__icon{color:var(--color-border)}.product-empty__text{font-size:1.05rem;margin:0}.product-price__title{display:block;font-weight:600;font-size:.9rem;margin-bottom:10px}.product-sidebar .product-price{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.product-toolbar .product-price{min-width:230px}.product-sizes{margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid var(--color-border)}.product-sizes__title{display:block;font-weight:600;font-size:.9rem;margin-bottom:10px}.product-sizes__opts{display:flex;flex-wrap:wrap;gap:8px}.product-size{display:inline-flex;align-items:center;gap:6px;cursor:pointer;border:1px solid var(--color-border);border-radius:20px;padding:5px 11px;font-size:.8rem}.product-size:hover{border-color:var(--color-accent);color:var(--color-accent)}.product-size.is-active{border-color:var(--color-accent);color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 8%,#fff)}.product-size input{accent-color:var(--color-accent)}.price-slider__vals{display:flex;justify-content:space-between;font-size:.85rem;color:var(--color-text);margin-bottom:6px}.price-slider__rail{position:relative;height:24px}.price-slider__rail:before{content:"";position:absolute;top:10px;left:0;right:0;height:4px;border-radius:2px;background:var(--color-border)}.price-slider__fill{position:absolute;top:10px;height:4px;border-radius:2px;background:var(--color-accent)}.price-slider__rail input[type=range]{position:absolute;top:0;left:0;width:100%;height:24px;margin:0;background:none;pointer-events:none;-webkit-appearance:none;appearance:none}.price-slider__rail input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--color-accent);cursor:pointer;box-shadow:0 1px 4px #0003}.price-slider__rail input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid var(--color-accent);cursor:pointer;box-shadow:0 1px 4px #0003}.product-detail__cta--sticky{position:sticky;bottom:16px;z-index:5}.product-related{margin-top:var(--space-7)}.product-related__title{font-family:var(--font-heading);margin-bottom:var(--space-3)}@media(max-width:768px){.product-layout--sidebar{grid-template-columns:1fr}}.partner-divider{border:0;border-top:1px solid var(--color-border);margin:0 0 var(--space-5)}.partner-grid{display:grid;grid-template-columns:repeat(var(--sec-cols, 4),1fr);gap:var(--space-4)}.partner-card{text-align:center}.partner-card__frame{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;padding:var(--space-3);border:1px solid var(--color-border);background:var(--color-surface);margin-bottom:var(--space-3)}.partner-card__frame img{width:100%;height:100%;object-fit:contain}.partner-card__name{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;margin:0 0 var(--space-2);color:var(--color-ink)}.partner-card__desc-wrap{position:relative}.partner-card__desc{color:var(--color-muted);font-size:.875rem;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:help}.partner-card__tip{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);z-index:20;width:max-content;max-width:260px;padding:8px 12px;background:#1a1a1a;color:#fff;font-size:.8125rem;line-height:1.45;text-align:left;border-radius:6px;box-shadow:0 6px 20px #0000004d;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease}.partner-card__tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a1a1a}.partner-card__desc-wrap:hover .partner-card__tip,.partner-card__desc-wrap:focus-within .partner-card__tip{opacity:1;visibility:visible}@media(max-width:960px){.partner-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.partner-grid{grid-template-columns:1fr}}.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:var(--space-5);padding-top:var(--space-6);padding-bottom:var(--space-5)}.footer-col{margin:0}.footer-logo{font-family:var(--font-heading);font-weight:700;font-size:1.5rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-ink)}.footer-logo:hover{text-decoration:none;color:var(--color-accent)}.footer-about{margin:var(--space-3) 0 0;color:var(--color-muted);font-size:.9375rem;max-width:40ch}.footer-heading{font-family:var(--font-heading);font-size:1rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-ink);margin:0 0 var(--space-3)}.footer-links,.footer-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2);font-size:.9375rem}.footer-links li,.footer-contact li{position:relative;padding-left:18px}.footer-links li:before,.footer-contact li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:999px;background:var(--color-accent)}.footer-links a{color:var(--color-muted)}.footer-links a:hover{color:var(--color-accent);text-decoration:none}.footer-contact a{color:var(--color-muted)}.footer-contact a:hover{color:var(--color-accent);text-decoration:none}.footer-map{display:block;width:100%;height:180px;border:0;margin-top:var(--space-4)}.footer-bottom{padding-top:var(--space-4);padding-bottom:var(--space-4);border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-muted)}@media(max-width:860px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:560px){.footer-inner{grid-template-columns:1fr;gap:var(--space-4)}}.hero__cta{position:absolute;left:50%;bottom:12%;transform:translate(-50%);z-index:2;white-space:nowrap}.hero__overlay{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;gap:var(--space-3);padding:clamp(16px,5vw,64px);pointer-events:none}.hero__overlay>*{pointer-events:auto;max-width:640px}.hero__overlay-title{font-family:var(--font-heading);color:#fff;margin:0;font-size:clamp(1.6rem,4vw,3rem);text-shadow:0 2px 12px rgba(0,0,0,.45)}.hero__overlay-desc{color:#fff;margin:0;font-size:clamp(.95rem,2vw,1.15rem);text-shadow:0 1px 8px rgba(0,0,0,.5)}.hero__overlay-cta{align-self:flex-start}.hero__overlay--center{align-items:center;justify-content:center;text-align:center}.hero__overlay--center .hero__overlay-cta{align-self:center}.hero__overlay--top-left{align-items:flex-start;justify-content:flex-start}.hero__overlay--top-right{align-items:flex-end;justify-content:flex-start;text-align:right}.hero__overlay--top-right .hero__overlay-cta{align-self:flex-end}.hero__overlay--bottom-left{align-items:flex-start;justify-content:flex-end}.hero__overlay--bottom-right{align-items:flex-end;justify-content:flex-end;text-align:right}.hero__overlay--bottom-right .hero__overlay-cta{align-self:flex-end}.hero__overlay--bottom-center{align-items:center;justify-content:flex-end;text-align:center}.hero__overlay--bottom-center .hero__overlay-cta{align-self:center}.topbar{font-size:.85rem;line-height:1.2;padding:8px 0;overflow:hidden;white-space:nowrap;display:flex;align-items:center}.topbar__link{color:inherit;text-decoration:none;display:block}.topbar__text{padding:0 16px}.topbar__marquee{display:inline-block;padding-left:100%;animation:topbar-marquee 18s linear infinite}.topbar__marquee:hover{animation-play-state:paused}@keyframes topbar-marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.home-row{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--space-5);margin-top:var(--space-6);margin-bottom:var(--space-6)}.home-col{min-width:0;display:flex;flex-direction:column;gap:var(--space-4)}.home-row--stack{display:flex;flex-direction:column}.home-row--center{text-align:center}.home-row--right{text-align:right}.home-row--vtop{align-items:start}.home-row--vcenter{align-items:center}.home-row--vbottom{align-items:end}.home-row--vstretch>.home-col{display:flex;flex-direction:column}.home-row--vstretch>.home-col>*{flex:1 1 auto}.home-row--pad-none{margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.home-row--pad-sm{padding-top:var(--space-4);padding-bottom:var(--space-4)}.home-row--pad-lg{padding-top:var(--space-8, 48px);padding-bottom:var(--space-8, 48px)}.home-free__heading{font-family:var(--font-heading);color:var(--color-ink);margin:0 0 var(--space-3)}.home-free__text{color:var(--color-text);line-height:1.7}.home-free__img{width:100%;height:auto;display:block}.home-free__cta{display:inline-flex}.home-blk__image{display:flex;gap:20px}.home-blk__image--bottom{flex-direction:column}.home-blk__image--top{flex-direction:column-reverse}.home-blk__image--right{flex-direction:row;align-items:center}.home-blk__image--left{flex-direction:row-reverse;align-items:center}.home-blk__image--left>*,.home-blk__image--right>*{flex:1 1 0;min-width:0}.home-blk__image-media img{width:100%;height:auto;display:block}.home-blk__image-title{font-family:var(--font-heading, inherit);font-size:clamp(1.2rem,2.5vw,1.8rem);margin:0 0 8px}.home-blk__image-desc{margin:0 0 14px;color:var(--color-muted, #444748);line-height:1.6}.home-blk__columns{display:grid;grid-template-columns:repeat(var(--cols, 2),1fr);gap:24px}.home-blk__col-img{width:100%;height:auto;display:block;margin-bottom:12px}.home-blk__col-title{font-family:var(--font-heading, inherit);font-size:clamp(1.05rem,2vw,1.35rem);margin:0 0 8px}.home-blk__col-text{margin:0 0 12px;color:var(--color-muted, #444748);line-height:1.6}@media(max-width:760px){.home-blk__columns{grid-template-columns:1fr}}@media(max-width:760px){.home-blk__image--left,.home-blk__image--right{flex-direction:column}.home-blk__image--left>*,.home-blk__image--right>*{flex:none}}@media(max-width:768px){.home-row{grid-template-columns:1fr}.home-col{grid-column:1 / -1!important}}.home-blk__title{font-family:var(--font-heading);color:var(--color-ink);text-align:center;margin:0 0 var(--space-5)}.home-blk__text{color:var(--color-text);line-height:1.7}.home-blk__spacer{width:100%}.home-blk__divider{border-top:1px solid var(--color-border);margin:var(--space-5) 0}.home-blk__divider--label{display:flex;align-items:center;justify-content:center;border-top:none}.home-blk__divider--label:before,.home-blk__divider--label:after{content:"";flex:1;border-top:1px solid var(--color-border)}.home-blk__divider--label span{padding:0 var(--space-3);color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem}.home-blk__imgtext{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6);align-items:center}.home-blk__imgtext--rev .home-blk__imgtext-media{order:2}.home-blk__imgtext-media img{width:100%;height:auto;display:block}.home-blk__imgtext-body .home-blk__title{text-align:left}.home-blk__imgtext-body .home-blk__text{margin-bottom:var(--space-4)}.home-blk__banner{background-size:cover;background-position:center;background-color:var(--color-ink);padding:var(--space-7) 0}.home-blk__banner-title{font-family:var(--font-heading);color:#fff;font-size:2rem;margin:0 0 var(--space-2)}.home-blk__banner-sub{color:#ffffffe6;margin:0 0 var(--space-4);max-width:60ch}.home-blk__banner-inner .btn{margin-top:var(--space-2)}.home-blk__faq{max-width:800px;margin:0 auto}.home-blk__faq-item{border:1px solid var(--color-border);margin-bottom:var(--space-2);background:var(--color-surface)}.home-blk__faq-item summary{cursor:pointer;padding:var(--space-3) var(--space-4);font-weight:600;color:var(--color-ink);list-style:none}.home-blk__faq-item summary::-webkit-details-marker{display:none}.home-blk__faq-item summary:after{content:"+";float:right;color:var(--color-muted)}.home-blk__faq-item[open] summary:after{content:"−"}.home-blk__faq-ans{padding:0 var(--space-4) var(--space-4);color:var(--color-text);line-height:1.7}.home-blk__price{max-width:720px;margin:0 auto}.home-blk__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);padding:var(--space-3) 0;border-bottom:1px dashed var(--color-border)}.home-blk__price-name{color:var(--color-ink)}.home-blk__price-note{color:var(--color-muted);font-size:.875rem}.home-blk__price-val{color:var(--color-accent);font-weight:600;white-space:nowrap}.home-blk__grid{display:grid;grid-template-columns:repeat(var(--blk-cols, 3),1fr);gap:var(--space-5)}.home-blk__feature{text-align:center;padding:var(--space-4)}.home-blk__feature--link{display:block;text-decoration:none;border-radius:var(--card-radius, 8px);transition:background .15s ease,transform .15s ease}.home-blk__feature--link:hover{background:var(--color-surface);transform:translateY(-2px)}.home-blk__feature--bg{position:relative;background-size:cover;background-position:center;color:#fff;overflow:hidden;border-radius:var(--card-radius, 8px);isolation:isolate}.home-blk__feature--bg:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000026,#0000009e);z-index:-1}.home-blk__feature--bg .home-blk__feature-title,.home-blk__feature--bg .home-blk__feature-desc{color:#fff}.home-blk__feature--bg.home-blk__feature--link:hover{background-color:transparent;transform:translateY(-3px)}.home-col .hero__viewport{aspect-ratio:16 / 9;height:auto}.home-row:has(.hero__viewport)>.home-col{height:clamp(400px,calc(100vh - 190px),520px)}.home-row:has(.hero__viewport)>.home-col>.hero{flex:0 0 auto}.home-row:has(.hero__viewport)>.home-col>.home-blk--columns{display:flex;flex-direction:column;min-height:0}.home-row:has(.hero__viewport) .home-blk--columns .container,.home-row:has(.hero__viewport) .home-blk--columns .home-blk__columns,.home-row:has(.hero__viewport) .home-blk--columns .home-blk__col{height:100%;min-height:0}.home-row:has(.hero__viewport) .home-blk--columns .container{padding-left:0;padding-right:0;max-width:none}.home-row:has(.hero__viewport) .home-blk__col-img{height:100%;object-fit:cover;margin-bottom:0}@keyframes miniCardInLeft{0%{opacity:0;transform:translate(-42px)}to{opacity:1;transform:none}}.home-row:has(.hero__viewport) .home-blk__col{animation:miniCardInLeft var(--reveal-dur, .6s) cubic-bezier(.2,.7,.2,1) both}.home-row:has(.hero__viewport) .home-blk__col:nth-child(1){animation-delay:.08s}.home-row:has(.hero__viewport) .home-blk__col:nth-child(2){animation-delay:.26s}.home-row:has(.hero__viewport) .home-blk__col:nth-child(3){animation-delay:.44s}@media(prefers-reduced-motion:reduce){.home-row:has(.hero__viewport) .home-blk__col{animation:none}}.home-row:has(.hero__viewport) .home-blk--features{flex:1 1 auto;min-height:0}.home-row:has(.hero__viewport) .home-blk--features .home-blk__grid{grid-auto-rows:minmax(0,1fr);gap:var(--space-3)}.home-row:has(.hero__viewport) .home-blk__feature{padding:var(--space-2) var(--space-3);overflow:hidden}.home-row:has(.hero__viewport) .home-blk__feature-icon{font-size:1.25rem;margin-bottom:0}.home-row:has(.hero__viewport) .home-blk__feature-title{font-size:.95rem;margin:2px 0}.home-row:has(.hero__viewport) .home-blk__feature-desc{font-size:.78rem;line-height:1.35;margin:0}@media(max-height:620px),(max-width:768px){.home-row:has(.hero__viewport)>.home-col{height:auto}.home-row:has(.hero__viewport) .home-blk--columns .container,.home-row:has(.hero__viewport) .home-blk--columns .home-blk__columns,.home-row:has(.hero__viewport) .home-blk--columns .home-blk__col{height:auto}.home-row:has(.hero__viewport) .home-blk__col-img{height:auto}}.home-col .hero,.home-col .hero__viewport,.home-col .home-blk__banner{border-radius:14px;overflow:hidden}.home-col .home-free__img,.home-col .home-blk__col-img,.home-col .home-blk__image-media img{border-radius:14px}.home-col .section{padding:0}.home-col .cat-menu{display:flex;flex-direction:column;height:100%}.home-col .cat-menu__item{flex:1 1 auto}.home-col .home-blk--features,.home-col .home-blk--features .container,.home-col .home-blk--features .home-blk__grid{height:100%}.home-col .home-blk--features .home-blk__grid{align-content:stretch;grid-auto-rows:1fr}.home-col .home-blk__feature--link{background:var(--color-surface);border:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:center}.home-col .home-blk__feature--link:hover{background:color-mix(in srgb,var(--color-accent) 6%,var(--color-surface));border-color:var(--color-accent)}.flash-sale{background:linear-gradient(115deg,color-mix(in srgb,var(--color-accent) 82%,#000),var(--color-accent));padding:var(--space-6) 0}.flash-sale__head{display:flex;align-items:center;justify-content:center;gap:var(--space-5);flex-wrap:wrap}.flash-sale__title{font-family:var(--font-heading);color:#fff;margin:0;letter-spacing:.08em;text-transform:uppercase}.flash-sale__timer{display:flex;align-items:center;gap:4px}.flash-sale__cell{background:#fff;color:var(--color-accent);font-weight:800;font-variant-numeric:tabular-nums;padding:4px 8px;border-radius:6px;min-width:2.1em;text-align:center}.flash-sale__sep{color:#fff;font-weight:800}.flash-sale__desc{color:#ffffffeb;text-align:center;margin:var(--space-2) 0 0}.flash-sale .section{background:transparent;padding-bottom:0}.cat-menu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--card-radius, 8px);padding:var(--space-2) 0;overflow:hidden}.cat-menu__title{font-family:var(--font-heading);font-weight:700;padding:var(--space-2) var(--space-4);color:var(--color-ink)}.cat-menu__item{display:flex;align-items:center;gap:var(--space-3);padding:10px var(--space-4);color:var(--color-text);text-decoration:none;transition:background .12s ease,color .12s ease}.cat-menu__item:hover{background:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-accent)}.cat-menu__icon{font-size:1.1rem;width:1.4em;text-align:center}.cat-menu__label{flex:1;font-size:.95rem}.cat-menu__chevron{color:var(--color-muted)}.home-blk__feature-icon{font-size:2rem;margin-bottom:var(--space-2)}.home-blk__feature-title{font-family:var(--font-heading);color:var(--color-ink);margin:0 0 var(--space-2)}.home-blk__feature-desc{color:var(--color-muted);margin:0;line-height:1.6}.home-blk__stat{text-align:center}.home-blk__stat-value{font-family:var(--font-heading);font-size:2.4rem;color:var(--color-accent, var(--color-ink));line-height:1.1}.home-blk__stat-label{color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.9rem}.home-blk__map{width:100%;border:0;display:block}.home-blk__contact{max-width:640px;margin:0 auto}@media(max-width:768px){.home-blk__imgtext{grid-template-columns:1fr}.home-blk__imgtext--rev .home-blk__imgtext-media{order:0}.home-blk__grid{grid-template-columns:repeat(2,1fr)}}.page-banner{padding-top:var(--space-6);padding-bottom:var(--space-4)}.page-banner__title{font-family:var(--font-heading);font-size:2rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-ink);margin:0 0 var(--space-2)}.page-banner__desc{color:var(--color-muted);margin:0;max-width:70ch}.aicw{position:fixed;bottom:16px;z-index:50;display:flex;flex-direction:column;gap:12px}.aicw--left{left:16px;align-items:flex-start}.aicw--right{right:16px;align-items:flex-end}body.has-aicw-right .fc{bottom:100px}.aicw__toggle{position:relative;width:60px;height:60px;border-radius:999px;border:none;background:var(--color-accent);color:#fff;font-size:26px;cursor:pointer;box-shadow:0 6px 18px #00000047;animation:aicw-bob 1.5s ease-in-out infinite,aicw-glow 1.5s ease-in-out infinite;transition:transform .2s ease}.aicw__toggle:hover{transform:scale(1.12);animation-play-state:paused}.aicw__toggle:after{content:"";position:absolute;inset:0;border-radius:999px;border:3px solid var(--color-accent);animation:aicw-ring 1.6s ease-out infinite;pointer-events:none}@keyframes aicw-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes aicw-ring{0%{transform:scale(1);opacity:.75}to{transform:scale(1.9);opacity:0}}@keyframes aicw-glow{0%,to{box-shadow:0 6px 18px #00000047,0 0 0 0 var(--color-accent)}50%{box-shadow:0 6px 18px #00000047,0 0 22px 6px var(--color-accent)}}.aicw__bubble{position:absolute;bottom:6px;width:max-content;max-width:min(240px,calc(100vw - 110px));background:var(--color-surface, #fff);color:var(--color-ink, #1a1a1a);border-radius:14px;box-shadow:0 4px 16px #00000029;padding:7px 11px;animation:aicw-bubble-in .35s ease-out both}.aicw--right .aicw__bubble{right:72px}.aicw--left .aicw__bubble{left:72px}.aicw__bubble:before{content:"";position:absolute;bottom:16px;width:12px;height:12px;background:var(--color-surface, #fff);transform:rotate(45deg)}.aicw--right .aicw__bubble:before{right:-5px;box-shadow:3px -3px 6px #0000000d}.aicw--left .aicw__bubble:before{left:-5px;box-shadow:-3px 3px 6px #0000000d}.aicw__bubble-body{display:flex;flex-direction:column;gap:2px;border:none;background:none;padding:0;margin:0;text-align:left;cursor:pointer;width:100%}.aicw__bubble-name{font-weight:700;font-size:13px;background:linear-gradient(90deg,var(--color-ink, #1a1a1a) 0%,var(--color-accent) 45%,var(--color-ink, #1a1a1a) 90%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:aicw-textrun 2.6s linear infinite}.aicw__bubble-text{font-size:12px;color:var(--color-muted, #444748);line-height:1.35;animation:aicw-msg-fade .35s ease}@keyframes aicw-msg-fade{0%{opacity:0}to{opacity:1}}.aicw__bubble-x{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:999px;border:none;background:var(--color-ink, #1a1a1a);color:#fff;font-size:11px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000040}@keyframes aicw-bubble-in{0%{opacity:0;transform:translateY(8px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aicw-textrun{0%{background-position:100% 0}to{background-position:-120% 0}}@media(prefers-reduced-motion:reduce){.aicw__toggle,.aicw__toggle:after,.aicw__panel,.aicw__typing i,.aicw__bubble,.aicw__bubble-name{animation:none}.aicw__bubble-name{-webkit-text-fill-color:var(--color-ink, #1a1a1a);color:var(--color-ink, #1a1a1a)}}.aicw__toggle--img{padding:0;overflow:hidden;background:var(--color-surface)}.aicw__toggle img{width:100%;height:100%;object-fit:cover;display:block;border-radius:999px}.aicw__link{display:inline-block;margin:2px;padding:2px 10px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:13px;font-weight:600;line-height:1.6;text-decoration:none}.aicw__link:hover{opacity:.88;text-decoration:none}.aicw__panel{width:min(380px,calc(100vw - 24px));height:min(600px,calc(100vh - 96px));background:var(--color-surface);border-radius:16px;box-shadow:0 14px 44px #0000003d;display:flex;flex-direction:column;overflow:hidden;transform-origin:bottom right;animation:aicw-pop .24s ease-out}.aicw--left .aicw__panel{transform-origin:bottom left}@keyframes aicw-pop{0%{opacity:0;transform:translateY(14px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.aicw__typing{display:inline-flex;gap:4px;align-items:center;padding:3px 0}.aicw__typing i{width:7px;height:7px;border-radius:999px;background:var(--color-muted);display:block;animation:aicw-bounce 1.2s infinite ease-in-out}.aicw__typing i:nth-child(2){animation-delay:.15s}.aicw__typing i:nth-child(3){animation-delay:.3s}@keyframes aicw-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.aicw__head{display:flex;align-items:center;gap:10px;padding:11px 12px;background:var(--color-accent);color:#fff}.aicw__head-info{flex:1;min-width:0;line-height:1.25}.aicw__head-name{font-weight:700;font-size:15px}.aicw__status{display:flex;align-items:center;gap:5px;font-size:12px;opacity:.95}.aicw__status:before{content:"";width:7px;height:7px;border-radius:999px;background:#38d16a;box-shadow:0 0 0 2px #ffffff59}.aicw__head-btn{width:34px;height:34px;border:none;border-radius:9px;background:#ffffff2e;color:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex:none}.aicw__head-btn:hover{background:#ffffff52}.aicw__avatar{border-radius:999px;overflow:hidden;background:var(--color-bg);display:flex;align-items:center;justify-content:center;flex:none}.aicw__avatar img{width:100%;height:100%;object-fit:cover}.aicw__avatar--head{width:38px;height:38px;font-size:20px;background:#ffffffe6}.aicw__avatar--lg{width:88px;height:88px;font-size:44px;margin:0 auto}.aicw__avatar--sm{width:30px;height:30px;font-size:15px}.aicw__body{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px}.aicw__intro{text-align:center;padding:12px 6px 4px}.aicw__greeting{margin:14px 0 0;font-size:15px;line-height:1.5;color:var(--color-text)}.aicw__time{text-align:center;font-size:12px;color:var(--color-muted);margin:4px 0}.aicw__row{display:flex;align-items:flex-end;gap:8px}.aicw__row--user{justify-content:flex-end}.aicw__msg{max-width:78%;padding:9px 13px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.aicw__msg--assistant{background:var(--color-bg);color:var(--color-text);border-bottom-left-radius:4px}.aicw__msg--user{background:var(--color-accent);color:#fff;border-bottom-right-radius:4px}.aicw__cards{display:flex;flex-direction:column;gap:8px;margin:8px 0 2px 38px}.aicw__card{display:flex;gap:10px;align-items:center;max-width:88%;padding:8px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);text-decoration:none;color:var(--color-text);transition:border-color .15s ease,box-shadow .15s ease}.aicw__card:hover{text-decoration:none;border-color:var(--color-accent);box-shadow:0 3px 12px #0000001a}.aicw__card img,.aicw__card-noimg{width:58px;height:58px;border-radius:8px;object-fit:cover;flex:none;background:var(--color-bg);display:flex;align-items:center;justify-content:center;font-size:24px}.aicw__card-info{display:flex;flex-direction:column;min-width:0}.aicw__card-name{font-size:13px;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aicw__card-price{font-size:14px;font-weight:700;color:var(--color-accent);margin-top:2px}.aicw__card-cta{font-size:11px;color:var(--color-muted);margin-top:2px}.aicw__input{display:flex;align-items:center;gap:8px;margin:8px 12px 4px;padding:5px 6px 5px 12px;border:1px solid var(--color-border);border-radius:999px}.aicw__mic{color:var(--color-muted);font-size:16px;flex:none}.aicw__input input{flex:1;border:none;outline:none;background:transparent;font-size:14px;padding:7px 0;color:var(--color-text)}.aicw__send{width:38px;height:38px;border:none;border-radius:999px;background:var(--color-accent);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none}.aicw__send:disabled{opacity:.45;cursor:not-allowed}.aicw__disclaimer{text-align:center;font-size:11px;color:var(--color-muted);padding:2px 12px 10px}.cust-actions{display:flex;align-items:center;gap:12px}.cust-cart{position:relative;display:inline-flex;color:var(--color-ink)}.cust-cart__badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:700}.cust-login,.cust-acct__btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);padding:6px 12px;cursor:pointer;font-size:13px;letter-spacing:.02em}.cust-login:hover,.cust-acct__btn:hover{border-color:var(--color-accent);color:var(--color-accent)}.cust-acct{position:relative}.cust-acct__name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cust-acct__menu{position:absolute;right:0;top:calc(100% + 6px);min-width:180px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 8px 24px #0000001f;z-index:40;display:flex;flex-direction:column}.cust-acct__menu a,.cust-acct__menu button{padding:10px 14px;text-align:left;background:none;border:none;cursor:pointer;font-size:13px;color:var(--color-ink)}.cust-acct__menu a:hover,.cust-acct__menu button:hover{background:var(--color-bg);color:var(--color-accent)}.authm{position:fixed;inset:0;z-index:120;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px}.authm__box{position:relative;width:100%;max-width:420px;background:var(--color-surface);padding:28px 24px 24px;box-shadow:0 20px 60px #0000004d;max-height:92vh;overflow-y:auto}.authm__x{position:absolute;top:10px;right:12px;border:none;background:none;font-size:18px;cursor:pointer;color:var(--color-muted)}.authm__tabs{display:flex;gap:4px;margin-bottom:18px;border-bottom:1px solid var(--color-border)}.authm__tab{flex:1;padding:10px 0;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:14px;font-weight:600;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em}.authm__tab.is-active{color:var(--color-accent);border-bottom-color:var(--color-accent)}.authm__form{display:flex;flex-direction:column;gap:14px}.authm__field{display:flex;flex-direction:column;gap:5px;font-size:13px}.authm__field span{color:var(--color-muted)}.authm__field input{padding:10px 12px;border:1px solid var(--color-border);background:var(--color-surface);font-size:14px;color:var(--color-ink)}.authm__field input:focus{outline:none;border-color:var(--color-accent)}.authm__row{display:flex;align-items:center;justify-content:space-between;gap:8px}.authm__check{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--color-muted);cursor:pointer}.authm__channels{display:flex;gap:20px}.authm__link{background:none;border:none;color:var(--color-accent);cursor:pointer;font-size:13px;padding:0}.authm__submit,.btn-primary{padding:11px 16px;background:var(--color-accent);color:#fff;border:none;cursor:pointer;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-align:center;display:inline-block}.authm__submit:disabled,.btn-primary:disabled{opacity:.55;cursor:not-allowed}.authm__error,.cart-error{background:#fdecec;color:#b42318;padding:8px 12px;font-size:13px;border:1px solid #f4c7c3}.authm__notice{background:#e9f6ec;color:#1a7f37;padding:8px 12px;font-size:13px;border:1px solid #b7e0c0}.authm__hint{font-size:13px;color:var(--color-muted);margin:0}.btn-secondary,.btn-outline{display:inline-block;padding:10px 16px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink);cursor:pointer;font-size:13px;text-transform:uppercase;letter-spacing:.04em}.btn-secondary:hover,.btn-outline:hover{border-color:var(--color-accent);color:var(--color-accent)}.cart-empty{display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin-top:20px}.cart-grid{display:grid;grid-template-columns:1fr 340px;gap:28px;margin-top:20px;align-items:start}.cart-lines{display:flex;flex-direction:column;gap:12px}.cart-line{display:grid;grid-template-columns:72px 1fr auto auto auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--color-border);background:var(--color-surface)}.cart-line.is-unavailable{opacity:.6}.cart-line__thumb{width:72px;height:72px;display:block}.cart-line__thumb img{width:100%;height:100%;object-fit:cover}.cart-line__noimg{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:28px;background:var(--color-bg)}.cart-line__name{font-weight:600;color:var(--color-ink)}.cart-line__variant{font-size:12px;color:var(--color-muted);margin-top:2px}.cart-line__warn{font-size:12px;color:#b42318;margin-top:2px}.cart-line__price{font-size:13px;color:var(--color-muted);margin-top:4px}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--color-border)}.cart-line__qty button{width:30px;height:30px;border:none;background:var(--color-surface);cursor:pointer;font-size:16px}.cart-line__qty span{min-width:32px;text-align:center;font-size:14px}.cart-line__total{font-weight:700;color:var(--color-accent);min-width:90px;text-align:right}.cart-line__remove{border:none;background:none;cursor:pointer;color:var(--color-muted);font-size:15px}.cart-clear{align-self:flex-start;margin-top:4px;border:none;background:none;color:var(--color-muted);cursor:pointer;font-size:13px;text-decoration:underline}.cart-summary{border:1px solid var(--color-border);background:var(--color-surface);padding:18px;position:sticky;top:16px}.cart-summary h2{margin:0 0 14px;font-size:16px}.cart-total{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.cart-total strong{font-size:20px;color:var(--color-accent)}.pay-methods{margin:14px 0;display:flex;flex-direction:column;gap:8px}.pay-methods__title{font-size:13px;color:var(--color-muted);margin:0 0 2px}.pay-method{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--color-border);cursor:pointer;font-size:14px}.pay-method.is-picked{border-color:var(--color-accent)}.pay-method__qr{width:34px;height:34px;object-fit:contain;margin-left:auto}.pay-none{font-size:13px;color:var(--color-muted);margin:14px 0}.cart-checkout{width:100%;margin-top:8px}.cart-guesthint{font-size:12px;color:var(--color-muted);margin:8px 0 0;text-align:center}.pay-result{max-width:480px;margin:20px auto 0;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.pay-qr{width:240px;height:240px;object-fit:contain;border:1px solid var(--color-border);padding:8px;background:#fff}.pay-note{white-space:pre-wrap;font-size:14px;color:var(--color-ink);background:var(--color-bg);padding:12px}.pay-hint{font-size:13px;color:var(--color-muted)}.acct-card{max-width:460px;margin-top:20px;border:1px solid var(--color-border);background:var(--color-surface);padding:20px}.acct-info{margin:0;display:flex;flex-direction:column;gap:12px}.acct-info>div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--color-bg);padding-bottom:8px}.acct-info dt{color:var(--color-muted);font-size:13px;margin:0}.acct-info dd{margin:0;font-weight:600}.acct-actions{display:flex;gap:12px;margin-top:20px}.acct-guest,.reset-done{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-top:16px}.reset-form{display:flex;flex-direction:column;gap:14px;margin-top:16px}@media(max-width:860px){.cart-grid{grid-template-columns:1fr}.cart-summary{position:static}.cust-acct__name,.cust-login span{display:none}}.acct-orders{margin-top:36px}.acct-orders h2{font-size:18px;margin:0 0 14px}.acct-orders__empty{color:var(--color-muted)}.order-list{display:flex;flex-direction:column;gap:14px}.order-card{border:1px solid var(--color-border);background:var(--color-surface)}.order-card__head{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--color-bg)}.order-card__id{font-weight:700;letter-spacing:.04em;font-size:13px}.order-card__status{font-size:12px;font-weight:600;padding:3px 10px;border-radius:999px;background:var(--color-bg);color:var(--color-muted)}.order-card__status.is-paid{background:#e9f6ec;color:#1a7f37}.order-card__status.is-pending{background:#fff4e5;color:#b25e09}.order-card__status.is-cancel{background:#fdecec;color:#b42318}.order-card__items{display:flex;flex-direction:column;gap:8px;padding:12px 14px}.order-item{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center;font-size:13px}.order-item img{width:40px;height:40px;object-fit:cover}.order-item__noimg{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--color-bg);font-size:18px}.order-item__qty{color:var(--color-muted)}.order-item__price{font-weight:600}.order-card__foot{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-top:1px solid var(--color-bg)}.order-card__date{font-size:12px;color:var(--color-muted)}.order-card__total strong{color:var(--color-accent);font-size:15px}html.js-reveal [data-anim]:not([data-anim=none]){transition:opacity var(--reveal-dur, .6s) ease,transform var(--reveal-dur, .6s) cubic-bezier(.2,.7,.2,1)}html.js-reveal [data-anim]:not([data-anim=none]):not(.is-in){opacity:0}html.js-reveal [data-anim=fade-up]:not(.is-in){transform:translateY(28px)}html.js-reveal [data-anim=fade-down]:not(.is-in){transform:translateY(-28px)}html.js-reveal [data-anim=zoom-in]:not(.is-in){transform:scale(.92)}html.js-reveal [data-anim=zoom-out]:not(.is-in){transform:scale(1.1)}html.js-reveal [data-anim=fade-left]:not(.is-in){transform:translate(-44px)}html.js-reveal [data-anim=fade-right]:not(.is-in){transform:translate(44px)}html.js-reveal [data-anim=cols-in] .home-col{transition:opacity var(--reveal-dur, .6s) ease,transform var(--reveal-dur, .6s) cubic-bezier(.2,.7,.2,1)}html.js-reveal [data-anim=cols-in]:not(.is-in) .home-col{opacity:0}html.js-reveal [data-anim=cols-in]:not(.is-in) .home-col:nth-child(odd){transform:translate(-48px)}html.js-reveal [data-anim=cols-in]:not(.is-in) .home-col:nth-child(2n){transform:translate(48px)}@media(prefers-reduced-motion:reduce){html.js-reveal [data-anim],html.js-reveal [data-anim=cols-in] .home-col{transition:none!important}html.js-reveal [data-anim]:not(.is-in),html.js-reveal [data-anim=cols-in]:not(.is-in) .home-col{opacity:1!important;transform:none!important}}.topbar-social{margin-left:auto;padding-right:24px;display:flex;gap:14px;align-items:center}.topbar-social a{color:inherit;display:inline-flex;opacity:.85;transition:opacity .2s}.topbar-social a:hover{opacity:1}.topbar-social svg{width:18px;height:18px;fill:currentColor;display:block}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(1){transition-delay:.05s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(2){transition-delay:.12s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(3){transition-delay:.19s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(4){transition-delay:.26s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(5){transition-delay:.33s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(6){transition-delay:.4s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(7){transition-delay:.47s}html.js-reveal .home-blk__price-row[data-anim].is-in:nth-child(8){transition-delay:.54s}.home-blk__tm{display:grid;grid-template-columns:repeat(var(--tm-cols, 3),1fr);gap:var(--space-4)}.home-blk__tm-card{margin:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;gap:var(--space-3)}.home-blk__tm-head{display:flex;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);border-bottom:1px dashed var(--color-border)}.home-blk__tm-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:0 0 auto}.home-blk__tm-id{min-width:0}.home-blk__tm-name{font-family:var(--font-heading);font-weight:700;color:var(--color-ink)}.home-blk__tm-role{color:var(--color-muted);font-size:.8125rem}.home-blk__tm-quote{margin:0;color:var(--color-muted);font-style:italic;line-height:1.6}.home-blk__tm-stars{color:var(--color-accent);letter-spacing:.1em;margin-top:auto}@media(max-width:960px){.home-blk__tm{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home-blk__tm{grid-template-columns:1fr}}.torn-divider{width:100%;display:block;line-height:0}.torn-divider svg{width:100%;height:70px;display:block}.blockframe-torn{position:absolute;left:0;right:0;width:100%;height:26px;display:block;pointer-events:none}.blockframe-torn--top{top:1px;transform:translateY(-100%)}.blockframe-torn--bottom{bottom:1px;transform:translateY(100%)}@media(max-width:640px){.blockframe-torn{height:16px}}.news-card--caption{position:relative;border:none;background:transparent;padding-bottom:30px}.news-card__caption-link{display:block;position:static;color:inherit}.news-card__caption-link:hover{text-decoration:none}.news-card--caption .news-card__frame{display:block;aspect-ratio:4 / 5}.news-card__caption{position:absolute;left:var(--space-3);right:var(--space-5);bottom:-30px;background:var(--color-surface);border-radius:4px;padding:var(--space-3);box-shadow:0 6px 20px #0000002e;display:flex;flex-direction:column;gap:var(--space-2)}.news-card__caption .news-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__caption-link:hover .news-card__more{color:var(--color-accent)}.news-layout--sidebar{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:var(--space-6);align-items:start;margin-top:var(--space-4)}.news-layout__main{min-width:0}@media(max-width:900px){.news-layout--sidebar{grid-template-columns:1fr}}.news-side{display:flex;flex-direction:column;gap:var(--space-5)}.news-side__title{font-family:var(--font-heading);font-size:1.05rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 var(--space-3);padding-bottom:var(--space-2);border-bottom:2px solid var(--color-accent)}.news-side__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.news-side__link{display:flex;gap:var(--space-3);align-items:flex-start;color:inherit}.news-side__link:hover{text-decoration:none}.news-side__link:hover .news-side__name{color:var(--color-accent)}.news-side__thumb{flex:0 0 72px;width:72px;aspect-ratio:1 / 1;position:relative;overflow:hidden;border-radius:4px;background:var(--color-bg)}.news-side__thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.news-side__meta{display:flex;flex-direction:column;gap:4px;min-width:0}.news-side__name{font-size:.9rem;font-weight:600;line-height:1.35;color:var(--color-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-side__date{font-size:.75rem;color:var(--color-muted)}.news-card__more{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-ink);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.news-card__more:hover{color:var(--color-accent);text-decoration:none}.news-card__more-line{color:var(--color-accent);letter-spacing:-.1em}.svc-item--caption{position:relative;display:block;border:none;background:transparent;overflow:visible;padding-bottom:30px}.svc-item__caption-link{display:block;position:static;color:inherit}.svc-item__caption-link:hover{text-decoration:none}.svc-item--caption .svc-item__frame{border:none;padding:0;aspect-ratio:3 / 4;background:var(--color-bg)}.svc-item__caption{position:absolute;left:var(--space-3);right:var(--space-5);bottom:-30px;background:var(--color-surface);border-radius:4px;padding:var(--space-3);box-shadow:0 6px 20px #0000002e;display:flex;flex-direction:column;gap:var(--space-2)}.svc-item__caption .svc-item__name{margin:0;display:block}.svc-item__caption .svc-item__price{color:var(--color-muted)}.svc-item__caption-link:hover .svc-item__more{color:var(--color-accent)}.svc-item__more{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-ink);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-top:var(--space-1)}.svc-item__more:hover{color:var(--color-accent);text-decoration:none}.svc-item__more-line{color:var(--color-accent);letter-spacing:-.1em}.cmh{--cmh-bg: var(--header-bg, var(--color-accent));--cmh-text: var(--header-text, #ffffff);background:#fff;border-bottom:1px solid var(--color-border);position:relative;z-index:100}.cmh a{text-decoration:none}.cmh-top{background:var(--cmh-bg);color:var(--cmh-text)}.cmh-top__in{display:flex;align-items:center;gap:20px;padding:12px 0}.cmh-logo{flex:0 0 auto;display:flex;align-items:center}.cmh-logo__img{height:var(--header-logo-h, 48px);width:auto;max-width:190px;object-fit:contain}.cmh-search{flex:1 1 auto;display:flex;max-width:520px;background:#fff;border-radius:6px;overflow:hidden;border:1px solid var(--color-border)}.cmh-search__input{flex:1 1 auto;min-width:0;border:0;padding:10px 14px;font-size:14px;outline:none;color:var(--color-ink)}.cmh-search__btn{flex:0 0 auto;border:0;padding:0 20px;cursor:pointer;font-weight:600;background:var(--color-accent);color:#fff;border-radius:0 6px 6px 0}.cmh-top__act{flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:16px}.cmh-hotline{display:inline-flex;align-items:center;gap:6px;color:var(--cmh-text);font-weight:700;white-space:nowrap}.cmh-hotline__ico{font-size:16px}.cmh-auth{display:inline-flex;gap:10px}.cmh-auth a{color:var(--cmh-text);font-size:13px}.cmh-top__act .cust-cart,.cmh-top__act .cust-actions,.cmh-top__act .cust-actions a,.cmh-top__act .cust-actions button{color:var(--cmh-text)}.cmh-burger{display:none;color:var(--cmh-text)}.cmh-nav{background:var(--cmh-nav-bg, #fff)}.cmh-nav__in{display:flex;align-items:stretch;gap:8px;min-height:46px}.cmh-mega{position:relative;flex:0 0 auto}.cmh-mega__btn{display:inline-flex;align-items:center;gap:8px;height:46px;padding:0 18px;border:0;cursor:pointer;white-space:nowrap;font-weight:700;text-transform:uppercase;background:var(--cmh-mega-bg, var(--color-accent-2, var(--color-accent)));color:#fff;border-radius:4px}.cmh-mega__ico{font-size:15px}.cmh-mega__drop{position:absolute;top:100%;left:0;min-width:280px;background:#fff;border:1px solid var(--color-border);box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column;z-index:40;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}.cmh-mega.is-open .cmh-mega__drop{opacity:1;visibility:visible;transform:none;transition:opacity .2s ease,transform .2s ease}@media(hover:hover){.cmh-mega:hover .cmh-mega__drop{opacity:1;visibility:visible;transform:none;transition:opacity .2s ease,transform .2s ease}}.cmh-mega__drop-inner{display:contents}.cmh-mega__cat{position:relative}.cmh-mega__cat-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px;color:var(--color-ink);border-bottom:1px solid #f0f0f0}.cmh-mega__cat:last-child>.cmh-mega__cat-link,.cmh-mega__drop-inner>.cmh-mega__cat-link:last-child{border-bottom:0}.cmh-mega__cat-link:hover,.cmh-mega__cat:hover>.cmh-mega__cat-link{background:var(--header-accent, var(--color-accent));color:#fff}.cmh-mega__arrow{opacity:.6;font-size:15px}.cmh-mega__sub{position:absolute;top:0;left:100%;min-height:100%;width:560px;max-width:70vw;background:#fff;border:1px solid var(--color-border);box-shadow:0 12px 30px #00000029;padding:16px 18px;display:none;grid-template-columns:repeat(3,1fr);gap:4px 14px;align-content:start;z-index:5}.cmh-mega__cat:hover>.cmh-mega__sub{display:grid}.cmh-mega__sub-link{padding:7px 10px;font-size:14px;font-weight:600;color:var(--color-ink);border-radius:6px}.cmh-mega__sub-link:hover{background:#f5f6f8;color:var(--header-accent, var(--color-accent))}.cmh-links{display:flex;align-items:center;flex-wrap:wrap;gap:0 2px}.cmh-links>a,.cmh-links .header-nav__has-sub>a,.cmh-links .header-nav__has-sub>.header-nav__label{display:inline-flex;align-items:center;padding:0 12px;height:46px;color:var(--cmh-nav-text, var(--color-ink));font-size:var(--header-nav-size, 14px);font-weight:600;text-transform:uppercase;letter-spacing:.2px}.cmh-links a:hover,.cmh-links a.is-active{color:var(--cmh-nav-text, var(--header-accent, var(--color-accent)));background:#ffffff21}.cmh-links .header-nav__has-sub{position:relative}.cmh-links .header-nav__close,.cmh-drawer-cats,.cmh-drawer-top{display:none}.cmh-sizes{background:#f5f6f8;border-top:1px solid var(--color-border)}.cmh-sizes__in{display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.cmh-size{border:1px solid var(--color-border);border-radius:20px;padding:4px 12px;font-size:12px;color:var(--color-ink);background:#fff;white-space:nowrap}.cmh-size:hover{border-color:var(--header-accent, var(--color-accent));color:var(--header-accent, var(--color-accent))}@media(max-width:900px){.cmh-top__in{flex-wrap:wrap;gap:10px;align-items:center;padding:10px var(--space-3)}.cmh-burger{display:inline-flex;order:1;min-width:40px;margin:0}.cmh-logo{order:2;flex:1 1 auto;justify-content:center}.cmh-logo__img{max-height:44px;max-width:160px}.cmh-top__act{order:3;margin-left:0;flex:0 0 auto;gap:6px}.cmh-search{order:4;flex-basis:100%;max-width:none}.cmh-top__act .cmh-hotline,.cmh-top__act .cmh-auth,.cmh-top__act .lang-switch,.cmh-top__act .cust-login,.cmh-top__act .cust-acct__name{display:none}.cmh-drawer-top{display:flex;flex-direction:column;gap:12px;align-items:flex-start;padding:16px 20px;border-bottom:6px solid #f5f6f8}.cmh-drawer-hotline{color:var(--color-accent-2, var(--color-accent));font-weight:800;font-size:15px}.cmh-drawer-auth{display:flex;gap:10px;flex-wrap:wrap}.cmh-drawer-auth a,.cmh-drawer-auth button{border:1px solid var(--color-border);background:#fff;color:var(--color-ink);padding:8px 16px;border-radius:4px;font-weight:600;font-size:14px;cursor:pointer}.cmh-drawer-auth button:first-child{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.cmh-nav__in{min-height:0}.cmh-mega{display:block;width:100%}.cmh-mega__btn{width:100%;justify-content:flex-start;height:44px}.cmh-mega__drop{position:static;width:100%;min-width:0;border:0;box-shadow:none;display:grid;grid-template-rows:0fr;opacity:1;visibility:visible;transform:none;transition:grid-template-rows .3s ease}.cmh-mega.is-open .cmh-mega__drop{grid-template-rows:1fr;transition:grid-template-rows .32s ease}.cmh-mega__drop-inner{display:block;min-height:0;overflow:hidden}.cmh-mega__sub{display:none!important}.cmh-mega__arrow,.cmh-drawer-cats{display:none}.cmh-links{position:fixed;top:0;right:0;height:100vh;width:84%;max-width:330px;background:#fff;flex-direction:column;flex-wrap:nowrap;align-items:stretch;padding:56px 0 24px;transform:translate(100%);transition:transform .25s ease;z-index:200;overflow-y:auto;box-shadow:-8px 0 24px #00000026}.cmh-links.is-open{transform:translate(0)}.cmh-links>a,.cmh-links .header-nav__has-sub>a,.cmh-links .header-nav__has-sub>.header-nav__label{height:auto;padding:13px 20px;color:var(--color-ink);border-bottom:1px solid #f0f0f0}.cmh-links a:hover,.cmh-links a.is-active{color:var(--color-accent);background:transparent}.cmh-links .header-nav__close{display:inline-flex;position:absolute;top:12px;right:12px;color:var(--color-ink)}.cmh-drawer-cats{display:block;border-top:6px solid #f5f6f8;margin-top:4px}.cmh-drawer-cats__title{display:block;padding:12px 20px 6px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:var(--color-muted)}.cmh-drawer-cats>a{display:block;padding:11px 20px;color:var(--color-ink);font-size:14px;border-bottom:1px solid #f5f6f8}.cmh-drawer-cats>a:hover{color:var(--color-accent)}}.sec-shell__head--split{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);text-align:left!important;flex-wrap:wrap}.sec-shell__head--split .sec-shell__title.section-title--accent{border-left:0;padding-left:0;color:var(--color-ink);font-family:var(--font-heading);font-weight:700;letter-spacing:.01em;margin:0}.sec-shell__head--split .sec-shell__cta{margin:0}.sec-shell__head--split .sec-shell__cta-btn.btn{background:transparent;border:0;padding:0;color:var(--color-accent);font-weight:600;min-height:0}.sec-shell__head--split .sec-shell__cta-btn.btn:hover{background:transparent;color:var(--header-accent, var(--color-accent));text-decoration:underline}.product-card__price,.product-detail__price{color:var(--price-color, var(--color-accent))}.home-blk__faq-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:var(--space-4)}.home-blk__faq-chip{border:1px solid var(--color-border);border-radius:999px;padding:6px 16px;font-size:.85rem;color:var(--color-ink);text-decoration:none;background:#fff}.home-blk__faq-chip:hover{border-color:var(--color-accent);color:var(--color-accent)}.quote-req{display:flex;flex-direction:column;gap:16px}.quote-req__box{background:var(--color-accent-2, #f20c28);color:#fff;border-radius:6px;padding:18px 20px}.quote-req__title{margin:0 0 12px;font-size:1.15rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.quote-req__form{display:flex;gap:0}.quote-req__input{flex:1 1 auto;min-width:0;border:0;border-radius:4px 0 0 4px;padding:12px 14px;font:inherit;color:var(--color-ink);outline:none}.quote-req__btn{flex:0 0 auto;border:0;background:#fff;color:var(--color-ink);font-weight:700;padding:0 22px;border-radius:0 4px 4px 0;cursor:pointer}.quote-req__btn:hover{background:#f1f1f1}.quote-req__error{margin:8px 0 0;font-size:.85rem;color:#fff}.quote-req__thanks{margin:0;padding:18px 20px;background:var(--color-accent-2, #f20c28);color:#fff;border-radius:6px;font-weight:600}.quote-req__chips{background:var(--color-accent, #0857ce);border-radius:6px;padding:16px 18px}.quote-req__chips-title{display:block;color:#fff;font-weight:700;margin-bottom:12px}.quote-req__chips-row{display:flex;flex-wrap:wrap;gap:10px}.quote-req__chip{background:#fff;color:var(--color-ink);border-radius:999px;padding:8px 16px;font-size:.9rem;text-decoration:none;white-space:nowrap}.quote-req__chip:hover{color:var(--color-accent)}.home-blk--faq .home-blk__faq-item>summary{list-style:none;position:relative;padding-right:32px}.home-blk--faq .home-blk__faq-item>summary::-webkit-details-marker{display:none}.home-blk--faq .home-blk__faq-item>summary:after{content:"+";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--color-accent);font-size:1.25rem;font-weight:400;line-height:1}.home-blk--faq .home-blk__faq-item[open]>summary:after{content:"−"}.news-grid--featured{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;align-items:stretch}.news-grid--featured .news-card:first-child{grid-row:span 2}.news-grid--featured .news-card:first-child .news-card__frame{aspect-ratio:auto;flex:1 1 auto;min-height:300px}.news-grid--featured .news-card:first-child .news-card__title{font-size:1.15rem}@media(max-width:860px){.news-grid--featured{grid-template-columns:1fr}.news-grid--featured .news-card:first-child{grid-row:auto}.news-grid--featured .news-card:first-child .news-card__frame{aspect-ratio:16 / 10;min-height:0}}.flash-sale--light{background:#fdf2f2;padding:var(--space-4) 0}.flash-sale--light .flash-sale__head{justify-content:flex-start;gap:var(--space-4)}.flash-sale--light .flash-sale__title{color:var(--price-color, #e11);letter-spacing:.02em}.flash-sale--light .flash-sale__cell{background:#1a1a1a;color:#fff;border-radius:4px}.flash-sale--light .flash-sale__sep{color:#1a1a1a}.flash-sale--light .flash-sale .section,.flash-sale--light .section{padding-top:var(--space-4)}.product-groups{display:flex;flex-direction:column;gap:var(--space-6);margin-top:var(--space-4)}.product-group__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-3);border-bottom:2px solid var(--color-border);padding-bottom:var(--space-2)}.product-group__title{margin:0;font-family:var(--font-heading);font-weight:700;font-size:1.15rem;text-transform:uppercase;letter-spacing:.02em;color:var(--color-ink)}.product-group__more{color:var(--color-accent);font-weight:600;white-space:nowrap}.product-group__more:hover{text-decoration:underline}.cmh-nav{border-bottom:2px solid var(--color-accent)}.cmh-auth__btn{background:transparent;border:0;padding:0;cursor:pointer;color:var(--cmh-text, #fff);font-size:13px;font-family:inherit}.cmh-auth__btn:hover{text-decoration:underline}.cmh-logo{gap:12px}.cmh-logo__txt{color:var(--cmh-text, #fff);font-weight:700;font-size:1.1rem;line-height:1.15;font-family:var(--font-heading)}.cmh-cart{position:relative;display:inline-flex;align-items:center;color:var(--cmh-text, #fff)}.cmh-cart__badge{position:absolute;top:-6px;right:-8px;background:var(--color-accent-2, #f20c28);color:#fff;font-size:11px;font-weight:700;min-width:17px;height:17px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}
