/*!
 * HAS Core — main stylesheet
 * Ultra-light, CSS-variable driven. Targets ~25-35 KB minified.
 * All colors / fonts / sizes come from CSS variables set inline by PHP.
 */
 *,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;scroll-behavior:smooth}body{margin:0;font-family:var(--has-font-body,system-ui,-apple-system,sans-serif);font-size:var(--has-font-size,16px);line-height:1.65;color:var(--has-color-text,#1f2937);background:var(--has-color-bg,#fff);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:0;background:none}a{color:var(--has-color-link,#2563eb);text-decoration:none;transition:color .15s ease}a:hover,a:focus-visible{color:var(--has-color-link-hover,#1d4ed8);text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--has-font-heading,inherit);color:var(--has-color-heading,#0f172a);line-height:1.2;margin:0 0 .5em;font-weight:700;letter-spacing:-.01em}h1{font-size:var(--has-h1,2.5rem)}h2{font-size:var(--has-h2,2rem)}h3{font-size:var(--has-h3,1.6rem)}h4{font-size:var(--has-h4,1.3rem)}h5{font-size:var(--has-h5,1.1rem)}h6{font-size:var(--has-h6,1rem)}p,ul,ol{margin:0 0 1em}hr{border:0;height:1px;background:var(--has-color-border,#e5e7eb);margin:2em 0}blockquote{margin:1.5em 0;padding:1em 1.5em;border-left:4px solid var(--has-color-primary);background:var(--has-color-surface);border-radius:4px;font-style:italic}code{font-family:ui-monospace,"SF Mono",Menlo,Monaco,Consolas,monospace;background:var(--has-color-surface);padding:.15em .4em;border-radius:4px;font-size:.9em}pre{overflow-x:auto;background:var(--has-color-surface);padding:1em;border-radius:6px;border:1px solid var(--has-color-border)}.has-container{width:100%;max-width:var(--has-container,1080px);margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.has-header-container{width:100%;max-width:var(--has-header-width,1080px);margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.has-footer-container{width:100%;max-width:var(--has-footer-width,1080px);margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.has-site-wrap{min-height:100vh;display:flex;flex-direction:column}.site-content{flex:1;padding:clamp(2rem,4vw,3.5rem) 0}.skip-link{position:absolute;left:-9999px;top:0;background:#000;color:#fff;padding:.5rem 1rem;z-index:9999}.skip-link:focus{left:1rem;top:1rem}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;word-wrap:normal!important}.has-layout-right-sidebar .site-main.has-container,.has-layout-left-sidebar .site-main.has-container{display:grid;gap:2.5rem;grid-template-columns:minmax(0,1fr) 300px}.has-layout-left-sidebar .site-main.has-container{grid-template-columns:300px minmax(0,1fr)}.has-layout-left-sidebar #secondary{order:-1}.has-layout-narrow .site-main{max-width:760px;margin-inline:auto}.has-full-bleed{width:100%;max-width:none;padding:0;margin:0}.has-no-container .site-content{padding:0}.has-no-container .has-full-bleed>.entry-content--elementor{padding:0;margin:0}body.has-layout-boxed-no-title .site-content{padding-top:0;padding-bottom:0}.site-main.has-layout--boxed-no-title{display:block;max-width:var(--has-elementor-width,1080px);margin-inline:auto;padding-inline:clamp(1rem,3vw,2rem)}.site-main.has-layout--boxed-no-title>article.has-page,.site-main.has-layout--boxed-no-title .entry-content--elementor{margin:0;padding:0;background:#fff0;border:0}.site-main.has-layout--boxed-no-title .entry-content--elementor>*:first-child{margin-top:0}.has-elementor-built .is-elementor-host>article.has-page{margin:0;padding:0;background:#fff0;border:0}.has-elementor-built .is-elementor-host .entry-content--elementor{margin:0;padding:0}.has-elementor-built .elementor-section.elementor-section-stretched{max-width:none}body.has-canvas,body.has-landing{margin:0}body.has-canvas #page,body.has-landing #page{display:block}.site-header{background:var(--has-color-header-bg,var(--has-color-bg));color:var(--has-color-header-text,var(--has-color-text));border-bottom:0;position:relative;z-index:50}.site-header a{color:var(--has-color-header-text,inherit)}.site-header a:hover,.site-header a:focus-visible{color:var(--has-color-header-hover,#ffd166)}.has-header--sticky{position:sticky;top:0;backdrop-filter:saturate(180%) blur(8px);background:color-mix(in srgb,var(--has-color-header-bg) 92%,transparent)}.has-header--transparent:not(.has-scrolled){background:#fff0}.has-header-inner{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem}.has-header-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:60px}.has-header-row--top,.has-header-row--bottom{min-height:auto;padding:.4rem 0;font-size:.875rem;border-bottom:1px solid rgb(255 255 255 / .18)}.has-header-row--bottom{border-top:1px solid rgb(255 255 255 / .18);border-bottom:0}.has-header-cell{display:flex;align-items:center;gap:.75rem}.has-align-start{justify-content:flex-start}.has-align-center{justify-content:center}.has-align-end{justify-content:flex-end}.site-branding{display:flex;align-items:center;gap:.75rem}.site-title{font-family:var(--has-font-heading);font-weight:700;font-size:1.3rem;color:var(--has-color-header-text,var(--has-color-heading));text-decoration:none}.site-description{margin:0;font-size:.8125rem;color:var(--has-color-header-text,var(--has-color-text));opacity:.8}.custom-logo-link img{max-height:52px;width:auto}.has-primary-nav{position:relative}.has-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:.25rem}.has-menu li{position:relative}.has-menu a{display:inline-block;padding:.6rem .85rem;border-radius:6px;color:var(--has-color-header-text,var(--has-color-heading));font-weight:500;font-size:.95rem}.has-menu a:hover,.has-menu .current-menu-item>a{background:rgb(255 255 255 / .12);color:var(--has-color-header-hover,#ffd166);text-decoration:none}.has-menu .sub-menu{background:var(--has-color-bg);border-color:var(--has-color-border)}.has-menu .sub-menu a{color:var(--has-color-heading)}.has-menu .sub-menu a:hover{color:var(--has-color-primary);background:var(--has-color-surface)}.has-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:var(--has-color-bg);border:1px solid var(--has-color-border);border-radius:8px;padding:.5rem;box-shadow:0 12px 32px rgb(15 23 42 / .08);opacity:0;visibility:hidden;transform:translateY(6px);transition:.18s ease;list-style:none;z-index:10}.has-menu li:hover>.sub-menu,.has-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.has-menu .sub-menu a{display:block;padding:.5rem .75rem;border-radius:4px}.has-mega-parent{position:static}.has-mega-panel{left:0;right:0;width:100%;max-width:var(--has-container);margin-inline:auto;display:grid;gap:1rem;padding:1.5rem}.has-mega-cols-2{grid-template-columns:repeat(2,1fr)}.has-mega-cols-3{grid-template-columns:repeat(3,1fr)}.has-mega-cols-4{grid-template-columns:repeat(4,1fr)}.has-mega-cols-5{grid-template-columns:repeat(5,1fr)}.has-menu-toggle{display:none;width:40px;height:40px;padding:8px;flex-direction:column;justify-content:space-between;align-items:center;background:#fff0;border-radius:6px}.has-menu-toggle span{display:block;width:22px;height:2px;background:currentColor;transition:.2s ease}.has-menu-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.has-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.has-menu-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.has-search-form{display:flex;align-items:center;gap:0;background:var(--has-color-surface);border:1px solid var(--has-color-border);border-radius:999px;padding:.25rem .25rem .25rem 1rem;max-width:320px}.site-header .has-search-form{background:rgb(255 255 255 / .14);border-color:rgb(255 255 255 / .22)}.site-header .has-search-input{color:#fff}.site-header .has-search-input::placeholder{color:rgb(255 255 255 / .7)}.has-search-input{flex:1;border:0;background:#fff0;outline:none;padding:.4rem 0;font-size:.9rem;min-width:0}.has-search-submit{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--has-color-primary);color:#fff}.has-search-submit:hover{background:var(--has-color-link-hover)}.site-header .has-search-submit{background:rgb(255 255 255 / .18);color:#fff}.site-header .has-search-submit:hover{background:#fff;color:var(--has-color-primary)}.button,.has-header-cta,input[type=submit]{display:inline-block;padding:.7rem 1.4rem;background:var(--has-color-primary);color:#fff;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .12s ease,background .15s ease,box-shadow .15s ease;border:0;cursor:pointer}.button:hover,.has-header-cta:hover,input[type=submit]:hover{background:var(--has-color-link-hover);color:#fff;text-decoration:none;transform:translateY(-1px);box-shadow:0 6px 16px rgb(37 99 235 / .25)}.button.button--ghost{background:#fff0;color:var(--has-color-primary);border:1px solid currentColor}.has-social-icons{list-style:none;margin:0;padding:0;display:flex;gap:.4rem;align-items:center}.has-social-icons a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--has-color-surface);color:var(--has-color-heading);font-size:0;background-image:none}.site-header .has-social-icons a,.site-footer .has-social-icons a{background:rgb(255 255 255 / .14);color:#fff}.site-header .has-social-icons a:hover,.site-footer .has-social-icons a:hover{background:#fff;color:var(--has-color-primary)}.has-social-icons a::before{content:"";display:block;width:18px;height:18px;background:currentColor;mask:no-repeat center/contain;-webkit-mask:no-repeat center/contain;mask-image:var(--icon)}.has-social-icons a[aria-label="Facebook"]{--icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M22 12a10 10 0 1 0-11.6 9.9V15h-2v-3h2v-2.2c0-2 1.2-3.1 3-3.1.9 0 1.8.2 1.8.2v2h-1c-1 0-1.3.6-1.3 1.3V12h2.2l-.4 3h-1.8v6.9A10 10 0 0 0 22 12z"/></svg>')}
.has-social-icons a[aria-label="Instagram"]{--icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 2h10a5 5 0 0 1 5 5v10a5 5 0 0 1-5 5H7a5 5 0 0 1-5-5V7a5 5 0 0 1 5-5zm10 2H7a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V7a3 3 0 0 0-3-3zm-5 3.5A4.5 4.5 0 1 1 7.5 12 4.5 4.5 0 0 1 12 7.5zm0 2A2.5 2.5 0 1 0 14.5 12 2.5 2.5 0 0 0 12 9.5zm5-2.75a.75.75 0 1 1-.75-.75.75.75 0 0 1 .75.75z"/></svg>')}
.has-social-icons a[aria-label="Twitter"]{--icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>')}
.has-social-icons a[aria-label="Youtube"]{--icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.5 12 3.5 12 3.5s-7.5 0-9.4.6A3 3 0 0 0 .5 6.2 31 31 0 0 0 0 12a31 31 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1c1.9.6 9.4.6 9.4.6s7.5 0 9.4-.6a3 3 0 0 0 2.1-2.1A31 31 0 0 0 24 12a31 31 0 0 0-.5-5.8zM9.6 15.6V8.4l6.3 3.6z"/></svg>')}
.has-social-icons a[aria-label="Whatsapp"]{--icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M.06 24l1.7-6.18A11.92 11.92 0 0 1 12.04 0a11.93 11.93 0 0 1 8.43 20.36 11.92 11.92 0 0 1-13.13 2.53zm6.6-3.81l.39.23a9.9 9.9 0 1 0-3.36-3.32l.25.4-1.01 3.67zm11.4-5.5c-.16-.27-.58-.43-1.22-.74-.65-.32-3.79-1.87-4.38-2.08-.59-.21-1.02-.32-1.44.32-.43.64-1.65 2.08-2.02 2.5-.37.43-.74.48-1.39.16a8.1 8.1 0 0 1-4.06-3.55c-.32-.59.32-.55.91-1.78.11-.21.05-.43-.05-.59L7.1 7.32c-.43-1-.86-.86-1.18-.86l-1-.02c-.32 0-.85.13-1.3.59-.43.43-1.7 1.66-1.7 4.04 0 2.38 1.74 4.68 1.98 5.01.21.32 3.42 5.23 8.3 7.13 4.87 1.91 4.87 1.27 5.74 1.19.86-.08 2.78-1.13 3.18-2.24.4-1.1.4-2.04.27-2.24z"/></svg>')}
.has-social-icons a[aria-label="Tiktok"]{--icon:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M19.6 6.3a4.8 4.8 0 0 1-3.9-4.3V1.4h-3.3V15c0 1.6-1.3 2.9-2.9 2.9a2.9 2.9 0 0 1-2.9-2.9 2.9 2.9 0 0 1 2.9-2.9c.3 0 .6 0 .9.1V8.8a6.2 6.2 0 0 0-7.1 6.2 6.2 6.2 0 0 0 12.4 0V8.3a8 8 0 0 0 4.4 1.3V6.3z"/></svg>')}.has-social-icons a:hover{background:var(--has-color-primary);color:#fff}.has-post-card{background:var(--has-color-bg);border:1px solid var(--has-color-border);border-radius:12px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;margin-bottom:1.5rem}.has-post-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -16px rgb(15 23 42 / .18)}.has-post-thumb img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.has-post-body{padding:1.4rem}.entry-title{font-size:var(--has-h3,1.6rem);margin:0 0 .5rem}.entry-title a{color:inherit}.has-post-meta{font-size:.8125rem;color:var(--has-color-text);opacity:.7;margin-bottom:.75rem}.has-meta-sep{margin:0 .35em;opacity:.5}.has-read-more{display:inline-block;margin-top:.75rem;font-weight:600;color:var(--has-color-primary)}.has-posts-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.has-archive-card{margin-bottom:0}.has-article{margin:0}.has-article__hero{text-align:center;max-width:760px;margin:0 auto clamp(1.5rem,3vw,2.5rem);padding:clamp(1rem,3vw,2rem) 0}.has-article__category{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--has-color-primary);background:color-mix(in srgb,var(--has-color-primary) 10%,transparent);padding:.4rem .85rem;border-radius:999px;text-decoration:none;margin-bottom:1rem}.has-article__category:hover{background:var(--has-color-primary);color:#fff;text-decoration:none}.has-article__title{font-size:clamp(1.75rem,4vw,3rem);line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em;font-weight:800}.has-article__excerpt{font-size:clamp(1.05rem,1.5vw,1.2rem);line-height:1.6;color:var(--has-color-text);opacity:.78;margin:0 auto 1.75rem;max-width:640px}.has-byline{display:inline-flex;align-items:center;gap:.85rem;padding:.5rem .85rem;background:var(--has-color-surface);border-radius:999px;margin-top:.5rem}.has-byline__avatar img{width:36px;height:36px;border-radius:50%;display:block}.has-byline__info{display:flex;flex-direction:column;text-align:left;line-height:1.3}.has-byline__author{font-weight:600;font-size:.9rem;color:var(--has-color-heading)}.has-byline__meta{font-size:.78rem;color:var(--has-color-text);opacity:.75;display:flex;gap:.4rem;align-items:center}.has-byline__sep{opacity:.5}.has-article__featured{margin:0 auto clamp(2rem,4vw,3rem);max-width:100%}.has-article__featured img{width:100%;height:auto;border-radius:16px;display:block;box-shadow:0 24px 48px -24px rgb(15 23 42 / .25)}.has-article__featured-caption{margin-top:.6rem;font-size:.85rem;text-align:center;color:var(--has-color-text);opacity:.7;font-style:italic}.has-article__content{max-width:720px;margin:0 auto;font-size:1.0625rem;line-height:1.8;color:var(--has-color-text)}.has-article__content>p{margin:0 0 1.3em}.has-article__content h2{font-size:1.7rem;margin:2.5em 0 .8em;letter-spacing:-.015em}.has-article__content h3{font-size:1.35rem;margin:2em 0 .6em}.has-article__content h4{font-size:1.15rem;margin:1.7em 0 .5em}.has-article__content>p:first-of-type::first-letter{font-family:var(--has-font-heading);font-size:3.6em;line-height:.9;float:left;margin:.05em .15em -.05em 0;font-weight:800;color:var(--has-color-primary)}.has-article__content img,.has-article__content figure{margin:1.8em auto;border-radius:12px;display:block}.has-article__content blockquote{margin:1.8em -1rem;padding:1.25em 1.5em;background:var(--has-color-surface);border-left:4px solid var(--has-color-primary);border-radius:8px;font-size:1.15rem;line-height:1.55;font-style:italic;color:var(--has-color-heading)}.has-article__content blockquote p:last-child{margin-bottom:0}.has-article__content ul,.has-article__content ol{margin:0 0 1.3em 1.4em;padding:0}.has-article__content li{margin:.45em 0}.has-article__content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.has-article__content hr{margin:2.5em auto;width:60%;height:1px;background:var(--has-color-border);border:0}.has-article__content code{background:var(--has-color-surface);padding:.15em .4em;border-radius:4px;font-size:.92em}.has-article__content pre{background:#0f172a;color:#e2e8f0;padding:1.25em;border-radius:10px;overflow-x:auto;margin:1.8em 0}.has-article__content pre code{background:#fff0;color:inherit;padding:0}.has-article__footer{max-width:720px;margin:clamp(2.5rem,5vw,3.5rem) auto 0;padding-top:1.5rem;border-top:1px solid var(--has-color-border)}.has-article__tags{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.875rem}.has-article__tags-label{font-weight:600;color:var(--has-color-heading);margin-right:.25rem}.has-article__tag{display:inline-block;padding:.3rem .75rem;background:var(--has-color-surface);color:var(--has-color-text);border-radius:6px;text-decoration:none;font-weight:500;transition:background .15s ease,color .15s ease}.has-article__tag:hover{background:var(--has-color-primary);color:#fff;text-decoration:none}.has-share-box{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem;background:var(--has-color-surface);border-radius:12px}.has-share-label{font-weight:600;margin-right:.5rem;color:var(--has-color-heading)}.has-share-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;background:var(--has-color-bg);color:var(--has-color-heading);border:1px solid var(--has-color-border);border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .15s ease}.has-share-btn:hover{transform:translateY(-1px);text-decoration:none}.has-share-btn--wa:hover{background:#25d366;color:#fff;border-color:#25d366}.has-share-btn--fb:hover{background:#1877f2;color:#fff;border-color:#1877f2}.has-share-btn--tw:hover{background:#0f172a;color:#fff;border-color:#0f172a}.has-share-btn--copy:hover{background:var(--has-color-primary);color:#fff;border-color:var(--has-color-primary)}.has-share-btn.is-copied{background:#22c55e!important;color:#fff!important;border-color:#22c55e!important}.has-author-bio{display:flex;gap:1.25rem;padding:1.5rem;background:var(--has-color-surface);border-radius:12px;margin:3rem auto 0;max-width:720px;align-items:flex-start}.has-author-bio .author-avatar img{border-radius:50%;width:64px;height:64px}.has-author-bio .author-name{margin:0 0 .25rem;font-size:1.1rem}.has-sidebar__inner{position:sticky;top:1.5rem}.has-recent-widget{background:var(--has-color-surface);padding:1.25rem;border-radius:12px;margin-bottom:1.25rem}.has-recent-widget .widget-title{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin:0 0 1rem;color:var(--has-color-heading)}.has-recent-posts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.has-recent-item{display:flex;gap:.85rem;align-items:flex-start;padding-bottom:.85rem;border-bottom:1px solid var(--has-color-border)}.has-recent-item:last-child{border-bottom:0;padding-bottom:0}.has-recent-thumb{flex:0 0 64px;display:block;border-radius:8px;overflow:hidden;line-height:0}.has-recent-thumb img{width:64px;height:64px;object-fit:cover;display:block;transition:transform .25s ease}.has-recent-thumb:hover img{transform:scale(1.06)}.has-recent-body{flex:1;min-width:0}.has-recent-title{display:block;font-size:.92rem;font-weight:600;line-height:1.35;color:var(--has-color-heading);text-decoration:none;margin-bottom:.25rem}.has-recent-title:hover{color:var(--has-color-primary)}.has-recent-date{display:block;font-size:.75rem;color:var(--has-color-text);opacity:.65}.comments-area{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--has-color-border)}.comments-title{font-size:1.3rem;margin-bottom:1.5rem}.comment-list,.comment-list ol{list-style:none;padding:0}.comment-body{padding:1rem;background:var(--has-color-surface);border-radius:8px;margin-bottom:1rem}.pagination,.nav-links{display:flex;gap:.5rem;justify-content:center;margin-top:2.5rem;flex-wrap:wrap}.nav-links a,.nav-links span{padding:.5rem .85rem;background:var(--has-color-surface);border-radius:6px;font-size:.9rem;color:var(--has-color-heading);text-decoration:none}.nav-links .current{background:var(--has-color-primary);color:#fff}.nav-links a:hover{background:var(--has-color-primary);color:#fff;text-decoration:none}.has-sidebar{position:sticky;top:1rem;align-self:start}.has-sidebar .widget{background:var(--has-color-surface);padding:1.25rem;border-radius:10px;margin-bottom:1.25rem}.has-sidebar .widget-title{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem;color:var(--has-color-heading)}.site-footer{background:var(--has-color-footer-bg,var(--has-color-surface));color:var(--has-color-footer-text,var(--has-color-text));padding:clamp(2rem,5vw,4rem) 0 1rem;margin-top:auto}.site-footer a{color:var(--has-color-footer-text,inherit)}.site-footer a:hover{color:var(--has-color-header-hover,#ffd166)}.has-footer-widgets{display:grid;gap:2rem;margin-bottom:2.5rem}.has-footer-cols-1{grid-template-columns:1fr}.has-footer-cols-2{grid-template-columns:repeat(2,1fr)}.has-footer-cols-3{grid-template-columns:repeat(3,1fr)}.has-footer-cols-4{grid-template-columns:repeat(4,1fr)}.has-footer-col .widget-title,.site-footer h1,.site-footer h2,.site-footer h3,.site-footer h4,.site-footer h5,.site-footer h6{font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.85rem;color:var(--has-color-footer-head,#fff)}.has-footer-bottom{padding-top:1.5rem;border-top:1px solid rgb(255 255 255 / .18);font-size:.875rem;color:var(--has-color-footer-text);opacity:.95}.has-footer-bottom--spread{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.has-footer-bottom--centered{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.has-footer-bottom--stacked{display:flex;flex-direction:column;gap:.75rem}.has-footer-menu{list-style:none;margin:0;padding:0;display:flex;gap:1.25rem}.has-footer-menu a{color:var(--has-color-footer-text);text-decoration:none;font-size:.875rem}.has-footer-menu a:hover{color:var(--has-color-header-hover,#ffd166)}.page-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--has-color-border)}.page-title{margin:0;font-size:var(--has-h2)}.archive-description{margin-top:.5rem;opacity:.8}.has-custom-layout{display:block;width:100%}.has-custom-layout>*:first-child{margin-top:0}.has-custom-layout>*:last-child{margin-bottom:0}.woocommerce ul.products li.product{border-radius:10px;overflow:hidden}.woocommerce .button{border-radius:8px!important}