:root{--white:#fff;--bg:#f9f9f8;--bg2:#f2f1ef;--ink:#1a1a1a;--ink2:#8e8d8d;--muted:#7a7a7a;--muted2:#b0afa9;--border:#e8e7e3;--yellow:#f5c842;--ydark:#e0b320;--ypale:#fdf4d0;--fh:"Cormorant Garamond", "Times New Roman", serif;--fb:"DM Sans", "Helvetica Neue", Arial, sans-serif;--pill:999px;--card:16px;--sm:8px;--ease:.28s cubic-bezier(.4, 0, .2, 1);--nav:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--fb);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--fb);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--fb);font-size:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--fh);line-height:1.2}.topbar{background:var(--ink);color:var(--muted2);letter-spacing:.06em;text-align:center;padding:7px 1rem;font-size:.72rem}.topbar a{color:var(--yellow)}.navbar{z-index:900;height:var(--nav);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f9f9f8eb;align-items:center;gap:1.5rem;padding:0 2rem;display:flex;position:sticky;top:0}.navbar-logo{font-family:var(--fh);color:var(--ink);white-space:nowrap;align-items:center;gap:.4rem;font-size:1.45rem;font-weight:600;display:flex}.navbar-logo .logo-shield{background:var(--yellow);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.navbar-links{flex:1;align-items:center;gap:.15rem;margin-left:1rem;display:flex}.nav-link{color:var(--ink2);border-radius:var(--pill);transition:all var(--ease);padding:.4rem .75rem;font-size:.875rem;font-weight:500;position:relative}.nav-link:hover,.nav-link.active{background:var(--bg2);color:var(--ink)}.nav-dropdown{position:relative}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-menu{background:var(--white);border:1px solid var(--border);border-radius:var(--card);z-index:1000;min-width:180px;padding:.5rem;display:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0000001a}.dropdown-menu a{border-radius:var(--sm);color:var(--ink2);transition:all var(--ease);padding:.5rem .75rem;font-size:.875rem;display:block}.dropdown-menu a:hover{background:var(--bg2);color:var(--ink)}.navbar-right{align-items:center;gap:.5rem;margin-left:auto;display:flex}.btn-icon{border-radius:var(--pill);width:38px;height:38px;color:var(--ink2);transition:all var(--ease);justify-content:center;align-items:center;font-size:1rem;display:flex;position:relative}.btn-icon:hover{background:var(--bg2);color:var(--ink)}.cart-badge{background:var(--yellow);color:var(--ink);border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.btn-sm{border-radius:var(--pill);transition:all var(--ease);align-items:center;gap:.3rem;padding:.4rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.btn-ghost{border:1px solid var(--border);color:var(--ink2);background:0 0}.btn-ghost:hover{background:var(--bg2);color:var(--ink);border-color:var(--ink2)}.btn-yellow{background:var(--yellow);color:var(--ink);border:none}.btn-yellow:hover{background:var(--ydark)}.user-badge{border-radius:var(--pill);background:var(--ypale);border:1px solid var(--yellow);color:var(--ink);align-items:center;gap:.5rem;max-width:160px;padding:.3rem .75rem;font-size:.8rem;font-weight:500;display:flex}.user-badge span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hamburger{cursor:pointer;flex-direction:column;gap:5px;width:32px;padding:4px;display:none}.hamburger span{background:var(--ink);height:2px;transition:all var(--ease);border-radius:2px;display:block}.drawer-overlay{z-index:1000;opacity:0;pointer-events:none;transition:opacity var(--ease);background:#00000073;position:fixed;inset:0}.drawer-overlay.open{opacity:1;pointer-events:all}.drawer{background:var(--white);z-index:1010;width:min(320px,88vw);transition:transform var(--ease);flex-direction:column;padding:1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.drawer.open{transform:translate(0)}.drawer-head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.drawer-close{border-radius:var(--pill);width:36px;height:36px;color:var(--muted);transition:all var(--ease);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.drawer-close:hover{background:var(--bg2);color:var(--ink)}.drawer-nav{flex-direction:column;flex:1;gap:.15rem;display:flex}.drawer-link{color:var(--ink2);border-radius:var(--sm);transition:all var(--ease);text-align:left;align-items:center;gap:.6rem;width:100%;padding:.7rem .85rem;font-size:.975rem;font-weight:500;display:flex}.drawer-link:hover{background:var(--bg2);color:var(--ink)}.drawer-link-sub{color:var(--muted);border-left:2px solid var(--border);border-radius:0 var(--sm) var(--sm) 0;margin-left:.25rem;padding-left:2rem;font-size:.85rem;font-weight:400}.drawer-link-sub:hover{background:var(--ypale);color:var(--ink2);border-left-color:var(--yellow)}.drawer-footer{border-top:1px solid var(--border);flex-direction:column;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.btn{border-radius:var(--pill);transition:all var(--ease);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:.5rem;padding:.65rem 1.4rem;font-size:.875rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--yellow);color:var(--ink)}.btn-primary:hover{background:var(--ydark);transform:translateY(-1px)}.btn-outline{border:1.5px solid var(--border);color:var(--ink2);background:0 0}.btn-outline:hover{background:var(--bg2);border-color:var(--ink2);color:var(--ink)}.btn-danger{color:#b91c1c;background:#fee2e2;border:none}.btn-danger:hover{background:#fecaca}.btn-full{justify-content:center;width:100%}.section{padding:5rem 0}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:.72rem;font-weight:600}.section-title{font-family:var(--fh);color:var(--ink);margin-bottom:1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:600;line-height:1.15}.section-sub{color:var(--muted);max-width:560px;font-size:1rem;line-height:1.7}.hero{background:linear-gradient(160deg, var(--bg) 60%, var(--ypale) 100%);min-height:calc(90vh - var(--nav));align-items:center;padding:5rem 0 4rem;display:flex}.hero-inner{grid-template-columns:1fr 420px;align-items:center;gap:4rem;display:grid}.hero-badge{background:var(--ypale);border:1px solid var(--yellow);border-radius:var(--pill);color:var(--ink2);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"●";color:var(--yellow);font-size:.6rem}.hero-title{font-family:var(--fh);color:var(--ink);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.8rem);font-weight:600;line-height:1.1}.hero-title em{color:var(--yellow);font-style:italic}.hero-subtitle{color:var(--muted);max-width:520px;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.hero-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--bg2);border:1px solid var(--border);border-radius:var(--pill);color:var(--muted);padding:.3rem .7rem;font-size:.75rem;font-weight:500}.hero-visual{justify-content:center;display:flex;position:relative}.hero-card{background:var(--white);border:1px solid var(--border);text-align:center;border-radius:24px;width:100%;max-width:380px;padding:2rem;box-shadow:0 12px 40px #00000012}.hero-avatar{background:var(--yellow);border:4px solid var(--white);width:110px;height:110px;box-shadow:0 0 0 3px var(--yellow);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex;overflow:hidden}.hero-avatar img{object-fit:cover;object-position:top center;border-radius:50%;width:100%;height:100%}.hero-avatar-initials{font-family:var(--fh);color:var(--ink);font-size:2.5rem;font-weight:600}.hero-card-name{font-family:var(--fh);margin-bottom:.25rem;font-size:1.4rem;font-weight:600}.hero-card-role{color:var(--muted);margin-bottom:1.25rem;font-size:.82rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.hero-stat{background:var(--bg);border-radius:var(--sm);padding:.6rem .4rem}.hero-stat-num{font-family:var(--fh);color:var(--ink);font-size:1.4rem;font-weight:600;line-height:1}.hero-stat-label{color:var(--muted);margin-top:2px;font-size:.68rem}.hero-certs{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.cert-chip{background:var(--ypale);border:1px solid var(--yellow);border-radius:var(--pill);color:var(--ink2);padding:.25rem .6rem;font-size:.68rem;font-weight:600}.about{background:var(--white)}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.about-initials{background:var(--yellow);width:80px;height:80px;font-family:var(--fh);color:var(--ink);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.8rem;font-weight:700;display:flex}.about-text{color:var(--ink2);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.about-stats{grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem;display:grid}.about-stat-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--card);padding:1.25rem}.about-stat-num{font-family:var(--fh);color:var(--ink);font-size:2rem;font-weight:700;line-height:1}.about-stat-label{color:var(--muted);margin-top:4px;font-size:.8rem}.about-items{flex-direction:column;gap:1rem;display:flex}.about-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--card);transition:all var(--ease);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.about-item:hover{border-color:var(--yellow);background:var(--ypale)}.about-item-icon{border-radius:var(--sm);background:var(--yellow);width:40px;height:40px;color:var(--ink);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-item-title{color:var(--ink);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.about-item-desc{color:var(--muted);font-size:.82rem;line-height:1.5}.certs{background:var(--bg)}.certs-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem;margin-top:2.5rem;display:grid}.cert-card{background:var(--white);border:1px solid var(--border);border-radius:var(--card);text-align:center;transition:all var(--ease);padding:1.5rem 1.25rem}.cert-card:hover{border-color:var(--yellow);transform:translateY(-2px);box-shadow:0 4px 20px #f5c8422e}.cert-icon{justify-content:center;margin-bottom:.75rem;display:flex}.cert-name{color:var(--ink);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.cert-org{color:var(--muted);font-size:.75rem}.cert-year{background:var(--ypale);border:1px solid var(--yellow);border-radius:var(--pill);color:var(--ink2);margin-top:.5rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.services{background:var(--white)}.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.service-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--card);transition:all var(--ease);padding:1.75rem}.service-card:hover{border-color:var(--yellow);transform:translateY(-2px);box-shadow:0 4px 24px #00000012}.service-icon{background:var(--ypale);border-radius:var(--sm);width:52px;height:52px;color:var(--ink2);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.service-title{font-family:var(--fh);color:var(--ink);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.service-desc{color:var(--muted);margin-bottom:1rem;font-size:.875rem;line-height:1.65}.service-tags{flex-wrap:wrap;gap:.4rem;display:flex}.partners{background:var(--bg2)}.partners-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;margin-top:2.5rem;display:flex}.partner-logo{opacity:.7;transition:opacity var(--ease);flex-direction:column;align-items:center;gap:.5rem;display:flex}.partner-logo:hover{opacity:1}.partner-name{font-family:var(--fh);color:var(--ink2);letter-spacing:-.02em;font-size:1.6rem;font-weight:600}.partner-sub{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.blog{background:var(--bg)}.blog-filters{flex-wrap:wrap;gap:.5rem;margin:2rem 0 1.5rem;display:flex}.filter-pill{border-radius:var(--pill);border:1.5px solid var(--border);color:var(--ink2);background:var(--white);cursor:pointer;transition:all var(--ease);padding:.4rem 1.1rem;font-size:.82rem;font-weight:500}.filter-pill:hover{border-color:var(--yellow);color:var(--ink)}.filter-pill.active{background:var(--yellow);border-color:var(--yellow);color:var(--ink);font-weight:600}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--card);cursor:pointer;transition:all var(--ease);flex-direction:column;display:flex;overflow:hidden}.blog-card:hover{border-color:var(--yellow);transform:translateY(-3px);box-shadow:0 6px 28px #00000014}.blog-card-img{background:var(--bg2);justify-content:center;align-items:center;height:160px;font-size:3rem;display:flex;position:relative;overflow:hidden}.blog-card-img img{object-fit:cover;width:100%;height:100%}.blog-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.blog-card-cat{background:var(--ypale);border:1px solid var(--yellow);border-radius:var(--pill);color:var(--ink2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.blog-card-title{font-family:var(--fh);color:var(--ink);margin-bottom:.5rem;font-size:1.15rem;font-weight:600;line-height:1.35}.blog-card-excerpt{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.blog-card-date{color:var(--muted2);margin-top:.75rem;font-size:.75rem}.blog-card-footer{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.blog-card-author{align-items:center;gap:.6rem;display:flex}.author-avatar{background:var(--bg2);border:2px solid var(--yellow);border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}.author-avatar img{object-fit:cover;width:100%;height:100%}.author-info{flex-direction:column;line-height:1.3;display:flex}.author-name{color:var(--ink2);font-size:.78rem;font-weight:600}.author-date{color:var(--muted2);font-size:.72rem}.blog-card-img-placeholder{background:var(--bg2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.reader-author{background:var(--bg);border-radius:var(--sm);border:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:2rem;padding:.85rem 1rem;display:flex}.reader-author .author-avatar{width:44px;height:44px}.reader-author .author-name{font-size:.9rem}.reader-author .author-date{font-size:.78rem}.reader-hero-placeholder{background:var(--bg2);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.see-more-wrap{text-align:center;margin-top:2.5rem}.shop{background:var(--white)}.shop-gate{text-align:center;padding:5rem 1rem}.shop-gate h2{font-family:var(--fh);margin-bottom:1rem;font-size:2.2rem}.shop-gate p{color:var(--muted);margin-bottom:2rem;font-size:1rem}.shop-login-banner{background:var(--ypale);border-bottom:1px solid var(--yellow);padding:.85rem 0}.shop-login-banner-inner{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.shop-login-banner-icon{color:var(--ydark);flex-shrink:0;align-items:center;display:flex}.shop-login-banner-inner p{color:var(--ink2);flex:1;min-width:200px;font-size:.9rem}.shop-login-banner-actions{flex-shrink:0;gap:.5rem;display:flex}.shop-empty{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:1rem;padding:4rem 1rem;display:flex}.shop-empty p{font-size:.95rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--card);transition:all var(--ease);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{border-color:var(--yellow);transform:translateY(-3px);box-shadow:0 6px 28px #00000014}.product-card-img{background:var(--bg2);flex-shrink:0;justify-content:center;align-items:center;height:190px;font-size:3.5rem;display:flex;overflow:hidden}.product-card-img img{object-fit:cover;width:100%;height:100%}.product-card-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.product-card-cat{background:var(--bg2);border-radius:var(--pill);color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-block}.product-card-name{font-family:var(--fh);color:var(--ink);margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.3}.product-card-desc{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.83rem;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.product-price{font-family:var(--fh);color:var(--ink);font-size:1.3rem;font-weight:700}.product-price span{color:var(--muted);font-size:.75rem;font-weight:400;font-family:var(--fb)}.contact-cta{background:var(--bg2)}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:var(--card);padding:2rem}.contact-form h3{font-family:var(--fh);margin-bottom:1.5rem;font-size:1.4rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--ink2);margin-bottom:.4rem;font-size:.82rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1.5px solid var(--border);border-radius:var(--sm);background:var(--bg);width:100%;color:var(--ink);transition:border-color var(--ease);outline:none;padding:.65rem .9rem;font-size:.9rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--yellow);background:var(--white)}.form-group textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-info{flex-direction:column;gap:1.5rem;display:flex}.contact-info-item{align-items:flex-start;gap:1rem;display:flex}.contact-info-icon{background:var(--yellow);border-radius:var(--sm);width:44px;height:44px;color:var(--ink);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info-label{color:var(--muted);margin-bottom:2px;font-size:.78rem;font-weight:500}.contact-info-value{color:var(--ink);font-size:.92rem;font-weight:500}.footer{background:var(--ink);color:var(--muted2);padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer-brand .logo{font-family:var(--fh);color:var(--white);margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.footer-brand p{max-width:260px;font-size:.85rem;line-height:1.65}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--white);margin-bottom:1rem;font-size:.78rem;font-weight:600}.footer-col a{color:var(--muted2);transition:color var(--ease);margin-bottom:.5rem;font-size:.875rem;display:block}.footer-col a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;font-size:.8rem;display:flex}.footer-bottom a{color:var(--yellow)}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toast{pointer-events:all;border-radius:var(--card);background:var(--white);border:1px solid var(--border);color:var(--ink);align-items:center;gap:.75rem;min-width:280px;max-width:400px;padding:.85rem 1.1rem;font-size:.875rem;animation:.3s slideInToast;display:flex;box-shadow:0 6px 24px #0000001f}@keyframes slideInToast{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-success{border-left:3px solid #22c55e}.toast-error{border-left:3px solid #ef4444}.toast-info{border-left:3px solid var(--yellow)}.toast-icon{flex-shrink:0;font-size:1rem}.toast-msg{flex:1}.toast-close{opacity:.5;transition:opacity var(--ease);padding:.15rem;font-size:.9rem}.toast-close:hover{opacity:1}.search-overlay{z-index:2000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity var(--ease);background:#1a1a1abf;justify-content:center;align-items:flex-start;padding-top:6rem;display:flex;position:fixed;inset:0}.search-overlay.open{opacity:1;pointer-events:all}.search-box{background:var(--white);border-radius:20px;width:min(640px,92vw);overflow:hidden;box-shadow:0 20px 60px #0003}.search-input-wrap{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.search-input-wrap input{color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:1.1rem}.search-input-wrap input::placeholder{color:var(--muted2)}.search-results{max-height:400px;padding:.75rem;overflow-y:auto}.search-result-item{border-radius:var(--sm);cursor:pointer;transition:background var(--ease);align-items:center;gap:.75rem;padding:.7rem .75rem;display:flex}.search-result-item:hover{background:var(--bg2)}.search-result-icon{text-align:center;width:36px;font-size:1.4rem}.search-result-type{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.search-result-title{color:var(--ink);font-size:.9rem;font-weight:500}.search-empty{text-align:center;color:var(--muted);padding:2rem;font-size:.9rem}.x-modal-overlay{z-index:1500;opacity:0;pointer-events:none;transition:opacity var(--ease);background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.x-modal-overlay.open{opacity:1;pointer-events:all}.x-modal{background:var(--white);width:min(520px,96vw);max-height:85vh;transition:transform var(--ease);border-radius:20px;flex-direction:column;display:flex;transform:scale(.95);box-shadow:0 20px 60px #0003}.x-modal-overlay.open .x-modal{transform:scale(1)}.x-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.x-modal-head h3{font-family:var(--fh);font-size:1.4rem;font-weight:600}.x-modal-close{border-radius:var(--pill);width:32px;height:32px;color:var(--muted);transition:all var(--ease);justify-content:center;align-items:center;font-size:1rem;display:flex}.x-modal-close:hover{background:var(--bg2);color:var(--ink)}.x-modal-body{flex:1;padding:1.5rem;overflow-y:auto}.x-modal-footer{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.cart-items{flex-direction:column;gap:.75rem;display:flex}.cart-item{background:var(--bg);border-radius:var(--sm);align-items:center;gap:1rem;padding:.75rem;display:flex}.cart-item-icon{text-align:center;width:36px;font-size:1.5rem}.cart-item-info{flex:1}.cart-item-name{color:var(--ink);font-size:.9rem;font-weight:500}.cart-item-price{color:var(--muted);font-size:.82rem}.cart-item-qty{background:var(--ypale);border:1px solid var(--yellow);border-radius:var(--pill);padding:.2rem .6rem;font-size:.78rem;font-weight:600}.cart-remove{color:var(--muted2);transition:color var(--ease);font-size:1rem}.cart-remove:hover{color:#ef4444}.cart-total{justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;display:flex}.cart-total span:last-child{font-family:var(--fh);color:var(--ink);font-size:1.4rem}.cart-empty{text-align:center;color:var(--muted);padding:2rem}.cart-empty p{margin-bottom:1rem}.auth-tabs{border-bottom:1px solid var(--border);gap:0;margin:-1.5rem -1.5rem 1.5rem;padding:0 1.5rem;display:flex}.auth-tab{color:var(--muted);transition:all var(--ease);text-align:center;border-bottom:2px solid #0000;flex:1;padding:.85rem;font-size:.875rem;font-weight:500}.auth-tab.active{color:var(--ink);border-bottom-color:var(--yellow)}.auth-tab:hover{color:var(--ink)}.form-error{border-radius:var(--sm);color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;margin-bottom:1rem;padding:.65rem .9rem;font-size:.85rem}.reader-overlay{z-index:2500;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity var(--ease);background:#1a1a1ab3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.reader-overlay.open{opacity:1;pointer-events:all}.reader-modal{background:var(--white);width:min(760px,96vw);max-height:90vh;transition:transform var(--ease);border-radius:20px;flex-direction:column;display:flex;overflow-y:auto;transform:scale(.96)}.reader-overlay.open .reader-modal{transform:scale(1)}.reader-hero{background:var(--bg2);border-radius:20px 20px 0 0;justify-content:center;align-items:center;height:240px;font-size:5rem;display:flex;position:relative;overflow:hidden}.reader-hero img{object-fit:cover;width:100%;height:100%}.reader-close{width:36px;height:36px;color:var(--ink);transition:all var(--ease);z-index:10;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute;top:1rem;right:1rem}.reader-close:hover{background:#fff;box-shadow:0 2px 8px #0003}.reader-body{padding:2rem}.reader-cat{background:var(--ypale);border:1px solid var(--yellow);border-radius:var(--pill);color:var(--ink2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:.25rem .7rem;font-size:.72rem;font-weight:600;display:inline-block}.reader-title{font-family:var(--fh);color:var(--ink);margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;line-height:1.2}.reader-date{color:var(--muted2);margin-bottom:2rem;font-size:.82rem}.reader-content{color:var(--ink2);white-space:pre-wrap;font-size:.975rem;line-height:1.85}.admin-panel{background:var(--white);border:2px solid var(--yellow);border-radius:var(--card);margin-top:3rem;padding:1.5rem}.admin-panel-head{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-panel-head h3{font-family:var(--fh);color:var(--ink);font-size:1.3rem;font-weight:600}.admin-label{background:var(--yellow);color:var(--ink);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--pill);padding:.2rem .6rem;font-size:.7rem;font-weight:700}.admin-form{background:var(--bg);border:1px solid var(--border);border-radius:var(--card);margin-bottom:1.5rem;padding:1.25rem}.admin-form h4{color:var(--ink);margin-bottom:1rem;font-size:.95rem;font-weight:600}.admin-table{border-collapse:collapse;width:100%;font-size:.875rem}.admin-table th{text-align:left;border-bottom:2px solid var(--border);color:var(--ink2);text-transform:uppercase;letter-spacing:.05em;padding:.65rem .75rem;font-size:.78rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border);color:var(--ink2);vertical-align:middle;padding:.75rem}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background:var(--bg)}.admin-actions{gap:.4rem;display:flex}.btn-edit{border-radius:var(--sm);background:var(--ypale);border:1px solid var(--yellow);color:var(--ink);transition:all var(--ease);padding:.3rem .6rem;font-size:.78rem}.btn-edit:hover{background:var(--yellow)}.btn-del{border-radius:var(--sm);color:#b91c1c;transition:all var(--ease);background:#fee2e2;border:1px solid #fca5a5;padding:.3rem .6rem;font-size:.78rem}.btn-del:hover{background:#fecaca}.reader-back{color:var(--muted);border-radius:var(--pill);border:1px solid var(--border);background:var(--bg);transition:all var(--ease);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .75rem;font-size:.82rem;font-weight:500;display:inline-flex}.reader-back:hover{background:var(--bg2);color:var(--ink);border-color:var(--ink2)}.admin-loading{min-height:60vh;color:var(--muted);justify-content:center;align-items:center;font-size:1rem;display:flex}.admin-page{background:var(--bg);min-height:100vh}.admin-page-header{background:var(--white);border-bottom:1px solid var(--border);z-index:100;padding:1.25rem 0;position:sticky;top:0}.admin-page-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.admin-tabs-bar{background:var(--white);border-bottom:1px solid var(--border);z-index:99;position:sticky;top:73px}.admin-tabs-inner{gap:0;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;overflow-x:auto}.admin-tab{color:var(--muted);transition:all var(--ease);white-space:nowrap;border-bottom:2px solid #0000;padding:.85rem 1.25rem;font-size:.875rem;font-weight:500}.admin-tab:hover{color:var(--ink)}.admin-tab.active{color:var(--ink);border-bottom-color:var(--yellow);font-weight:600}.admin-page-body{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.admin-section-title{font-family:var(--fh);color:var(--ink);margin-bottom:1.25rem;font-size:1.4rem;font-weight:600}.admin-stats-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.admin-stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--card);transition:all var(--ease);padding:1.25rem 1rem}.admin-stat-card:hover{border-color:var(--yellow);box-shadow:0 4px 16px #0000000f}.admin-stat-value{font-family:var(--fh);color:var(--ink);margin-bottom:.35rem;font-size:1.6rem;font-weight:700;line-height:1}.admin-stat-label{color:var(--muted);font-size:.78rem;font-weight:500}.admin-stat-sub{color:var(--muted2);margin-top:.25rem;font-size:.7rem}.divider{background:var(--border);height:1px;margin:1.5rem 0}.loading{text-align:center;color:var(--muted);padding:3rem;font-size:.9rem}.loading:after{content:"";border:2px solid var(--border);border-top-color:var(--yellow);vertical-align:middle;border-radius:50%;width:18px;height:18px;margin-left:.5rem;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.badge-published{color:#166534;border-radius:var(--pill);background:#dcfce7;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.badge-draft{background:var(--bg2);color:var(--muted);border-radius:var(--pill);padding:.2rem .5rem;font-size:.7rem;font-weight:600}.page-header{background:linear-gradient(160deg, var(--bg) 60%, var(--ypale) 100%);border-bottom:1px solid var(--border);padding:3.5rem 0 2rem}.page-header h1{font-family:var(--fh);color:var(--ink);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:600}.page-header p{color:var(--muted);font-size:1rem}.checkbox-wrap{color:var(--ink2);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.checkbox-wrap input[type=checkbox]{width:16px;height:16px;accent-color:var(--yellow)}.image-preview{border-radius:var(--sm);background:var(--bg2);border:1px solid var(--border);justify-content:center;align-items:center;height:100px;margin-top:.5rem;display:flex;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.image-preview span{color:var(--muted2);font-size:.8rem}.upload-area{position:relative}.upload-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.upload-label{border:2px dashed var(--border);border-radius:var(--sm);background:var(--bg);cursor:pointer;transition:all var(--ease);text-align:center;color:var(--ink2);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem;font-size:.875rem;display:flex}.upload-label:hover{border-color:var(--yellow);background:var(--ypale);color:var(--ink)}.cart-badge-inline{background:var(--yellow);color:var(--ink);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:.25rem;font-size:.65rem;font-weight:700;display:inline-flex}@media (max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:2.5rem}.hero-visual{max-width:380px;margin:0 auto}.about-grid{grid-template-columns:1fr;gap:2.5rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.services-grid,.blog-grid,.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.navbar-links{display:none}.hamburger{display:flex}.navbar{gap:.5rem;padding:0 1rem}.navbar-right{gap:.35rem}.btn-sm{padding:.35rem .75rem;font-size:.78rem}.navbar-right .btn-ghost,.navbar-right .btn-yellow{display:none}.section{padding:3rem 0}.container{padding:0 1rem}.hero{min-height:auto;padding:2.5rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{justify-content:center;width:100%}.section-title{font-size:1.75rem}.section-sub{font-size:.9rem}.blog-grid,.products-grid,.services-grid{grid-template-columns:1fr}.certs-grid{grid-template-columns:repeat(2,1fr)}.about-stats{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr;gap:2rem}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.footer{padding:2rem 0 1rem}.form-row{grid-template-columns:1fr}.contact-form{padding:1.25rem}.shop-gate{padding:3rem 1rem}.shop-gate h2{font-size:1.6rem}.shop-login-banner-inner{flex-direction:column;align-items:flex-start;gap:.75rem}.shop-login-banner-actions{flex-wrap:wrap}.admin-panel{padding:1rem}.admin-panel-head{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-table{font-size:.8rem}.admin-table th,.admin-table td{padding:.5rem}.reader-hero{height:180px}.reader-body{padding:1.25rem}.reader-modal{border-radius:16px 16px 0 0;width:100%;max-height:95vh}.reader-overlay{align-items:flex-end;padding:0}.search-overlay{padding-top:3rem}.search-box{border-radius:16px}.x-modal{border-radius:20px 20px 0 0;width:100%}.x-modal-overlay{align-items:flex-end;padding:0}.x-modal-overlay.open .x-modal{transform:scale(1)}}@media (max-width:480px){.topbar{padding:6px .75rem;font-size:.65rem}.hero-tags{display:none}.certs-grid{grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(3,1fr);gap:.4rem}.hero-stat-num{font-size:1.1rem}.hero-stat-label{font-size:.6rem}.about-stats{grid-template-columns:1fr}.toast-container{bottom:.5rem;left:.5rem;right:.5rem}.toast{min-width:unset;font-size:.82rem}.user-badge{max-width:100px}.user-badge span:last-child{display:none}.page-header{padding:2.5rem 0 1.5rem}.page-header h1{font-size:1.75rem}.blog-filters{gap:.4rem}.filter-pill{padding:.3rem .8rem;font-size:.75rem}.partners-grid{gap:1.5rem}}.auth-modal{max-width:460px}.auth-modal-brand{align-items:center;gap:.6rem;display:flex}.auth-modal-brand h3{font-family:var(--fh);color:var(--ink);font-size:1.3rem;font-weight:700}.auth-modal-shield{background:var(--yellow);border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.auth-subtitle{color:var(--muted);margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.auth-switch{text-align:center;color:var(--muted);margin-top:1rem;font-size:.82rem}.link-btn{color:var(--ydark);cursor:pointer;font-weight:600;font-family:var(--fb);font-size:inherit;text-underline-offset:2px;background:0 0;border:none;padding:0;text-decoration:underline}.form-success{color:#166534;background:#dcfce7;border:1px solid #86efac;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.6}.product-card{cursor:pointer}.product-card-img{position:relative;overflow:hidden}.product-card-img-placeholder{background:linear-gradient(135deg,#f2f1ef 0%,#e8e7e3 100%);justify-content:center;align-items:center;width:100%;height:100%;min-height:160px;font-size:3rem;display:flex}.product-card-detail-hint{color:#fff;text-align:center;opacity:0;background:#1a1a1ad9;justify-content:center;align-items:center;gap:.4rem;padding:.5rem;font-size:.75rem;font-weight:600;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card:hover .product-card-detail-hint{opacity:1;transform:translateY(0)}.product-card-name{letter-spacing:-.01em;font-size:1.05rem;font-weight:700}.product-card-desc{color:var(--ink2);font-size:.83rem;line-height:1.55}.product-detail-modal{border-radius:var(--card);width:95%;max-width:780px;max-height:92vh;padding:0;position:relative;overflow-y:auto}.product-detail-close{z-index:10;width:32px;height:32px;color:var(--ink);cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #00000026}.product-detail-layout{grid-template-columns:1fr 1fr;display:grid}.product-detail-img-wrap{border-radius:var(--card) 0 0 var(--card);background:linear-gradient(135deg,#f2f1ef 0%,#e4e3df 100%);justify-content:center;align-items:center;min-height:320px;display:flex;position:relative;overflow:hidden}.product-detail-img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.product-detail-img-placeholder{opacity:.4;font-size:5rem}.product-detail-cat-badge{background:var(--yellow);color:var(--ink);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--pill);padding:.3rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-detail-info{padding:2.5rem 2rem}.product-detail-name{font-family:var(--fh);color:var(--ink);margin-bottom:1rem;font-size:1.6rem;font-weight:700;line-height:1.25}.product-detail-price{color:var(--ydark);font-size:1.8rem;font-weight:800;font-family:var(--fb);margin-bottom:1.5rem}.product-detail-price span{color:var(--muted);font-size:1rem;font-weight:600}.product-detail-desc-label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.product-detail-desc{color:var(--ink2);margin-bottom:1.75rem;font-size:.9rem;line-height:1.75}.product-detail-auth-note{background:var(--ypale);border:1px solid var(--yellow);color:var(--ink2);border-radius:8px;margin-bottom:1rem;padding:.65rem 1rem;font-size:.82rem}.product-detail-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.product-detail-actions .btn{flex:1;justify-content:center;align-items:center;gap:.4rem;min-width:120px;display:flex}.product-detail-guarantees{color:var(--muted);flex-wrap:wrap;gap:1rem;font-size:.75rem;font-weight:500;display:flex}@media (max-width:640px){.product-detail-layout{grid-template-columns:1fr}.product-detail-img-wrap{border-radius:var(--card) var(--card) 0 0;min-height:200px}.product-detail-info{padding:1.5rem}.product-detail-name{font-size:1.3rem}}.compte-page{background:var(--bg);min-height:80vh}.compte-header{background:var(--ink);color:#fff;padding:2.5rem 0}.compte-header-inner{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.compte-avatar{background:var(--yellow);width:64px;height:64px;font-family:var(--fh);color:var(--ink);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;display:flex}.compte-name{font-family:var(--fh);color:#fff;margin-bottom:.15rem;font-size:1.6rem;font-weight:700}.compte-email{color:#fff9;font-size:.85rem}.compte-stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3rem;display:grid}.compte-stat{border:1px solid var(--border);text-align:center;background:#fff;border-radius:14px;padding:1.5rem}.compte-stat-value{color:var(--ink);font-size:2rem;font-weight:800;font-family:var(--fb);margin-bottom:.25rem}.compte-stat-label{color:var(--muted);font-size:.78rem;font-weight:500}.compte-section-title{font-family:var(--fh);color:var(--ink);margin-bottom:1.25rem;font-size:1.4rem;font-weight:700}.compte-empty{text-align:center;border:1px solid var(--border);background:#fff;border-radius:16px;padding:4rem 2rem}.compte-orders{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}.compte-order-card{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:1.25rem;padding:1.25rem 1.5rem;transition:box-shadow .2s;display:flex}.compte-order-card:hover{box-shadow:0 4px 20px #00000012}.compte-order-img{background:var(--bg2);border-radius:10px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.compte-order-img img{object-fit:cover;width:100%;height:100%}.compte-order-img-placeholder{justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;display:flex}.compte-order-info{flex:1;min-width:0}.compte-order-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.95rem;font-weight:700;overflow:hidden}.compte-order-meta{color:var(--muted);margin-bottom:.35rem;font-size:.78rem}.compte-order-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.compte-order-amount{color:var(--ydark);white-space:nowrap;font-size:1.1rem;font-weight:800}.compte-order-amount span{color:var(--muted);font-size:.75rem;font-weight:600}.compte-order-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.compte-order-actions .btn{align-items:center;gap:.3rem;font-size:.78rem;display:flex}.compte-links{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.compte-link-card{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:14px;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.compte-link-card:hover{border-color:var(--yellow);box-shadow:0 4px 16px #f5c84233}@media (max-width:768px){.compte-stats{gap:.6rem}.compte-stat{padding:1rem}.compte-stat-value{font-size:1.5rem}.compte-order-card{flex-wrap:wrap}.compte-order-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.compte-links{grid-template-columns:1fr}}@media (max-width:480px){.compte-stats{grid-template-columns:1fr}.compte-order-img{width:48px;height:48px}}.receipt-card{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.receipt-logo{align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1rem;display:flex}.receipt-logo strong{font-family:var(--fh);font-size:1.2rem}.receipt-divider{border:none;border-top:1px dashed var(--border);margin:1rem 0}.receipt-row{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.receipt-row span{color:var(--muted)}.receipt-row strong{text-align:right;font-weight:700}.receipt-total{justify-content:space-between;align-items:center;font-size:1rem;display:flex}.receipt-total span{font-weight:600}.receipt-total strong{color:var(--ydark);font-size:1.25rem;font-weight:800}.info-banner{color:#1e40af;background:#dbeafe;border-radius:10px;padding:.75rem 1rem;font-size:.85rem;line-height:1.6}.user-badge{text-decoration:none}.user-badge:hover{background:var(--bg2)}.product-page-breadcrumb{background:var(--bg2);border-bottom:1px solid var(--border);padding:.75rem 0}.breadcrumb{color:var(--muted);flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.82rem;display:flex}.breadcrumb a{color:var(--muted);transition:color .2s}.breadcrumb a:hover{color:var(--ink)}.breadcrumb span:last-child{color:var(--ink);font-weight:500}.product-page{background:var(--bg);min-height:80vh;padding-bottom:4rem}.product-page-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:3rem;padding:3rem 0;display:grid}.product-page-left{top:calc(var(--nav) + 1.5rem);flex-direction:column;gap:1.5rem;display:flex;position:sticky}.product-page-img-wrap{aspect-ratio:4/3;background:linear-gradient(135deg,#f2f1ef 0%,#e4e3df 100%);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000001a}.product-page-img{object-fit:cover;width:100%;height:100%;display:block}.product-page-img-placeholder{opacity:.35;justify-content:center;align-items:center;width:100%;height:100%;font-size:6rem;display:flex}.product-page-cat-badge{background:var(--yellow);color:var(--ink);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--pill);padding:.35rem .85rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-page-guarantees{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:.85rem;padding:1.25rem;display:flex}.product-page-guarantee{align-items:flex-start;gap:.75rem;display:flex}.product-page-guarantee-icon{flex-shrink:0;margin-top:.1rem;font-size:1.2rem}.product-page-guarantee-label{color:var(--ink);font-size:.88rem;font-weight:700}.product-page-guarantee-sub{color:var(--muted);font-size:.75rem}.product-page-info{border:1px solid var(--border);background:#fff;border-radius:20px;padding:2.5rem}.product-page-name{font-family:var(--fh);color:var(--ink);margin-bottom:1.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;line-height:1.2}.product-page-price-box{background:var(--ypale);border:1.5px solid var(--yellow);border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.product-page-price{color:var(--ydark);font-size:2.2rem;font-weight:900;font-family:var(--fb);letter-spacing:-.02em}.product-page-price span{color:var(--muted);font-size:1.1rem;font-weight:600}.product-page-price-note{color:var(--muted);margin-top:.25rem;font-size:.78rem;font-weight:500}.product-page-auth-note{background:var(--bg2);border:1px solid var(--border);color:var(--ink2);border-radius:10px;margin-bottom:1.25rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.6}.product-page-actions{flex-direction:column;gap:.75rem;margin-bottom:1.75rem;display:flex}.product-page-btn-buy{padding:.9rem 1.5rem;font-size:1rem;font-weight:700}.product-page-btn-cart{padding:.75rem 1.5rem;font-size:.9rem}.product-page-divider{border:none;border-top:1px solid var(--border);margin:1.75rem 0}.product-page-desc-title{font-family:var(--fh);color:var(--ink);margin-bottom:1rem;font-size:1.3rem;font-weight:700}.product-page-desc{color:var(--ink2);font-size:.95rem;line-height:1.8}.product-page-desc p{margin-bottom:.75rem}.product-page-desc p:last-child{margin-bottom:0}.product-page-expert{background:var(--bg);border:1px solid var(--border);border-radius:14px;align-items:flex-start;gap:1.25rem;margin-top:2rem;padding:1.5rem;display:flex}.product-page-expert-avatar{object-fit:cover;object-position:top center;border:3px solid var(--yellow);border-radius:50%;flex-shrink:0;width:64px;height:64px}.product-page-expert-name{color:var(--ink);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.product-page-expert-certs{color:var(--ydark);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.product-page-expert-desc{color:var(--muted);font-size:.82rem;line-height:1.6}.product-page-cta-band{background:var(--ink);border-radius:20px;margin-top:3rem;padding:2.5rem}.product-page-cta-band-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.product-page-cta-band-title{font-family:var(--fh);color:#fff;margin-bottom:.3rem;font-size:1.4rem;font-weight:700}.product-page-cta-band-sub{color:#fff9;font-size:.85rem}.product-page-cta-band-actions{flex-wrap:wrap;gap:.75rem;display:flex}.product-page-cta-band-actions .btn-outline{color:var(--ink);background:#fff;border-color:#fff}.product-page-cta-band-actions .btn-outline:hover{background:var(--bg2)}@media (max-width:900px){.product-page-grid{grid-template-columns:1fr;gap:2rem}.product-page-left{position:static}}@media (max-width:640px){.product-page-info{padding:1.5rem}.product-page-price{font-size:1.8rem}.product-page-cta-band{padding:1.5rem}.product-page-cta-band-inner{flex-direction:column;align-items:flex-start}}.digital-file-preview{background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.digital-file-icon{color:#166534;flex-shrink:0}.digital-file-meta{flex:1;min-width:0}.digital-file-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.digital-file-size{color:var(--muted);margin-top:.2rem;font-size:.75rem}.upload-label-digital{background:#eef2ff;border-style:dashed;border-color:#a5b4fc}.upload-label-digital:hover{background:#e0e7ff;border-color:#818cf8}.soc-lead-form{background:var(--bg2);border:1.5px solid var(--border);border-radius:14px;padding:1.5rem}.soc-lead-form-title{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.soc-lead-form-title>span{flex-shrink:0;font-size:1.4rem;line-height:1}.soc-lead-form-title strong{font-family:var(--fh);color:var(--ink);margin-bottom:.2rem;font-size:1.05rem;display:block}.soc-lead-form-title p{color:var(--muted);margin:0;font-size:.82rem}.soc-lead-grid{grid-template-columns:1fr 1fr;gap:.75rem 1rem;display:grid}.soc-lead-field{flex-direction:column;gap:.3rem;display:flex}.soc-lead-field label{color:var(--ink2);font-size:.8rem;font-weight:600}.soc-lead-field input,.soc-lead-field select,.soc-lead-field textarea{border:1.5px solid var(--border);background:var(--white);color:var(--ink);transition:border-color var(--ease);border-radius:8px;width:100%;padding:.55rem .75rem;font-size:.875rem}.soc-lead-field input:focus,.soc-lead-field select:focus,.soc-lead-field textarea:focus{border-color:var(--yellow);outline:none}.soc-lead-phone .soc-lead-phone-wrap{gap:.4rem;display:flex}.soc-lead-indicatif{flex:none;width:auto;min-width:130px}.required{color:#dc2626}.soc-lead-success{text-align:center;background:var(--bg2);border:1.5px solid var(--border);border-radius:14px;padding:2rem 1rem}.soc-lead-success h3{font-family:var(--fh);margin-bottom:.5rem;font-size:1.3rem}.soc-lead-success p{color:var(--muted);font-size:.9rem}.product-page-price-box-service{background:var(--ypale);border:1.5px solid var(--yellow);border-radius:10px;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.product-page-price-box-service .product-page-price{margin:0}.product-page-price-box-service .product-page-price-note{color:var(--muted);font-size:.8rem}@media (max-width:600px){.soc-lead-grid{grid-template-columns:1fr}.soc-lead-phone .soc-lead-phone-wrap{flex-direction:column}.soc-lead-indicatif{width:100%}}
