:root{--hd-green: #1e8f74;--hd-green-light: #e4f0ce;--hd-dark: #0b1b17;--hd-border: #e5eceb;--hd-muted: #6b7c76;--hd-card-shadow: 0 2px 14px rgba(11, 27, 23, .07);--hd-card-shadow-hover: 0 10px 36px rgba(11, 27, 23, .13)}.hd-blog-header{padding-bottom:2.8rem;border-bottom:2px solid var(--hd-green-light);margin-bottom:3.6rem}.hd-blog-header h1{font-size:clamp(3rem,4.5vw,4.8rem);font-weight:800;color:var(--hd-dark);margin:0 0 .4rem;letter-spacing:-.025em;line-height:1.15}.hd-blog-header__sub{color:var(--hd-muted);font-size:1.5rem;margin:0}.hd-tag-pill{display:inline-flex;align-items:center;padding:.55rem 1.4rem;border-radius:10rem;font-size:1.3rem;font-weight:500;text-decoration:none;background-color:#f1f5f3;color:var(--hd-dark);border:1.5px solid transparent;transition:background-color .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap;cursor:pointer}.hd-tag-pill:hover{background-color:var(--hd-green-light);border-color:var(--hd-green);color:var(--hd-green)}.hd-tag-pill--active{background-color:var(--hd-green);color:#fff;border-color:var(--hd-green);font-weight:600}.hd-tag-pill--active:hover{background-color:#177a63;border-color:#177a63;color:#fff}.hd-tag-pill--all{background-color:var(--hd-dark);color:#fff;border-color:var(--hd-dark);font-weight:600}.hd-tag-pill--all:hover{background-color:#1a2e28;color:#fff}.hd-blog-categories{margin-bottom:3.2rem}.hd-blog-categories__label{font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--hd-muted);margin:0 0 1.2rem}.hd-blog-categories__pills{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0}.hd-blog-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.2rem;padding:1.4rem 0;margin-bottom:3.2rem}.hd-blog-toolbar__count{font-size:1.4rem;color:var(--hd-muted);font-weight:500;margin:0}.hd-blog-toolbar__count strong{color:var(--hd-dark);font-weight:700}.hd-blog-toolbar__sort{display:flex;align-items:center;gap:.8rem}.hd-blog-toolbar__sort label{font-size:1.3rem;color:var(--hd-muted);white-space:nowrap}.hd-blog-sort-select{appearance:none;-webkit-appearance:none;background-color:#fff;border:1.5px solid var(--hd-border);border-radius:.8rem;padding:.75rem 3.2rem .75rem 1.2rem;font-size:1.3rem;font-weight:600;color:var(--hd-dark);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230b1b17' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.1rem center;min-width:18rem;transition:border-color .15s ease,box-shadow .15s ease}.hd-blog-sort-select:hover{border-color:var(--hd-green)}.hd-blog-sort-select:focus{outline:none;border-color:var(--hd-green);box-shadow:0 0 0 2.5px #1e8f7433}.hd-blog-grid{display:grid;grid-template-columns:1fr;gap:2.4rem;margin-bottom:4.8rem}@media screen and (min-width:600px){.hd-blog-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.hd-blog-grid{grid-template-columns:repeat(3,1fr)}}.hd-article-card{background:#fff;border-radius:1.4rem;box-shadow:var(--hd-card-shadow);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .22s ease,transform .22s ease}.hd-article-card:hover{box-shadow:var(--hd-card-shadow-hover);transform:translateY(-3px)}.hd-article-card__image-link{display:block;text-decoration:none;flex-shrink:0}.hd-article-card__image-wrap{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:var(--hd-green-light)}.hd-article-card__image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hd-article-card:hover .hd-article-card__image-wrap img{transform:scale(1.04)}.hd-article-card__no-image{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--hd-green-light) 0%,#cee0c5 100%)}.hd-article-card__no-image svg{width:4rem;height:4rem;opacity:.3;color:var(--hd-green)}.hd-article-card__body{padding:1.8rem 2.2rem 2.2rem;display:flex;flex-direction:column;flex:1}.hd-article-card__badge{display:inline-block;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--hd-green);background:var(--hd-green-light);padding:.35rem 1rem;border-radius:10rem;margin-bottom:1.1rem;text-decoration:none;align-self:flex-start;transition:background-color .15s ease}.hd-article-card__badge:hover{background-color:#bdd9b0}.hd-article-card__title{font-size:1.75rem;font-weight:700;color:var(--hd-dark);line-height:1.35;margin:0 0 1.1rem;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s ease}.hd-article-card__title:hover{color:var(--hd-green)}.hd-article-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem;margin-bottom:1.1rem}.hd-article-card__avatar{width:2.8rem;height:2.8rem;border-radius:50%;background:var(--hd-green);color:#fff;font-size:1.15rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.hd-article-card__author{font-size:1.3rem;font-weight:600;color:var(--hd-dark)}.hd-article-card__meta-dot{color:var(--hd-border);font-size:1.4rem;line-height:1}.hd-article-card__date{font-size:1.2rem;color:var(--hd-muted)}.hd-article-card__reading-time{font-size:1.3rem;color:var(--hd-muted);line-height:1.5;margin:0 0 .5rem}.hd-article-card__excerpt{font-size:1.4rem;line-height:1.6;color:var(--hd-muted);margin:0 0 1.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.hd-article-card__link{font-size:1.3rem;font-weight:700;color:var(--hd-green);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;align-self:flex-start;transition:gap .2s ease}.hd-article-card__link:hover{gap:.9rem}.hd-blog-empty{text-align:center;padding:7rem 2rem;color:var(--hd-muted);grid-column:1 / -1}.hd-blog-empty h2{font-size:2.2rem;color:var(--hd-dark);margin:0 0 1rem;font-weight:700}.hd-blog-empty p{margin:0 0 2rem;font-size:1.5rem}.hd-blog-pagination{display:flex;justify-content:center;padding:0 0 2rem}.hd-article-tags{margin:2.8rem auto 0}.hd-article-tags__label{font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--hd-muted);margin:0 0 1rem}.hd-article-tags__list{display:flex;flex-wrap:wrap;gap:.7rem}.hd-related-articles{background:#f6faf7;border-top:1px solid var(--hd-border);padding:5.6rem 0 6rem;margin-top:1rem}.hd-related-articles__inner{max-width:132rem;margin:0 auto;padding:0 2.4rem}@media screen and (min-width:750px){.hd-related-articles__inner{padding:0 5rem}}.hd-related-articles__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:3rem;gap:1.6rem;flex-wrap:wrap}.hd-related-articles__title{font-size:2.6rem;font-weight:800;color:var(--hd-dark);margin:0;letter-spacing:-.02em}.hd-related-articles__all{font-size:1.4rem;font-weight:700;color:var(--hd-green);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;transition:gap .2s ease}.hd-related-articles__all:hover{gap:.9rem}.hd-related-articles .hd-blog-grid{margin-bottom:0}.article-progress{position:fixed;top:0;left:0;right:0;height:4px;z-index:9999;pointer-events:none;background:#1e8f742e}.article-progress__bar{height:100%;width:0%;background:var(--hd-green);transition:width .1s linear;border-radius:0 2px 2px 0;box-shadow:0 0 8px #1e8f7480}.article-layout{display:grid;grid-template-columns:1fr;padding-top:2.8rem;padding-bottom:4rem}@media screen and (min-width:990px){.article-layout{grid-template-columns:1fr 28rem;gap:5.6rem;align-items:start;padding-top:3.2rem}}.article-layout__content{min-width:0}.article-content-header{margin-bottom:3rem}.article-content-header__badge{display:inline-block;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--hd-green);background:var(--hd-green-light);padding:.35rem 1rem;border-radius:10rem;margin-bottom:1.4rem;text-decoration:none;transition:background-color .15s ease}.article-content-header__badge:hover{background-color:#bdd9b0}.article-content-header .article-template__title{margin-bottom:1.2rem}.article-content-header__meta{display:flex;align-items:center;gap:1.4rem;font-size:1.3rem;color:var(--hd-muted);flex-wrap:wrap}.article-content-header__meta time{display:flex;align-items:center;gap:.5rem}.article-content-header__meta .meta-dot{color:var(--hd-border)}.article-content-header__reading-time{display:flex;align-items:center;gap:.5rem;background:var(--hd-green-light);color:var(--hd-green);font-weight:600;padding:.3rem .9rem;border-radius:10rem;font-size:1.2rem}.article-template__content{font-size:1.7rem;line-height:1.78;color:#2a3c35}.article-template__content h2{font-size:2.2rem;font-weight:800;margin-top:3.6rem;margin-bottom:1.2rem;padding-left:1.4rem;border-left:3.5px solid var(--hd-green);color:var(--hd-dark);line-height:1.3}.article-template__content h3{font-size:1.85rem;font-weight:700;margin-top:2.8rem;margin-bottom:1rem;color:var(--hd-dark)}.article-template__content h4{font-size:1.65rem;font-weight:700;margin-top:2rem;margin-bottom:.8rem;color:var(--hd-dark)}.article-template__content p{margin-bottom:1.8rem}.article-template__content a{color:var(--hd-green);text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:1px;transition:opacity .15s ease}.article-template__content a:hover{opacity:.75}.article-template__content blockquote{background:var(--hd-green-light);border-left:4px solid var(--hd-green);border-radius:0 .8rem .8rem 0;margin:2.4rem 0;padding:1.6rem 2rem;font-style:italic;font-size:1.75rem;color:#2a3c35}.article-template__content blockquote p:last-child{margin-bottom:0}.article-template__content img{border-radius:1rem;box-shadow:0 4px 20px #0b1b171a;max-width:100%;height:auto;margin:1.6rem 0}.article-template__content ul,.article-template__content ol{margin-bottom:1.8rem;padding-left:2.4rem}.article-template__content li{margin-bottom:.6rem}.article-template__content ul li::marker{color:var(--hd-green)}@media screen and (min-width:990px){.hd-article-tags{display:none}}.article-layout__sidebar{display:none}@media screen and (min-width:990px){.article-layout__sidebar{display:flex;flex-direction:column;gap:1.6rem;position:sticky;top:2.4rem;align-self:start}}.article-sidebar__section{background:#fff;border:1px solid var(--hd-border);border-radius:1.2rem;padding:1.8rem 2rem}.article-sidebar__label{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--hd-muted);margin:0 0 1.2rem;display:block}.article-sidebar__meta{display:flex;flex-direction:column;gap:.8rem}.article-sidebar__meta-row{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:var(--hd-dark);font-weight:500}.article-sidebar__meta-icon{width:1.6rem;height:1.6rem;color:var(--hd-green);flex-shrink:0}.article-sidebar__tags{display:flex;flex-wrap:wrap;gap:.6rem}.article-toc__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}.article-toc__item--h3{padding-left:1.2rem}.article-toc__link{display:block;font-size:1.3rem;line-height:1.45;color:var(--hd-muted);text-decoration:none;padding:.4rem .8rem;border-radius:.6rem;border-left:2px solid transparent;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.article-toc__link:hover{color:var(--hd-dark);background-color:#f4f6f5}.article-toc__link--active{color:var(--hd-green);font-weight:600;border-left-color:var(--hd-green);background-color:var(--hd-green-light)}.article-sidebar__section--toc:empty,.article-sidebar__section--toc[data-empty]{display:none}.article-content-hero{border-radius:1.4rem;overflow:hidden;margin-bottom:2.4rem;width:100%}.article-content-hero img{width:100%;height:auto;display:block;max-height:52rem;object-fit:cover}.article-layout__content .article-template__back{margin-top:3.2rem;text-align:left}.article-layout__content .article-template__social-sharing{margin-top:2.4rem;margin-bottom:0}.article-sidebar__section .share-button{flex-wrap:wrap;gap:.8rem}.article-sidebar__section .share-button__fallback{display:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/custom-blog.css.map */
