:root{--primary:#059669;--secondary:#047857;--accent:#a3e635;--dark:#111827;--light:#f3f4f6;--gray:#6b7280;--border:#e5e7eb;--white:#fff;--shadow:0 8px 24px #1118270f;--shadow-lg:0 16px 40px #0596691f;--font:"Space Grotesk", system-ui, sans-serif;--max:1200px;--radius:16px;--radius-sm:10px;--pill:999px;--transition:all .25s ease;--text:var(--dark);--muted:var(--gray);--bg:var(--white);--bg-soft:var(--light);--bg-card:var(--white);--gradient-brand:linear-gradient(135deg, #111827 0%, #059669 70%);--primary-subtle:#0596691a;--primary-hover:var(--secondary);--shadow-sm:var(--shadow);--shadow-md:var(--shadow-lg);--radius-md:var(--radius-sm);--radius-lg:var(--radius);--radius-full:var(--pill)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--dark);-webkit-font-smoothing:antialiased;background:#f9fafb;line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}.container{width:min(100% - 2.5rem, var(--max));margin-inline:auto}.gradient-text{background:linear-gradient(120deg, var(--dark) 20%, var(--primary) 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.btn{border-radius:var(--radius-sm);letter-spacing:-.01em;transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--primary{background:var(--dark);color:#fff}.btn--primary:hover{background:var(--primary);box-shadow:var(--shadow-lg)}.btn--outline{border:1.5px solid var(--dark);color:var(--dark);background:0 0}.btn--outline:hover{background:var(--dark);color:#fff}.btn--light{color:var(--dark);background:#fff}.btn--light:hover{background:var(--light);box-shadow:var(--shadow-lg)}.section{padding:clamp(4rem,8vw,5.5rem) 0}.section--light{background:var(--light)}.section-header{text-align:center;margin-bottom:3.5rem}.section-subtitle{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);background:0 0;border-radius:0;margin-bottom:1rem;padding:0;font-size:.8rem;font-weight:600;display:inline-block}.section-title{color:var(--dark);letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(1.85rem,3.5vw,2.6rem);font-weight:700}.section-description{color:var(--gray);max-width:42rem;margin:0 auto;font-size:1.05rem;line-height:1.65}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f9fafbe6;border-bottom:1px solid #0000;transition:border-color .3s,box-shadow .3s;position:sticky;top:0}.header--scrolled{border-bottom-color:var(--border);box-shadow:0 4px 20px #1118270a}.navbar{justify-content:space-between;align-items:center;gap:1rem;height:80px;display:flex}.logo{letter-spacing:-.04em;color:var(--dark);-webkit-text-fill-color:unset;background:0 0;font-size:1.45rem;font-weight:700}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--dark);font-size:.95rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-cta{background:var(--dark);border-radius:var(--radius-sm);padding:.55rem 1.15rem;font-weight:600;color:#fff!important}.nav-cta:hover{background:var(--primary);color:#fff!important}.menu-btn{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:2.5rem;height:2.5rem;display:none}.menu-btn span{background:var(--dark);border-radius:2px;width:1.25rem;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-btn.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-btn.open span:nth-child(2){opacity:0}.menu-btn.open span:last-child{transform:translateY(-7px)rotate(-45deg)}.hero{background:linear-gradient(135deg,#0000 48%,#0596690f 48%),linear-gradient(#f9fafb 0%,#f3f4f6 100%);align-items:center;min-height:100svh;padding:7.5rem 0 5rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background-image:linear-gradient(#1118270a 1px,#0000 1px),linear-gradient(90deg,#1118270a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 70% 40%,#000 20%,#0000 75%);mask-image:radial-gradient(70% 60% at 70% 40%,#000 20%,#0000 75%)}.hero__blob{pointer-events:none;position:absolute}.hero__blob--1{aspect-ratio:1;opacity:.88;background:linear-gradient(145deg,#059669 0%,#111827 100%);border-radius:28% 72% 45% 55%/55% 35% 65% 45%;width:min(42vw,460px);animation:9s ease-in-out infinite floaty;top:18%;right:-2%}.hero__blob--2{aspect-ratio:1;opacity:.75;background:#a3e635;border-radius:40% 60% 55% 45%;width:min(22vw,220px);animation:11s ease-in-out infinite reverse floaty;bottom:16%;right:26%}.hero__blob--3{background:0 0;border:2px solid #05966959;border-radius:18px;width:96px;height:96px;animation:8s ease-in-out 1s infinite floaty;top:24%;left:10%}.hero__content{z-index:2;max-width:34rem;position:relative}.hero__brand{letter-spacing:-.05em;color:var(--dark);margin-bottom:1.25rem;font-size:clamp(3.4rem,10vw,5.8rem);font-weight:700;line-height:.95}.hero__brand span{color:var(--primary);-webkit-text-fill-color:unset;background:0 0}.hero__headline{max-width:22ch;color:var(--dark);letter-spacing:-.02em;font-size:clamp(1.2rem,2.6vw,1.55rem);font-weight:600;line-height:1.35}.hero__sub{color:var(--gray);max-width:36ch;margin-top:1rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes spin{to{transform:rotate(360deg)}}.cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);transition:var(--transition);flex-direction:column;display:flex;overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.card__media{background:var(--light);height:220px;position:relative;overflow:hidden}.card__media svg{width:100%;height:100%;transition:transform .6s}.card:hover .card__media svg{transform:scale(1.05)}.card__body{text-align:center;flex-direction:column;flex:1;padding:1.75rem 1.6rem 1.85rem;display:flex}.card__icon{background:var(--dark);border-radius:var(--radius-sm);color:#fff;border:3px solid var(--white);z-index:1;place-items:center;width:56px;height:56px;margin:-2.6rem auto .85rem;font-size:.85rem;font-weight:700;display:grid;position:relative;box-shadow:0 8px 20px #1118271f}.card__cat{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.35rem;font-size:.75rem;font-weight:700}.card__title{color:var(--dark);margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.card__desc{color:var(--gray);flex:1;margin-bottom:1.35rem;font-size:.95rem}.card__link{border:1.5px solid var(--dark);border-radius:var(--radius-sm);color:var(--dark);transition:var(--transition);justify-content:center;align-self:center;align-items:center;gap:.4rem;padding:.55rem 1.15rem;font-size:.9rem;font-weight:600;display:inline-flex}.card__link:hover{background:var(--dark);color:#fff}.card__meta{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.9rem;font-weight:600;display:flex}.card__price{color:var(--dark)}.card--product .card__body{text-align:left}.card--product .card__icon{display:none}.card--product .card__features{flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem;display:flex}.card--product .card__features li{color:var(--primary);background:var(--primary-subtle);border-radius:6px;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.features-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.feature{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);transition:var(--transition);padding:1.5rem 1.25rem}.feature:hover{box-shadow:var(--shadow);border-color:#05966966}.feature__num{background:var(--dark);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.feature h3{margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.feature p{color:var(--gray);font-size:.92rem}.cta{background:var(--white);color:var(--dark);text-align:center;padding:clamp(4rem,8vw,5rem) 0}.cta__content{max-width:40rem;margin:0 auto}.cta__title{margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.2rem);font-weight:700;line-height:1.3}.cta__text{color:var(--gray);margin-bottom:2rem;font-size:1.08rem}.cta__actions{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.contact-grid{grid-template-columns:.95fr 1.15fr;align-items:start;gap:2.5rem;display:grid}.contact-info p{color:var(--gray);max-width:34ch;margin-top:.85rem}.contact-details{gap:1.1rem;margin-top:2rem;display:grid}.contact-details dt{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin-bottom:.2rem;font-size:.75rem;font-weight:700}.contact-details dd{font-weight:600}.contact-form{background:var(--light);border:1px solid var(--border);border-radius:var(--radius);gap:1rem;padding:clamp(1.4rem,3vw,2rem);display:grid}.contact-form label{color:var(--ink-soft,#334155);gap:.4rem;font-size:.85rem;font-weight:600;display:grid}.contact-form input,.contact-form select,.contact-form textarea{font:inherit;border:1.5px solid var(--border);background:var(--white);border-radius:var(--radius-sm);color:var(--dark);padding:.8rem 1rem;transition:border-color .2s,box-shadow .2s}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #05966924}.contact-form textarea{resize:vertical;min-height:110px}.contact-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-success{background:var(--primary-subtle);border-radius:var(--radius-sm);color:var(--dark);padding:1.5rem;font-weight:600}.footer{background:var(--dark);color:#fff;padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.footer .logo{color:#fff;margin-bottom:.75rem;display:inline-block}.footer-tag{color:#9ca3af;max-width:28ch;font-size:.95rem}.footer-col h4{margin-bottom:1rem;font-size:1.05rem}.footer-col li{margin-bottom:.55rem}.footer-col a{color:#9ca3af;transition:var(--transition);font-size:.92rem;display:inline-block}.footer-col a:hover{color:#fff;transform:translate(3px)}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #ffffff1a;padding-top:1.15rem;font-size:.85rem}@media (width<=1024px){.cards-grid{grid-template-columns:repeat(2,1fr)}.features-grid,.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.hero__blob--1{opacity:.45}.contact-grid{grid-template-columns:1fr}}@media (width<=720px){.menu-btn{display:flex}.nav-menu{opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;justify-content:center;gap:1.25rem;transition:opacity .3s;position:fixed;inset:0}.nav-menu.open{opacity:1;pointer-events:auto}.nav-link{font-size:1.25rem;font-weight:700}.cards-grid,.features-grid,.footer-grid,.contact-row{grid-template-columns:1fr}.hero__actions,.cta__actions{flex-direction:column}.hero__actions .btn,.cta__actions .btn{width:100%}}.blog-chrome-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f9fafbeb;position:sticky;top:0}.blog-chrome-header__inner{justify-content:space-between;align-items:center;gap:1rem;width:min(100% - 2rem,1080px);height:64px;margin-inline:auto;display:flex}.blog-chrome-logo{font-family:var(--font-display);letter-spacing:-.03em;color:var(--dark);font-size:1.2rem;font-weight:600}.blog-chrome-logo span{color:var(--primary);font-style:italic;font-weight:500}.blog-chrome-nav{align-items:center;gap:1.5rem;font-size:.875rem;font-weight:500;display:flex}.blog-chrome-nav a{color:var(--gray);transition:color .15s}.blog-chrome-nav a:hover,.blog-chrome-nav a.is-active{color:var(--dark)}.blog-chrome-site{border:1px solid var(--border);background:var(--white);border-radius:6px;padding:.4rem .85rem;color:var(--dark)!important}.blog-chrome-site:hover{border-color:var(--dark)}.blog-chrome-footer{border-top:1px solid var(--border);background:var(--white);margin-top:auto;padding:1.75rem 0}.blog-chrome-footer__inner{width:min(100% - 2rem,1080px);color:var(--gray);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;margin-inline:auto;font-size:.85rem;display:flex}.blog-chrome-footer a{color:var(--dark);font-weight:600}.blog-chrome-footer a:hover{color:var(--primary)}.blog-shell{--font-sans:"DM Sans", "Space Grotesk", system-ui, sans-serif;--font-display:"Newsreader", Georgia, serif;--bg:#f9fafb;background:var(--bg);min-height:100svh;color:var(--dark);font-family:var(--font-sans);flex-direction:column;display:flex}.blog-shell__main{flex:1}.blog-shell h1,.blog-shell h2,.blog-shell h3,.blog-shell .blog-post-title,.blog-shell .article-title,.blog-shell .article-series-hero-content h1,.blog-shell .article-content h2,.blog-shell .article-content h3{font-family:var(--font-display);letter-spacing:-.02em}.blog-page-root{color:var(--dark);background:0 0}.blog-page-root .blog-hero{border-bottom:1px solid var(--border);color:var(--dark);text-align:left;min-height:unset;background:radial-gradient(80% 70% at 100% 0,#0596691a,#0000 55%),linear-gradient(#f9fafb 0%,#f3f4f6 100%);padding:4rem 1.25rem 3rem;display:block;position:relative}.blog-page-root .blog-hero-content{width:min(100%,1080px);margin-inline:auto}.blog-page-root .blog-hero-content:before{content:"Lab notes";letter-spacing:.16em;text-transform:uppercase;color:var(--primary);margin-bottom:.85rem;font-size:.75rem;font-weight:600;display:block}.blog-page-root .blog-hero-content h1{font-family:var(--font-display);letter-spacing:-.03em;max-width:16ch;margin-bottom:.85rem;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:600;line-height:1.1}.blog-page-root .blog-hero-content p{color:var(--gray);max-width:36ch;font-size:1.1rem;line-height:1.6}.blog-page-root .blog-page{background:0 0;padding:3rem 0 4.5rem}.blog-page-root .blog-wrapper{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:3rem;width:min(100% - 2.5rem,1080px);margin:0 auto;padding:0;display:grid}.blog-page-root .blog-main{flex-direction:column;gap:0;display:flex}.blog-page-root .welcome-section{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.blog-page-root .welcome-section h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.65rem;font-weight:600}.blog-page-root .welcome-section p{color:var(--gray);font-size:.98rem;line-height:1.7}.blog-page-root .blog-post{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0;grid-template-columns:200px minmax(0,1fr);gap:1.5rem;padding:1.75rem 0;transition:opacity .2s;display:grid;overflow:visible}.blog-page-root .blog-post:hover{box-shadow:none;border-color:var(--border);opacity:.92;transform:none}.blog-page-root .blog-post-image-link{aspect-ratio:4/3;background:var(--light);border-radius:8px;flex-shrink:0;width:100%;display:block;overflow:hidden}.blog-page-root .blog-post-image{object-fit:cover;width:100%;height:100%;min-height:0;display:block}.blog-page-root .blog-post-content{flex-direction:column;flex:1;justify-content:center;padding:0;display:flex}.blog-page-root .blog-series-label{color:var(--primary);text-transform:uppercase;letter-spacing:.12em;background:0 0;border-radius:0;width:fit-content;margin-bottom:.45rem;padding:0;font-size:.7rem;font-weight:700;display:inline-block}.blog-page-root .blog-post-title{font-family:var(--font-display);margin-bottom:.4rem;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:600;line-height:1.3}.blog-page-root .blog-post-title a:hover{color:var(--primary)}.blog-page-root .blog-post-meta{color:var(--gray);margin-bottom:.65rem;font-size:.82rem}.blog-page-root .blog-post-excerpt{color:var(--gray);margin-bottom:.75rem;font-size:.95rem;line-height:1.65}.blog-page-root .blog-read-more{color:var(--dark);text-underline-offset:3px;width:fit-content;font-size:.9rem;font-weight:600;text-decoration:underline}.blog-page-root .blog-read-more:hover{color:var(--primary)}.blog-page-root .blog-empty{color:var(--gray);padding:1rem 0}.blog-page-root .blog-sidebar{flex-direction:column;gap:1.25rem;display:flex;position:sticky;top:88px}.blog-page-root .sidebar-widget{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:1.15rem 1.2rem}.blog-page-root .sidebar-widget h3{letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid var(--border);color:var(--dark);margin-bottom:.9rem;padding-bottom:.55rem;font-size:.72rem;font-weight:700}.blog-page-root .recent-post{border-bottom:1px solid var(--border);gap:.75rem;margin-bottom:.85rem;padding-bottom:.85rem;display:flex}.blog-page-root .recent-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.blog-page-root .recent-post img{object-fit:cover;border-radius:6px;flex-shrink:0;width:52px;height:52px}.blog-page-root .recent-post-content h4{font-size:.8rem;font-weight:600;line-height:1.35;font-family:var(--font-sans);margin-bottom:.2rem}.blog-page-root .recent-post-content h4 a:hover{color:var(--primary)}.blog-page-root .recent-post-content .date{color:var(--gray);font-size:.72rem}.blog-page-root .search-form{display:flex}.blog-page-root .search-form input{border:1px solid var(--border);font:inherit;background:var(--bg);color:var(--dark);border-right:none;border-radius:6px 0 0 6px;flex:1;padding:.65rem .75rem}.blog-page-root .search-form input:focus{border-color:var(--primary);outline:none}.blog-page-root .search-form button{background:var(--dark);color:#fff;cursor:pointer;border:none;border-radius:0 6px 6px 0;padding:.65rem .9rem;font-size:1rem}.blog-page-root .search-form button:hover{background:var(--primary)}.blog-page-root .categories-list{list-style:none}.blog-page-root .categories-list li{margin-bottom:.4rem}.blog-page-root .categories-list button,.blog-page-root .tags-list button{font:inherit;cursor:pointer;color:var(--gray);text-align:left;background:0 0;border:none;padding:0}.blog-page-root .categories-list button:hover,.blog-page-root .tags-list button:hover{color:var(--primary)}.blog-page-root .tags-list{flex-wrap:wrap;gap:.4rem;display:flex}.blog-page-root .tags-list button{background:var(--light);color:var(--dark);border:1px solid var(--border);border-radius:4px;padding:.25rem .55rem;font-size:.78rem}.blog-page-root .tags-list button:hover{background:var(--primary-subtle);color:var(--primary);border-color:#0000}@media (width<=900px){.blog-page-root .blog-wrapper{grid-template-columns:1fr}.blog-page-root .blog-sidebar{position:static}.blog-page-root .blog-post{grid-template-columns:1fr;gap:1rem}.blog-page-root .blog-post-image-link{aspect-ratio:16/9}}.article-post-page{color:var(--text);background:0 0}.article-post-page .article-page{padding:2rem 0 4rem}.article-post-page .article-container{max-width:1200px;margin:0 auto;padding:0}.article-post-page .article-wrapper{grid-template-columns:200px 1fr 200px;gap:2rem;padding:0 20px;display:grid;position:relative}.article-post-page .article-toc{align-self:start;height:fit-content;max-height:calc(100vh - 120px);margin-left:-20px;padding-left:20px;padding-right:1rem;position:sticky;top:90px;overflow-y:auto}.article-post-page .toc-title{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;font-size:.7rem;font-weight:700}.article-post-page .toc-list{margin:0;padding:0;list-style:none}.article-post-page .toc-item{margin-bottom:.4rem}.article-post-page .toc-item a{color:var(--muted);border-left:2px solid #0000;padding:.3rem 0 .3rem .5rem;font-size:.8rem;line-height:1.4;text-decoration:none;transition:color .3s;display:block}.article-post-page .toc-item a:hover,.article-post-page .toc-item a.active{color:var(--primary);border-left-color:var(--primary);font-weight:600}.article-post-page .toc-item.toc-level-h2 a{font-weight:500}.article-post-page .toc-item.toc-level-h3 a{color:#888;padding-left:1rem;font-size:.75rem}.article-post-page .article-main{min-width:0;max-width:100%;padding:0}.article-post-page .article-sidebar{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;align-self:start;height:fit-content;max-height:calc(100vh - 120px);display:flex;position:sticky;top:90px;overflow-y:auto}.article-post-page .article-sidebar::-webkit-scrollbar{display:none}.article-post-page .article-sidebar .article-footer-section h4{margin-bottom:.5rem;font-size:.8rem}@media (width<=1024px){.article-post-page .article-wrapper{grid-template-columns:1fr}.article-post-page .article-toc,.article-post-page .article-sidebar{display:none}}.article-post-page .article-header{margin-bottom:3rem}.article-post-page .article-meta{color:var(--muted);justify-content:flex-end;align-items:center;gap:1rem;margin-top:1rem;margin-bottom:0;font-size:.9rem;display:flex}.article-post-page .article-category{background:var(--primary-subtle);color:var(--primary);text-transform:uppercase;letter-spacing:.08em;border-radius:4px;padding:.3rem .7rem;font-size:.72rem;font-weight:700}.article-post-page .article-date{align-items:center;gap:.5rem;display:flex}.article-post-page .article-title{font-family:var(--font-display,Georgia, serif);color:var(--text);letter-spacing:-.03em;max-width:18ch;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;line-height:1.15}.article-post-page .article-featured-image{object-fit:cover;border:1px solid var(--border,#e4e4e7);border-radius:10px;width:100%;height:auto;max-height:420px;margin-bottom:2rem}.article-post-page .article-content{color:#3f3f46;font-size:1.05rem;line-height:1.8}.article-post-page .article-content h2{font-family:var(--font-display,Georgia, serif);color:var(--text);margin-top:2.5rem;margin-bottom:1rem;font-size:1.55rem;font-weight:600}.article-post-page .article-content h3{font-family:var(--font-display,Georgia, serif);color:var(--text);margin-top:2rem;margin-bottom:.8rem;font-size:1.25rem;font-weight:600}.article-post-page .article-content p{margin-bottom:1.5rem}.article-post-page .article-content ul,.article-post-page .article-content ol{margin-bottom:1.5rem;margin-left:2rem}.article-post-page .article-content li{margin-bottom:.5rem}.article-post-page .article-content table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.article-post-page .article-content th,.article-post-page .article-content td{text-align:left;vertical-align:top;border:1px solid #e5e5e5;padding:.6rem .75rem}.article-post-page .article-content th{background:#f5f5f5;font-weight:600}.article-post-page .article-content img{border-radius:8px;width:100%;margin:2rem 0}.article-post-page .article-content code{color:#d63384;background:#f5f5f5;border-radius:4px;padding:.2rem .5rem;font-family:Courier New,monospace;font-size:.9em}.article-post-page .article-content pre{background:#f8f9fa;border:1px solid #e5e5e5;border-radius:8px;margin:1.5rem 0;padding:1.5rem;overflow-x:auto}.article-post-page .article-content pre code{color:#333;white-space:pre;background:0 0;padding:0;font-size:.95em}.article-post-page .article-footer-section{margin-bottom:1.5rem}.article-post-page .article-footer-section h4{color:var(--text);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.article-post-page .related-articles-grid{grid-template-columns:1fr;align-items:stretch;gap:.5rem;margin-top:.5rem;display:grid}.article-post-page .related-article-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.article-post-page .related-article-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.article-post-page .related-article-image{background:#f3f3f3;width:100%;height:80px;overflow:hidden}.article-post-page .related-article-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.article-post-page .related-article-card:hover .related-article-image img{transform:scale(1.05)}.article-post-page .related-article-content{padding:.5rem}.article-post-page .related-article-content h5{color:var(--text);margin:0;font-size:.75rem;font-weight:600;line-height:1.2}.article-post-page .sidebar-ad{color:var(--text);text-align:left;background:0 0;margin-top:auto;padding:0}.article-post-page .sidebar-ad h4{color:var(--text);margin-bottom:.4rem;font-size:.9rem;font-weight:700}.article-post-page .sidebar-ad p{color:var(--muted);text-align:left;margin:0;font-size:.85rem;line-height:1.4}@media (width<=768px){.article-post-page .article-title{font-size:2rem}.article-post-page .article-featured-image{height:250px}}.article-series-page-root{color:var(--dark);background:0 0}.article-series-page-root .article-series-hero{min-height:unset;text-align:left;color:var(--dark);border-bottom:1px solid var(--border);margin-top:0;padding:3.5rem 1.25rem 2.5rem;display:block;position:relative;background:0 0!important}.article-series-page-root .article-series-hero-content{width:min(100%,1080px);max-width:none;margin-inline:auto}.article-series-page-root .article-series-hero-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--primary);opacity:1;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.article-series-page-root .article-series-hero-content h1{font-family:var(--font-display,Georgia, serif);letter-spacing:-.03em;max-width:18ch;margin-bottom:.85rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.15}.article-series-page-root .article-series-hero-content p{color:var(--gray);max-width:42ch;font-size:1.05rem;line-height:1.65}.article-series-page-root .article-series-hero-meta{color:var(--muted);opacity:1;margin-top:1rem;font-size:.85rem}.article-series-page-root .article-series-page{padding:2.5rem 0 4rem}.article-series-page-root .article-series-wrapper{grid-template-columns:1fr;gap:2rem;width:min(100% - 2.5rem,1080px);margin:0 auto;padding:0;display:grid}.article-series-page-root .article-series-main h2{font-family:var(--font-display,Georgia, serif);margin-bottom:1.25rem;font-size:1.45rem;font-weight:600}.article-series-page-root .article-series-list{flex-direction:column;gap:0;display:flex}.article-series-page-root .article-series-card{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0;grid-template-columns:180px minmax(0,1fr);gap:1.35rem;padding:1.5rem 0;display:grid;overflow:visible}.article-series-page-root .article-series-card-image{aspect-ratio:4/3;object-fit:cover;border-radius:8px;flex-shrink:0;width:100%;min-height:0}.article-series-page-root .article-series-card-placeholder{aspect-ratio:4/3;background:var(--light);width:100%;min-height:0;color:var(--gray);border:1px dashed var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.article-series-page-root .article-series-card-content{flex-direction:column;justify-content:center;padding:0;display:flex}.article-series-page-root .article-series-card-part{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.35rem;font-size:.7rem;font-weight:700}.article-series-page-root .article-series-card-content h3{font-family:var(--font-display,Georgia, serif);margin-bottom:.4rem;font-size:1.25rem;font-weight:600;line-height:1.3}.article-series-page-root .article-series-card-content h3 a:hover{color:var(--primary)}.article-series-page-root .article-series-card-date{color:var(--gray);margin-bottom:.5rem;font-size:.82rem}.article-series-page-root .article-series-card-content p{color:var(--gray);margin-bottom:.65rem;font-size:.95rem;line-height:1.6}.article-series-page-root .article-series-card-link{color:var(--dark);text-underline-offset:3px;width:fit-content;font-size:.9rem;font-weight:600;text-decoration:underline}.article-series-page-root .article-series-card-link:hover{color:var(--primary)}.article-series-page-root .article-series-card-planned{color:var(--muted);font-style:italic}.article-series-page-root .article-series-card--planned{opacity:.7}@media (width<=720px){.article-series-page-root .article-series-card{grid-template-columns:1fr}}.products-overview-root .products-overview-hero{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#111827 0%,#047857 100%);align-items:center;min-height:360px;padding:7rem 0 4rem;display:flex}.products-overview-root .products-overview-hero-content{text-align:center;max-width:860px;margin:0 auto}.products-overview-root .products-overview-hero-content h1{color:#fff;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:800}.products-overview-root .products-overview-hero-content p{color:#ffffffe6;max-width:680px;margin:0 auto;font-size:1.1rem;line-height:1.7}.products-overview-root .products-overview-page{background:var(--white);padding:60px 0 80px}.products-overview-root .products-overview-welcome{text-align:center;max-width:820px;margin:0 auto 2.5rem}.products-overview-root .products-overview-welcome h2{margin-bottom:.85rem;font-size:2rem;font-weight:700}.products-overview-root .products-overview-welcome p{color:var(--gray);line-height:1.7}.products-overview-root .products-overview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.products-overview-root .products-overview-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;min-height:100%;padding:1.5rem;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex}.products-overview-root .products-overview-card:hover{box-shadow:var(--shadow-lg);border-color:#05966959;transform:translateY(-4px)}.products-overview-root .products-overview-card-head{margin-bottom:1.15rem}.products-overview-root .products-overview-icon{background:var(--primary-subtle);width:72px;height:72px;color:var(--primary);border-radius:18px;justify-content:center;align-items:center;font-size:1.15rem;font-weight:800;transition:background .25s,color .25s;display:flex}.products-overview-root .products-overview-card:hover .products-overview-icon{background:var(--dark);color:#fff}.products-overview-root .products-overview-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);margin-bottom:.4rem;font-size:.75rem;font-weight:700}.products-overview-root .products-overview-card-content{flex-direction:column;flex:1;display:flex}.products-overview-root .products-overview-card-content h3{margin-bottom:.65rem;font-size:1.3rem;font-weight:700;line-height:1.35}.products-overview-root .products-overview-card-content p{color:var(--gray);margin-bottom:1.2rem;line-height:1.7}.products-overview-root .products-overview-read-more{color:var(--primary);margin-top:auto;font-weight:600}.products-overview-root .products-overview-read-more:hover{color:var(--secondary)}.product-detail-page{background:var(--light);color:var(--dark);padding-top:1rem}.product-detail-page .product-layout{align-items:flex-start;gap:2.5rem;max-width:1200px;margin:0 auto;padding:5.5rem 1.25rem 3rem;display:flex}.product-detail-page .sidebar-diy{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;width:300px;min-width:260px;padding:2rem 1.5rem;position:sticky;top:100px}.product-detail-page .sidebar-diy__icon{background:var(--dark);color:#fff;border-radius:18px;place-items:center;width:72px;height:72px;margin:0 auto 1rem;font-size:1.2rem;font-weight:800;display:grid}.product-detail-page .sidebar-diy h2{color:var(--dark);-webkit-text-fill-color:unset;background:0 0;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.product-detail-page .sidebar-diy .desc{color:var(--gray);margin-bottom:1.25rem;font-size:.98rem;line-height:1.55}.product-detail-page .about-btn{background:var(--dark);color:#fff;border-radius:var(--radius-sm);margin-bottom:.85rem;padding:.7rem 1.6rem;font-weight:600;display:inline-block}.product-detail-page .sidebar-back{color:var(--primary);font-size:.92rem;font-weight:600;display:block}.product-detail-page .main-content{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);flex:1;min-width:0;padding:2rem}.product-detail-page .product-section{margin-bottom:2rem}.product-detail-page .product-title{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:800}.product-detail-page .intro-img{border-radius:var(--radius-sm);border:1px solid var(--border);margin-bottom:1.5rem;overflow:hidden}.product-detail-page .product-section h2{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.product-detail-page .product-section p{color:var(--gray);line-height:1.75}.product-detail-page .product-section ul{color:var(--gray);padding-left:1.25rem;line-height:1.8;list-style:outside}.product-detail-page .product-section--cta{margin-bottom:0;padding-top:.5rem}@media (width<=900px){.product-detail-page .product-layout{flex-direction:column;padding-top:5rem}.product-detail-page .sidebar-diy{width:100%;position:static}}
