:root{--rose:#c8a97e;--rose-light:#e8d5bc;--rose-dark:#a07848;--pink:#f9e8e8;--cream:#fdf6f0;--dark:#1a0a0a;--gray:#6b6b6b;--white:#fff;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Jost", system-ui, sans-serif;--charcoal:#2c1a1a;--muted:#9a8880;--rose-50:#c8a97e12;--gray-light:#e8e0d8;--nav-h:76px;--ann-h:40px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--white);color:var(--dark);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--rose);border-radius:3px}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}.section-label{letter-spacing:.25em;text-transform:uppercase;color:var(--rose);margin-bottom:.75rem;font-size:.75rem;font-weight:500;display:block}.section-title{font-family:var(--font-serif);color:var(--dark);font-size:clamp(2rem,5vw,3.2rem);font-weight:300;line-height:1.15}.divider{background:linear-gradient(90deg, var(--rose), var(--rose-light));width:50px;height:2px;margin:1.25rem 0}.divider.center{margin:1.25rem auto}.btn{font-family:var(--font-sans);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.9rem 2.2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:var(--rose-dark);transform:translateY(-2px);box-shadow:0 8px 24px #a078484d}.btn-outline{color:var(--white);background:0 0;border:1.5px solid #ffffff80}.btn-outline:hover{background:var(--white);color:var(--dark)}.btn-rose{background:var(--rose);color:var(--white)}.btn-rose:hover{background:var(--rose-dark);transform:translateY(-2px);box-shadow:0 8px 24px #a078484d}.btn-ghost{border:1.5px solid var(--rose);color:var(--rose);background:0 0}.btn-ghost:hover{background:var(--rose);color:var(--white)}.section-tag{background:var(--rose-50);border:1px solid var(--rose-light);color:var(--rose-dark);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;padding:.3rem .9rem;font-size:.68rem;display:inline-block}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}section[id]{scroll-margin-top:calc(var(--ann-h) + var(--nav-h))}section{position:relative}@media (width<=768px){.container{padding:0 1rem}footer{padding-bottom:env(safe-area-inset-bottom,0px)}html{-webkit-overflow-scrolling:touch}.btn{min-height:48px;padding:.85rem 1.6rem}a,button,[role=button]{-webkit-tap-highlight-color:#c8a97e26;touch-action:manipulation}.section-label{letter-spacing:.2em;margin-bottom:.6rem;font-size:.7rem}.divider{margin:1rem 0}input,textarea,select{font-size:16px!important}}html,body{max-width:100vw;overflow-x:hidden}.auth-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);background:#0a0303b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.auth-modal{background:var(--cream,#fdf6f0);border-radius:4px;flex-direction:column;width:100%;max-width:440px;max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 100px #0a030359}.auth-modal__accent{background:linear-gradient(90deg, transparent 0%, var(--rose) 30%, var(--rose-light) 60%, transparent 100%);flex-shrink:0;height:3px}.auth-modal__body{-webkit-overflow-scrolling:touch;padding:1.75rem 2rem 2rem;overflow-y:auto}.auth-modal__close{z-index:2;cursor:pointer;color:var(--gray);touch-action:manipulation;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,color .2s;display:flex;position:absolute;top:.6rem;right:.75rem}.auth-modal__close:hover{color:var(--rose-dark);background:#c8a97e26}.auth-modal__header{text-align:center;margin-bottom:1.4rem}.auth-modal__logo{font-family:var(--font-serif);color:var(--dark);align-items:center;gap:.4rem;margin-bottom:.3rem;font-size:1.3rem;font-weight:400;display:inline-flex}.auth-modal__logo em{color:var(--rose);font-style:italic}.auth-modal__logo-n{background:var(--rose);color:#fff;width:28px;height:28px;font-family:var(--font-sans);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:inline-flex}.auth-modal__tagline{color:var(--muted);letter-spacing:.05em;margin:0;font-size:.74rem}.auth-tabs{background:var(--white,#fff);border:1.5px solid #c8a97e47;border-radius:100px;margin-bottom:1.4rem;padding:3px;display:flex}.auth-tab{cursor:pointer;font-family:var(--font-sans);letter-spacing:.09em;text-transform:uppercase;color:var(--gray);touch-action:manipulation;background:0 0;border:none;border-radius:100px;flex:1;padding:.48rem .5rem;font-size:.76rem;font-weight:600;transition:background .22s,color .22s}.auth-tab--active{background:var(--rose);color:#fff}.auth-form{flex-direction:column;gap:.95rem;display:flex}.auth-field{flex-direction:column;gap:.32rem;display:flex}.auth-field label{letter-spacing:.14em;text-transform:uppercase;color:var(--rose-dark,#8b5c2a);font-size:.68rem;font-weight:600}.auth-field input,.auth-field select{box-sizing:border-box;background:var(--white,#fff);width:100%;font-family:var(--font-sans);color:var(--dark);appearance:none;border:1.5px solid #c8a97e52;border-radius:2px;outline:none;padding:.68rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.auth-field input:focus,.auth-field select:focus{border-color:var(--rose);box-shadow:0 0 0 3px #c8a97e21}.auth-field input::placeholder{color:var(--muted);font-size:.85rem}.auth-field select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a07848' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;padding-right:2.2rem}.auth-field select:disabled{opacity:.45;cursor:not-allowed}.auth-pw-wrap{position:relative}.auth-pw-wrap input{padding-right:2.6rem}.auth-pw-toggle{cursor:pointer;color:var(--muted);touch-action:manipulation;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.auth-pw-toggle:hover{color:var(--rose-dark)}.auth-location{flex-direction:column;gap:.6rem;display:flex}.auth-location__head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.auth-location__title{letter-spacing:.14em;text-transform:uppercase;color:var(--rose-dark,#8b5c2a);font-size:.68rem;font-weight:600}.auth-detect-btn{color:var(--rose-dark,#8b5c2a);font-size:.67rem;font-family:var(--font-sans);letter-spacing:.06em;cursor:pointer;white-space:nowrap;touch-action:manipulation;background:#c8a97e1a;border:1px solid #c8a97e52;border-radius:100px;flex-shrink:0;align-items:center;gap:.35rem;min-height:28px;padding:.28rem .7rem;font-weight:500;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.auth-detect-btn:hover:not(:disabled){background:var(--rose);border-color:var(--rose);color:#fff}.auth-detect-btn:disabled{opacity:.6;cursor:not-allowed}.auth-location__row{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.auth-spinner{border:1.5px solid #c8a97e4d;border-top-color:var(--rose-dark,#8b5c2a);border-radius:50%;flex-shrink:0;width:11px;height:11px;animation:.65s linear infinite auth-spin;display:inline-block}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-error{color:#b52c1d;background:#b52c1d0f;border:1px solid #b52c1d2e;border-radius:2px;margin:0;padding:.5rem .8rem;font-size:.76rem;line-height:1.5}.auth-submit{letter-spacing:.1em;justify-content:center;width:100%;min-height:50px;margin-top:.2rem;font-size:.82rem}.auth-switch{text-align:center;color:var(--gray);margin:.1rem 0 0;font-size:.78rem}.auth-switch button{color:var(--rose-dark,#8b5c2a);cursor:pointer;font-weight:600;font-family:var(--font-sans);font-size:inherit;text-underline-offset:2px;touch-action:manipulation;background:0 0;border:none;padding:0;text-decoration:underline}@media (width<=768px){.auth-overlay{align-items:flex-end;padding:0}.auth-modal{border-radius:22px 22px 0 0;max-width:100%;max-height:95dvh;box-shadow:0 -8px 40px #0a030340}.auth-modal__accent{background:0 0;flex-direction:column;flex-shrink:0;align-items:center;gap:0;height:auto;padding-top:14px;display:flex}.auth-modal__accent:before{content:"";background:#c8a97e61;border-radius:2px;width:40px;height:4px;display:block}.auth-modal__accent:after{content:"";background:linear-gradient(90deg, transparent 5%, var(--rose) 35%, var(--rose-light) 65%, transparent 95%);width:100%;height:2px;margin-top:12px;display:block}.auth-modal__body{padding:1.2rem 1.25rem 2.2rem}.auth-modal__header{margin-bottom:1.1rem}.auth-location__row{grid-template-columns:1fr}.auth-field input,.auth-field select{font-size:16px!important}.auth-submit{min-height:52px}}@media (width<=380px){.auth-modal__body{padding:1rem 1rem 2rem}.auth-location__head{flex-direction:column;align-items:flex-start;gap:.5rem}.auth-detect-btn{align-self:flex-start}}.ann-bar{z-index:200;height:var(--ann-h);background:var(--dark);align-items:center;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.ann-bar__track{white-space:nowrap;align-items:center;gap:0;animation:45s linear infinite ticker;display:flex}.ann-bar__item{font-size:.72rem;font-family:var(--font-sans);letter-spacing:.08em;color:var(--rose-light);align-items:center;gap:1.2rem;padding:0 2rem;font-weight:400;display:inline-flex}.ann-bar__sep{color:var(--rose);opacity:.6;font-size:.8rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ann-bar:hover .ann-bar__track{animation-play-state:paused}@media (width<=768px){.ann-bar{display:none}}.srch-backdrop{-webkit-backdrop-filter:blur(4px);z-index:1400;background:#0803038c;position:fixed;inset:0}.srch-panel{top:var(--navbar-h,62px);z-index:1401;background:var(--white);border-top:2px solid var(--rose);max-height:calc(80vh - var(--navbar-h,62px));flex-direction:column;display:flex;position:fixed;left:0;right:0;overflow:hidden;box-shadow:0 24px 60px #1a0a0a2e}.srch-panel__bar{background:var(--white);border-bottom:1px solid var(--gray-light);flex-shrink:0}.srch-panel__bar-inner{flex-direction:column;gap:0;max-width:1280px;margin:0 auto;padding:.9rem 1.5rem;display:flex}.srch-input-row{align-items:center;gap:.75rem;display:flex}.srch-input-wrap{background:var(--cream);border:1.5px solid var(--gray-light);border-radius:50px;flex:1;align-items:center;gap:.65rem;height:50px;padding:0 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.srch-input-wrap:focus-within{border-color:var(--rose);box-shadow:0 0 0 3px #c864501a}.srch-input-icon{color:var(--rose-dark);flex-shrink:0}.srch-input{font-family:var(--font-sans);color:var(--dark);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:16px!important}.srch-input::placeholder{color:var(--muted)}.srch-input::-webkit-search-cancel-button{display:none}.srch-input-clear{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:background .18s,color .18s;display:flex}.srch-input-clear:hover{color:var(--rose);background:#c864501a}.srch-panel__close{background:var(--cream);border:1.5px solid var(--gray-light);width:42px;height:42px;color:var(--gray);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.srch-panel__close:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.srch-mobile-brand{display:none}.srch-drop{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#c8a97e33 transparent;box-sizing:border-box;flex:1;width:100%;max-width:1280px;margin:0 auto;padding:1rem 1.5rem 1.5rem;overflow-y:auto}.srch-drop::-webkit-scrollbar{width:4px}.srch-drop::-webkit-scrollbar-thumb{background:#c8a97e33;border-radius:2px}.srch-section-label{letter-spacing:.2em;text-transform:uppercase;color:var(--rose-dark);align-items:center;gap:.4rem;margin-bottom:.75rem;font-size:.62rem;font-weight:700;display:flex}.srch-trending{padding-bottom:.25rem}.srch-chips{flex-wrap:wrap;gap:.45rem;display:flex}.srch-chip{background:var(--cream);color:var(--gray);font-size:.78rem;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:1px solid #c8a97e4d;border-radius:100px;align-items:center;padding:.38rem 1rem;font-weight:500;transition:all .18s;display:inline-flex}.srch-chip:hover,.srch-chip:active{background:var(--rose);border-color:var(--rose);color:var(--white)}.srch-results{flex-direction:column;display:flex}.srch-result-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font-sans);background:0 0;border:none;border-bottom:1px solid #0000000b;border-radius:8px;align-items:center;gap:.9rem;padding:.72rem .6rem;transition:background .14s;display:flex}.srch-result-item:last-child{border-bottom:none}.srch-result-item:hover,.srch-result-item--active{background:var(--cream)}.srch-result-item--active{background:#c8a97e17}.srch-result-thumb{background:var(--cream);border:1px solid var(--gray-light);border-radius:8px;flex-shrink:0;width:54px;height:54px;overflow:hidden}.srch-result-thumb img{object-fit:cover;width:100%;height:100%;display:block}.srch-result-thumb-fallback{width:100%;height:100%;color:var(--muted);justify-content:center;align-items:center;display:flex}.srch-result-info{flex-direction:column;flex:1;gap:.22rem;min-width:0;display:flex}.srch-result-name{color:var(--dark);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;line-height:1.3;overflow:hidden}.srch-result-cat{color:var(--muted);letter-spacing:.04em;font-size:.7rem}.srch__mark{color:var(--rose-dark);background:#c8645029;border-radius:2px;padding:0 1px;font-style:normal}.srch-result-price{font-family:var(--font-serif);color:var(--rose-dark);white-space:nowrap;flex-shrink:0;font-size:.88rem;font-weight:500}.srch-result-arrow{color:var(--muted);flex-shrink:0;transition:transform .14s,color .14s}.srch-result-item:hover .srch-result-arrow,.srch-result-item--active .srch-result-arrow{color:var(--rose);transform:translate(3px)}.srch-empty{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.srch-empty-icon{color:#ddd;margin-bottom:.25rem}.srch-empty-title{color:var(--dark);font-size:.95rem;font-weight:500}.srch-empty-title strong{color:var(--rose-dark)}.srch-empty-hint{color:var(--muted);font-size:.8rem}@media (width<=768px){.srch-backdrop{-webkit-backdrop-filter:blur(8px);background:#080303d1}.srch-panel,.srch-panel--mobile{max-height:100dvh;box-shadow:none;border-top:none;border-radius:0;bottom:0;left:0;right:0;overflow:hidden;top:0!important}.srch-panel__bar{background:var(--dark);border-bottom:1px solid #c8a97e26}.srch-panel__bar-inner{gap:.65rem;padding:.85rem 1.1rem}.srch-mobile-brand{align-items:center;gap:.5rem;margin-bottom:.1rem;display:flex}.srch-mobile-brand-n{background:var(--rose);width:24px;height:24px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:flex}.srch-mobile-brand-text{letter-spacing:.14em;text-transform:uppercase;color:#ffffff61;font-size:.72rem;font-weight:600}.srch-input-wrap{background:#ffffff14;border-color:#c8a97e38;height:52px}.srch-input-wrap:focus-within{border-color:var(--rose);background:#ffffff1f;box-shadow:0 0 0 3px #c8645033}.srch-input{color:var(--white)}.srch-input::placeholder{color:#ffffff61}.srch-input-icon{color:var(--rose-light)}.srch-input-clear{color:#ffffff73}.srch-input-clear:hover{color:var(--white);background:#ffffff1a}.srch-panel__close{color:#fff9;background:#ffffff14;border-color:#c8a97e33;width:46px;height:46px}.srch-panel__close:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.srch-drop{background:var(--white);flex:1;max-height:none;padding:1.1rem 1.1rem 2rem;overflow-y:auto}.srch-result-item{gap:.8rem;min-height:72px;padding:.85rem .55rem}.srch-result-thumb{border-radius:10px;width:56px;height:56px}.srch-result-name{white-space:normal;font-size:.93rem;line-height:1.4}.srch-result-cat{font-size:.72rem}.srch-result-price{font-size:.85rem}.srch-chip{min-height:38px;padding:.45rem 1.1rem;font-size:.82rem}}@media (width<=360px){.srch-result-price,.srch-result-arrow{display:none}.srch-panel__bar-inner{padding:.75rem .9rem}}.navbar{z-index:100;background:0 0;padding:1.2rem 0;transition:all .4s;position:fixed;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(12px);background:#fdf6f0f5;padding:.75rem 0;box-shadow:0 2px 30px #1a0a0a14}.navbar__inner{align-items:center;gap:2rem;display:flex}.navbar__logo{font-family:var(--font-serif);color:var(--white);white-space:nowrap;flex-shrink:0;align-items:center;gap:.35rem;font-size:1.5rem;transition:color .4s;display:flex}.navbar--scrolled .navbar__logo{color:var(--dark)}.navbar__logo-n{background:var(--rose);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;font-weight:600;display:inline-flex;color:var(--white)!important}.navbar__logo-text em{color:var(--rose);font-style:italic}.navbar__links{align-items:center;gap:1.8rem;margin-left:auto;display:flex}.navbar__link-wrap{position:relative}.navbar__link,.navbar__link--has-menu{letter-spacing:.1em;text-transform:uppercase;color:#ffffffe6;cursor:pointer;white-space:nowrap;align-items:center;gap:.3rem;font-size:.77rem;font-weight:500;transition:color .3s;display:inline-flex;position:relative}.navbar--scrolled .navbar__link,.navbar--scrolled .navbar__link--has-menu{color:var(--dark)}.navbar__link:after,.navbar__link--has-menu:after{content:"";background:var(--rose);width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-3px;left:0}.navbar__link:hover:after,.navbar__link--has-menu:hover:after{width:100%}.navbar__link:hover,.navbar__link--has-menu:hover{color:var(--rose)}.navbar__chevron{transition:transform .25s}.navbar__chevron--open{transform:rotate(180deg)}.navbar__actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.navbar__icon-btn{cursor:pointer;color:#ffffffd9;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.navbar--scrolled .navbar__icon-btn{color:var(--dark)}.navbar__icon-btn:hover{background:var(--rose-50);color:var(--rose)}.navbar__whatsapp:hover{color:#25d366!important}.navbar__cta{white-space:nowrap;display:inline-flex}.navbar__burger{cursor:pointer;color:var(--white);background:0 0;border:none;display:none}.navbar--scrolled .navbar__burger{color:var(--dark)}.mega-menu{background:var(--white);border-top:2px solid var(--rose);z-index:200;width:100%;position:absolute;top:100%;left:0;right:0;box-shadow:0 20px 60px #1a0a0a26}.mega-menu__inner{grid-template-columns:2fr 1fr;gap:0;padding:2rem 1.5rem;display:grid}.mega-menu__heading{letter-spacing:.18em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:1.2rem;font-size:.68rem;font-weight:600}.mega-menu__categories{border-right:1px solid var(--gray-light);padding-right:2rem}.mega-menu__grid{grid-template-columns:repeat(3,1fr);gap:.8rem;display:grid}.mega-menu__cat-tile{cursor:pointer;flex-direction:column;gap:.5rem;transition:transform .2s;display:flex}.mega-menu__cat-tile:hover{transform:translateY(-2px)}.mega-menu__cat-tile img{object-fit:cover;border-radius:2px;width:100%;height:68px;transition:opacity .25s}.mega-menu__cat-tile:hover img{opacity:.85}.mega-menu__cat-tile span{color:var(--dark);letter-spacing:.04em;font-size:.75rem;font-weight:500}.mega-menu__featured{padding-left:2rem}.mega-menu__feat-card{flex-direction:column;gap:.8rem;display:flex}.mega-menu__feat-card img{object-fit:cover;border-radius:2px;width:100%;height:140px}.mega-menu__feat-body{flex-direction:column;gap:.4rem;display:flex}.mega-menu__feat-tag{background:var(--rose);color:var(--white);letter-spacing:.1em;text-transform:uppercase;width:fit-content;padding:.2rem .5rem;font-size:.6rem;font-weight:600;display:inline-block}.mega-menu__feat-body h4{font-family:var(--font-serif);color:var(--dark);font-size:1.05rem;font-weight:400}.mega-menu__feat-body p{color:var(--gray);font-size:.78rem;line-height:1.5}.mega-menu__feat-price{font-family:var(--font-serif);color:var(--rose-dark);font-size:1.1rem;font-weight:500}.navbar__search-panel{background:var(--white);border-top:1px solid var(--gray-light);overflow:hidden}.navbar__search-form{color:var(--gray);align-items:center;gap:.8rem;padding:.9rem 0;display:flex}.navbar__search-input{font-family:var(--font-sans);color:var(--dark);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.navbar__search-input::placeholder{color:var(--muted)}.navbar__search-form button{cursor:pointer;color:var(--gray);background:0 0;border:none;align-items:center;display:flex}.navbar__mobile{background:var(--cream);border-top:1px solid var(--rose-light);overflow:hidden}.navbar__mobile-links{flex-direction:column;display:flex}.navbar__mobile-link{letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--rose-light);color:var(--dark);padding:.9rem 1.5rem;font-size:.9rem;font-weight:500;transition:color .2s}.navbar__mobile-link:hover{color:var(--rose)}.navbar__mobile-cats{border-bottom:1px solid var(--rose-light);padding:1rem 1.5rem}.navbar__mobile-cat-label{letter-spacing:.16em;text-transform:uppercase;color:var(--rose-dark);margin-bottom:.75rem;font-size:.65rem;font-weight:600}.navbar__mobile-chips{flex-wrap:wrap;gap:.5rem;display:flex}.navbar__mobile-chip{background:var(--white);border:1px solid var(--rose-light);color:var(--dark);letter-spacing:.06em;padding:.35rem .75rem;font-size:.72rem;transition:all .2s}.navbar__mobile-chip:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.navbar__mobile-bottom{gap:.75rem;padding:1rem 1.5rem;display:flex}@media (width<=1200px){.mega-menu__grid{grid-template-columns:repeat(3,1fr);gap:.6rem}.mega-menu__feat-card img{height:110px}}@media (width<=1050px){.mega-menu__inner{grid-template-columns:3fr 1fr}.mega-menu__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.navbar__links{gap:1.3rem}}@media (width<=900px){.navbar__links,.navbar__cta{display:none}.navbar__actions{margin-left:auto}.navbar__burger{display:flex}}@media (width<=768px){.navbar{-webkit-backdrop-filter:blur(16px);padding:.65rem 0;box-shadow:0 1px #c8a97e1f;background:#120606f7!important;top:0!important}.navbar__links,.navbar__cta,.navbar__mobile,.navbar__search-panel,.navbar__icon-btn{display:none}.navbar__actions{gap:.4rem;margin-left:auto}.navbar__logo{font-size:1.2rem}.navbar__logo-n{width:28px;height:28px;font-size:.95rem}.navbar__burger{display:flex!important}.navbar__search-btn{color:var(--white);background:#c8a97e1a;border:1px solid #c8a97e38;border-radius:8px;width:40px;height:40px;display:flex!important}.navbar__search-btn:hover{background:#c8a97e33}}@media (width<=360px){.navbar__logo{font-size:1.05rem}}.navbar__burger{cursor:pointer;background:#c8a97e1a;border:1px solid #c8a97e38;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:background .2s,border-color .2s;display:none}.navbar__burger:hover{background:#c8a97e33;border-color:#c8a97e66}.navbar__burger--open{background:var(--rose);border-color:var(--rose)}.navbar__burger-bar{background:var(--white);transform-origin:50%;border-radius:2px;width:18px;height:1.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.navbar__burger--open .navbar__burger-bar:first-child{transform:translateY(6.5px)rotate(45deg)}.navbar__burger--open .navbar__burger-bar:nth-child(2){opacity:0;width:0}.navbar__burger--open .navbar__burger-bar:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}@media (width<=900px){.navbar__burger{display:flex}}.drawer-backdrop{-webkit-backdrop-filter:blur(5px);z-index:1100;background:#080303b8;position:fixed;inset:0}.drawer{z-index:1101;background:#130808;border-left:1px solid #c8a97e1f;flex-direction:column;width:min(82vw,330px);display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:-10px 0 50px #00000073}.drawer__head{background:#00000040;border-bottom:1px solid #c8a97e24;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;display:flex}.drawer__brand{align-items:center;gap:.5rem;text-decoration:none;display:flex}.drawer__brand-n{background:var(--rose);width:30px;height:30px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.drawer__brand-name{font-family:var(--font-serif);color:var(--white);font-size:1.15rem;line-height:1}.drawer__brand-name em{color:var(--rose-light);font-style:italic}.drawer__close{color:#ffffffa6;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.drawer__close:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.drawer__body{scrollbar-width:thin;scrollbar-color:#c8a97e26 transparent;flex:1;overflow:hidden auto}.drawer__body::-webkit-scrollbar{width:3px}.drawer__body::-webkit-scrollbar-thumb{background:#c8a97e26}.drawer__group{border-bottom:1px solid #ffffff0d;padding:1rem 1.25rem .6rem}.drawer__group:last-child{border-bottom:none}.drawer__group-label{letter-spacing:.22em;text-transform:uppercase;color:var(--rose);margin-bottom:.55rem;padding-left:.4rem;font-size:.58rem;font-weight:700;display:block}.drawer__item{color:#ffffffa6;font-size:.88rem;font-family:var(--font-sans);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:.7rem;width:100%;margin-bottom:.1rem;padding:.65rem .5rem;font-weight:400;text-decoration:none;transition:all .18s;display:flex}.drawer__item:hover{color:var(--white);background:#c8a97e14;padding-left:.85rem}.drawer__item-icon{width:32px;height:32px;color:var(--rose-light);background:#c8a97e14;border:1px solid #c8a97e1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.drawer__item:hover .drawer__item-icon{background:#c8a97e26;border-color:#c8a97e40}.drawer__item-label{flex:1}.drawer__item-arrow{color:#ffffff2e;flex-shrink:0;transition:transform .18s}.drawer__item:hover .drawer__item-arrow{color:#fff6;transform:translate(3px)}.drawer__chips{flex-wrap:wrap;gap:.4rem;padding:.3rem 0 .5rem;display:flex}.drawer__chip{color:#ffffff8c;letter-spacing:.05em;background:#c8a97e12;border:1px solid #c8a97e2e;border-radius:100px;align-items:center;padding:.32rem .8rem;font-size:.7rem;text-decoration:none;transition:all .2s;display:inline-flex}.drawer__chip:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.drawer__foot{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));background:#0000004d;border-top:1px solid #c8a97e24;flex-direction:column;flex-shrink:0;gap:.85rem;display:flex}.drawer__socials{align-items:center;gap:.5rem;display:flex}.drawer__social{color:#ffffff7a;background:#ffffff0a;border:1px solid #c8a97e33;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;text-decoration:none;transition:all .2s;display:flex}.drawer__social:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.drawer__social-follow{letter-spacing:.12em;text-transform:uppercase;color:#ffffff38;margin-left:.25rem;font-size:.62rem}.drawer__ctas{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.drawer__cta{letter-spacing:.06em;border-radius:4px;justify-content:center;min-height:44px;font-size:.73rem}.drawer__tagline{font-family:var(--font-serif);color:#c8a97e59;text-align:center;margin:0;font-size:.72rem;font-style:italic}.hero{align-items:stretch;height:clamp(560px,88vh,820px);display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__accent-line{background:linear-gradient(to bottom, transparent 5%, var(--rose) 30%, var(--rose-light) 70%, transparent 95%);z-index:10;opacity:.7;width:3px;position:absolute;top:0;bottom:0;left:0}.hero__layout{z-index:1;grid-template-columns:52% 48%;width:100%;height:100%;display:grid;position:relative}.hero__left{padding:calc(var(--ann-h) + var(--nav-h) + 1.5rem) 3.5rem 2.5rem 5rem;flex-direction:column;justify-content:center;gap:0;display:flex;position:relative}.hero__slide-num{align-items:center;gap:.75rem;margin-bottom:1.8rem;display:flex}.hero__slide-current{font-family:var(--font-serif);color:var(--rose);letter-spacing:.08em;font-size:1rem;font-weight:400;line-height:1}.hero__slide-sep{background:#ffffff4d;width:32px;height:1px;display:block}.hero__slide-total{font-family:var(--font-serif);color:#ffffff59;letter-spacing:.08em;font-size:.78rem;line-height:1}.hero__content{max-width:500px;margin-bottom:2.2rem}.hero__badge{letter-spacing:.24em;text-transform:uppercase;color:var(--rose-light);align-items:center;gap:.5rem;margin-bottom:1.2rem;font-size:.68rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--rose);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.65)}}.hero__title{font-family:var(--font-serif);color:var(--white);flex-direction:column;gap:.1em;margin-bottom:1.2rem;font-size:clamp(2.8rem,4.8vw,4.2rem);font-weight:300;line-height:1.08;display:flex}.hero__title em{color:var(--rose);font-style:italic;display:block}.hero__sub{color:#ffffffa6;max-width:360px;margin-bottom:2rem;font-size:.93rem;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.hero__stats{align-items:center;gap:0;display:flex}.hero__stat{flex-direction:column;gap:.18rem;padding:0 1.2rem;display:flex;position:relative}.hero__stat:first-child{padding-left:0}.hero__stat-div{background:#ffffff1f;width:1px;position:absolute;top:10%;bottom:10%;right:0}.hero__stat strong{font-family:var(--font-serif);color:var(--rose);letter-spacing:-.01em;font-size:1.45rem;font-weight:400;line-height:1}.hero__stat span{letter-spacing:.14em;text-transform:uppercase;color:#ffffff6b;font-size:.62rem}.hero__controls{align-items:center;gap:.7rem;display:flex}.hero__ctrl{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:2px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .22s;display:flex}.hero__ctrl:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.hero__dots{align-items:center;gap:.45rem;display:flex}.hero__dot{cursor:pointer;background:#ffffff47;border:none;border-radius:50%;width:5px;height:5px;padding:0;transition:all .3s}.hero__dot--active{background:var(--rose);border-radius:2px;width:22px}.hero__right{position:relative;overflow:hidden}.hero__img-wrap{position:absolute;inset:0}.hero__img{object-fit:cover;object-position:center top;width:100%;height:100%}.hero__img-overlay{background:linear-gradient(90deg,#1a0a0a80 0%,#1a0a0a1f 35%,#0000 60%);position:absolute;inset:0}.hero__frame{pointer-events:none;z-index:5;width:40px;height:40px;position:absolute}.hero__frame--tl{border-top:1.5px solid #c8a97e73;border-right:1.5px solid #c8a97e73;top:1.5rem;right:1.5rem}.hero__frame--br{border-bottom:1.5px solid #c8a97e73;border-left:1.5px solid #c8a97e73;bottom:1.5rem;left:1.5rem}.hero__progress{z-index:10;background:#ffffff14;height:2px;position:absolute;bottom:0;left:0;right:0}.hero__progress-fill{background:linear-gradient(90deg, var(--rose-dark), var(--rose));height:100%;animation:6s linear forwards progress-fill}@keyframes progress-fill{0%{width:0}to{width:100%}}@media (width>=1400px){.hero__left{padding-left:6rem}.hero__title{font-size:clamp(3.2rem,3.8vw,5rem)}}@media (width<=1100px){.hero__left{padding:calc(var(--ann-h) + var(--nav-h) + 1rem) 2.5rem 2rem 3.5rem}.hero__stat{padding:0 .9rem}}@media (width<=900px){.hero{height:clamp(480px,78vw,680px)}.hero__layout{grid-template-columns:1fr}.hero__left{padding:calc(var(--nav-h) + 1rem) 2rem 2.5rem;z-index:2;background:0 0;justify-content:flex-end;position:relative}.hero__right{z-index:0;position:absolute;inset:0}.hero__img-overlay{background:linear-gradient(#0a04041a 0%,#0a04048c 55%,#0a0404ed 100%)}.hero__content{max-width:100%;margin-bottom:1.5rem}.hero__title{font-size:clamp(2.2rem,7vw,3.2rem)}.hero__sub{font-size:.86rem}.hero__bottom{flex-wrap:wrap;gap:1rem}.hero__frame,.hero__accent-line{display:none}}@media (width<=768px){.hero{height:clamp(460px,70dvh,600px)}.hero__left{padding:calc(var(--nav-h) + .25rem) 1.2rem 1.5rem}.hero__slide-num{margin-bottom:.7rem}.hero__badge{margin-bottom:.6rem;font-size:.62rem}.hero__title{gap:0;margin-bottom:.6rem;font-size:clamp(1.75rem,7.5vw,2.5rem)}.hero__sub{max-width:100%;margin-bottom:1.1rem;font-size:.78rem;line-height:1.65}.hero__content{margin-bottom:1rem}.hero__actions{gap:.5rem;margin-bottom:0}.hero__actions .btn{flex:1;justify-content:center;min-height:42px;padding:.68rem 1.1rem;font-size:.64rem}.hero__bottom{flex-flow:row;gap:0;padding-top:.85rem}.hero__stats{flex:1;gap:0}.hero__stat{padding:0 .55rem}.hero__stat:first-child{padding-left:0}.hero__stat strong{font-size:1.05rem}.hero__stat span{font-size:.52rem}.hero__controls{flex-shrink:0}.hero__ctrl{width:28px;height:28px}.hero__dot{width:4px;height:4px}.hero__dot--active{width:16px}.hero__progress{height:2px}}@media (width<=375px){.hero{height:clamp(430px,70dvh,560px)}.hero__title{font-size:1.6rem}.hero__stat{padding:0 .4rem}.hero__stat strong{font-size:.92rem}.hero__stat span{letter-spacing:.08em;font-size:.49rem}.hero__actions .btn{padding:.68rem .9rem;font-size:.62rem}}@media (width<=360px){.hero{height:clamp(410px,68dvh,540px)}.hero__title{font-size:1.45rem}.hero__badge{font-size:.58rem}.hero__sub{font-size:.73rem}.hero__stat{padding:0 .3rem}.hero__stat strong{font-size:.85rem}}.benefits{background:var(--cream);border-top:1px solid var(--gray-light);border-bottom:1px solid var(--gray-light);padding:2rem 0}.benefits__inner{flex-wrap:nowrap;align-items:stretch;gap:0;display:flex;position:relative}.benefit{flex:1;align-items:center;gap:1rem;min-width:0;padding:1rem 1.5rem;display:flex;position:relative}.benefit__icon{background:var(--rose);width:46px;height:46px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,background .3s;display:flex}.benefit:hover .benefit__icon{background:var(--rose-dark);transform:scale(1.1)}.benefit__text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.benefit__title{font-size:.82rem;font-weight:600;font-family:var(--font-sans);color:var(--dark);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.benefit__desc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.benefit__divider{background:var(--gray-light);width:1px;height:60%;position:absolute;top:20%;right:0}@media (width<=1024px){.benefit{gap:.75rem;padding:1rem}.benefit__icon{width:40px;height:40px}}@media (width<=768px){.benefits{border-top:none;border-bottom:none;padding:0}.benefits__inner{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.benefit{border-bottom:1px solid var(--gray-light);border-right:1px solid var(--gray-light);gap:.7rem;padding:1.1rem 1rem}.benefit:nth-child(2n){border-right:none}.benefit:nth-last-child(-n+2){border-bottom:none}.benefit__divider{display:none}.benefit__title{font-size:.78rem}.benefit__desc{font-size:.68rem}}@media (width<=480px){.benefit{gap:.55rem;padding:.85rem .65rem}.benefit__icon{flex-shrink:0;width:34px;height:34px}.benefit__title{white-space:normal;font-size:.72rem;line-height:1.3}.benefit__desc{white-space:normal;font-size:.64rem;line-height:1.4}}@media (width<=360px){.benefit{gap:.45rem;padding:.75rem .5rem}.benefit__icon{width:30px;height:30px}.benefit__title{font-size:.68rem}.benefit__desc{display:none}}.about{background:var(--white);padding:3.5rem 0}.about__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about__visual{position:relative}.about__img-frame{border-radius:3px;height:440px;position:relative;overflow:hidden}.about__img-frame>*{width:100%;height:100%}.about__img-frame img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .7s;display:block}.about__img-frame:hover img{transform:scale(1.04)}.about__img-edge{background:var(--rose);z-index:2;border-radius:2px;width:4px;position:absolute;top:1.4rem;bottom:1.4rem;right:-7px}.about__badge{background:var(--rose);color:var(--white);z-index:3;flex-direction:column;align-items:center;padding:.8rem 1.2rem;display:flex;position:absolute;bottom:1.4rem;left:-1.1rem;box-shadow:0 8px 28px #a0784859}.about__badge strong{font-family:var(--font-serif);font-size:1.75rem;font-weight:400;line-height:1}.about__badge span{letter-spacing:.1em;text-transform:uppercase;opacity:.85;margin-top:3px;font-size:.62rem}.about__dots{z-index:-1;background-image:radial-gradient(var(--rose-light) 1.5px, transparent 1.5px);opacity:.65;background-size:15px 15px;width:110px;height:110px;position:absolute;top:-14px;right:-14px}.about__text{flex-direction:column;align-items:flex-start;display:flex}.about__title{font-family:var(--font-serif);color:var(--dark);margin:.5rem 0 0;font-size:clamp(1.9rem,2.8vw,2.75rem);font-weight:400;line-height:1.18}.about__title em{color:var(--rose);font-style:italic}.about__text .divider{margin:1.2rem 0}.about__desc{color:var(--gray);margin:0;font-size:.935rem;line-height:1.88}.about__checks{grid-template-columns:1fr 1fr;gap:.55rem;width:100%;margin:1.2rem 0 0;list-style:none;display:grid}.about__checks li{color:var(--dark);align-items:center;gap:.45rem;font-size:.86rem;font-weight:400;display:flex}.about__check-icon{color:var(--rose);flex-shrink:0}.about__stats{background:var(--cream);border-left:3px solid var(--rose);border-radius:0 3px 3px 0;align-items:center;width:100%;margin:1.5rem 0 1.7rem;padding:.95rem 1.3rem;display:flex}.about__stat{flex:1;align-items:center;gap:.5rem;display:flex}.about__stat-icon{color:var(--rose);flex-shrink:0}.about__stat strong{font-family:var(--font-serif);color:var(--dark);font-size:1.3rem;font-weight:400;line-height:1}.about__stat span{color:var(--gray);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem}.about__stat-sep{background:#a0784833;flex-shrink:0;width:1px;height:2rem;margin:0 .6rem}.about__cta{align-self:flex-start}@media (width<=960px){.about__grid{grid-template-columns:1fr;gap:2.5rem}.about__img-frame{height:320px}.about__img-edge{right:0}}@media (width<=600px){.about{padding:2.5rem 0}.about__grid{gap:1.75rem}.about__img-frame{height:240px}.about__badge{bottom:1rem;left:0}.about__badge strong{font-size:1.5rem}.about__dots{display:none}.about__title{font-size:clamp(1.6rem,6vw,2.2rem)}.about__desc{font-size:.9rem;line-height:1.8}.about__checks{grid-template-columns:1fr 1fr;gap:.45rem}.about__checks li{font-size:.82rem}.about__stats{gap:0;padding:.85rem 1rem}.about__stat{gap:.35rem}.about__stat strong{font-size:1.15rem}.about__stat span{font-size:.65rem}}@media (width<=400px){.about__checks{grid-template-columns:1fr}.about__img-frame{height:210px}.about__stats{flex-direction:column;align-items:flex-start;gap:.65rem;padding:.85rem 1rem}.about__stat-sep{display:none}}.catgrid{background:var(--white);padding:5rem 0 4rem}.catgrid__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.catgrid__header .section-title em{color:var(--rose);font-style:italic}.catgrid__header-left{flex:1}.catgrid__all-btn{flex-shrink:0;align-self:flex-end;margin-bottom:.2rem}.catgrid__grid{grid-template-rows:310px 260px 220px;grid-template-columns:repeat(4,1fr);grid-template-areas:"a a b c""d e f f""g g h h";gap:6px;display:grid}.catgrid__tile--1{grid-area:a}.catgrid__tile--2{grid-area:b}.catgrid__tile--3{grid-area:c}.catgrid__tile--4{grid-area:d}.catgrid__tile--5{grid-area:e}.catgrid__tile--6{grid-area:f}.catgrid__tile--7{grid-area:g}.catgrid__tile--8{grid-area:h}.catgrid__tile{cursor:pointer;background:var(--dark);display:block;position:relative;overflow:hidden}.catgrid__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .65s cubic-bezier(.25,.46,.45,.94);display:block}.catgrid__img-fallback{width:100%;height:100%;display:block}.catgrid__tile:hover .catgrid__img{transform:scale(1.07)}.catgrid__overlay{background:linear-gradient(#0000 0%,#0a040414 25%,#0a04046b 60%,#0a0404e0 100%);transition:opacity .35s;position:absolute;inset:0}.catgrid__overlay-hover{opacity:0;background:#0a040438;transition:opacity .35s;position:absolute;inset:0}.catgrid__tile:hover .catgrid__overlay-hover{opacity:1}.catgrid__tag{z-index:3;position:absolute;top:1rem;left:1rem}.catgrid__tag span{-webkit-backdrop-filter:blur(8px);color:var(--rose-light);letter-spacing:.15em;text-transform:uppercase;background:#c8a97e2e;border:1px solid #c8a97e59;padding:.28rem .65rem;font-size:.6rem;font-weight:600;line-height:1;display:inline-block}.catgrid__body{z-index:3;padding:1.6rem 1.4rem;position:absolute;bottom:0;left:0;right:0}.catgrid__name{font-family:var(--font-serif);color:var(--white);margin-bottom:.3rem;font-size:1.35rem;font-weight:300;line-height:1.18;transition:color .25s}.catgrid__tile:hover .catgrid__name{color:var(--rose-light)}.catgrid__sub{color:#ffffff7a;letter-spacing:.04em;margin-bottom:.85rem;font-size:.68rem;line-height:1.4}.catgrid__cta{letter-spacing:.14em;text-transform:uppercase;color:var(--rose);opacity:0;border-bottom:1px solid #c8a97e66;align-items:center;gap:.35rem;padding-bottom:.15rem;font-size:.65rem;font-weight:600;transition:opacity .3s,transform .3s;display:inline-flex;transform:translateY(6px)}.catgrid__tile:hover .catgrid__cta{opacity:1;transform:translateY(0)}.catgrid__tile--1 .catgrid__name,.catgrid__tile--6 .catgrid__name,.catgrid__tile--7 .catgrid__name,.catgrid__tile--8 .catgrid__name{font-size:1.55rem}.catgrid__tile:after{content:"";background:var(--rose);transform-origin:0;z-index:4;height:2px;transition:transform .35s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.catgrid__tile:hover:after{transform:scaleX(1)}@media (width<=1200px){.catgrid__grid{grid-template-rows:280px 240px 200px}.catgrid__name{font-size:1.2rem}.catgrid__tile--1 .catgrid__name,.catgrid__tile--6 .catgrid__name,.catgrid__tile--7 .catgrid__name,.catgrid__tile--8 .catgrid__name{font-size:1.35rem}}@media (width<=900px){.catgrid__grid{grid-template-rows:repeat(4,220px);grid-template-columns:repeat(2,1fr);grid-template-areas:"a a""b c""d e""f f"}.catgrid__tile--7,.catgrid__tile--8{display:none}.catgrid__header{flex-direction:column;align-items:flex-start;gap:1rem}}@media (width<=768px){.catgrid{padding:3.5rem 0}.catgrid__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.catgrid__all-btn{justify-content:center;width:100%}.catgrid__grid{grid-template-rows:200px 180px 180px 180px;grid-template-columns:repeat(2,1fr);grid-template-areas:"a a""b c""d e""f f";gap:4px}.catgrid__tile--7,.catgrid__tile--8{display:none}.catgrid__name,.catgrid__tile--1 .catgrid__name,.catgrid__tile--6 .catgrid__name{font-size:1.05rem}.catgrid__sub{display:none}.catgrid__body{padding:1rem}.catgrid__tag span{padding:.22rem .5rem;font-size:.55rem}.catgrid__cta{opacity:1;transform:translateY(0)}.catgrid__tile:after{opacity:.6;transform:scaleX(.4)}}@media (width<=480px){.catgrid__grid{grid-template-rows:180px 160px 160px 160px;gap:3px}.catgrid__name,.catgrid__tile--1 .catgrid__name,.catgrid__tile--6 .catgrid__name{font-size:.95rem}.catgrid__body{padding:.75rem}}.pmodal-overlay{-webkit-backdrop-filter:blur(6px);z-index:1000;background:#0a0404c7;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0;overflow-y:auto}.pmodal{background:var(--white);scrollbar-width:thin;scrollbar-color:var(--rose-light) transparent;-webkit-overflow-scrolling:touch;border-radius:22px 22px 0 0;width:100%;max-width:100%;max-height:94dvh;position:relative;overflow:hidden auto;box-shadow:0 -16px 60px #0a040473}.pmodal::-webkit-scrollbar{width:3px}.pmodal::-webkit-scrollbar-thumb{background:var(--rose-light);border-radius:2px}.pmodal:before{content:"";background:#ddd;border-radius:2px;width:42px;height:4px;margin:14px auto 0;display:block}.pmodal:after{content:"";background:linear-gradient(90deg, transparent 5%, var(--rose) 35%, var(--rose-light) 65%, transparent 95%);height:2px;margin:10px 0 0;display:block}.pmodal__close{background:var(--cream);border:1px solid var(--gray-light);cursor:pointer;width:44px;height:44px;color:var(--dark);z-index:20;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:14px;right:14px}.pmodal__close:hover{background:var(--dark);color:var(--white);transform:rotate(90deg)}.pmodal__top{grid-template-columns:1fr;gap:0;display:grid}.pmodal__img-wrap{background:var(--cream);border-radius:0;height:clamp(220px,55vw,300px);position:relative;overflow:hidden}.pmodal__img-wrap img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.pmodal__img-fallback{background:linear-gradient(135deg, var(--cream), var(--rose-light));width:100%;height:100%;font-family:var(--font-serif);color:var(--rose);justify-content:center;align-items:center;font-size:4rem;display:flex}.pmodal__img-tag{letter-spacing:.1em;text-transform:uppercase;z-index:3;padding:.26rem .65rem;font-size:.6rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.pmodal__img-tag.tag--best{background:var(--rose);color:var(--white)}.pmodal__img-tag.tag--new{background:var(--dark);color:var(--white)}.pmodal__info{border-top:1px solid var(--gray-light);flex-direction:column;gap:.9rem;padding:1.4rem 1.25rem;display:flex}.pmodal__cat{letter-spacing:.2em;text-transform:uppercase;color:var(--rose);font-size:.65rem;font-weight:600}.pmodal__name{font-family:var(--font-serif);color:var(--dark);margin:0;font-size:clamp(1.35rem,5vw,1.8rem);font-weight:300;line-height:1.2}.pmodal__desc{color:var(--gray);font-size:.88rem;line-height:1.7}.pmodal__rating-summary{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.pmodal__avg{font-family:var(--font-serif);color:var(--rose-dark);font-size:1.4rem;font-weight:400;line-height:1}.pmodal__review-count{color:var(--muted);font-size:.75rem}.pmodal__buyers{color:var(--gray);background:var(--cream);border-left:2px solid var(--rose-light);border-radius:0 4px 4px 0;align-items:center;gap:.45rem;padding:.55rem .85rem;font-size:.8rem;display:flex}.pmodal__buyers strong{color:var(--dark);font-weight:600}.pmodal__buyers svg{color:var(--rose);flex-shrink:0}.pmodal__price-row{background:var(--cream);border:1px solid #f0ebe5;border-left:3px solid var(--rose);justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.pmodal__price-block{flex-direction:column;gap:.1rem;display:flex}.pmodal__price{font-family:var(--font-serif);color:var(--dark);font-size:clamp(1.3rem,5vw,1.55rem);font-weight:400;line-height:1}.pmodal__orig-price{color:var(--muted);font-size:.8rem;text-decoration:line-through}.pmodal__save-badge{color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#e03232;border-radius:4px;flex-shrink:0;padding:.35rem .75rem;font-size:.68rem;font-weight:700;box-shadow:0 2px 8px #e032324d}.pmodal__actions{flex-direction:column;gap:.55rem;display:flex}.pmodal__order-btn,.pmodal__share-btn{letter-spacing:.08em;border-radius:2px;flex:none;justify-content:center;width:100%;min-height:52px;font-size:.8rem}.pmodal__dist{margin-top:.25rem}.pmodal__dist-title{letter-spacing:.12em;text-transform:uppercase;color:var(--dark);margin-bottom:.65rem;font-size:.68rem;font-weight:600}.pmodal__bar-row{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.pmodal__bar-label{color:var(--muted);text-align:right;flex-shrink:0;width:22px;font-size:.68rem}.pmodal__bar-track{background:var(--gray-light);border-radius:3px;flex:1;height:6px;overflow:hidden}.pmodal__bar-fill{background:linear-gradient(90deg, var(--rose-dark), var(--rose));border-radius:3px;height:100%;transition:width .65s}.pmodal__bar-pct{color:var(--muted);text-align:right;flex-shrink:0;width:28px;font-size:.65rem}.pmodal__reviews-section{border-top:1px solid var(--gray-light);padding:1.4rem 1.25rem 2rem}.pmodal__reviews-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.2rem;display:flex}.pmodal__reviews-header h3{font-family:var(--font-serif);color:var(--dark);font-size:1.2rem;font-weight:400}.pmodal__reviews-count{color:var(--muted);background:var(--cream);white-space:nowrap;border-radius:100px;padding:.22rem .65rem;font-size:.73rem}.pmodal__no-reviews{color:var(--muted);margin-bottom:1.5rem;font-size:.88rem;font-style:italic}.pmodal__reviews-list{flex-direction:column;gap:.9rem;margin-bottom:2rem;display:flex}.pmodal__review{background:var(--cream);border:1px solid #f0ebe5;border-left:3px solid var(--rose-light);padding:1.1rem;transition:border-color .2s}.pmodal__review:hover{border-left-color:var(--rose)}.pmodal__review-header{align-items:flex-start;gap:.7rem;margin-bottom:.6rem;display:flex}.pmodal__review-avatar{background:var(--rose);width:36px;height:36px;color:var(--white);font-family:var(--font-serif);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:500;display:flex}.pmodal__review-meta{flex:1;min-width:0}.pmodal__review-name{color:var(--dark);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:flex}.pmodal__verified-badge{letter-spacing:.04em;color:#2a9d5c;background:#2a9d5c1a;border:1px solid #2a9d5c40;border-radius:100px;align-items:center;gap:.2rem;padding:.14rem .42rem;font-size:.6rem;font-weight:500;display:inline-flex}.pmodal__review-date{color:var(--muted);margin-top:.1rem;font-size:.7rem}.pmodal__review-text{color:var(--dark);font-size:.85rem;font-style:italic;line-height:1.65}.star-row{align-items:center;gap:1px;display:inline-flex}.star-btn{cursor:pointer;color:var(--rose);background:0 0;border:none;padding:2px;line-height:0;transition:transform .15s,color .15s}.star-btn--static{cursor:default}.star-btn:not(.star-btn--static):hover{transform:scale(1.25)}.pmodal__add-review{margin-top:2rem}.pmodal__add-review-divider{align-items:center;gap:1rem;margin-bottom:1.3rem;display:flex}.pmodal__add-review-divider:before,.pmodal__add-review-divider:after{content:"";background:var(--gray-light);flex:1;height:1px}.pmodal__add-review-divider span{letter-spacing:.14em;text-transform:uppercase;color:var(--rose-dark);white-space:nowrap;font-size:.7rem;font-weight:600}.pmodal__verify{background:var(--cream);border:1px solid #f0ebe5;flex-direction:column;gap:.9rem;padding:1.1rem;display:flex}.pmodal__verify-notice{color:var(--gray);align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.6;display:flex}.pmodal__verify-notice svg{color:#e07a30;flex-shrink:0;margin-top:2px}.pmodal__verify-toggle{letter-spacing:.08em;text-transform:uppercase;color:var(--rose-dark);border:1.5px solid var(--rose-light);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:48px;padding:.65rem 1.1rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex}.pmodal__verify-toggle:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.pmodal__verify-form{flex-direction:column;gap:.75rem;display:flex;overflow:hidden}.pmodal__verify-hint{color:var(--muted);font-size:.78rem;line-height:1.6}.pmodal__verify-fields{flex-direction:column;gap:.6rem;display:flex}.pmodal__verify-err{color:#e05252;font-size:.75rem}.pmodal__verify-btn{justify-content:center;width:100%;min-height:48px}.pmodal__review-form{background:var(--cream);border:1px solid #f0ebe5;flex-direction:column;gap:.9rem;padding:1.25rem;display:flex}.pmodal__review-form-title{font-family:var(--font-serif);color:var(--dark);font-size:1.1rem;font-weight:400}.pmodal__form-row{flex-direction:column;gap:.65rem;display:flex}.pmodal__rating-pick{color:var(--gray);flex-wrap:wrap;align-items:center;gap:.45rem;font-size:.75rem;display:flex}.pmodal__rating-pick-val{color:var(--rose-dark);font-size:.75rem;font-weight:600}.pmodal__input{width:100%;font-family:var(--font-sans);color:var(--dark);background:var(--white);box-sizing:border-box;-webkit-appearance:none;border:1.5px solid #e8e0d8;border-radius:0;outline:none;padding:.85rem 1rem;transition:border-color .2s;font-size:16px!important}.pmodal__input:focus{border-color:var(--rose)}.pmodal__input::placeholder{color:#bbb;font-size:15px}.pmodal__textarea{resize:vertical;min-height:90px;line-height:1.5}.pmodal__form-meta{color:var(--muted);justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.pmodal__submit{justify-content:center;width:100%;min-height:50px}.pmodal__review-done{text-align:center;color:#2a9d5c;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;display:flex}.pmodal__review-done p{color:var(--gray);max-width:320px;font-size:.88rem;line-height:1.6}@media (width<=360px){.pmodal{max-height:96dvh}.pmodal__img-wrap{height:195px}.pmodal__info{gap:.75rem;padding:1.1rem 1rem 1.2rem}.pmodal__name{font-size:1.25rem}.pmodal__desc{font-size:.83rem}.pmodal__price{font-size:1.25rem}.pmodal__save-badge{padding:.3rem .6rem;font-size:.62rem}.pmodal__order-btn,.pmodal__share-btn{min-height:50px;font-size:.76rem}.pmodal__reviews-section{padding:1.1rem 1rem 1.8rem}.pmodal__review-form{padding:1rem}.pmodal__verify{padding:.9rem}}@media (width<=480px){.pmodal__img-wrap{height:clamp(200px,55vw,255px)}.pmodal__info{padding:1.2rem 1.1rem 1.3rem}.pmodal__reviews-section{padding:1.2rem 1.1rem 1.8rem}}@media (width>=600px) and (width<=768px){.pmodal{border-radius:22px 22px 0 0;max-width:560px}.pmodal-overlay{justify-content:center}.pmodal__img-wrap{height:300px}.pmodal__info{padding:1.6rem 1.5rem 1.5rem}.pmodal__reviews-section{padding:1.6rem 1.5rem 2rem}.pmodal__actions{flex-direction:row}.pmodal__order-btn{flex:1}.pmodal__share-btn{flex:none;width:auto;padding:0 1.5rem}}@media (width>=769px){.pmodal-overlay{align-items:center;padding:2rem}.pmodal{border-top:3px solid var(--rose);border-radius:0;max-width:920px;max-height:calc(100vh - 4rem);box-shadow:0 30px 80px #0a040459}.pmodal:before,.pmodal:after{display:none}.pmodal__close{width:38px;height:38px;top:12px;right:12px}.pmodal__top{grid-template-columns:42% 1fr;min-height:440px}.pmodal__img-wrap{height:100%;min-height:440px}.pmodal__info{border-top:none;border-left:1px solid var(--gray-light);gap:1rem;padding:2rem 2rem 2rem 1.8rem;overflow-y:auto}.pmodal__name{font-size:1.8rem}.pmodal__price{font-size:1.55rem}.pmodal__actions{flex-direction:row}.pmodal__order-btn{flex:1;min-height:48px}.pmodal__share-btn{flex:none;width:auto;min-height:48px;padding:0 1.5rem}.pmodal__reviews-section{padding:2rem 2rem 2.5rem}.pmodal__form-row{flex-direction:row;align-items:center;gap:1rem}.pmodal__form-row>input{flex:1;min-width:180px}}@media (width>=1200px){.pmodal{max-width:980px}.pmodal__top{grid-template-columns:400px 1fr}.pmodal__img-wrap{min-height:480px}}.products{background:var(--cream);padding:4.5rem 0 5.5rem}.products__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:1.8rem;display:flex}.products__header-meta{flex:1}.products__header .section-title em{color:var(--rose);font-style:italic}.products__header .section-title{font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.2}.products__header .divider{margin-top:1rem}.products__header-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.4rem;padding-bottom:.4rem;display:flex}.products__count{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;font-size:.72rem}.tab-pills{border-bottom:1px solid #e8ddd5;flex-wrap:wrap;justify-content:flex-start;gap:.45rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.tab-pill{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:1.5px solid var(--gray-light);color:var(--gray);white-space:nowrap;background:0 0;border-radius:100px;align-items:center;gap:.4rem;padding:.55rem 1.5rem;font-size:.75rem;font-weight:500;transition:all .25s;display:inline-flex}.tab-pill:hover{border-color:var(--rose-light);color:var(--rose-dark)}.tab-pill--active{background:var(--rose);border-color:var(--rose);color:var(--white)}.tab-pill__dot{background:#ffffffb3;border-radius:50%;width:5px;height:5px}.products__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.product-card{background:var(--white);border:1px solid #ede6dd;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 35px #a0784824}.product-card__tag{z-index:3;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .6rem;font-size:.62rem;font-weight:600;position:absolute;top:.8rem;left:.8rem}.tag--best{background:var(--rose);color:var(--white)}.tag--new{background:var(--dark);color:var(--white)}.product-card__save-badge{z-index:4;color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#e03232;border-radius:0 0 0 8px;padding:.32rem .7rem;font-size:.63rem;font-weight:700;line-height:1;position:absolute;top:0;right:0;box-shadow:-2px 2px 8px #e032324d}.product-card__like{z-index:3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;min-width:44px;height:28px;color:var(--gray);background:#ffffffeb;border:none;border-radius:100px;justify-content:center;align-items:center;gap:4px;padding:0 .55rem;transition:all .22s;display:flex;position:absolute;top:2.2rem;right:.7rem;box-shadow:0 2px 8px #0000001a}.product-card__like:hover{color:#e05252;background:var(--white)}.product-card__like.liked{color:#e05252;background:#e0525214}.product-card__like-count{letter-spacing:.02em;font-size:.62rem;font-weight:600;line-height:1}.product-card__img{aspect-ratio:3/4;background:var(--cream);position:relative;overflow:hidden}.product-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.product-card:hover .product-card__img img{transform:scale(1.07)}.prod-fallback{background:linear-gradient(135deg, var(--cream), var(--rose-light));width:100%;height:100%;color:var(--rose);justify-content:center;align-items:center;display:flex}.product-card__hover{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#1a0a0ad1;align-items:center;gap:.5rem;padding:.75rem;transition:transform .35s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card:hover .product-card__hover{transform:translateY(0)}.pcard-btn{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.4rem;font-size:.68rem;font-weight:500;transition:all .25s;display:inline-flex}.pcard-btn--primary{background:var(--rose);color:var(--white);flex:1;padding:.6rem .8rem}.pcard-btn--primary:hover{background:var(--rose-dark)}.pcard-btn--icon{width:34px;height:34px;color:var(--white);background:#ffffff1f;border-radius:2px;flex-shrink:0}.pcard-btn--icon:hover{background:var(--rose)}.product-card__body{padding:1.2rem}.product-card__cat{letter-spacing:.12em;text-transform:uppercase;color:var(--rose);font-size:.7rem}.product-card__body h3{margin:.3rem 0 .4rem;font-size:.95rem;font-weight:500}.product-card__desc{color:var(--gray);margin-bottom:.6rem;font-size:.8rem;line-height:1.6}.product-card__stars{color:var(--rose);align-items:center;gap:1px;margin-bottom:.8rem;display:flex}.product-card__rating-avg{color:var(--rose-dark);margin-left:.35rem;font-size:.72rem;font-weight:600}.product-card__rating-count{color:var(--muted);margin-left:.15rem;font-size:.7rem}.product-card__name-link{cursor:pointer;margin:.3rem 0 .4rem;font-size:.95rem;font-weight:500;line-height:1.35;transition:color .2s}.product-card__name-link:hover{color:var(--rose-dark)}.product-card__footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-card__price-wrap{flex-direction:column;gap:.1rem;display:flex}.product-card__price{font-family:var(--font-serif);color:var(--dark);font-size:1.05rem;font-weight:400;line-height:1}.product-card__orig-price{color:var(--muted);font-size:.75rem;text-decoration:line-through}.product-card__btn{padding:.5rem 1rem;font-size:.7rem}.products__cta{text-align:center;margin-top:3rem}@media (width<=1100px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.products{padding:2.8rem 0 3.5rem}.products__header{flex-direction:column;align-items:flex-start;gap:.4rem;margin-bottom:1.2rem}.products__header-right{display:none}.tab-pills{scrollbar-width:none;-webkit-overflow-scrolling:touch;border-bottom:none;flex-wrap:nowrap;justify-content:flex-start;gap:.4rem;margin-bottom:1.4rem;padding:0 0 .6rem;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 80%,#0000 100%);mask-image:linear-gradient(90deg,#000 80%,#0000 100%)}.tab-pills::-webkit-scrollbar{display:none}.tab-pill{flex-shrink:0;min-height:40px;padding:.52rem 1.15rem;font-size:.7rem}.products__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.product-card__img{aspect-ratio:1}.product-card__tag{padding:.22rem .5rem;font-size:.56rem;top:.65rem;left:.65rem}.product-card__save-badge{padding:.28rem .55rem;font-size:.58rem}.product-card__like{min-width:42px;height:28px;padding:0 .45rem;top:2rem;right:.55rem}.product-card__hover{-webkit-backdrop-filter:blur(8px);background:#0a0303e0;gap:.4rem;padding:.65rem;transform:translateY(0)}.pcard-btn--primary{letter-spacing:.06em;min-height:42px;padding:.72rem .5rem;font-size:.64rem}.pcard-btn--icon{border-radius:3px;width:42px;height:42px}.product-card__body{padding:.9rem .85rem .8rem}.product-card__cat{letter-spacing:.1em;font-size:.6rem}.product-card__name-link{margin:.25rem 0 .3rem;font-size:.88rem;line-height:1.3}.product-card__desc{display:none}.product-card__stars{margin-bottom:.55rem}.product-card__price{font-size:1rem}.product-card__orig-price{font-size:.68rem}.product-card__btn{min-height:36px;padding:.55rem .9rem;font-size:.65rem}}@media (width<=480px){.products__grid{gap:.5rem}.product-card__body{padding:.75rem .7rem .65rem}.product-card__name-link{font-size:.82rem}.product-card__price{font-size:.95rem}.products__cta .btn{justify-content:center;width:100%}}@media (width<=360px){.products__grid{gap:.4rem}.product-card__name-link{font-size:.78rem}.product-card__body{padding:.65rem .6rem .55rem}.pcard-btn--primary{min-height:38px;font-size:.6rem}.pcard-btn--icon{width:38px;height:38px}}.editorial{background:var(--white);padding:5rem 0}.editorial__header{border-bottom:1px solid #1a0a0a14;grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem;padding-bottom:2.5rem;display:grid}.editorial__heading{font-family:var(--font-serif);color:var(--dark);margin:.5rem 0 0;font-size:clamp(1.9rem,2.8vw,2.7rem);font-weight:400;line-height:1.18}.editorial__heading em{color:var(--rose);font-style:italic}.editorial__header .divider{margin:1.2rem 0 0}.editorial__header-right{flex-direction:column;gap:1.3rem;padding-bottom:.2rem;display:flex}.editorial__header-desc{color:var(--gray);margin:0;font-size:.9rem;line-height:1.8}.editorial__view-all-link{letter-spacing:.12em;text-transform:uppercase;color:var(--rose-dark);align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;transition:gap .25s,color .25s;display:inline-flex}.editorial__view-all-link:hover{color:var(--rose);gap:.7rem}.editorial__layout{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;display:grid}.editorial__featured{cursor:pointer;position:relative}.editorial__feat-img{aspect-ratio:3/4;border-top:3px solid var(--rose);border-radius:2px;position:relative;overflow:hidden;box-shadow:0 28px 80px #1a0a0a38,0 4px 16px #1a0a0a1a}.editorial__feat-img img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform .75s;display:block}.editorial__featured:hover .editorial__feat-img img{transform:scale(1.05)}.editorial__feat-img:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(145deg,#a05a461a 0%,#0000 55%);position:absolute;inset:0}.editorial__feat-overlay{z-index:2;background:linear-gradient(#0000 0%,#1205052e 38%,#120505b8 65%,#120505f7 100%);flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:0}.editorial__feat-topbar{justify-content:space-between;align-items:flex-start;padding:1.3rem 1.5rem 0;display:flex}.editorial__feat-num{font-family:var(--font-serif);color:#ffffff12;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.02em;font-size:4.5rem;font-weight:400;line-height:1}.editorial__feat-badge{background:var(--rose);color:var(--white);letter-spacing:.14em;text-transform:uppercase;border-radius:1px;flex-shrink:0;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.58rem;font-weight:700;display:inline-flex;box-shadow:0 2px 12px #a0784873}.editorial__feat-body{flex-direction:column;gap:.7rem;padding:0 1.8rem 1.8rem;display:flex}.editorial__feat-title{font-family:var(--font-serif);color:var(--white);margin:0;font-size:clamp(1.25rem,2vw,1.8rem);font-weight:400;line-height:1.3}.editorial__feat-excerpt{color:#ffffffa6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.83rem;line-height:1.7;display:-webkit-box;overflow:hidden}.editorial__feat-footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:.2rem;display:flex}.editorial__tag{background:var(--rose);color:var(--white);letter-spacing:.14em;text-transform:uppercase;border-radius:1px;width:fit-content;padding:.25rem .65rem;font-size:.6rem;font-weight:600;display:inline-block}.editorial__tag--light{color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #ffffff4d}.editorial__meta{color:var(--muted);letter-spacing:.03em;align-items:center;gap:.35rem;font-size:.7rem;display:flex}.editorial__meta--light{color:#ffffff8c}.editorial__dot{color:var(--rose)}.editorial__feat-read{letter-spacing:.1em;text-transform:uppercase;color:var(--rose-light);white-space:nowrap;align-items:center;gap:.35rem;font-size:.7rem;font-weight:500;transition:gap .25s,color .25s;display:inline-flex}.editorial__featured:hover .editorial__feat-read{gap:.6rem}.editorial__stack{flex-direction:column;display:flex}.editorial__side{border-bottom:1px solid #1a0a0a12;grid-template-columns:28px 96px 1fr;align-items:start;gap:1rem;padding:1.6rem 0;transition:background .25s;display:grid}.editorial__side:hover{background:#1a0a0a04}.editorial__side:first-child{border-top:1px solid #1a0a0a12}.editorial__side-num{font-family:var(--font-serif);color:var(--rose);letter-spacing:.05em;padding-top:3px;font-size:.75rem}.editorial__side-thumb{border-radius:2px;flex-shrink:0;width:96px;height:96px;overflow:hidden}.editorial__side-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.editorial__side:hover .editorial__side-thumb img{transform:scale(1.08)}.editorial__side-body{flex-direction:column;gap:.35rem;display:flex}.editorial__side-title{font-family:var(--font-serif);color:var(--dark);margin:0;font-size:.975rem;font-weight:400;line-height:1.38;transition:color .25s}.editorial__side:hover .editorial__side-title{color:var(--rose-dark)}.editorial__side-excerpt{color:var(--gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.65;display:-webkit-box;overflow:hidden}.editorial__side-footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.editorial__read{letter-spacing:.1em;text-transform:uppercase;color:var(--rose-dark);white-space:nowrap;align-items:center;gap:.3rem;font-size:.68rem;font-weight:500;transition:gap .22s,color .22s;display:inline-flex}.editorial__read:hover{color:var(--rose);gap:.5rem}.editorial__stack-cta{align-items:center;gap:1.5rem;padding-top:1.6rem;display:flex}.editorial__all-btn{letter-spacing:.12em;white-space:nowrap;align-items:center;gap:.45rem;font-size:.72rem;display:inline-flex}.editorial__count{color:var(--muted);letter-spacing:.03em;font-size:.75rem}.editorial__feat-img img,.editorial__feat-img-inner{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .75s;display:block}.editorial__featured:hover .editorial__feat-img img,.editorial__featured:hover .editorial__feat-img-inner{transform:scale(1.05)}.editorial__side-thumb img,.editorial__side-thumb-inner{object-fit:cover;width:100%;height:100%;transition:transform .55s;display:block}.editorial__side:hover .editorial__side-thumb img,.editorial__side:hover .editorial__side-thumb-inner{transform:scale(1.08)}.editorial__img-fallback{background:var(--cream);color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;font-size:.75rem;display:flex}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.editorial__skel-box,.editorial__skel-num,.editorial__skel-thumb,.editorial__skel-tag,.editorial__skel-title,.editorial__skel-meta{background:linear-gradient(90deg,#f0ebe6 25%,#e8e0d8 50%,#f0ebe6 75%) 0 0/600px 100%;border-radius:3px;animation:1.4s linear infinite shimmer;display:block}.editorial__featured--skeleton .editorial__skel-box{aspect-ratio:3/4;border-radius:2px;width:100%}.editorial__side--skeleton{border-bottom:1px solid #1a0a0a12;grid-template-columns:28px 96px 1fr;align-items:start;gap:1rem;padding:1.6rem 0;display:grid}.editorial__skel-num{width:20px;height:14px;margin-top:3px}.editorial__skel-thumb{border-radius:2px;width:96px;height:96px}.editorial__skel-body{flex-direction:column;gap:.5rem;display:flex}.editorial__skel-tag{width:70px;height:18px}.editorial__skel-title{width:100%;height:14px}.editorial__skel-title--short{width:65%}.editorial__skel-meta{width:120px;height:12px;margin-top:4px}.editorial__empty{color:var(--muted);text-align:center;border:1px dashed #a0784840;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;font-size:.88rem;line-height:1.7;display:flex}@media (width<=960px){.editorial__layout{grid-template-columns:1fr;gap:0}.editorial__feat-img{aspect-ratio:16/9}.editorial__stack{margin-top:2rem}.editorial__side:first-child{border-top:none}}@media (width<=768px){.editorial{padding:3rem 0}.editorial__header{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem}.editorial__feat-num{font-size:3rem}.editorial__feat-body{padding:0 1.2rem 1.4rem}.editorial__feat-title{font-size:clamp(1.1rem,4vw,1.5rem)}.editorial__side{grid-template-columns:24px 80px 1fr;gap:.8rem}.editorial__side-thumb{width:80px;height:80px}.editorial__side-title{font-size:.92rem}.editorial__stack-cta{padding-top:1.2rem}.editorial__all-btn{min-height:44px}}@media (width<=480px){.editorial{padding:2.5rem 0}.editorial__feat-title{font-size:1.1rem}.editorial__side{grid-template-columns:90px 1fr;gap:.75rem}.editorial__side-num{display:none}.editorial__side-thumb{width:90px;height:90px}.editorial__side-title{font-size:.88rem}.editorial__side-excerpt{display:none}.editorial__stack-cta{flex-direction:column;align-items:flex-start;gap:.5rem}.editorial__all-btn{justify-content:center;width:100%}}@media (width<=360px){.editorial__side{grid-template-columns:76px 1fr;gap:.6rem}.editorial__side-thumb{width:76px;height:76px}}.gallery{background:var(--cream);padding:5rem 0}.gallery__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.gallery__header .section-title{font-size:clamp(1.8rem,4vw,2.8rem)}.gallery__ig-btn{align-items:center;gap:.5rem;margin-top:1rem;font-size:.72rem;display:inline-flex}.gallery__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;gap:8px;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:grid}.gallery__item--tall{grid-row:span 2}.gallery__item{cursor:pointer;background:var(--rose-light);position:relative;overflow:hidden}.gallery__item img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.gallery__item:hover img{transform:scale(1.09)}.gallery__item-overlay{opacity:0;background:#1a0a0a00;justify-content:center;align-items:center;transition:opacity .35s,background .35s;display:flex;position:absolute;inset:0}.gallery__item:hover .gallery__item-overlay{opacity:1;background:#1a0a0a85}.gallery__ig-icon{color:var(--white);flex-direction:column;align-items:center;gap:.4rem;transition:transform .3s;display:flex;transform:scale(.8)}.gallery__item:hover .gallery__ig-icon{transform:scale(1)}.gallery__ig-label{letter-spacing:.12em;text-transform:uppercase;color:var(--rose-light);font-size:.72rem;font-weight:500}.gallery__cta-row{justify-content:center;padding:2.5rem 0 0;display:flex}.gallery__cta-link{align-items:center;gap:.6rem;display:inline-flex}@media (width<=1000px){.gallery__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px}}@media (width<=768px){.gallery{padding:3rem 0}.gallery__ig-btn{padding:.6rem 1rem;font-size:.68rem}.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:160px;gap:.4rem;padding:0 1rem}.gallery__item--tall{grid-row:span 1}.gallery__item-overlay{opacity:.25}.gallery__item:active .gallery__item-overlay{opacity:1;background:#1a0a0a8c}}@media (width<=480px){.gallery__grid{grid-auto-rows:130px;gap:.3rem}}.testimonials{padding:4.5rem 0;position:relative;overflow:hidden}.testimonials__bg{z-index:0;position:absolute;inset:0}.testimonials__bg img{object-fit:cover;object-position:center 30%;width:100%;height:100%;display:block}.testimonials__bg-overlay{background:linear-gradient(135deg,#140808f0 0%,#261212e6 50%,#371c0eeb 100%);position:absolute;inset:0}.testimonials__inner{z-index:2;position:relative}.testimonials__header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.testimonials__title{font-family:var(--font-serif);color:var(--white);margin-top:.4rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:300;line-height:1.2}.testimonials__title em{color:var(--rose-light);font-style:italic}.testimonials__header-right{flex-shrink:0;padding-bottom:.2rem}.testimonials__score{-webkit-backdrop-filter:blur(8px);background:#c8a97e1f;border:1px solid #c8a97e40;align-items:center;gap:.5rem;padding:.55rem 1rem;display:flex}.testimonials__score-stars{color:var(--rose);gap:2px;display:flex}.testimonials__score-num{font-family:var(--font-serif);color:var(--white);font-size:1.1rem;font-weight:400;line-height:1}.testimonials__score-sub{color:#ffffff73;letter-spacing:.06em;font-size:.68rem}.testimonials__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.tcard{-webkit-backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #c8a97e2e;flex-direction:column;gap:.75rem;padding:1.6rem 1.4rem 1.4rem;transition:background .25s,border-color .25s;display:flex;position:relative}.tcard:hover{background:#ffffff14;border-color:#c8a97e61}.tcard:before{content:"";background:linear-gradient(90deg, var(--rose), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.tcard:hover:before{opacity:1}.tcard__quote{font-family:var(--font-serif);color:var(--rose);opacity:.55;margin-bottom:-.2rem;font-size:2.8rem;line-height:.8;display:block}.tcard__text{font-family:var(--font-serif);color:#ffffffd9;-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;font-size:.92rem;font-style:italic;font-weight:300;line-height:1.7;display:-webkit-box;overflow:hidden}.tcard__stars{color:var(--rose);gap:2px;display:flex}.tcard__author{border-top:1px solid #c8a97e1f;align-items:center;gap:.7rem;margin-top:auto;padding-top:.5rem;display:flex}.tcard__avatar{border:1.5px solid #c8a97e66;border-radius:50%;flex-shrink:0;width:38px;height:38px;overflow:hidden}.tcard__avatar img{object-fit:cover;width:100%;height:100%;display:block}.tcard__author-info{flex-direction:column;gap:.08rem;min-width:0;display:flex}.tcard__author-info strong{color:var(--white);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.tcard__author-info span{color:#ffffff6b;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}.tcard__product{color:var(--rose)!important;letter-spacing:.06em!important;font-size:.63rem!important}@media (width<=1100px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials{padding:3rem 0}.testimonials__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.testimonials__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 85%,#0000 100%);mask-image:linear-gradient(90deg,#000 85%,#0000 100%)}.testimonials__grid::-webkit-scrollbar{display:none}.tcard{scroll-snap-align:start;flex-shrink:0;width:82vw;max-width:320px;padding:1.3rem 1.2rem}.tcard__text{-webkit-line-clamp:4;font-size:.85rem}}@media (width<=480px){.tcard{width:88vw;max-width:300px}}.trusted{background:var(--dark);padding:5rem 0 4rem;position:relative;overflow:hidden}.trusted__header{grid-template-columns:1fr 1.1fr;align-items:start;gap:3rem;margin-bottom:3rem;display:grid}.trusted__header-left .section-title em{color:var(--rose);font-style:italic}.trusted__header-left .section-title{color:var(--white)}.trusted__header-left .section-label{color:var(--rose-light)}.trusted__header-left .divider{background:linear-gradient(90deg, var(--rose) 0%, transparent 100%)}.trusted__sub{color:#ffffff7a;max-width:460px;padding-top:2.5rem;font-size:.88rem;line-height:1.85}.trusted__marquee-wrap{padding:.5rem 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.trusted__track{will-change:transform;align-items:center;gap:1.2rem;width:max-content;animation:40s linear infinite marquee-scroll;display:flex}.trusted__track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted__logo-card{cursor:default;background:#ffffff0a;border:1px solid #c8a97e1f;border-radius:10px;flex-shrink:0;align-items:center;gap:.75rem;min-width:210px;padding:.75rem 1.1rem;transition:background .25s,border-color .25s,transform .25s;display:flex}.trusted__logo-card:hover{background:#ffffff12;border-color:#c8a97e47;transform:translateY(-2px)}.trusted__logo-badge{letter-spacing:.08em;min-width:52px;height:40px;font-size:.72rem;font-weight:800;font-family:var(--font-sans);border:1.5px solid;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.trusted__logo-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.trusted__logo-name{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;font-weight:500;line-height:1.3;overflow:hidden}.trusted__logo-country{color:#ffffff4d;letter-spacing:.06em;font-size:.62rem}.trusted__stats{border-top:1px solid #c8a97e1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-top:3rem;padding:2rem 0 0;display:flex}.trusted__stat{text-align:center;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem 2.5rem;display:flex}.trusted__stat strong{font-family:var(--font-serif);color:var(--rose);font-size:1.8rem;font-weight:400;line-height:1}.trusted__stat span{letter-spacing:.12em;text-transform:uppercase;color:#ffffff61;font-size:.65rem}.trusted__stat-divider{background:#c8a97e26;flex-shrink:0;width:1px;height:40px}@media (width<=900px){.trusted__header{grid-template-columns:1fr;gap:1.2rem}.trusted__sub{padding-top:0}}@media (width<=768px){.trusted{padding:3.5rem 0 3rem}.trusted__header{margin-bottom:2rem}.trusted__logo-card{min-width:185px;padding:.65rem .9rem}.trusted__logo-badge{min-width:46px;height:36px;font-size:.65rem}.trusted__logo-name{font-size:.7rem}.trusted__stats{flex-wrap:wrap;gap:0;margin-top:2rem}.trusted__stat{padding:.5rem 1.5rem}.trusted__stat strong{font-size:1.5rem}.trusted__stat span{font-size:.6rem}.trusted__stat-divider{height:30px}}@media (width<=480px){.trusted__stats{grid-template-columns:1fr 1fr;gap:0;display:grid}.trusted__stat-divider{display:none}.trusted__stat{border:1px solid #c8a97e14;padding:.85rem 1rem}.trusted__stat:first-child{border-bottom:none;border-right:none}.trusted__stat:nth-child(3){border-top:none;border-right:none}.trusted__stat:nth-child(5){border-bottom:none}.trusted__stat:nth-child(7){border-top:none}}@media (width<=360px){.trusted__logo-card{min-width:165px}}.newsletter{background:var(--dark);padding:3.5rem 0;position:relative;overflow:hidden}.newsletter__circle{pointer-events:none;border-radius:50%;position:absolute}.newsletter__circle--1{background:radial-gradient(circle,#c8a97e12 0%,#0000 70%);width:420px;height:420px;top:-160px;right:-80px}.newsletter__circle--2{background:radial-gradient(circle,#c8a97e0d 0%,#0000 70%);width:280px;height:280px;bottom:-120px;left:-60px}.newsletter__layout{z-index:1;grid-template-columns:1fr auto 1fr;align-items:center;gap:0 3rem;display:grid;position:relative}.newsletter__left{flex-direction:column;gap:1rem;display:flex}.newsletter__label{letter-spacing:.2em;text-transform:uppercase;color:var(--rose);align-items:center;gap:.45rem;font-size:.65rem;font-weight:600;display:inline-flex}.newsletter__title{font-family:var(--font-serif);color:var(--white);margin:0;font-size:clamp(1.55rem,3vw,2.2rem);font-weight:300;line-height:1.2}.newsletter__title em{color:var(--rose-light);font-style:italic}.newsletter__perks{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.newsletter__perk{color:#ffffff94;align-items:center;gap:.65rem;font-size:.8rem;line-height:1.4;display:flex}.newsletter__perk-icon{width:26px;height:26px;color:var(--rose);background:#c8a97e1a;border:1px solid #c8a97e38;flex-shrink:0;justify-content:center;align-items:center;display:flex}.newsletter__divider{background:linear-gradient(#0000,#c8a97e47 30% 70%,#0000);flex-shrink:0;width:1px;height:160px}.newsletter__right{flex-direction:column;gap:1rem;display:flex}.newsletter__right-desc{color:#ffffff7a;max-width:360px;margin:0;font-size:.85rem;line-height:1.75}.newsletter__form{background:#ffffff0a;border:1.5px solid #c8a97e38;gap:0;transition:border-color .3s;display:flex}.newsletter__form:focus-within{border-color:var(--rose)}.newsletter__input-wrap{color:#ffffff59;flex:1;align-items:center;gap:.6rem;min-width:0;padding:0 1rem;display:flex}.newsletter__input-icon{flex-shrink:0}.newsletter__input{font-family:var(--font-sans);color:var(--white);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.85rem 0;font-size:.85rem}.newsletter__input::placeholder{color:#ffffff47}.newsletter__btn{white-space:nowrap;letter-spacing:.1em;flex-shrink:0;font-size:.72rem}.newsletter__note{color:#ffffff40;letter-spacing:.03em;margin:0;font-size:.7rem}@media (width<=900px){.newsletter__layout{grid-template-columns:1fr;gap:2rem}.newsletter__divider{background:linear-gradient(90deg,#0000,#c8a97e4d 30% 70%,#0000);width:60px;height:1px}}@media (width<=768px){.newsletter{padding:2.5rem 0}.newsletter__title{font-size:clamp(1.4rem,5vw,1.85rem)}.newsletter__perks{gap:.5rem}.newsletter__perk{font-size:.78rem}.newsletter__right-desc{max-width:100%;font-size:.82rem}.newsletter__form{background:0 0;border:none;flex-direction:column;gap:.55rem}.newsletter__input-wrap{background:#ffffff0a;border:1.5px solid #c8a97e38;padding:0 .9rem}.newsletter__form:focus-within .newsletter__input-wrap{border-color:var(--rose)}.newsletter__btn{justify-content:center;width:100%;min-height:52px;font-size:.8rem}.newsletter__input{padding:.9rem 0;font-size:.9rem}.newsletter__note{text-align:center;font-size:.68rem}}.contact{background:var(--dark);padding:5.5rem 0;position:relative;overflow:hidden}.contact__bg-orb{pointer-events:none;border-radius:50%;position:absolute}.contact__bg-orb--1{background:radial-gradient(circle,#c8a97e12 0%,#0000 68%);width:600px;height:600px;top:-180px;left:-200px}.contact__bg-orb--2{background:radial-gradient(circle,#c8a97e0d 0%,#0000 68%);width:400px;height:400px;bottom:-120px;right:-100px}.contact__grid-texture{pointer-events:none;background-image:radial-gradient(#c8a97e0f 1px,#0000 1px);background-size:36px 36px;position:absolute;inset:0}.contact__layout{z-index:1;grid-template-columns:1fr 1.15fr;align-items:start;gap:4rem;display:grid;position:relative}.contact__left{flex-direction:column;gap:0;display:flex}.contact__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--rose);align-items:center;gap:.75rem;margin-bottom:1.4rem;font-size:.65rem;font-weight:600;display:flex}.contact__eyebrow-line{background:var(--rose);flex-shrink:0;width:28px;height:1.5px;display:block}.contact__heading{font-family:var(--font-serif);color:var(--white);margin:0 0 2rem;font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:300;line-height:1.12}.contact__heading em{color:var(--rose-light);font-style:italic}.contact__stats{border:1px solid #c8a97e2e;margin-bottom:2rem;display:flex;position:relative}.contact__stat{flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:1rem .75rem;display:flex;position:relative}.contact__stat-sep{background:#c8a97e2e;width:1px;position:absolute;top:20%;bottom:20%;right:0}.contact__stat-num{font-family:var(--font-serif);color:var(--white);font-size:1.5rem;font-weight:300;line-height:1}.contact__stat-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff61;text-align:center;font-size:.6rem}.contact__channels{flex-direction:column;gap:.55rem;margin-bottom:2rem;display:flex}.contact__channel{background:#ffffff0a;border:1px solid #c8a97e21;align-items:center;gap:.95rem;padding:.85rem 1rem;text-decoration:none;transition:background .25s,border-color .25s;display:flex}.contact__channel:not(.contact__channel--static):hover{background:#c8a97e14;border-color:#c8a97e47}.contact__channel--static{cursor:default}.contact__channel-icon{width:38px;height:38px;color:var(--rose);background:#c8a97e1a;border:1px solid #c8a97e33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact__channel--green .contact__channel-icon{color:#25d366;background:#25d3661a;border-color:#25d36638}.contact__channel-body{flex-direction:column;flex:1;gap:.08rem;display:flex}.contact__channel-body strong{color:var(--white);font-size:.82rem;font-weight:500}.contact__channel-body span{color:#ffffff7a;font-size:.76rem}.contact__channel-arrow{color:#c8a97e66;flex-shrink:0;transition:transform .2s,color .2s}.contact__channel:not(.contact__channel--static):hover .contact__channel-arrow{color:var(--rose);transform:translate(3px,-3px)}.contact__branches{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.contact__branch-col{flex-direction:column;gap:.5rem;display:flex}.contact__branch-city{letter-spacing:.15em;text-transform:uppercase;color:var(--rose);border-bottom:1px solid #c8a97e33;align-items:center;gap:.35rem;margin-bottom:.2rem;padding-bottom:.5rem;font-size:.62rem;font-weight:600;display:inline-flex}.contact__branch-item{border-bottom:1px solid #ffffff0d;padding-bottom:.5rem}.contact__branch-item:last-child{border-bottom:none;padding-bottom:0}.contact__branch-item strong{color:#ffffffd1;font-size:.76rem;font-weight:500;line-height:1.3;display:block}.contact__branch-item span{color:#ffffff5c;margin-top:.06rem;font-size:.7rem;display:block}.contact__branch-phone{color:var(--rose);align-items:center;gap:.3rem;margin-top:.18rem;font-size:.68rem;transition:color .2s;display:inline-flex}.contact__branch-phone:hover{color:var(--rose-light)}.contact__right{position:sticky;top:6rem}.contact__card{background:var(--white);border-top:3px solid var(--rose);padding:2.2rem;box-shadow:0 40px 100px #0006,0 0 0 1px #c8a97e0f}.contact__card-head{border-bottom:1px solid #f0ebe5;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.4rem;display:flex}.contact__card-title{font-family:var(--font-serif);color:var(--dark);margin:0 0 .25rem;font-size:1.6rem;font-weight:300;line-height:1.2}.contact__card-sub{color:var(--muted);margin:0;font-size:.8rem}.contact__response-badge{letter-spacing:.04em;color:#1aaa55;white-space:nowrap;background:#1aaa5514;border:1px solid #1aaa5533;flex-shrink:0;align-items:center;gap:.35rem;margin-top:.2rem;padding:.32rem .75rem;font-size:.67rem;font-weight:500;display:inline-flex}.cform{flex-direction:column;display:flex}.cform__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.cform__group{flex-direction:column;gap:.35rem;margin-bottom:1.1rem;display:flex}.cform__label{letter-spacing:.1em;text-transform:uppercase;color:var(--dark);align-items:center;gap:.2rem;font-size:.68rem;font-weight:600;display:flex}.cform__label em{color:var(--rose);font-style:normal}.cform__optional{letter-spacing:.04em;color:var(--muted);text-transform:none;margin-left:.3rem;font-size:.62rem;font-style:italic;font-weight:400}.cform__input{font-family:var(--font-sans);color:var(--dark);box-sizing:border-box;background:#fdfaf8;border:1.5px solid #ede6dd;outline:none;width:100%;padding:.8rem 1rem;font-size:.88rem;transition:border-color .2s,background .2s}.cform__input:focus{border-color:var(--rose);background:var(--white)}.cform__input::placeholder{color:#c8bfb6}.cform__textarea{resize:none}.contact__submit{background:var(--rose);width:100%;color:var(--white);font-family:var(--font-sans);letter-spacing:.16em;text-transform:uppercase;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.55rem;padding:1rem 2rem;font-size:.76rem;font-weight:600;transition:background .25s,transform .2s;display:flex}.contact__submit:hover:not(:disabled){background:var(--rose-dark);transform:translateY(-1px)}.contact__submit:disabled{opacity:.55;cursor:not-allowed;transform:none}.contact__card-footer{border-top:1px solid #f0ebe5;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.2rem;padding-top:1.2rem;display:flex}.contact__card-footer>span{color:var(--muted);font-size:.78rem;line-height:1.4}.contact__wa-link{color:var(--white);letter-spacing:.06em;white-space:nowrap;background:#25d366;flex-shrink:0;align-items:center;gap:.42rem;padding:.52rem 1rem;font-size:.74rem;font-weight:500;transition:background .2s;display:inline-flex}.contact__wa-link:hover{background:#1aaa55}@media (width<=1000px){.contact__layout{grid-template-columns:1fr;gap:2.5rem}.contact__right{position:static}}@media (width<=768px){.contact{padding:3rem 0}.contact__heading{font-size:clamp(1.9rem,6vw,2.6rem)}.contact__channels{gap:.45rem}.contact__channel{padding:.75rem .9rem}.contact__branches{grid-template-columns:1fr 1fr}.contact__card{padding:1.4rem 1.25rem}.contact__card-title{font-size:1.3rem}.contact__card-head{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1.1rem}.cform__row{grid-template-columns:1fr;gap:0}.cform__group{margin-bottom:.9rem}.cform__input{padding:.82rem .9rem;font-size:.9rem}.contact__submit{min-height:52px;font-size:.78rem}.contact__card-footer{flex-direction:column;align-items:flex-start;gap:.6rem}.contact__wa-link{justify-content:center;width:100%;min-height:50px;font-size:.82rem}}@media (width<=480px){.contact{padding:2.5rem 0}.contact__branches{grid-template-columns:1fr;gap:1rem}.contact__stats{flex-wrap:wrap}.contact__stat{flex:auto;min-width:90px}.contact__card{padding:1.2rem 1rem}}@media (width<=360px){.contact__heading{font-size:1.75rem}.contact__channel-body strong{font-size:.78rem}.contact__channel-body span{font-size:.7rem}}.footer{background:var(--dark);color:#ffffff9e;font-size:.88rem;position:relative}.footer .container{max-width:1600px;padding:0 3rem}@media (width<=1200px){.footer .container{padding:0 2rem}}@media (width<=768px){.footer .container{padding:0 1.1rem}}.footer__accent{background:linear-gradient(90deg, transparent 0%, var(--rose) 20%, var(--rose-light) 50%, var(--rose) 80%, transparent 100%);height:3px}.footer__cta{background:#c8a97e0a;border-bottom:1px solid #c8a97e1f}.footer__cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:2.2rem 0;display:flex}.footer__cta-content{flex:1;min-width:0}.footer__cta-tag{letter-spacing:.22em;text-transform:uppercase;color:var(--rose);margin:0 0 .35rem;font-size:.63rem;font-weight:600}.footer__cta-heading{font-family:var(--font-serif);color:var(--white);margin:0;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:300;line-height:1.15}.footer__cta-heading em{color:var(--rose-light);font-style:italic}.footer__cta-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.footer__btn{white-space:nowrap}.footer__body{padding:0}.footer__grid{border-bottom:1px solid #ffffff0d;grid-template-columns:1.8fr 1fr 2fr 1.2fr;gap:4rem;padding:4rem 0;display:grid}.footer__logo{align-items:center;gap:.55rem;margin-bottom:1.3rem;display:flex}.footer__logo-n{background:var(--rose);width:38px;height:38px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 0 0 6px #c8a97e1a}.footer__logo-word{font-family:var(--font-serif);color:var(--white);font-size:1.55rem;line-height:1}.footer__logo-word em{color:var(--rose-light);font-style:italic}.footer__quote{font-family:var(--font-serif);color:#ffffffa6;border-left:2px solid var(--rose);margin:0 0 1.1rem;padding-left:1rem;font-size:1rem;font-style:italic;font-weight:300;line-height:1.65}.footer__desc{color:#ffffff61;text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.4rem;font-size:.82rem;line-height:1.85}.footer__socials{gap:.55rem;margin-bottom:1.3rem;display:flex}.footer__social{color:#ffffff7a;background:#ffffff08;border:1px solid #c8a97e33;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:background .25s,border-color .25s,color .25s,transform .22s;display:flex}.footer__social:hover{background:var(--rose);border-color:var(--rose);color:var(--white);transform:translateY(-3px)}.footer__trust-row{flex-wrap:wrap;gap:.45rem;display:flex}.footer__trust-chip{letter-spacing:.06em;color:#fff6;background:#c8a97e0d;border:1px solid #c8a97e29;align-items:center;gap:.3rem;padding:.26rem .62rem;font-size:.62rem;font-weight:500;display:inline-flex}.footer__trust-chip svg{color:var(--rose);flex-shrink:0}.footer__col-head{letter-spacing:.22em;text-transform:uppercase;color:var(--rose-light);border-bottom:1px solid #c8a97e26;align-items:center;gap:.55rem;margin:0 0 1.4rem;padding-bottom:.75rem;font-size:.63rem;font-weight:600;display:flex}.footer__col-head:before{content:"";background:var(--rose);flex-shrink:0;width:18px;height:1.5px;display:block}.footer__nav{flex-direction:column;gap:0;display:flex}.footer__nav-link{color:#ffffff7a;border-left:1.5px solid #0000;justify-content:space-between;align-items:center;width:calc(100% + .85rem);margin-left:-.85rem;padding:.48rem 0 .48rem .85rem;font-size:.84rem;text-decoration:none;transition:color .2s,border-color .2s,padding-left .22s;display:flex}.footer__nav-link:after{content:"";background:#c8a97e1a;flex:1;height:1px;margin-left:.75rem;display:block}.footer__nav-link:hover{color:var(--rose-light);border-left-color:var(--rose);padding-left:1.1rem}.footer__nav-link:hover:after{background:#c8a97e38}.footer__branches{grid-template-columns:1fr 1fr;gap:1.1rem;margin-bottom:1.2rem;display:grid}.footer__branch-group{flex-direction:column;gap:.5rem;display:flex}.footer__city-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--rose);border-bottom:1px solid #c8a97e26;align-items:center;gap:.3rem;margin-bottom:.1rem;padding-bottom:.45rem;font-size:.6rem;font-weight:600;display:inline-flex}.footer__branch-item{flex-direction:column;gap:.05rem;display:flex}.footer__branch-item strong{color:#ffffffb3;font-size:.76rem;font-weight:500;line-height:1.3}.footer__branch-item span{color:#ffffff4d;font-size:.68rem}.footer__phones{border-top:1px solid #c8a97e1a;flex-direction:column;gap:.38rem;padding-top:.9rem;display:flex}.footer__phones a{color:var(--rose-light);align-items:center;gap:.4rem;font-size:.78rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer__phones a:hover{color:var(--white)}.footer__phones a svg{opacity:.65}.footer__bottom{background:#0d0505}.footer__bottom-inner{color:#fff3;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem;padding:1.25rem 0;font-size:.74rem;display:flex}.footer__made{align-items:center;gap:.32rem;display:inline-flex}.footer__made svg{color:var(--rose)}.footer__bottom-right{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:1.2rem;display:flex}.footer__cookie-btn{color:#ffffff4d;font-size:.7rem;font-family:var(--font-sans);letter-spacing:.06em;cursor:pointer;background:0 0;border:1px solid #c8a97e33;align-items:center;gap:.35rem;padding:.3rem .7rem;transition:border-color .2s,color .2s;display:inline-flex}.footer__cookie-btn:hover{border-color:var(--rose);color:var(--rose-light)}.footer__dev{color:#fff3}.footer__dev strong{color:var(--rose);font-weight:600}@media (width<=1200px){.footer__grid{grid-template-columns:1.6fr 1fr 1.8fr 1.1fr;gap:3rem}}@media (width<=1024px){.footer__grid{grid-template-columns:1.4fr 1fr 1.5fr 1fr;gap:2rem}.footer__cta-actions{gap:.6rem}.footer__btn{padding:.85rem 1.5rem;font-size:.72rem}}@media (width<=900px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem 2.5rem;padding:3rem 0}.footer__brand{grid-column:1/-1}.footer__cta-inner{gap:1.2rem}}@media (width<=768px){.footer__cta-inner{flex-direction:column;align-items:flex-start;gap:.9rem;padding:1.4rem 0}.footer__cta-heading{font-size:clamp(1.25rem,5vw,1.6rem)}.footer__cta-content{width:100%}.footer__cta-actions{flex-flow:row;gap:.5rem;width:100%}.footer__btn{white-space:nowrap;text-overflow:ellipsis;flex:1;justify-content:center;min-height:48px;padding:.75rem .8rem;font-size:.75rem;overflow:hidden}.footer__grid{border-bottom:none;grid-template-columns:1fr 1fr;grid-template-areas:"brand brand""nav products""branches branches";gap:0 1.2rem;padding:2rem 0 1.5rem}.footer__grid>:first-child{grid-area:brand}.footer__grid>:nth-child(2){grid-area:nav}.footer__grid>:nth-child(3){grid-area:branches}.footer__grid>:nth-child(4){grid-area:products}.footer__brand{border-bottom:1px solid #ffffff12;grid-column:auto;margin-bottom:1.6rem;padding-bottom:1.6rem}.footer__logo-word{font-size:1.3rem}.footer__quote{font-size:.9rem;line-height:1.6}.footer__desc{margin-bottom:1.1rem;font-size:.8rem;line-height:1.75}.footer__nav-link{border-left-width:1.5px;width:100%;margin-left:0;padding:.42rem 0 .42rem .7rem;font-size:.82rem}.footer__nav-link:after{display:none}.footer__col-head{margin-bottom:1rem;font-size:.6rem}.footer__grid>:nth-child(2),.footer__grid>:nth-child(4){padding-top:0}.footer__grid>:nth-child(3){border-top:1px solid #ffffff12;margin-top:.2rem;padding-top:1.6rem}.footer__branches{grid-template-columns:1fr 1fr;gap:.9rem 1rem;margin-bottom:.8rem}.footer__phones{gap:.3rem;padding-top:.75rem}.footer__phones a{font-size:.76rem}.footer__bottom-inner{text-align:center;flex-direction:column;align-items:center;gap:.45rem;padding:1.1rem 0;font-size:.72rem}.footer__bottom-right{flex-wrap:wrap;justify-content:center;gap:.65rem}.footer__made{gap:.25rem}}@media (width<=480px){.footer__branches{grid-template-columns:1fr;gap:1.1rem}.footer__trust-row{flex-wrap:wrap;gap:.35rem}.footer__trust-chip{font-size:.6rem}.footer__nav-link{padding:.4rem 0 .4rem .6rem;font-size:.79rem}.footer__cta-actions{flex-direction:column}.footer__btn{flex:none;width:100%}.footer__grid{gap:0 .8rem}.footer__col-head{letter-spacing:.18em;font-size:.58rem}}@media (width<=360px){.footer__grid{grid-template-columns:1fr;grid-template-areas:"brand""nav""products""branches";gap:0;padding:1.8rem 0 1.2rem}.footer__grid>:nth-child(2),.footer__grid>:nth-child(4){border-top:1px solid #ffffff0f;margin-top:0;padding-top:1.3rem}.footer__grid>:nth-child(3){padding-top:1.3rem}.footer__logo-n{width:30px;height:30px;font-size:.88rem}.footer__logo-word{font-size:1.15rem}.footer__quote{font-size:.85rem}.footer__desc{font-size:.77rem}.footer__col-head{font-size:.57rem}.footer__trust-chip{padding:.2rem .45rem;font-size:.57rem}.footer__cta-inner{padding:1.2rem 0}.footer__bottom-inner{padding:.9rem 0;font-size:.68rem}.footer__cookie-btn{padding:.28rem .55rem;font-size:.65rem}}.ccs-btn{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.45rem;padding:.65rem 1.3rem;font-size:.76rem;font-weight:600;text-decoration:none;transition:all .22s;display:inline-flex}.ccs-btn--rose{background:var(--rose);color:var(--white)}.ccs-btn--rose:hover{background:var(--rose-dark);transform:translateY(-1px)}.ccs-btn--outline{border:1.5px solid var(--rose);color:var(--rose);background:0 0}.ccs-btn--outline:hover{background:var(--rose);color:var(--white)}.ccs-btn--outline-light{color:#ffffffe6;background:#ffffff14;border:1.5px solid #ffffff40}.ccs-btn--outline-light:hover{background:#ffffff26;border-color:#fff6}.ccs-btn--ghost{color:#ffffff8c;background:0 0;border:1.5px solid #0000}.ccs-btn--ghost:hover{color:#ffffffd9}.ccs-btn--text{color:var(--muted);letter-spacing:.08em;background:0 0;border:none;padding:.5rem;font-size:.72rem}.ccs-btn--text:hover{color:#e05252}.ccs-toggle{cursor:pointer;background:#dcd6d1;border:none;border-radius:14px;outline:none;flex-shrink:0;width:50px;height:28px;transition:background .3s;position:relative}.ccs-toggle--on{background:var(--rose)}.ccs-toggle--locked{opacity:.55;cursor:not-allowed;background:var(--rose)}.ccs-toggle__thumb{background:var(--white);border-radius:50%;width:20px;height:20px;transition:transform .25s cubic-bezier(.34,1.56,.64,1);position:absolute;top:4px;left:4px;box-shadow:0 1px 5px #0000002e}.ccs-toggle--on .ccs-toggle__thumb{transform:translate(22px)}.cbanner{z-index:1800;background:var(--dark);border-top:3px solid var(--rose);position:fixed;bottom:0;left:0;right:0;box-shadow:0 -16px 60px #00000080,0 -2px #c8a97e33}.cbanner__inner{flex-wrap:wrap;align-items:center;gap:1.5rem;padding:1.2rem 1.5rem;display:flex}.cbanner__left{flex:1;align-items:flex-start;gap:1rem;min-width:260px;display:flex}.cbanner__cookie-icon{width:42px;height:42px;color:var(--rose);background:#c8a97e1a;border:1px solid #c8a97e40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cbanner__text{flex:1}.cbanner__title{font-family:var(--font-serif);color:var(--white);margin:0 0 .3rem;font-size:1rem;font-weight:400;line-height:1.2}.cbanner__desc{color:#ffffff85;margin:0;font-size:.82rem;line-height:1.55}.cbanner__link{color:var(--rose-light);font-size:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline;transition:color .2s}.cbanner__link:hover{color:var(--white)}.cbanner__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.65rem;display:flex}@media (width<=768px){.cbanner{bottom:0}.cbanner__inner{gap:1rem;padding:1rem}.cbanner__actions{gap:.5rem;width:100%}.cbanner__actions .ccs-btn{flex:1;min-height:44px;font-size:.7rem}.cbanner__title{font-size:.92rem}.cbanner__desc{font-size:.78rem}}.ccs-overlay{z-index:2000;-webkit-backdrop-filter:blur(6px);background:#0a0404bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ccs-prefs{background:var(--white);border-top:3px solid var(--rose);flex-direction:column;width:100%;max-width:560px;max-height:90dvh;display:flex;overflow-y:auto;box-shadow:0 40px 100px #0006}.ccs-prefs::-webkit-scrollbar{width:4px}.ccs-prefs::-webkit-scrollbar-track{background:0 0}.ccs-prefs::-webkit-scrollbar-thumb{background:var(--rose-light)}.ccs-prefs__head{background:var(--white);z-index:1;border-bottom:1px solid #f0ebe5;justify-content:space-between;align-items:center;gap:1rem;padding:1.6rem 1.8rem;display:flex;position:sticky;top:0}.ccs-prefs__head-left{align-items:center;gap:.9rem;display:flex}.ccs-prefs__head-icon{width:38px;height:38px;color:var(--rose);background:#c8a97e1a;border:1px solid #c8a97e40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ccs-prefs__title{font-family:var(--font-serif);color:var(--dark);margin:0;font-size:1.25rem;font-weight:400;line-height:1.2}.ccs-prefs__subtitle{color:var(--muted);margin:.15rem 0 0;font-size:.77rem}.ccs-prefs__close{cursor:pointer;width:34px;height:34px;color:var(--gray);background:#f5f0eb;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.ccs-prefs__close:hover{color:var(--dark);background:#e8ddd5}.ccs-prefs__intro{color:var(--gray);background:#c8a97e0f;border-bottom:1px solid #c8a97e1f;align-items:flex-start;gap:.75rem;margin:0;padding:.9rem 1.8rem;font-size:.8rem;line-height:1.55;display:flex}.ccs-prefs__intro svg{color:var(--rose);flex-shrink:0;margin-top:2px}.ccs-prefs__intro strong{color:var(--dark)}.ccs-prefs__list{flex-direction:column;gap:0;padding:.5rem 0;display:flex}.ccs-cat{border-bottom:1px solid #f5f0eb;padding:1.2rem 1.8rem;transition:background .2s}.ccs-cat:last-child{border-bottom:none}.ccs-cat--active{background:#c8a97e0a}.ccs-cat__top{align-items:flex-start;gap:1rem;display:flex}.ccs-cat__icon{width:34px;height:34px;color:var(--rose);background:#c8a97e1a;border:1px solid #c8a97e33;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.ccs-cat__info{flex:1;min-width:0}.ccs-cat__name-row{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.35rem;display:flex}.ccs-cat__name{color:var(--dark);font-size:.88rem;font-weight:600}.ccs-cat__badge{letter-spacing:.08em;color:#1aaa55;background:#1aaa5514;border:1px solid #1aaa5533;align-items:center;gap:.3rem;padding:.18rem .5rem;font-size:.6rem;font-weight:500;display:inline-flex}.ccs-cat__desc{color:var(--gray);margin:0 0 .6rem;font-size:.79rem;line-height:1.6}.ccs-cat__examples{flex-wrap:wrap;gap:.35rem;display:flex}.ccs-cat__chip{letter-spacing:.05em;color:var(--rose-dark);background:#c8a97e1a;border:1px solid #c8a97e33;padding:.18rem .52rem;font-size:.62rem;font-weight:500}.ccs-prefs__foot{background:var(--white);border-top:1px solid #f0ebe5;justify-content:space-between;align-items:center;gap:1rem;padding:1.3rem 1.8rem;display:flex;position:sticky;bottom:0}.ccs-prefs__foot-right{gap:.65rem;display:flex}@media (width<=540px){.ccs-overlay{align-items:flex-end;padding:0}.ccs-prefs{border-radius:0;max-height:92dvh}.ccs-prefs__head,.ccs-prefs__foot{padding:1.1rem 1.2rem}.ccs-cat{padding:1rem 1.2rem}.ccs-prefs__intro{padding:.75rem 1.2rem}.ccs-prefs__foot{flex-direction:column;gap:.5rem}.ccs-prefs__foot-right{width:100%}.ccs-prefs__foot-right .ccs-btn{flex:1}}.cpolicy-wrap{z-index:2100;-webkit-backdrop-filter:blur(4px);background:#0a040499;justify-content:flex-end;display:flex;position:fixed;inset:0}.cpolicy{background:var(--white);flex-direction:column;width:100%;max-width:780px;height:100dvh;display:flex;overflow:hidden;box-shadow:-30px 0 80px #00000059}.cpolicy__head{background:var(--dark);border-bottom:3px solid var(--rose);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cpolicy__head-brand{align-items:center;gap:.9rem;display:flex}.cpolicy__head-icon{width:38px;height:38px;color:var(--rose);background:#c8a97e26;border:1px solid #c8a97e4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cpolicy__title{font-family:var(--font-serif);color:var(--white);margin:0;font-size:1.3rem;font-weight:300}.cpolicy__updated{color:#fff6;letter-spacing:.06em;margin:.1rem 0 0;font-size:.7rem}.cpolicy__close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,color .2s;display:flex}.cpolicy__close:hover{background:var(--rose);border-color:var(--rose);color:var(--white)}.cpolicy__hero{background:#c8a97e0f;border-bottom:1px solid #c8a97e26;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:1.2rem;padding:1.2rem 2rem;display:flex}.cpolicy__hero>svg{color:var(--rose);flex-shrink:0}.cpolicy__hero>div{flex-direction:column;flex:1;gap:.12rem;display:flex}.cpolicy__hero>div strong{color:var(--dark);font-size:.88rem;font-weight:600}.cpolicy__hero>div span{color:var(--gray);font-size:.78rem}.cpolicy__prefs-shortcut{background:var(--rose);color:var(--white);letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.72rem;font-weight:600;transition:background .2s;display:inline-flex}.cpolicy__prefs-shortcut:hover{background:var(--rose-dark)}.cpolicy__body{flex-direction:column;flex:1;gap:0;padding:2rem;display:flex;overflow-y:auto}.cpolicy__body::-webkit-scrollbar{width:4px}.cpolicy__body::-webkit-scrollbar-thumb{background:var(--rose-light)}.cpolicy__section{border-bottom:1px solid #f0ebe5;padding:1.8rem 0}.cpolicy__section:last-child{border-bottom:none}.cpolicy__sec-head{align-items:center;gap:.75rem;margin-bottom:1.1rem;display:flex}.cpolicy__sec-icon{width:32px;height:32px;color:var(--rose);background:#c8a97e1a;border:1px solid #c8a97e38;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cpolicy__sec-title{font-family:var(--font-serif);color:var(--dark);margin:0;font-size:1.1rem;font-weight:400}.cpolicy__sec-content{flex-direction:column;gap:.55rem;display:flex}.cpolicy__sec-content p{color:var(--gray);margin:0;font-size:.86rem;line-height:1.75}.cpolicy__sec-content li{color:var(--gray);padding-left:1.2rem;font-size:.85rem;line-height:1.65;list-style:none;position:relative}.cpolicy__sec-content li:before{content:"→";color:var(--rose);font-size:.75rem;position:absolute;left:0}.cpolicy__table-wrap{border:1px solid #ede6dd;overflow-x:auto}.cpolicy__table{border-collapse:collapse;width:100%;min-width:500px;font-size:.8rem}.cpolicy__table th{background:var(--cream);letter-spacing:.12em;text-transform:uppercase;color:var(--dark);text-align:left;border-bottom:2px solid #ede6dd;padding:.7rem 1rem;font-size:.65rem;font-weight:600}.cpolicy__table td{color:var(--gray);vertical-align:top;border-bottom:1px solid #f5f0eb;padding:.7rem 1rem}.cpolicy__table tr:last-child td{border-bottom:none}.cpolicy__table tr:hover td{background:#c8a97e0a}.cpolicy__table code{color:var(--rose-dark);background:#c8a97e1a;padding:.15rem .4rem;font-family:Courier New,monospace;font-size:.75rem}.cpolicy__type-badge{letter-spacing:.06em;white-space:nowrap;padding:.18rem .55rem;font-size:.62rem;font-weight:600;display:inline-block}.cpolicy__type-badge--muhimu{color:var(--rose-dark);background:#c8a97e26}.cpolicy__type-badge--mipangilio{color:#1d4ed8;background:#3b82f61a}.cpolicy__type-badge--takwimu{color:#065f46;background:#10b9811a}.cpolicy__type-badge--masoko{color:#92400e;background:#f59e0b1a}.cpolicy__foot{background:var(--white);border-top:1px solid #f0ebe5;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.75rem;padding:1.2rem 2rem;display:flex}@media (width<=768px){.cpolicy{max-width:100%}.cpolicy__head{padding:1.1rem 1.2rem}.cpolicy__hero{padding:1rem 1.2rem}.cpolicy__body{padding:1.2rem}.cpolicy__foot{padding:1rem 1.2rem}.cpolicy__prefs-shortcut{display:none}.cpolicy__foot .ccs-btn{flex:1}.cpolicy__foot{justify-content:stretch}}.prv-overlay{-webkit-backdrop-filter:blur(8px);z-index:1900;background:#080303e0;position:fixed;inset:0}.prv-modal-wrap{z-index:1901;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;overflow-y:auto}.prv-modal{background:var(--white);border-top:none;width:100%;max-width:480px;position:relative;overflow:hidden;box-shadow:0 30px 80px #08030373,0 0 0 1px #c8a97e26}.prv-modal__head{background:var(--dark);justify-content:space-between;align-items:center;padding:1.4rem 1.6rem 1.1rem;display:flex}.prv-modal__logo{align-items:center;gap:.45rem;display:flex}.prv-modal__logo-n{background:var(--rose);width:30px;height:30px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:flex}.prv-modal__logo-text{font-family:var(--font-serif);color:var(--white);font-size:1.15rem}.prv-modal__logo-text em{color:var(--rose-light);font-style:italic}.prv-modal__shield{width:40px;height:40px;color:var(--rose-light);background:#c8a97e1a;border:1px solid #c8a97e40;border-radius:10px;justify-content:center;align-items:center;display:flex}.prv-modal__accent{background:linear-gradient(90deg, var(--rose-dark) 0%, var(--rose) 50%, var(--rose-light) 100%);height:3px}.prv-modal__body{padding:1.6rem 1.6rem 1rem}.prv-modal__title{font-family:var(--font-serif);color:var(--dark);margin-bottom:.75rem;font-size:1.35rem;font-weight:300;line-height:1.2}.prv-modal__intro{color:var(--gray);margin-bottom:1.2rem;font-size:.86rem;line-height:1.7}.prv-modal__intro strong{color:var(--dark);font-weight:600}.prv-modal__points{flex-direction:column;gap:.6rem;margin:0 0 1.1rem;padding:0;list-style:none;display:flex}.prv-modal__points li{color:var(--gray);align-items:flex-start;gap:.55rem;font-size:.82rem;line-height:1.55;display:flex}.prv-modal__point-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.05rem;display:flex}.prv-modal__point-icon--ok{color:#2a9d5c;background:#2a9d5c1f;border:1px solid #2a9d5c40}.prv-modal__read-link{color:var(--rose-dark);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.75rem;font-weight:500;text-decoration:underline;transition:color .2s;display:inline-flex}.prv-modal__read-link:hover{color:var(--rose)}.prv-modal__actions{grid-template-columns:1fr auto;align-items:center;gap:.65rem;padding:1rem 1.6rem 0;display:grid}.prv-modal__btn{cursor:pointer;font-family:var(--font-sans);letter-spacing:.06em;border:none;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:all .22s;display:flex}.prv-modal__btn--accept{background:var(--rose);min-height:52px;color:var(--white);text-transform:uppercase;letter-spacing:.1em;padding:.9rem 1.5rem;font-size:.82rem;box-shadow:0 4px 18px #c864504d}.prv-modal__btn--accept:hover{background:var(--rose-dark);transform:translateY(-1px);box-shadow:0 6px 24px #c8645066}.prv-modal__btn--decline{background:var(--cream);min-height:52px;color:var(--muted);border:1.5px solid var(--gray-light);white-space:nowrap;padding:.9rem 1.2rem;font-size:.75rem}.prv-modal__btn--decline:hover{color:#c0392b;background:#f8d7da;border-color:#e05252}.prv-modal__footer-note{color:var(--muted);text-align:center;border-top:1px solid var(--gray-light);margin-top:1rem;padding:.85rem 1.6rem 1.4rem;font-size:.7rem;line-height:1.5}.prv-blocked{z-index:2000;-webkit-backdrop-filter:blur(10px);background:#080303f7;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.prv-blocked__card{background:var(--white);text-align:center;border-top:3px solid #e03232;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:440px;padding:2.5rem 2rem;display:flex;box-shadow:0 30px 80px #00000080}.prv-blocked__icon{color:#e03232;background:#fff3f3;border:2px solid #fbc4c4;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.prv-blocked__title{font-family:var(--font-serif);color:var(--dark);margin:0;font-size:1.5rem;font-weight:400}.prv-blocked__msg{color:var(--gray);max-width:340px;font-size:.86rem;line-height:1.7}.prv-blocked__msg strong{color:var(--dark)}.prv-blocked__points{background:var(--cream);border-left:3px solid var(--rose);flex-direction:column;align-self:stretch;gap:.55rem;padding:1rem 1.2rem;display:flex}.prv-blocked__point{color:var(--gray);text-align:left;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.prv-blocked__point svg{color:var(--rose);flex-shrink:0}.prv-blocked__btn{min-height:50px;padding:0 2rem;font-size:.82rem}.prv-blocked__note{color:var(--muted);margin:0;font-size:.7rem}@media (width<=768px){.prv-modal-wrap{align-items:flex-end;padding:0}.prv-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:92dvh;overflow-y:auto}.prv-modal:before{content:"";background:#ddd;border-radius:2px;width:40px;height:4px;margin:12px auto 0;display:block}.prv-modal__head{padding:1rem 1.25rem .9rem}.prv-modal__body{padding:1.25rem 1.25rem .75rem}.prv-modal__title{font-size:1.2rem}.prv-modal__actions{grid-template-columns:1fr 1fr;padding:.85rem 1.25rem 0}.prv-modal__footer-note{padding:.75rem 1.25rem 1.2rem}.prv-blocked__card{padding:2rem 1.5rem}.prv-blocked__title{font-size:1.3rem}}@media (width<=360px){.prv-modal__actions{grid-template-columns:1fr}.prv-modal__btn--decline{width:100%}}.privpol-overlay{-webkit-backdrop-filter:blur(6px);z-index:1800;cursor:pointer;background:#080303b3;position:fixed;inset:0}.privpol-wrap{z-index:1801;pointer-events:none;justify-content:flex-end;display:flex;position:fixed;inset:0}.privpol{pointer-events:all;background:var(--white);flex-direction:column;width:min(540px,100vw);height:100%;display:flex;overflow:hidden;box-shadow:-20px 0 60px #08030359}.privpol__head{background:var(--dark);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 1.6rem;display:flex}.privpol__head-inner{align-items:center;gap:.9rem;display:flex}.privpol__head-icon{width:44px;height:44px;color:var(--rose-light);background:#c8a97e1a;border:1px solid #c8a97e40;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.privpol__title{font-family:var(--font-serif);color:var(--white);margin:0 0 .1rem;font-size:1.25rem;font-weight:300;line-height:1}.privpol__subtitle{color:#ffffff61;letter-spacing:.08em;margin:0;font-size:.68rem}.privpol__close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.privpol__close:hover{color:var(--white);background:#ffffff26}.privpol__accent{background:linear-gradient(90deg, var(--rose-dark) 0%, var(--rose) 50%, var(--rose-light) 100%);flex-shrink:0;height:3px}.privpol__scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex:1;padding:1.8rem 1.6rem 2.5rem;overflow-y:auto}.privpol__scroll::-webkit-scrollbar{width:4px}.privpol__scroll::-webkit-scrollbar-track{background:var(--cream)}.privpol__scroll::-webkit-scrollbar-thumb{background:#c8a97e4d;border-radius:2px}.privpol__intro-box{background:var(--cream);border-left:3px solid var(--rose);margin-bottom:1.8rem;padding:1rem 1.2rem}.privpol__intro-box p{color:var(--gray);margin:0;font-size:.84rem;line-height:1.75}.privpol__sections{flex-direction:column;gap:0;display:flex}.privpol__section{border-bottom:1px solid var(--gray-light);padding:1.2rem 0}.privpol__section:last-child{border-bottom:none}.privpol__section-head{align-items:flex-start;gap:.7rem;margin-bottom:.7rem;display:flex}.privpol__section-icon{width:34px;height:34px;color:var(--rose-dark);background:#c8a97e14;border:1px solid #c8a97e2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.privpol__section-title{color:var(--dark);align-items:center;gap:.3rem;margin:0;padding-top:.5rem;font-size:.92rem;font-weight:600;line-height:1.3;display:flex}.privpol__chev{color:var(--rose);flex-shrink:0}.privpol__section-body{color:var(--gray);margin:0;padding-left:2.6rem;font-size:.82rem;line-height:1.78}.privpol__contact{background:#f0f7ff;border:1px solid #c8dff5;border-radius:8px;align-items:flex-start;gap:.8rem;margin-top:1.8rem;padding:1rem 1.2rem;display:flex}.privpol__contact>svg{color:#1a6bb5;flex-shrink:0;margin-top:.1rem}.privpol__contact-title{color:#1a4480;margin:0 0 .4rem;font-size:.82rem;font-weight:600}.privpol__contact-body{color:#3a5a7a;margin:0;font-size:.79rem;line-height:1.7}.privpol__contact-body strong{color:#1a3a5e}.privpol__footer{text-align:center;border-top:1px solid var(--gray-light);margin-top:1.5rem;padding:1rem 0 0}.privpol__footer p{color:var(--muted);letter-spacing:.04em;margin:.15rem 0;font-size:.68rem}@media (width<=768px){.privpol{width:100vw}.privpol__head{padding:1.2rem 1.25rem}.privpol__scroll{padding:1.4rem 1.25rem 2rem}.privpol__section-body{margin-top:.5rem;padding-left:0}.privpol__section-head{flex-direction:column;gap:.45rem}.privpol__section-icon{width:30px;height:30px}.privpol__section-title{padding-top:0}}@media (width<=360px){.privpol__title{font-size:1.1rem}.privpol__head{padding:1rem}.privpol__scroll{padding:1.25rem 1rem 2rem}}
