@import "https://fonts.googleapis.com/css2?family=Nunito:wght@700;800;900&family=Allura&display=swap";@keyframes fadeUpSoft{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInSoft{0%{opacity:0}to{opacity:1}}@keyframes scaleInSoft{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box}:root{--bg:#b08b7f;--surface:#f2e8de;--surface-soft:#ead8cd;--surface-muted:#dcc2b6;--border:#c8a396;--border-strong:#b98f81;--text:#2d211d;--text-soft:#5f4a43;--text-muted:#7a6158;--primary:#8f6658;--primary-hover:#7b564a;--primary-soft:#d9c0b5;--danger:#9f4f4f;--danger-soft:#f4e4e2;--success:#4f8a5b;--success-soft:#edf6ee;--shadow-sm:0 10px 24px #3a28221a;--shadow-md:0 18px 40px #3a282224;--radius-lg:22px;--radius-md:18px;--radius-sm:12px}html,body,#root{background:var(--bg);min-height:100%;color:var(--text);margin:0;font-family:Inter,Arial,sans-serif}body{min-height:100vh}button,input,textarea,select,a{font:inherit}a{color:var(--primary-hover);text-decoration:none}a:hover{color:var(--primary)}img{max-width:100%;display:block}.page-center{place-items:center;min-height:100vh;padding:24px;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-md);padding:28px}.form{gap:16px;display:grid}.field{gap:8px;display:grid}.field span{color:var(--text);font-size:14px;font-weight:700}.field input{height:46px}.field input::placeholder,.textarea::placeholder{color:#a89489}.textarea{resize:vertical;min-height:120px}.textarea.small{min-height:110px}.textarea.editor{min-height:360px}button{border-radius:var(--radius-sm);background:var(--primary);color:#fff;cursor:pointer;border:0;height:44px;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 8px 18px #b8928438}button:hover{background:var(--primary-hover)}button:active{transform:translateY(1px)}button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.secondary-btn{background:var(--surface);color:var(--text);border:1px solid var(--border-strong);box-shadow:none}.secondary-btn:hover{background:var(--surface-muted)}.muted{color:var(--text-muted);margin:0}.center{text-align:center}.alert{border-radius:var(--radius-sm);border:1px solid #0000;padding:12px 14px;font-size:14px}.alert.error{background:var(--danger-soft);color:#9e3434;border-color:#b94b4b2e}.success{background:var(--success-soft);color:#2e6940;border:1px solid #4f8a5b29}.user-box{background:var(--surface-soft);border:1px solid var(--border);border-radius:14px;gap:8px;margin:16px 0 20px;padding:16px;display:grid}.user-box.compact{margin:0}.dashboard-sidebar-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.sidebar-footer{gap:16px;margin-top:auto;display:grid}.mobile-menu-btn,.mobile-close-btn{border-radius:12px;min-width:42px;height:42px;padding:0 14px}.mobile-close-btn,.dashboard-backdrop{display:none}.panel-header{justify-content:space-between;align-items:start;gap:16px;margin-bottom:24px;display:flex}.panel-header h1,.panel-block h2{color:var(--text);margin-top:0;margin-bottom:8px}.admin-form{gap:16px;display:grid}.actions{justify-content:flex-end;display:flex}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid var(--border);color:var(--text);background:var(--surface);padding:14px 16px}.row-actions{flex-wrap:wrap;gap:8px;display:flex}.tinymce-wrapper{width:100%}.tox-tinymce{overflow:hidden;border:1px solid var(--border)!important;box-shadow:none!important;border-radius:14px!important}.cover-label{color:var(--text);font-size:14px;font-weight:700}.cover-preview-box{border:1px dashed var(--border-strong);background:var(--surface-soft);border-radius:16px;justify-content:center;align-items:center;width:100%;min-height:260px;display:flex;overflow:hidden}.cover-preview-image{object-fit:contain;max-width:100%;max-height:320px;display:block}.cover-placeholder{text-align:center;color:var(--text-muted);gap:6px;display:grid}.cover-input-wrap input{opacity:0;cursor:pointer;position:absolute;inset:0}.modal-lg{max-width:980px}.modal-header h2{margin:0 0 8px}.table-product-cell{align-items:center;gap:12px;min-width:240px;display:flex}.table-thumb-image{object-fit:cover;width:100%;height:100%}.table-product-meta{gap:4px;display:grid}.table-product-meta span{color:var(--text-muted);font-size:13px}.price-stack{gap:4px;display:grid}.old-price{color:var(--text-muted);font-size:13px;text-decoration:line-through}.product-preview-box{min-height:220px}.field-checkbox{align-content:end}.checkbox-line{border:1px solid var(--border-strong);background:var(--surface);border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:0 14px;display:inline-flex}.checkbox-line input{width:16px;height:16px}.blog-topbar{justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto 28px;display:flex}.blog-brand a{color:var(--text);font-size:24px;font-weight:800}.blog-topbar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.blog-solid-link,.blog-outline-link{border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.blog-solid-link{background:var(--primary);color:#fff;box-shadow:0 8px 18px #b8928438}.blog-solid-link:hover{background:var(--primary-hover);color:#fff}.blog-outline-link{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.blog-outline-link:hover{background:var(--surface-muted)}.blog-hero{border:1px solid var(--border);max-width:1180px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#fffaf6 0%,#f4e8df 100%);border-radius:28px;margin:0 auto 32px;padding:48px}.blog-hero-content{max-width:760px}.blog-kicker{background:var(--primary-soft);min-height:32px;color:var(--primary-hover);border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.blog-hero h1{letter-spacing:-.04em;color:var(--text);margin:0 0 16px;font-size:48px;line-height:1.08}.blog-hero p{color:var(--text-soft);margin:0;font-size:18px;line-height:1.7}.blog-list-section{max-width:1180px;margin:0 auto}.section-heading{margin-bottom:20px}.section-heading h2{color:var(--text);margin:0 0 8px;font-size:30px}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.blog-card.editorial{background:var(--surface);border:1px solid var(--border);border-radius:22px;flex-direction:column;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 12px 28px #5b43390f}.blog-card.editorial:hover{transform:translateY(-3px);box-shadow:0 18px 36px #5b433914}.blog-card-image-link{display:block}.blog-card-image-wrap.editorial{aspect-ratio:4/5;background:var(--surface-soft);overflow:hidden}.blog-card-image,.post-hero-image{object-fit:cover;width:100%;height:100%;display:block}.blog-card-image-placeholder,.post-hero-image-placeholder{height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.blog-card-body.editorial{gap:12px;padding:18px;display:grid}.blog-card-meta{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px}.blog-card-title{margin:0;font-size:24px;line-height:1.12}.blog-card-title a{color:var(--text)}.blog-card-title a:hover{color:var(--primary-hover)}.blog-card-excerpt{color:var(--text-soft);margin:0;font-size:15px;line-height:1.7}.blog-read-more{color:var(--primary-hover);font-weight:800}.blog-empty-state,.blog-loading,.blog-error-box{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:22px;padding:28px}.post-page{gap:24px;max-width:1100px;margin:0 auto;display:grid}.post-breadcrumb{color:var(--text-muted);align-items:center;gap:10px;font-size:14px;display:flex}.post-breadcrumb a{color:var(--text-soft)}.post-hero{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:28px;grid-template-columns:1.15fr .85fr;gap:28px;padding:28px;display:grid}.post-hero-copy h1{letter-spacing:-.04em;margin:0 0 14px;font-size:42px;line-height:1.08}.post-excerpt{color:var(--text-soft);margin:0 0 18px;font-size:18px;line-height:1.8}.post-meta{color:var(--text-muted);flex-wrap:wrap;gap:12px;font-size:14px;display:flex}.post-hero-image-wrap{background:var(--surface-soft);border:1px solid var(--border);border-radius:22px;min-height:320px;overflow:hidden}.post-content-card,.comments-section{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px;padding:28px}.prose-content{color:var(--text);font-size:16px;line-height:1.9}.prose-content h1,.prose-content h2,.prose-content h3{color:var(--text);margin-top:1.6em;margin-bottom:.8em;line-height:1.2}.prose-content p,.prose-content ul,.prose-content ol,.prose-content blockquote{margin:0 0 1.1em}.prose-content img{border-radius:18px;max-width:100%}.prose-content a{color:var(--primary-hover);text-decoration:underline}.comments-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.comments-header h2{margin:0}.comment-form,.reply-form{gap:12px;display:grid}.comment-form{margin-bottom:24px}.comment-form-actions,.reply-actions{justify-content:flex-end;display:flex}.comment-login-box{border:1px dashed var(--border-strong);background:var(--surface-soft);border-radius:16px;margin-bottom:24px;padding:18px}.comment-login-actions{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}.comments-list{gap:16px;display:grid}.comment-card{background:var(--surface-soft);border:1px solid var(--border);border-radius:18px;padding:16px}.comment-card.depth-1,.comment-card.depth-2,.comment-card.depth-3{background:#fffdfa;margin-top:14px;margin-left:22px}.comment-header{color:var(--text-muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:13px;display:flex}.comment-header strong{color:var(--text);font-size:14px}.comment-content{color:var(--text-soft);margin:0 0 12px;line-height:1.7}.comment-actions-row{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.comment-reply-btn{height:38px;color:var(--primary-hover);box-shadow:none;background:0 0;border:1px solid #b8928438;padding:0 14px}.comment-reply-btn:hover{background:var(--primary-soft)}.comment-edit-btn,.comment-delete-btn{height:38px;box-shadow:none;border-radius:10px;padding:0 14px}.comment-edit-btn{background:var(--surface);color:var(--text);border:1px solid var(--border-strong)}.comment-edit-btn:hover{background:var(--surface-muted)}.comment-delete-btn{background:var(--danger-soft);color:#9e3434;border:1px solid #b94b4b2e}.comment-delete-btn:hover{background:#f4dede}.comment-replies{margin-top:12px}.empty-comments{background:var(--surface-soft);border:1px dashed var(--border);border-radius:16px;padding:18px}.reveal{opacity:0;animation:.7s forwards fadeUpSoft}.reveal-fade{opacity:0;animation:.8s forwards fadeInSoft}.reveal-scale{opacity:0;animation:.6s forwards scaleInSoft}.delay-1{animation-delay:80ms}.delay-2{animation-delay:.16s}.delay-3{animation-delay:.24s}.delay-4{animation-delay:.32s}.delay-5{animation-delay:.4s}.landing-backdrop{display:none}.landing-brand a{color:var(--text);font-size:24px;font-weight:800}.landing-nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.landing-nav a{color:var(--text-soft);font-weight:700}.landing-nav a:hover{color:var(--primary-hover)}.landing-topbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.landing-btn-solid,.landing-btn-outline,.landing-btn-ghost{border-radius:14px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:800;text-decoration:none;display:inline-flex}.landing-btn-solid{background:var(--primary);color:#fff;box-shadow:0 10px 22px #b8928447}.landing-btn-solid:hover{background:var(--primary-hover);color:#fff}.landing-btn-ghost{color:var(--text);box-shadow:none;background:#fffaf699;border:1px solid #d8c0b1cc}.landing-btn-ghost:hover{background:var(--surface-soft);color:var(--text)}.landing-menu-toggle,.landing-menu-close,.landing-nav-mobile-actions{display:none}.landing-hero-copy,.landing-hero-visual{box-shadow:none;background:0 0;border:0}.landing-hero-copy{padding:28px 20px 28px 0}.landing-kicker{background:var(--primary-soft);min-height:34px;color:var(--primary-hover);border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:800;display:inline-flex}.landing-hero-copy h1{letter-spacing:-.045em;color:var(--text);max-width:620px;margin:0 0 20px;font-size:54px;line-height:.98}.landing-hero-copy p{color:var(--text-soft);max-width:560px;margin:0;font-size:18px;line-height:1.8}.landing-hero-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.landing-hero-visual{justify-content:center;align-items:flex-end;display:flex}.landing-hero-image-frame{width:100%;min-height:500px;box-shadow:none;background:0 0;justify-content:center;align-items:flex-end;display:flex;position:relative}.landing-hero-image-frame:after{content:"";filter:blur(10px);z-index:0;background:radial-gradient(circle,#5b433929 0%,#5b433900 70%);width:58%;height:24px;position:absolute;bottom:22px;left:50%;transform:translate(-50%)}.landing-hero-image{z-index:1;object-fit:contain;object-position:center bottom;filter:none;width:min(100%,500px);height:auto;max-height:560px;position:relative}.landing-section{max-width:1180px;margin:0 auto 36px}.landing-section-header{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.landing-section-header h2{color:var(--text);margin:0 0 8px;font-size:34px}.landing-about-card h3{color:var(--text);margin:0 0 10px}.landing-about-card p{color:var(--text-soft);margin:0;line-height:1.75}.carousel-controls{gap:8px;display:flex}.carousel-btn.subtle{width:40px;min-width:40px;height:40px;color:var(--text);border:1px solid var(--border);box-shadow:none;background:#fffaf6bf;border-radius:999px;padding:0}.carousel-btn.subtle:hover{background:var(--surface-soft)}.carousel-track{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(300px,360px);grid-auto-flow:column;gap:18px;padding-bottom:8px;display:grid;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{scroll-snap-align:start}.landing-empty-box{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;padding:24px}.landing-product-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;height:100%;display:flex;overflow:hidden}.landing-product-image-wrap{aspect-ratio:1;background:var(--surface-soft);overflow:hidden}.landing-product-image{object-fit:cover;width:100%;height:100%}.landing-product-placeholder{width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;display:flex}.landing-product-body{gap:10px;padding:16px;display:grid}.landing-product-body h3{color:var(--text);margin:0;font-size:18px;line-height:1.25}.landing-product-description{color:var(--text-soft);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.landing-product-prices{gap:4px;display:grid}.landing-product-prices strong{color:var(--text);font-size:18px}.landing-product-prices span{color:var(--text-muted);font-size:13px;text-decoration:line-through}.landing-badge{background:var(--surface-muted);width:fit-content;min-height:30px;color:var(--text-soft);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.landing-product-link{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-weight:700;display:inline-flex}.landing-product-link:hover{background:var(--primary-hover);color:#fff}.landing-cta h2{color:var(--text);margin:10px 0;font-size:36px}.landing-cta p{color:var(--text-soft);max-width:720px;margin:0;line-height:1.75}.landing-footer strong{color:var(--text)}.landing-footer-links{flex-wrap:wrap;gap:16px;display:flex}.landing-footer a{color:var(--text-soft)}.landing-footer a:hover{color:var(--primary-hover)}.brand-link{align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-logo-badge{background:var(--primary-soft);width:42px;height:42px;color:var(--primary-hover);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-copy{gap:2px;display:grid}.brand-copy strong{color:var(--text);font-size:20px;line-height:1}.brand-copy small{color:var(--text-muted);font-size:12px;line-height:1.1}.landing-about .landing-section-header h2{color:var(--text);margin:0 0 10px;font-size:34px}.about-card-centered{text-align:center;justify-items:center;gap:14px}.about-card-icon{width:62px;height:62px;color:var(--primary-hover);background:#d9c0b5a6;border:1px solid #8f66582e;border-radius:999px;justify-content:center;align-items:center;margin-bottom:6px;font-size:24px;display:flex}.about-card-centered h3{color:var(--text);margin:0;font-size:18px}.about-card-centered p{max-width:30ch;color:var(--text-soft);margin:0;line-height:1.75}.landing-cta{border:1px solid var(--border);max-width:1180px;box-shadow:var(--shadow-md);background:linear-gradient(135deg,#fffaf6 0%,#f3e6dd 100%);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 72px;padding:36px;display:flex}.landing-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1180px;margin:0 auto;padding:32px 0 24px;display:flex}.landing-about .landing-section-header{margin-bottom:32px}.landing-about .landing-section-header .muted{color:#2d211dad;max-width:760px;font-size:18px;line-height:1.75}.landing-hero{max-width:1180px;min-height:calc(100vh - 82px);margin:0 auto;padding:36px 0 0}.landing-hero-refined{grid-template-columns:1.08fr .92fr;align-items:center;gap:36px;display:grid}.landing-about-band{background:linear-gradient(#c7a296 0%,#cfada2 100%);border-top:1px solid #fff5ef2e;border-bottom:1px solid #7b564a1f;align-items:center;width:100%;min-height:calc(100vh - 78px);margin:0;padding:48px 0;display:flex}.landing-about{margin-bottom:0}.landing-about-header{text-align:center;justify-content:center;margin-bottom:36px}.landing-about-header>div{max-width:760px;margin:0 auto}.landing-about-header h2{margin:0 0 12px;font-size:42px;line-height:1.08}.landing-about-header .muted{color:#2d211db8;font-size:20px;line-height:1.75}.landing-about-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.landing-about-card{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#f2e8def5;border:1px solid #fff5ef52;border-radius:24px;padding:28px 24px;box-shadow:0 18px 36px #3a28221a}#blog{max-width:1180px;margin:0 auto 80px;padding:56px 0 0}#blog .section-heading,#blog .landing-section-header{margin-bottom:28px}#blog h2{margin:0 0 10px}#blog .muted,#blog p{max-width:720px}#blog .carousel-track{gap:24px;padding-bottom:12px}#blog .carousel-item,#blog .blog-card.editorial{height:100%}#produtos{background:linear-gradient(#c7a296 0%,#cfada2 100%);border-top:1px solid #fff5ef2e;border-bottom:1px solid #7b564a1f;width:100%;margin:0;padding:72px 0 80px}#produtos>*+*{margin-top:64px}#produtos .landing-section,#produtos .blog-list-section{max-width:1180px;margin:0 auto}#produtos .section-heading,#produtos .landing-section-header{margin-bottom:28px}#produtos .section-heading h2,#produtos .landing-section-header h2{color:var(--text);margin:0 0 10px}#produtos .section-heading p,#produtos .landing-section-header p,#produtos .muted{color:#2d211dad;max-width:720px;line-height:1.7}#produtos .carousel-track{grid-auto-columns:minmax(220px,248px);gap:24px;padding-bottom:12px}#produtos .carousel-item{height:100%}#produtos .landing-product-card{background:#f2e8def5;border:1px solid #fff5ef52;border-radius:22px;height:100%;overflow:hidden;box-shadow:0 18px 36px #3a28221a}#produtos .landing-product-image-wrap{background:#ead8cdf2}#produtos .landing-product-body{gap:10px;padding:16px;display:grid}#produtos .landing-product-body h3{color:var(--text);margin:0;line-height:1.28}#produtos .landing-product-description{color:var(--text-soft);font-size:14px;line-height:1.6}#produtos .landing-product-prices strong{color:var(--text)}#produtos .landing-product-prices span{color:var(--text-muted)}#produtos .landing-badge{color:var(--text-soft);background:#d9c0b58c;border:1px solid #8f665824}#produtos .landing-product-link{background:var(--primary);color:#fff}#produtos .landing-product-link:hover{background:var(--primary-hover);color:#fff}#produtos .landing-empty-box{background:#f2e8def5;border:1px solid #fff5ef52;box-shadow:0 18px 36px #3a28221a}.cat-hero{background:radial-gradient(circle at 72% 40%,#ffffffb8 0%,#fff0 32%),linear-gradient(90deg,#efe2d2 0%,#f6eadc 48%,#ead5c7 100%);width:100%;min-height:calc(100vh - 78px);position:relative;overflow:hidden}.cat-hero__inner{z-index:2;grid-template-columns:1.03fr .97fr;align-items:center;gap:24px;width:min(100%,1440px);min-height:calc(100vh - 78px);margin:0 auto;padding:clamp(42px,5vw,74px) clamp(22px,6vw,96px);display:grid;position:relative}.cat-hero__copy{z-index:4;position:relative}.cat-hero__title{color:#3a2a25;letter-spacing:-.06em;margin:0;font-size:clamp(58px,7vw,104px);font-weight:900;line-height:.9}.cat-hero__title span{color:#a46b4c;letter-spacing:0;margin-top:-4px;font-family:Brush Script MT,Segoe Script,cursive;font-size:clamp(44px,5.2vw,78px);font-weight:500;line-height:1;display:block}.cat-hero__strip{color:#fffaf4;letter-spacing:-.02em;background:#a9967d;border-radius:5px;justify-content:center;align-items:center;width:min(100%,740px);min-height:58px;margin:34px 0;padding:0 28px;font-size:clamp(18px,2vw,29px);font-weight:800;display:inline-flex}.cat-hero__features{grid-template-columns:repeat(3,1fr);width:min(100%,760px);margin-bottom:44px;display:grid}.cat-hero__feature{text-align:center;justify-items:center;gap:12px;margin:0;padding:0 24px;display:grid;position:relative}.cat-hero__feature:not(:last-child):after{content:"";background:#60483e47;width:2px;height:116px;position:absolute;top:10px;right:0}.cat-hero__feature-icon{color:#fff8ef;background:#ac7046;border-radius:999px;place-items:center;width:72px;height:72px;display:grid}.cat-hero__feature-icon--soft{background:#c9b79c}.cat-hero__feature p{color:#3b2c27;margin:0;font-size:clamp(15px,1.25vw,20px);font-weight:800;line-height:1.18}.cat-hero__author{background:#fffaf4eb;border-radius:8px;align-items:center;gap:22px;width:min(100%,560px);min-height:104px;padding:16px 28px 16px 22px;display:flex;box-shadow:0 14px 28px #543a2b14}.cat-hero__author-icon{background:#b1744a;border-radius:999px;flex:none;place-items:center;width:74px;height:74px;display:grid;overflow:hidden}.cat-hero__author-icon img{object-fit:contain;width:52px;height:52px}.cat-hero__author-divider{opacity:.9;background:#3b2a25;width:3px;height:70px}.cat-hero__author-text{gap:6px;line-height:1;display:grid}.cat-hero__author-text strong{color:#342722;font-size:clamp(22px,2.2vw,34px);font-weight:900}.cat-hero__author-text span{color:#a66a46;font-size:clamp(21px,2.1vw,32px);font-weight:900}.cat-hero__visual{z-index:3;justify-content:flex-end;align-items:flex-end;height:100%;min-height:620px;display:flex;position:relative}.cat-hero__cat{object-fit:contain;object-position:right bottom;filter:drop-shadow(0 26px 34px #50352629);width:min(54vw,760px);max-height:780px;transform:translate(44px)translateY(24px)}.cat-hero__paw{color:#a67652a6;z-index:1;position:absolute}.cat-hero__paw--one{top:22%;left:3%;transform:rotate(12deg)}.cat-hero__paw--two{bottom:26%;left:4%;transform:rotate(-18deg)}.cat-hero__paw--three{bottom:16%;left:12%;transform:rotate(18deg)}.cat-hero__blob{pointer-events:none;z-index:1;position:absolute}.cat-hero__blob--left{opacity:.72;background:#b3836e;border-radius:46% 54% 48% 52%/34% 44% 56% 66%;width:170px;height:360px;top:-18px;left:-74px}.cat-hero__blob--top{opacity:.92;background:#a97249;border-radius:0 0 0 90%;width:250px;height:230px;top:-62px;right:-44px}.cat-hero__blob--bottom{background:#a97b68;border-radius:70% 30% 0 0/70% 50% 0 0;width:380px;height:220px;bottom:-70px;right:-42px}.cat-hero__dots{opacity:.82;z-index:1;background-image:radial-gradient(circle,#a77356 3px,#0000 4px);background-size:24px 24px;width:86px;height:110px;position:absolute;bottom:170px;left:38px}.cat-hero__line-art{opacity:.85;z-index:1;border-right:2px solid #ffffff9e;border-radius:50%;width:120px;height:220px;position:absolute;top:72px;right:34px}.hero-reference__accent{flex-direction:column;gap:12px;width:52px;margin:0 0 10px 54px;display:flex}.hero-reference__accent span{transform-origin:0;background:#b68a70;border-radius:999px;width:100%;height:4px;display:block}.hero-reference__accent span:first-child{width:32px;transform:rotate(-22deg)}.hero-reference__accent span:last-child{width:24px;transform:rotate(18deg)}.hero-reference__title-wrap{margin-bottom:26px}.hero-reference__title{color:#3b2a25;letter-spacing:-.06em;margin:0;font-family:Nunito,Inter,Arial,sans-serif;font-size:clamp(72px,7vw,100px);font-weight:900;line-height:.9}.hero-reference__title-row{align-items:flex-start;gap:18px;margin-top:-8px;display:flex}.hero-reference__script{white-space:nowrap;color:#ae744f;margin:0;font-family:Allura,cursive;font-size:clamp(58px,5.2vw,92px);font-weight:400;line-height:.95}.hero-reference__title-paw{color:#bb7f59;flex:none;margin-top:6px}.hero-reference__feature{text-align:center;justify-items:center;gap:14px;padding:0 18px;display:grid;position:relative}.hero-reference__feature:not(:last-child):after{content:"";background:#7057493d;width:2px;height:118px;position:absolute;top:4px;right:0}.hero-reference__feature-icon{color:#fffaf5;background:#b97b4e;border-radius:999px;place-items:center;width:70px;height:70px;display:grid}.hero-reference__feature-icon--soft{background:#d0c0a8}.hero-reference__feature p{color:#3d2d28;margin:0;font-family:Nunito,Inter,Arial,sans-serif;font-size:18px;font-weight:800;line-height:1.14}.hero-reference__author:before,.hero-reference__author:after{content:"";pointer-events:none;position:absolute;inset:0}.hero-reference__author:before{border-radius:8px;box-shadow:inset 0 1px #ffffffb3,0 0 0 1px #d2c4b73d}.hero-reference__author:after{opacity:.35;background:radial-gradient(circle at 0 14px,#0000 8px,#00000005 8.2px,#0000 9px) 0/18px 100% repeat-y,radial-gradient(circle at 100% calc(100% - 14px),#0000 8px,#00000005 8.2px,#0000 9px) 100%/18px 100% repeat-y}.hero-reference__author-icon{color:#fff9f4;background:#b67a50;border-radius:999px;flex:none;place-items:center;width:74px;height:74px;display:grid}.hero-reference__author-divider{opacity:.92;background:#3b2a25;width:3px;height:68px}.hero-reference__author-text{gap:6px;line-height:1;display:grid}.hero-reference__author-text strong{color:#332622;font-family:Nunito,Inter,Arial,sans-serif;font-size:clamp(24px,2.2vw,34px);font-weight:900}.hero-reference__author-text span{color:#ad734e;font-family:Nunito,Inter,Arial,sans-serif;font-size:clamp(22px,2vw,30px);font-weight:800}.hero-reference__blob{z-index:1;pointer-events:none;position:absolute}.hero-reference__wire:before{content:"";border-top:2px solid #ffffff9e;border-bottom:0;border-left:0;border-right:2px solid #ffffff9e;border-radius:0 220px 220px 0;position:absolute;inset:0}.hero-reference__wire:after{content:"";border-top:2px solid #ffffff9e;border-bottom:0;border-left:0;border-right:2px solid #ffffff9e;border-radius:0 140px 140px 0;width:76px;height:180px;position:absolute;top:30px;right:34px}.landing-topbar{z-index:30;width:100%;min-height:78px;box-shadow:none;background:#f1e7da;border:0;border-bottom:1px solid #6f544714;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:0 clamp(20px,4vw,56px);display:grid;position:sticky;top:0}.landing-btn-outline{color:var(--text);border:1px solid var(--border-strong);background:0 0;border-color:#8f665824}.landing-btn-outline:hover{background:#ffffff38}.hero-reference{background:linear-gradient(90deg,#f1e7da 0%,#f5ede5 58%,#eddcd1 100%);width:100%;min-height:calc(100vh - 78px);position:relative;overflow:hidden}.hero-reference__inner{z-index:2;grid-template-columns:minmax(540px,720px) minmax(620px,1fr);align-items:center;gap:0;width:min(100%,1480px);min-height:calc(100vh - 78px);margin:0 auto;padding:40px 52px 0;display:grid;position:relative}.hero-reference__content{z-index:3;max-width:760px;padding-top:22px;position:relative}.hero-reference__visual{justify-content:flex-end;align-items:flex-end;min-height:720px;display:flex;position:relative;overflow:visible}.hero-reference__cat-wrap{justify-content:flex-end;align-items:flex-end;width:100%;height:100%;display:flex;position:relative;overflow:visible}.hero-reference__cat-wrap:before{content:"";filter:blur(8px);z-index:1;background:radial-gradient(circle,#ffffffe6 0%,#ffffff2e 55%,#fff0 74%);border-radius:999px;width:500px;height:500px;position:absolute;top:70px;right:90px}.hero-reference__blob--top{z-index:6;background:#b88151;border-radius:0 0 0 100%;width:255px;height:255px;top:0;right:-38px}.hero-reference__wire{z-index:7;opacity:.65;width:185px;height:380px;position:absolute;top:18px;right:38px}.hero-reference__paw{z-index:7;color:#b89178d6;position:absolute}.hero-reference__paw--one{top:220px;left:-8px}.hero-reference__paw--two{bottom:165px;left:28px}.hero-reference__paw--three{bottom:86px;left:70px}.hero-reference__dots{opacity:.85;z-index:2;background-image:radial-gradient(circle,#b9896f 2.6px,#0000 3px);background-size:24px 24px;width:90px;height:120px;position:absolute;bottom:12px;left:44px}.hero-reference__blob--left{z-index:1;background:#c9a291;border-radius:48% 52% 54% 46%/24% 35% 65% 76%;width:174px;height:432px;top:76px;left:-82px}.hero-reference__ribbon{color:#fff8f2;background:#b4a088;border-radius:4px;justify-content:center;align-items:center;width:min(100%,745px);min-height:56px;margin:0 0 32px;padding:0 24px;font-family:Nunito,Inter,Arial,sans-serif;font-size:clamp(19px,2vw,29px);font-weight:800;line-height:1.1;display:inline-flex;box-shadow:inset 0 1px #ffffff3d}.hero-reference__author{background:#fffbf7f0;border-radius:8px;align-items:center;gap:20px;width:min(100%,605px);min-height:106px;padding:18px 24px;display:flex;position:relative;box-shadow:0 10px 24px #5c453814}.hero-reference__content-card .hero-reference__author-icon{color:#fff9f4;background:#b67a50;width:76px;height:76px}.hero-reference__content-card .hero-reference__author-divider{opacity:.9;background:#3b2a25;width:3px;height:70px}.hero-reference__content-link:hover{color:#2f241f;background:#fffaf6}.hero-reference__features{grid-template-columns:repeat(3,1fr);width:min(100%,760px);margin-bottom:20px;display:grid}.hero-reference__content-card{z-index:5;background:radial-gradient(circle at 8px 18px,#0000 7px,#ffffffeb 7.5px),radial-gradient(circle at calc(100% - 8px) 18px,#0000 7px,#ffffffeb 7.5px),#fffaf4eb;border-radius:8px;gap:22px;width:min(100%,600px);min-height:104px;margin-top:0;padding:14px 24px;position:relative;transform:translateY(-14px);box-shadow:0 10px 24px #5c453814}.hero-reference__content-link{color:#2f241f;box-shadow:none;background:#fff;border:0;border-radius:0;justify-content:center;align-items:center;width:min(100%,240px);height:66px;font-size:16px;font-weight:500;text-decoration:none;display:inline-flex}.hero-reference__tag{z-index:8;color:#937162b8;background:#e6d0c4;border-radius:6px;place-items:center;width:108px;height:108px;display:grid;position:absolute;bottom:132px;right:34px;transform:rotate(9deg);box-shadow:0 8px 18px #523b2e0d}.hero-reference__tag:before,.hero-reference__tag:after{content:"";background:#fffaf5f2;border-radius:999px;width:20px;height:2px;position:absolute;left:-14px}.hero-reference__tag:before{top:68px;transform:rotate(-34deg)}.hero-reference__tag:after{width:12px;top:78px;left:-6px;transform:rotate(-62deg)}.hero-reference__blob--bottom{z-index:6;background:#b08a79;border-radius:60% 0 0/100% 0 0;width:360px;height:150px;bottom:-18px;right:-14px}.hero-reference__cat{object-fit:contain;object-position:right bottom;transform-origin:100% 100%;filter:drop-shadow(0 24px 34px #5c3f2d1a);z-index:2;width:min(100%,980px);max-width:none;max-height:none;position:relative;transform:translate(145px)translateY(62px)scale(1.18)}.about-editorial{background:radial-gradient(circle at 12% 16%,#ffffffb8 0%,#fff0 28%),linear-gradient(#f3e8dc 0%,#efe0d4 100%);border-top:1px solid #74564814;border-bottom:1px solid #7456481a;width:100%;padding:clamp(72px,8vw,112px) 24px;position:relative;overflow:hidden}.about-editorial:before{content:"";background:#c29a898c;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:180px;height:360px;position:absolute;top:82px;left:-80px}.about-editorial:after{content:"";background:#b1856b52;border-radius:90% 0 0;width:310px;height:210px;position:absolute;bottom:-96px;right:-76px}.about-editorial__inner{z-index:2;width:min(100%,1180px);margin:0 auto;position:relative}.about-editorial__header{text-align:center;max-width:830px;margin:0 auto 44px}.about-editorial__eyebrow{color:#9a6040;letter-spacing:.08em;text-transform:uppercase;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.about-editorial__header h2{color:#342622;letter-spacing:-.045em;margin:0 0 18px;font-size:clamp(34px,4.2vw,56px);font-weight:900;line-height:1.02}.about-editorial__header p{color:#604a42;max-width:760px;margin:0 auto;font-size:clamp(17px,1.55vw,21px);line-height:1.75}.about-editorial__grid{grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);align-items:start;gap:28px;display:grid}.about-editorial__main{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffaf5b8;border:1px solid #be9d8b47;border-radius:28px;padding:clamp(28px,4vw,44px);box-shadow:0 18px 44px #573e3214}.about-editorial__main p{color:#4f3d36;margin:0;font-size:17px;line-height:1.9}.about-editorial__main p+p{margin-top:20px}.about-editorial__main strong{color:#9a6040;font-weight:900}.about-editorial__side{gap:18px;display:grid}.about-editorial__card{background:#fffaf5db;border:1px solid #be9d8b42;border-radius:24px;padding:24px;box-shadow:0 16px 34px #573e3212}.about-editorial__card--accent{background:linear-gradient(135deg,#b97b4e 0%,#a96d49 100%);border-color:#ffffff38}.about-editorial__icon{color:#9a6040;background:#ead8cd;border:1px solid #9a604024;border-radius:999px;place-items:center;width:58px;height:58px;margin-bottom:18px;display:grid}.about-editorial__card--accent .about-editorial__icon{color:#fff8f2;background:#fffaf52e;border-color:#ffffff47}.about-editorial__card h3{color:#342622;margin:0 0 10px;font-size:20px;line-height:1.2}.about-editorial__card p{color:#604a42;margin:0;font-size:15.5px;line-height:1.7}.about-editorial__card--accent h3,.about-editorial__card--accent p{color:#fff8f2}.blog-showcase__eyebrow{color:#9a6040;letter-spacing:.08em;text-transform:uppercase;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.blog-showcase .landing-section-header p,.blog-showcase .section-heading p,.blog-showcase .muted{color:#604a42;max-width:760px;font-size:clamp(16px,1.45vw,19px);line-height:1.75}.blog-showcase .carousel-controls{align-self:center;gap:10px}.blog-showcase .carousel-btn.subtle{color:#3b2a25;background:#fffaf5db;border:1px solid #9a604029;width:44px;min-width:44px;height:44px;box-shadow:0 10px 20px #573e3214}.blog-showcase .carousel-btn.subtle:hover{background:#fffaf5;transform:translateY(-1px)}.blog-showcase .blog-card.editorial:hover{border-color:#b97b4e47;transform:translateY(-6px);box-shadow:0 24px 54px #573e3221}.blog-showcase .blog-card-image{object-fit:cover;width:100%;height:100%;transition:transform .28s}.blog-showcase .blog-card.editorial:hover .blog-card-image{transform:scale(1.035)}.blog-showcase .blog-card-meta{color:#9a6040;letter-spacing:.06em;text-transform:uppercase;font-size:12px;font-weight:800}.blog-showcase .blog-card-title a{color:#342622}.blog-showcase .blog-card-title a:hover{color:#9a6040}.blog-showcase .blog-card-excerpt{color:#604a42;margin:0;font-size:15.5px;line-height:1.7}.blog-showcase .blog-read-more{color:#9a6040;width:fit-content;margin-top:4px;font-weight:900}.blog-showcase .blog-read-more:hover{color:#7f4d34}.blog-showcase .landing-empty-box,.blog-showcase .blog-empty-state,.blog-showcase .blog-loading,.blog-showcase .blog-error-box{color:#604a42;background:#fffaf5d1;border:1px solid #be9d8b42;border-radius:24px;padding:28px;box-shadow:0 16px 34px #573e3212}.blog-showcase{background:radial-gradient(circle at 82% 20%,#ffffff9e 0%,#fff0 32%),linear-gradient(#f1e4d8 0%,#ead6ca 100%);border:1px solid #be9d8b47;border-radius:34px;width:min(100% - 48px,1180px);margin:80px auto;padding:clamp(56px,6vw,86px) clamp(24px,5vw,56px);position:relative;overflow:hidden;box-shadow:0 24px 60px #573e3217}.blog-showcase__inner{z-index:2;width:100%;max-width:none;margin:0;padding:0;position:relative}.blog-showcase__decor{pointer-events:none;z-index:1;display:block;position:absolute}.blog-showcase__decor--left{background:#c29a897a;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:190px;height:360px;top:70px;left:-92px}.blog-showcase__decor--right{background:#b1856b4d;border-radius:90% 0 0;width:320px;height:190px;bottom:-72px;right:-82px}.blog-showcase .landing-section-header,.blog-showcase .section-heading{margin-bottom:28px}.blog-showcase .landing-section-header h2,.blog-showcase .section-heading h2{color:#342622;letter-spacing:-.045em;max-width:760px;margin:0 0 14px;font-size:clamp(34px,4vw,52px);font-weight:900;line-height:1.02}.blog-showcase .carousel-track{grid-auto-columns:minmax(260px,320px);gap:20px;padding:4px 0 12px}.blog-showcase .blog-card.editorial{background:#fffaf5db;border:1px solid #be9d8b47;border-radius:24px;max-width:320px;height:100%;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 14px 30px #573e3214}.blog-showcase .blog-card-image-wrap.editorial{aspect-ratio:4/3;background:radial-gradient(circle at 50% 35%,#ffffff80 0%,#fff0 46%),#dcc6b8;border-bottom:1px solid #be9d8b38}.blog-showcase .blog-card-body.editorial{gap:12px;padding:18px 18px 20px;display:grid}.blog-showcase .blog-card-title{color:#342622;letter-spacing:-.025em;margin:0;font-size:18px;line-height:1.15}#blog.blog-showcase{width:100%;max-width:none;box-shadow:none;background:radial-gradient(circle at 82% 18%,#ffffff9e 0%,#fff0 32%),linear-gradient(#f1e4d8 0%,#ead6ca 100%);border-top:1px solid #70524414;border-bottom:1px solid #7052441a;border-radius:0;margin:0;padding:clamp(72px,8vw,112px) 0;position:relative;overflow:hidden}#blog.blog-showcase .blog-showcase__inner{z-index:2;width:min(100% - 48px,1180px);max-width:1180px;margin:0 auto;padding:0;position:relative}#blog.blog-showcase .blog-showcase__decor{pointer-events:none;z-index:1;display:block;position:absolute}#blog.blog-showcase .blog-showcase__decor--left{background:#c29a897a;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:190px;height:360px;top:78px;left:-86px}#blog.blog-showcase .blog-showcase__decor--right{background:#b1856b4d;border-radius:90% 0 0;width:320px;height:190px;bottom:-72px;right:-80px}#blog.blog-showcase .carousel-track{grid-auto-columns:minmax(260px,320px);gap:20px;padding:4px 0 12px}#blog.blog-showcase .blog-card.editorial{border-radius:24px;max-width:320px;box-shadow:0 14px 30px #573e3214}#blog.blog-showcase .blog-card-image-wrap.editorial{aspect-ratio:4/3}#blog.blog-showcase .blog-card-body.editorial{padding:18px 18px 20px}#blog.blog-showcase .blog-card-title{font-size:18px;line-height:1.15}#blog.blog-showcase .carousel-btn.subtle{background:#fffaf5eb;border:1px solid #9a604024;box-shadow:0 8px 18px #573e3214}#produtos.products-showcase{background:radial-gradient(circle at 82% 18%,#ffffff8f 0%,#fff0 32%),linear-gradient(#ead6ca 0%,#d8b8aa 100%);border-top:1px solid #70524414;border-bottom:1px solid #7052441a;width:100%;margin:0;padding:clamp(72px,8vw,112px) 0;position:relative;overflow:hidden}.products-showcase__inner{z-index:2;width:min(100% - 48px,1180px);margin:0 auto;position:relative}.products-showcase__eyebrow{color:#7f4d34;letter-spacing:.08em;text-transform:uppercase;background:#fffaf557;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.products-showcase .landing-section-header,.products-showcase .section-heading{margin-bottom:26px}.products-showcase .landing-section-header h2,.products-showcase .section-heading h2{color:#342622;letter-spacing:-.045em;max-width:850px;margin:0 0 12px;font-size:clamp(34px,4vw,52px);font-weight:900;line-height:1.02}.products-showcase .landing-section-header p,.products-showcase .section-heading p,.products-showcase .muted{color:#342622b8;max-width:760px;font-size:clamp(16px,1.35vw,18px);line-height:1.75}.products-showcase>.products-showcase__inner>*+*{margin-top:64px}.products-showcase .carousel-btn.subtle{color:#3b2a25;background:#fffaf5e0;border:1px solid #9a604024;width:44px;min-width:44px;height:44px;box-shadow:0 8px 18px #573e3214}.products-showcase .carousel-btn.subtle:hover{background:#fffaf5;transform:translateY(-1px)}.products-showcase .landing-empty-box,.products-showcase .blog-empty-state,.products-showcase .blog-loading,.products-showcase .blog-error-box{color:#604a42;background:#fffaf5db;border:1px solid #be9d8b3d;border-radius:22px;padding:24px;box-shadow:0 14px 30px #573e3212}.products-showcase__decor{pointer-events:none;z-index:1;position:absolute}.products-showcase__decor--left{background:#c29a8973;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:190px;height:360px;top:92px;left:-86px}.products-showcase__decor--right{background:#97654a38;border-radius:90% 0 0;width:320px;height:190px;bottom:-72px;right:-82px}.site-final-cta__content{max-width:780px}.site-final-cta__eyebrow{color:#9a6040;letter-spacing:.08em;text-transform:uppercase;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.site-final-cta h2{color:#342622;letter-spacing:-.045em;margin:0 0 16px;font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.05}.site-final-cta p{color:#604a42;margin:0;font-size:17px;line-height:1.75}.site-final-cta__actions{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:12px;display:flex}.site-final-cta__button--ghost{color:#342622;box-shadow:none;background:#fffaf5b3;border:1px solid #9a604029}.site-final-cta__button--ghost:hover{color:#342622;background:#fffaf5}.site-footer__brand{max-width:460px}.site-final-cta__button{color:#fffaf5;background:#a66a46;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #9a60402e}.site-final-cta__button:hover{color:#fffaf5;background:#8f573a}.site-footer__logo:hover{color:#7f4d34}.site-footer__bottom span{justify-content:center;align-items:center;gap:4px;display:inline-flex}.site-final-cta:before{content:"";z-index:-1;background:radial-gradient(circle at 85% 10%,#ffffff6b 0%,#fff0 28%),linear-gradient(#ead6ca 0%,#f3e8dc 58%,#efe0d4 100%);position:absolute;inset:-80px -999px;display:none!important}.site-final-cta{z-index:1;background:radial-gradient(circle at 88% 22%,#ffffffad 0%,#fff0 34%),linear-gradient(135deg,#fffaf5 0%,#f1e4d8 55%,#ead6ca 100%);border:1px solid #be9d8b47;border-radius:34px;justify-content:space-between;align-items:center;gap:32px;width:min(100% - 48px,1180px);margin:80px auto 90px;padding:clamp(34px,5vw,56px);display:flex;position:relative;transform:none;box-shadow:0 24px 60px #573e3214}.landing-shell{background:#f3e8dc;min-height:100vh;padding:0}.site-footer{z-index:2;color:#342622;background:radial-gradient(circle at 12% 0,#fff3 0%,#fff0 30%),linear-gradient(#d8b8aa 0%,#c7a193 100%);border-top:1px solid #7052441f;width:100%;margin:0;padding:56px 24px 22px;position:relative;overflow:visible}.site-footer__inner{border-bottom:1px solid #3426221f;justify-content:space-between;align-items:flex-start;gap:32px;width:min(100%,1180px);margin:0 auto;padding:0 0 32px;display:flex}.site-footer__logo{color:#342622;align-items:center;gap:12px;font-size:22px;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.site-footer__logo img{background:#fffaf5;border-radius:999px;flex:none;width:46px;height:46px;box-shadow:0 8px 18px #573e3214}.site-footer__brand p{color:#342622ad;max-width:460px;margin:18px 0 0;font-size:15.5px;line-height:1.75}.site-footer__links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.site-footer__links a{color:#342622b8;font-weight:800;text-decoration:none}.site-footer__links a:hover{color:#342622}.site-footer__bottom{text-align:center;color:#3426229e;width:min(100%,1180px);margin:0 auto;padding-top:18px;font-size:13.5px}.site-footer__bottom a{color:#7f4d34;font-weight:900;text-decoration:none}.site-footer__bottom a:hover{color:#342622}.post-editorial-shell{color:#342622;background:radial-gradient(circle at 80% 8%,#ffffff8a 0%,#fff0 28%),linear-gradient(#f3e8dc 0%,#ead6ca 54%,#d8b8aa 100%);min-height:100vh}.post-editorial-topbar{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f3e8dceb;border-bottom:1px solid #7052441a;justify-content:space-between;align-items:center;gap:24px;min-height:78px;padding:0 clamp(20px,4vw,56px);display:flex;position:sticky;top:0}.post-editorial-brand{color:#221916;align-items:center;gap:12px;font-size:22px;font-weight:900;text-decoration:none;display:inline-flex}.post-editorial-brand:hover{color:#7f4d34}.post-editorial-brand img{background:#fffaf5;border-radius:999px;width:44px;height:44px;box-shadow:0 8px 18px #573e3214}.post-editorial-nav{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.post-editorial-nav a{color:#604a42;font-weight:800;text-decoration:none}.post-editorial-nav a:hover{color:#342622}.post-editorial-nav-button{background:#fffaf599;border:1px solid #9a604024;border-radius:14px;justify-content:center;align-items:center;min-height:42px;padding:0 18px;display:inline-flex}.post-editorial-page{width:min(100% - 48px,1180px);margin:0 auto;padding:clamp(38px,5vw,68px) 0 clamp(72px,8vw,110px);position:relative}.post-editorial-decor{pointer-events:none;z-index:0;position:absolute}.post-editorial-decor--left{background:#c29a896b;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:190px;height:360px;top:170px;left:-150px}.post-editorial-decor--right{background:#b1856b40;border-radius:90% 0 0;width:320px;height:190px;bottom:280px;right:-130px}.post-editorial-breadcrumb{z-index:2;color:#34262294;align-items:center;gap:10px;margin-bottom:22px;font-size:14px;display:flex;position:relative}.post-editorial-breadcrumb a{color:#7f4d34;font-weight:800}.post-editorial-breadcrumb a:hover{color:#342622}.post-editorial-hero{z-index:2;background:radial-gradient(circle at 82% 18%,#ffffff9e 0%,#fff0 34%),linear-gradient(135deg,#fffaf5e6 0%,#f1e4d8e0 100%);border:1px solid #be9d8b47;border-radius:34px;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(28px,4vw,48px);padding:clamp(28px,4vw,46px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #573e3217}.post-editorial-hero:before{content:"";background:#c29a8952;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:170px;height:320px;position:absolute;top:48px;left:-92px}.post-editorial-copy{z-index:2;position:relative}.post-editorial-kicker{color:#9a6040;letter-spacing:.08em;text-transform:uppercase;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-bottom:20px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.post-editorial-copy h1{color:#342622;letter-spacing:-.055em;margin:0 0 18px;font-size:clamp(40px,5vw,66px);font-weight:900;line-height:1.02}.post-editorial-excerpt{color:#604a42;max-width:620px;margin:0 0 26px;font-size:clamp(17px,1.5vw,21px);line-height:1.75}.post-editorial-meta{color:#342622ad;flex-wrap:wrap;align-items:center;gap:12px;font-size:14px;display:flex}.post-editorial-meta span{background:#fffaf5b8;border:1px solid #be9d8b38;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;display:inline-flex}.post-editorial-image-card{z-index:2;aspect-ratio:4/3.25;background:#dcc6b8;border:1px solid #be9d8b47;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 18px 44px #573e321a}.post-editorial-image{object-fit:cover;width:100%;height:100%;display:block}.post-editorial-image-placeholder{color:#604a42;place-items:center;width:100%;height:100%;min-height:320px;font-weight:800;display:grid}.post-editorial-content-card{z-index:2;background:#fffaf5db;border:1px solid #be9d8b42;border-radius:30px;margin-top:28px;padding:clamp(28px,4vw,48px);position:relative;box-shadow:0 18px 44px #573e3214}.post-editorial-prose{color:#3f302a;max-width:880px;font-size:17px;line-height:1.9}.post-editorial-prose p{margin:0 0 1.25em}.post-editorial-prose p:last-child{margin-bottom:0}.post-editorial-prose a{color:#9a6040;text-underline-offset:3px;font-weight:800;text-decoration:underline}.post-editorial-prose h1,.post-editorial-prose h2,.post-editorial-prose h3{color:#342622;letter-spacing:-.03em}.post-editorial-comments{z-index:2;margin-top:28px;position:relative}.post-editorial-comments .comments-section{background:#fffaf5db;border:1px solid #be9d8b42;border-radius:30px;padding:clamp(24px,4vw,36px);box-shadow:0 18px 44px #573e3214}.post-editorial-comments .comments-header h2{color:#342622;letter-spacing:-.035em;font-size:28px}.post-editorial-comments .comments-header{color:#342622a3}.post-editorial-comments .textarea{color:#342622;background:#fffaf5b3;border-color:#9a604042}.post-editorial-comments .textarea:focus{border-color:#a66a46;box-shadow:0 0 0 4px #a66a461f}.post-editorial-comments button{color:#fffaf5;background:#a66a46;box-shadow:0 10px 22px #9a60402e}.post-editorial-comments button:hover{background:#8f573a}.post-editorial-comments .empty-comments{color:#604a42;background:#fffaf594;border:1px dashed #9a604047}.post-editorial-comments .comment-card{background:#fffaf5ad;border:1px solid #be9d8b38}.blog-shell{background:radial-gradient(circle at 80% 8%,#ffffff8a 0%,#fff0 28%),linear-gradient(#f3e8dc 0%,#ead6ca 54%,#d8b8aa 100%);min-height:100vh;padding:24px}.blog-loading,.blog-error-box{background:#fffaf5db;border:1px solid #be9d8b42;border-radius:28px;width:min(100% - 48px,720px);margin:80px auto;padding:32px;box-shadow:0 18px 44px #573e3214}.user-dashboard{width:100%;min-height:calc(100vh - 78px);color:var(--text);background:radial-gradient(circle at 82% 8%,#ffffff94 0%,#fff0 30%),radial-gradient(circle at 8% 18%,#ffffff6b 0%,#fff0 26%),linear-gradient(#f3e8dc 0%,#ead6ca 52%,#d8b8aa 100%);padding:clamp(32px,5vw,72px) 24px}.user-dashboard-hero:before{content:"";background:#c29a8975;border-radius:48% 52% 56% 44%/36% 44% 56% 64%;width:150px;height:300px;position:absolute;top:36px;left:-76px}.user-dashboard-hero:after{content:"";background:#b1856b3d;border-radius:90% 0 0;width:280px;height:170px;position:absolute;bottom:-70px;right:-64px}.user-dashboard-hero>*{z-index:2;position:relative}.user-dashboard-hero .eyebrow{color:#9a6040;letter-spacing:.08em;text-transform:uppercase;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.user-dashboard-hero h1{color:#342622;letter-spacing:-.045em;max-width:720px;margin:0 0 14px;font-size:clamp(34px,4.8vw,58px);font-weight:900;line-height:1.02}.user-dashboard-hero .muted{color:#604a42;max-width:680px;font-size:clamp(16px,1.45vw,19px);line-height:1.75}.user-dashboard .user-box.compact{background:#fffaf5d1;border:1px solid #be9d8b47;border-radius:24px;gap:9px;margin:0;padding:22px;display:grid;box-shadow:0 16px 34px #573e3214}.user-dashboard .user-box.compact strong{color:#342622;font-size:18px;font-weight:900}.user-dashboard .user-box.compact span{color:#604a42;font-size:14px;line-height:1.45}.user-dashboard .user-box.compact button{color:#fffaf5;background:#9a6040;border-radius:14px;width:100%;min-height:46px;margin-top:12px;box-shadow:0 12px 24px #9a60402e}.user-dashboard .user-box.compact button:hover{background:#7f4d34}.user-dashboard>.panel{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffaf5c7;border:1px solid #be9d8b47;border-radius:30px;width:min(100%,1180px);margin:0 auto 28px;padding:clamp(24px,3.4vw,38px);position:relative;overflow:hidden;box-shadow:0 18px 44px #573e3214}.user-dashboard>.panel:nth-of-type(3){background:radial-gradient(circle at 88% 14%,#ffffff75 0%,#fff0 30%),linear-gradient(#f2e8dedb 0%,#ead8cde6 100%)}.user-dashboard .panel-header h2{color:#342622;letter-spacing:-.04em;margin:0 0 10px;font-size:clamp(28px,3.2vw,42px);font-weight:900;line-height:1.05}.user-dashboard .panel-header .muted{color:#604a42;font-size:16px;line-height:1.7}.user-dashboard .cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.user-dashboard .content-card{background:#fffaf5e0;border:1px solid #be9d8b47;border-radius:24px;flex-direction:column;min-height:100%;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden;box-shadow:0 14px 30px #573e3214}.user-dashboard .content-card:hover{border-color:#b97b4e47;transform:translateY(-5px);box-shadow:0 22px 46px #573e321f}.user-dashboard .content-card-body{gap:12px;padding:22px;display:grid}.user-dashboard .content-card-body .eyebrow{color:#7f4d34;letter-spacing:.06em;text-transform:uppercase;background:#d9c0b58c;border:1px solid #8f665824;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:30px;margin:0;padding:0 11px;font-size:12px;font-weight:900;display:inline-flex}.user-dashboard .content-card-body h3{color:#342622;letter-spacing:-.025em;margin:0;font-size:21px;font-weight:900;line-height:1.18}.user-dashboard .content-card-body .muted{color:#604a42;margin:0;font-size:15px;line-height:1.65}.user-dashboard .product-price{color:#7f4d34;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:36px;margin-top:4px;padding:0 12px;font-size:16px;font-weight:900;display:inline-flex}.user-dashboard .panel>.muted,.user-dashboard .panel .cards-grid+.muted{color:#604a42}.user-dashboard .panel>p.muted{background:#fffaf594;border:1px dashed #9a604033;border-radius:18px;padding:18px}.user-dashboard-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.dashboard-link,.dashboard-card-link{border-radius:14px;justify-content:center;align-items:center;width:fit-content;min-height:44px;padding:0 18px;font-weight:900;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .18s,box-shadow .2s;display:inline-flex}.dashboard-link:hover,.dashboard-card-link:hover{transform:translateY(-1px)}.dashboard-link-solid{color:#fffaf5;background:#9a6040;border:1px solid #9a60402e;box-shadow:0 12px 24px #9a60402e}.dashboard-link-solid:hover{color:#fffaf5;background:#7f4d34}.dashboard-link-ghost{color:#342622;box-shadow:none;background:#fffaf5ad;border:1px solid #9a604029}.dashboard-link-ghost:hover{color:#342622;background:#fffaf5}.dashboard-card-link{color:#fffaf5;background:#9a6040;border:1px solid #9a60402e;margin-top:8px;box-shadow:0 10px 20px #9a604024}.dashboard-card-link:hover{color:#fffaf5;background:#7f4d34}.dashboard-user-card{flex-direction:column;justify-content:space-between;align-self:stretch;gap:18px;display:flex!important}.user-dashboard .dashboard-logout-btn{color:#7f4d34;width:fit-content;min-width:0;height:36px;min-height:36px;box-shadow:none;background:0 0;border:1px solid #9a604038;border-radius:999px;place-self:flex-start;padding:0 14px;font-size:13px;font-weight:800}.user-dashboard .dashboard-logout-btn:hover{color:#7f4d34;background:#b97b4e1f}.user-dashboard .panel-header{align-items:center;margin-bottom:24px}.user-dashboard .dashboard-user-card{border-radius:22px;flex-direction:row;justify-content:space-between;align-self:center;align-items:center;gap:18px;min-height:auto;padding:18px 20px;display:flex!important}.dashboard-user-info{gap:4px;display:grid}.dashboard-user-info strong{color:#342622;font-size:18px;font-weight:900;line-height:1.1}.dashboard-user-info span{color:#604a42;font-size:13px}.user-dashboard .dashboard-logout-link{color:#9a6040;width:auto;height:auto;min-height:0;box-shadow:none;text-underline-offset:4px;background:0 0;border:0;border-radius:0;padding:0;font-size:13px;font-weight:900;text-decoration:underline}.user-dashboard .dashboard-logout-link:hover{color:#7f4d34;background:0 0}.user-dashboard .dashboard-logout-link:disabled{opacity:.6;cursor:not-allowed}.user-dashboard-topbar{justify-content:space-between;align-items:center;gap:16px;width:min(100%,1180px);margin:0 auto 18px;display:flex}.user-dashboard-brand{color:#342622;font-size:15px;font-weight:900;text-decoration:none}.user-dashboard-brand:hover{color:#7f4d34}.user-dashboard-account{color:#604a42;align-items:center;gap:10px;font-size:14px;display:inline-flex}.user-dashboard-account span{color:#342622;font-weight:800}.user-dashboard-account .dashboard-logout-link{color:#9a6040;width:auto;height:auto;min-height:0;box-shadow:none;text-underline-offset:4px;background:0 0;border:0;border-radius:0;padding:0;font-size:13px;font-weight:900;text-decoration:underline}.user-dashboard-account .dashboard-logout-link:hover{color:#7f4d34;background:0 0}.user-dashboard-hero{background:radial-gradient(circle at 86% 18%,#ffffffad 0%,#fff0 34%),linear-gradient(135deg,#fffaf5 0%,#f1e4d8 58%,#ead6ca 100%);border:1px solid #be9d8b47;border-radius:34px;grid-template-columns:1fr;align-items:center;gap:28px;width:min(100%,1180px);margin:0 auto 28px;padding:clamp(28px,4vw,46px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #573e3217}.user-dashboard-hero>div{max-width:760px}.hero-reference__profile-card{background:linear-gradient(#fffffff0 0%,#fffaf5eb 100%);border-radius:10px;align-items:center;gap:22px;width:min(100%,760px);min-height:108px;padding:16px 22px;display:flex;box-shadow:0 14px 28px #5c453814,inset 0 1px #ffffffb3}.hero-reference__profile-card .hero-reference__author-icon{color:#fff9f4;background:#b67a50;width:76px;height:76px}.hero-reference__profile-card .hero-reference__author-divider{opacity:.9;background:#3b2a25;flex:none;width:3px;height:70px}.hero-reference__profile-copy{flex:1;gap:4px;min-width:0;line-height:1;display:grid}.hero-reference__profile-copy strong{color:#3b2a25;letter-spacing:-.035em;font-family:Nunito,Inter,Arial,sans-serif;font-size:clamp(24px,2.2vw,34px);font-weight:900}.hero-reference__profile-copy span{color:#a66a46;font-family:Nunito,Inter,Arial,sans-serif;font-size:clamp(22px,2vw,30px);font-weight:900}.hero-reference__profile-button{color:#fffaf5;background:#a66a46;border-radius:999px;flex:none;width:auto;min-width:150px;height:52px;padding:0 22px;font-weight:900;box-shadow:0 12px 24px #9a60402e}.hero-reference__profile-button:hover{color:#fffaf5;background:#8f573a}.hero-reference__content-card.hero-reference__profile-card{transform:translateY(-8px)}.settings-page{gap:24px;display:grid}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.settings-form{gap:16px;margin-top:20px;display:grid}.settings-meta{color:var(--text-muted);font-size:14px}.settings-message{color:var(--text-soft);background:#d9c0b56b;border-radius:12px;margin:0;padding:12px 14px;font-weight:700}.settings-form button{width:fit-content;min-width:150px;padding:0 18px}.settings-avatar-block{background:#fffaf594;border:1px solid #be9d8b47;border-radius:18px;align-items:center;gap:18px;padding:16px;display:flex}.settings-avatar-preview{background:var(--primary-soft);width:88px;height:88px;color:var(--primary-hover);border:2px solid #9a60402e;border-radius:999px;flex:none;place-items:center;font-size:30px;font-weight:900;display:grid;overflow:hidden}.settings-avatar-preview img{object-fit:cover;width:100%;height:100%}.settings-avatar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.settings-avatar-upload{background:var(--primary);color:#fff;cursor:pointer;border-radius:12px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:800;display:inline-flex;position:relative;overflow:hidden}.settings-avatar-upload:hover{background:var(--primary-hover)}.settings-avatar-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.settings-avatar-remove{width:auto;min-width:0;padding:0 16px}.dashboard-layout{background:radial-gradient(circle at 82% 8%,#ffffff6b 0%,#fff0 30%),radial-gradient(circle at 8% 18%,#ffffff52 0%,#fff0 26%),linear-gradient(#f3e8dc 0%,#ead6ca 52%,#d8b8aa 100%);grid-template-columns:280px 1fr;min-height:100vh;display:grid}.dashboard-sidebar{background:radial-gradient(circle at 20% 8%,#ffffff9e 0%,#fff0 34%),linear-gradient(#fffaf5 0%,#f1e4d8 100%);border-right:1px solid #be9d8b52;flex-direction:column;gap:24px;padding:24px;display:flex;box-shadow:12px 0 36px #573e320f}.sidebar-title{color:#342622;letter-spacing:-.03em;margin:0 0 8px;font-weight:900}.dashboard-sidebar-brand{color:#7f4d34;width:fit-content;margin-top:4px;font-size:15px;font-weight:900;text-decoration:none;display:inline-flex}.dashboard-sidebar-brand:hover{color:#342622;text-underline-offset:4px;text-decoration:underline}.dashboard-content{padding:clamp(24px,3vw,38px)}.dashboard-content>.panel{max-width:1280px;margin:0 auto}.panel{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffaf5d1;border:1px solid #be9d8b47;border-radius:30px;padding:24px;box-shadow:0 22px 54px #573e3217}.panel-header h1,.panel-header h2,.panel-block h2{color:#342622;letter-spacing:-.04em;font-weight:900}.panel-header .muted,.panel-block .muted{color:#604a42}.dashboard-nav{gap:12px;display:grid}.nav-btn{text-align:left;box-shadow:none;color:#604a42;background:0 0;border:1px solid #0000;border-radius:16px;height:48px;padding:0 14px;font-weight:900}.nav-btn:hover{color:#342622;background:#d9c0b573}.nav-btn.active{color:#7f4d34;background:#b97b4e29;border-color:#9a604024}.sidebar-footer .user-box{background:#fffaf5ad;border:1px solid #be9d8b52;border-radius:18px}.sidebar-footer .user-box strong{color:#342622}.sidebar-footer .user-box span{color:#604a42}.sidebar-footer button{color:#fffaf5;background:#9a6040;border-radius:14px;box-shadow:0 12px 24px #9a60402e}.sidebar-footer button:hover{background:#7f4d34}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.stat-card{background:#fffaf5b8;border:1px solid #be9d8b47;border-radius:24px;gap:8px;padding:18px;display:grid;box-shadow:0 14px 30px #573e3212}.stat-label{color:#604a42;font-size:14px;font-weight:800}.stat-value{color:#342622;font-size:28px;font-weight:900}.panel-block{background:#fffaf5a8;border:1px solid #be9d8b47;border-radius:24px;padding:20px;box-shadow:0 12px 28px #573e320f}.table-wrap{background:#fffaf5b8;border:1px solid #be9d8b52;border-radius:22px;overflow:hidden}.admin-table th{color:#7a6158;background:#ead8cdd1;font-size:14px;font-weight:900}.admin-table td{color:#342622;background:#fffaf5b8;border-bottom:1px solid #be9d8b47}.admin-table tbody tr:hover td{background:#fff7f2f0}.table-product-thumb{border:1px solid var(--border);width:56px;height:56px;color:var(--text-muted);text-align:center;background:#ead8cd;border-color:#be9d8b59;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;font-size:12px;display:flex;overflow:hidden}.table-product-meta strong{color:#342622}.table-product-meta span,.old-price{color:#7a6158}.row-actions .secondary-btn,.secondary-btn{color:#342622;box-shadow:none;background:#fffaf5bd;border:1px solid #9a60402e}.row-actions .secondary-btn:hover,.secondary-btn:hover{background:#ead8cd}.danger-btn{box-shadow:none;color:#9f4f4f;background:#f4e4e2;border:1px solid #9f4f4f2e}.danger-btn:hover{background:#efd7d4}.status-badge{color:#604a42;background:#d9c0b58c;border:1px solid #8f665824;border-radius:999px;justify-content:center;align-items:center;height:32px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.status-badge.active{color:#2e6940;background:#edf6ee;border-color:#4f8a5b29}.admin-filters input,.admin-filters select{color:#342622;background:#fffaf5db;border:1px solid #9a60402e}.admin-filters input:focus,.admin-filters select:focus{border-color:#9a6040;box-shadow:0 0 0 4px #9a60401f}.admin-pagination{color:#604a42}.modal-overlay{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#34262238;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-card{background:#fffaf5;border:1px solid #be9d8b52;border-radius:28px;width:100%;max-width:980px;margin:0 auto;overflow:hidden;box-shadow:0 28px 70px #573e322e}.modal-scroll{background:#fffaf5;max-height:none;padding:24px;overflow:visible}.modal-header{background:0 0;border-bottom:1px solid #be9d8b42;margin:0 0 20px;padding:0 0 16px;position:static}.field input,.textarea,.select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:#342622;background:#fffaf5db;border-color:#9a604038;outline:none;width:100%;padding:14px 16px;transition:border-color .2s,box-shadow .2s,background .2s}.field input:focus,.textarea:focus,.select:focus{border-color:#9a6040;box-shadow:0 0 0 4px #9a60401f}.cover-preview-box,.product-preview-box{background:#ead8cd9e;border-color:#9a60403d}.cover-input-wrap{border:1px solid var(--border-strong);cursor:pointer;color:#342622;background:#fffaf5db;border-color:#9a604038;border-radius:12px;justify-content:center;align-items:center;width:fit-content;padding:12px 16px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.cover-input-wrap:hover{background:#ead8cd}.mobile-dashboard-header{background:#fffaf5db;border:1px solid #be9d8b52;border-radius:20px;display:none;box-shadow:0 14px 30px #573e3214}.products-showcase__top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.products-showcase__top .products-showcase__eyebrow{margin-bottom:0}.products-showcase__all-link{color:#342622;white-space:nowrap;background:#fffaf5c2;border:1px solid #9a604029;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:900;text-decoration:none;display:inline-flex}.products-showcase__all-link:hover{color:#7f4d34;background:#fffaf5;transform:translateY(-1px)}.products-page-shell{background:radial-gradient(circle at 82% 8%,#ffffff7a 0%,#fff0 30%),linear-gradient(#f3e8dc 0%,#ead6ca 54%,#d8b8aa 100%);min-height:100vh;padding:24px}.products-page-shell .blog-topbar{max-width:1180px;margin:0 auto 28px}.products-page-hero{background:radial-gradient(circle at 86% 18%,#ffffffa3 0%,#fff0 34%),linear-gradient(135deg,#fffaf5 0%,#f1e4d8 58%,#ead6ca 100%);border:1px solid #be9d8b47;border-radius:34px;width:min(100%,1180px);margin:0 auto 32px;padding:clamp(36px,5vw,64px);box-shadow:0 24px 60px #573e3217}.products-page-kicker{color:#9a6040;letter-spacing:.08em;text-transform:uppercase;background:#b97b4e24;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin-bottom:18px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.products-page-hero h1{color:#342622;letter-spacing:-.05em;max-width:820px;margin:0 0 16px;font-size:clamp(38px,5vw,64px);font-weight:900;line-height:1.02}.products-page-hero p{color:#604a42;max-width:760px;margin:0;font-size:clamp(16px,1.45vw,19px);line-height:1.75}.products-page-section{background:#fffaf5d1;border:1px solid #be9d8b47;border-radius:34px;width:min(100%,1180px);margin:0 auto;padding:clamp(24px,4vw,42px);box-shadow:0 22px 54px #573e3217}.products-page-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:28px;display:flex}.products-page-header h2{color:#342622;letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(30px,3.4vw,46px);font-weight:900;line-height:1.05}.products-filter-tabs{flex-wrap:wrap;gap:10px;display:flex}.products-filter-tabs button{color:#342622;width:auto;min-width:92px;height:42px;box-shadow:none;background:#fffaf5c2;border:1px solid #9a604029;border-radius:999px;padding:0 16px;font-weight:900}.products-filter-tabs button:hover{background:#ead8cd}.products-filter-tabs button.active{color:#fffaf5;background:#9a6040;border-color:#9a60402e;box-shadow:0 12px 24px #9a604029}.products-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.products-page-grid .landing-product-card{background:#fffaf5e6;border:1px solid #be9d8b47;border-radius:24px;width:100%;min-width:0;box-shadow:0 14px 30px #573e3214}.products-page-grid .landing-product-image-wrap{aspect-ratio:1;background:#ead8cdcc;max-height:260px}.products-page-grid .landing-product-image{object-fit:cover;width:100%;height:100%}.products-page-grid .landing-product-body{padding:18px}.products-page-grid .landing-product-body h3{font-size:19px;line-height:1.22}.products-page-grid .landing-product-link{margin-top:auto}.blog-pagination{color:#604a42;justify-content:center;align-items:center;gap:14px;margin-top:28px;font-weight:900;display:flex}.blog-pagination button{width:auto;min-width:104px;padding:0 16px}.blog-pagination button:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (width<=420px){.landing-hero-visual{display:none}.landing-hero{min-height:auto;padding-bottom:8px}.landing-hero-copy h1{font-size:28px}}@media (width<=1180px){.hero-reference,.hero-reference__inner{min-height:auto}.hero-reference__title-row{flex-wrap:wrap;gap:10px}.hero-reference__script{white-space:normal}.hero-reference__inner{grid-template-columns:1fr;gap:0;min-height:auto;padding:34px 24px 0}.hero-reference__content{max-width:100%;padding-top:0}.hero-reference__visual{justify-content:center;min-height:450px}.hero-reference__cat-wrap{justify-content:center}.hero-reference__cat{width:min(100%,700px);transform:translate(40px)translateY(28px)scale(1.08)}.hero-reference__paw--one,.hero-reference__paw--two,.hero-reference__paw--three{left:8%}.hero-reference__content-card{transform:translateY(-8px)}.hero-reference__tag{width:96px;height:96px;bottom:96px;right:16%}.hero-reference__blob--bottom{width:300px;height:120px}}@media (width<=900px){.settings-grid{grid-template-columns:1fr}}@media (width<=980px){.dashboard-layout{grid-template-columns:1fr}.mobile-dashboard-header{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:16px;align-items:center;gap:12px;margin-bottom:16px;padding:12px;display:flex}.dashboard-sidebar.open{transform:translate(0)}.mobile-close-btn{justify-content:center;align-items:center;display:inline-flex}.dashboard-backdrop{z-index:50;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#2a211d47;display:block;position:fixed;inset:0}.stats-grid,.grid-2,.blog-grid,.post-hero{grid-template-columns:1fr}.blog-hero{padding:28px}.blog-hero h1,.post-hero-copy h1{font-size:34px}.table-product-cell{min-width:180px}.modal-overlay{padding:12px}.modal-card{border-radius:18px}.modal-scroll{padding:16px}.modal-header{margin-bottom:16px;padding-bottom:12px}.landing-topbar{grid-template-columns:auto auto;justify-content:space-between;padding:0 16px}.landing-topbar-actions{display:none}.landing-menu-toggle{width:44px;min-width:44px;height:44px;color:var(--text);border:1px solid var(--border-strong);box-shadow:none;background:0 0;justify-content:center;align-items:center;display:inline-flex}.landing-menu-close{width:42px;min-width:42px;height:42px;color:var(--text);border:1px solid var(--border-strong);box-shadow:none;background:0 0;border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:12px;display:inline-flex}.landing-nav{border-left:1px solid var(--border);z-index:60;background:#fffaf6fa;flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:16px;width:min(320px,84vw);padding:18px;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-18px 0 40px #5b43391f}.landing-nav.open{transform:translate(0)}.landing-nav-mobile-actions{gap:12px;width:100%;margin-top:12px;display:grid}.landing-backdrop{z-index:50;pointer-events:none;background:#2a211d0f;display:block;position:fixed;inset:0}.landing-hero-refined{grid-template-columns:1fr;gap:24px}.landing-hero-copy{padding:28px 0 8px}.landing-hero-copy h1{max-width:100%;font-size:40px}.landing-hero-copy p{max-width:100%}.landing-hero-image-frame{min-height:340px}.landing-hero-image{width:min(100%,360px);max-height:420px}.landing-about .landing-section-header .muted{font-size:16px}.landing-hero{margin:0 auto 56px}.landing-cta{flex-direction:column;align-items:flex-start;margin:0 auto 48px}.landing-about-band{min-height:auto;margin:0 0 56px;padding:56px 0}.landing-about-header h2{font-size:34px}.landing-about-header .muted{font-size:17px}.landing-about-grid{grid-template-columns:1fr}#blog{margin:0 auto 56px;padding:40px 0 0}#blog .carousel-track{gap:18px}#produtos{margin-bottom:48px;padding:56px 0 60px}#produtos>*+*{margin-top:48px}#produtos .carousel-track{gap:18px}.cat-hero,.cat-hero__inner{min-height:auto}.cat-hero__inner{grid-template-columns:1fr;padding:42px 24px 0}.cat-hero__visual{justify-content:center;min-height:360px}.cat-hero__cat{width:min(88vw,520px);transform:none}.cat-hero__paw,.cat-hero__line-art{display:none}.about-editorial{padding:64px 18px}.about-editorial__grid{grid-template-columns:1fr}.about-editorial__side{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-showcase{padding:64px 18px}.blog-showcase .landing-section-header{align-items:flex-start}.blog-showcase .carousel-track{grid-auto-columns:minmax(300px,360px);gap:18px}.site-final-cta__actions{justify-content:flex-start}.site-final-cta{flex-direction:column;align-items:flex-start;margin:64px auto 72px}.site-footer__inner{flex-direction:column}.site-footer__links{justify-content:flex-start}.post-editorial-page{width:min(100% - 36px,1180px)}.post-editorial-hero{grid-template-columns:1fr}.post-editorial-image-card{max-width:620px}.user-dashboard{padding:24px 18px 48px}.user-dashboard-hero{border-radius:28px;grid-template-columns:1fr}.user-dashboard .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-sidebar{z-index:60;border-right:1px solid var(--border);background:radial-gradient(circle at 20% 8%,#ffffff9e 0%,#fff0 34%),linear-gradient(#fffaf5 0%,#f1e4d8 100%);width:min(320px,88vw);transition:transform .25s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:20px 0 40px #5b433924}.dashboard-content{padding:18px}.products-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-page-header{flex-direction:column;align-items:flex-start}}@media (width<=700px){.dashboard-layout{width:100%;max-width:100vw}.dashboard-content{width:100%;min-width:0;max-width:100vw;padding:14px}.dashboard-content>.panel,.panel{border-radius:22px;width:100%;min-width:0;max-width:100%;padding:18px 14px}.panel-header{flex-direction:column;align-items:flex-start;gap:12px}.panel-header h1,.panel-header h2{word-break:normal;font-size:28px;line-height:1.05}.admin-form{gap:16px;width:100%;min-width:0;display:grid}.grid-2{grid-template-columns:1fr;gap:14px}.field{gap:8px;width:100%;min-width:0}.field span,.cover-label{color:#342622;font-size:14px;font-weight:800}.field input,.textarea,.select{color:#342622;background:#fffaf5db;border:1px solid #9a604038;border-radius:14px;width:100%;min-width:0;min-height:48px}.field input:focus,.textarea:focus,.select:focus{border-color:#9a6040;box-shadow:0 0 0 4px #9a60401f}.textarea{min-height:130px}.textarea.editor{min-height:300px}.cover-upload-block{gap:12px}.cover-preview-box,.product-preview-box{background:#ead8cd9e;border:1px dashed #9a60403d;border-radius:16px;width:100%;min-width:0;min-height:190px}.cover-preview-image,.product-preview-box img{object-fit:contain;width:100%;max-height:240px}.cover-placeholder{padding:24px 16px}.cover-actions{gap:10px;width:100%;display:grid}.cover-input-wrap{color:#342622;background:#fffaf5db;border:1px solid #9a604038;border-radius:14px;justify-content:center;width:100%;min-height:44px}.cover-input-wrap:hover{background:#ead8cd}.actions{gap:10px;width:100%;margin-top:4px;display:grid}.actions button,.actions .secondary-btn{width:100%}.modal-overlay{justify-content:center;align-items:flex-start;width:100%;max-width:100vw;padding:10px;overflow-y:auto}.modal-card{border-radius:22px;width:100%;min-width:0;max-width:calc(100vw - 20px);margin:0 auto}.modal-scroll{width:100%;min-width:0;max-width:100%;padding:18px 14px;overflow-x:hidden}.modal-header{gap:12px;margin-bottom:18px;padding-bottom:14px}.modal-header h2{font-size:28px;line-height:1.05}.modal-header .muted{font-size:15px;line-height:1.5}}.table-wrap{-webkit-overflow-scrolling:touch;background:#fffaf5b8;border:1px solid #be9d8b52;border-radius:22px;overflow:auto hidden}@media (width<=700px){.admin-table{min-width:860px}.admin-table th,.admin-table td{white-space:nowrap}.table-product-cell{white-space:normal;min-width:220px}.table-product-meta strong,.table-product-meta span{white-space:normal}.row-actions{flex-wrap:nowrap}}.field-checkbox{align-content:start;justify-items:start}.checkbox-line{color:#342622;cursor:pointer;background:#fffaf5db;border:1px solid #9a604038;border-radius:12px;justify-content:flex-start;align-items:center;gap:8px;width:fit-content;min-width:0;min-height:42px;padding:8px 12px;font-size:14px;font-weight:700;line-height:1.2;display:inline-flex}.checkbox-line input{accent-color:#9a6040;flex:none;width:16px;height:16px;margin:0}.checkbox-line span,.checkbox-line strong{white-space:nowrap}@media (width<=700px){.checkbox-line{gap:8px;width:fit-content;max-width:100%;min-height:40px;padding:8px 12px;font-size:14px}.checkbox-line input{width:15px;height:15px}}.modal-overlay{z-index:999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#34262247;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:28px;display:flex;position:fixed;inset:0;overflow:hidden auto}.modal-header h2{color:#342622;letter-spacing:-.035em;margin:0 0 6px;font-size:28px;font-weight:900;line-height:1.05}.modal-header .muted{color:#604a42;line-height:1.5}.admin-form{gap:18px;width:100%;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cover-upload-block{gap:12px;display:grid}.cover-preview-box,.product-preview-box{background:#ead8cd9e;border:1px dashed #9a60403d;border-radius:18px;justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;overflow:hidden}.cover-preview-image,.product-preview-box img{object-fit:contain;max-width:100%;max-height:320px}.cover-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}@media (width<=700px){.modal-overlay{align-items:flex-start;padding:10px}.modal-card{border-radius:22px;width:100%;max-height:calc(100vh - 20px)}.modal-scroll{padding:18px 14px}.modal-header{margin:-18px -14px 18px;padding:18px 14px 14px}.modal-header h2{font-size:26px}.grid-2{grid-template-columns:1fr;gap:14px}.cover-preview-box,.product-preview-box{min-height:190px}.cover-actions{gap:10px;display:grid}.cover-input-wrap,.cover-actions button,.cover-actions .secondary-btn{justify-content:center;width:100%}.actions{gap:10px;display:grid}.actions button,.actions .secondary-btn{width:100%}}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999!important;background:#34262247!important;justify-content:center!important;align-items:flex-start!important;width:100vw!important;height:100vh!important;padding:32px 24px!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden auto!important}.modal-card{background:#fffaf5!important;border:1px solid #be9d8b52!important;border-radius:28px!important;flex-direction:column!important;width:min(100%,980px)!important;max-height:calc(100vh - 64px)!important;margin:0 auto!important;display:flex!important;overflow:hidden!important;box-shadow:0 28px 70px #573e3238!important}.modal-scroll{background:#fffaf5!important;flex:1!important;width:100%!important;min-height:0!important;padding:26px!important;overflow:hidden auto!important}.modal-header{z-index:3!important;background:#fffaf5!important;border-bottom:1px solid #be9d8b42!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;margin:-26px -26px 22px!important;padding:26px 26px 18px!important;display:flex!important;position:sticky!important;top:0!important}.modal-header h2{color:#342622;letter-spacing:-.035em;font-size:28px;font-weight:900;line-height:1.05;margin:0 0 6px!important}.modal-header .secondary-btn{flex:none!important;width:auto!important;min-width:0!important;padding:0 16px!important}
