:root{--hr-accent: #B8965C;--hr-dark: #1C140E;--hr-parchment: #F5F0E8;--hr-terracotta: #A8543C}.hr-article{background:rgb(var(--color-background));padding-bottom:100px}.hr-article__hero{width:100%}.hr-article__hero-image-wrap{width:100%;height:440px;overflow:hidden;background:var(--hr-parchment)}@media screen and (max-width:1024px){.hr-article__hero-image-wrap{height:360px}}@media screen and (max-width:640px){.hr-article__hero-image-wrap{height:260px}}.hr-article__hero-image{width:100%;height:100%;object-fit:cover;display:block}.hr-article__hero-header{max-width:800px;margin:0 auto;padding:48px 24px 0;text-align:center}.hr-article__hero-category{display:inline-block;font-family:var(--font-stack-body);font-size:9px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:var(--hr-accent);margin-bottom:20px}.hr-article__title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:clamp(2rem,4vw,3.2rem);color:rgb(var(--color-heading));line-height:1.12;margin:0 0 24px;letter-spacing:-.02em}.hr-article__hero-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 16px;font-family:var(--font-stack-body);font-size:11px;color:rgb(var(--color-foreground-secondary));letter-spacing:.1em;text-transform:uppercase;padding-bottom:40px;border-bottom:1px solid rgb(var(--color-border))}.hr-article__hero-meta span{display:inline-flex;align-items:center;gap:6px}.hr-article__hero-meta span:before{content:"\b7";opacity:.35}.hr-article__hero-meta span:first-child:before{display:none}.hr-article__body{max-width:1200px;margin:0 auto;padding:80px 24px 0;display:grid;grid-template-columns:1fr 280px;gap:0 72px;align-items:start}.hr-article__reading{min-width:0}.hr-article__content{font-family:var(--font-stack-body);font-weight:var(--font-weight-body);font-size:16px;line-height:1.9;color:rgb(var(--color-foreground));margin-bottom:64px}.hr-article__content p{margin-bottom:1.6rem}.hr-article__content h2{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);color:rgb(var(--color-heading));font-size:1.8rem;line-height:1.25;margin-top:56px;margin-bottom:20px;letter-spacing:-.01em}.hr-article__content h3{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);color:rgb(var(--color-heading));font-size:1.3rem;line-height:1.3;margin-top:36px;margin-bottom:14px}.hr-article__content h4,.hr-article__content h5,.hr-article__content h6{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);color:rgb(var(--color-heading));font-size:1.05rem;margin-top:28px;margin-bottom:10px}.hr-article__content a{color:var(--hr-terracotta);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.hr-article__content a:hover{color:var(--hr-accent)}.hr-article__content img{max-width:100%;height:auto;display:block;margin:40px 0;border-radius:2px}.hr-article__content ul,.hr-article__content ol{padding-left:1.6rem;margin-bottom:1.6rem}.hr-article__content li{margin-bottom:.5rem}.hr-article__content blockquote,.hr-article__pullquote{border-left:3px solid var(--hr-accent);background:var(--hr-parchment);margin:48px 0;padding:28px 36px;font-family:Cormorant Garamond,Cormorant,Georgia,serif;font-style:italic;font-size:1.45rem;line-height:1.55;color:var(--hr-dark);border-radius:0 2px 2px 0}.hr-article__content blockquote p,.hr-article__pullquote p{margin:0}.hr-article__steps{margin:48px 0;display:flex;flex-direction:column;gap:32px}.hr-article__step{display:grid;grid-template-columns:44px 1fr;gap:0 20px;align-items:start}.hr-article__step-number{width:44px;height:44px;background:var(--hr-dark);color:#fff;font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:14px;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hr-article__step-title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:1.05rem;color:rgb(var(--color-heading));margin:0 0 6px;padding-top:10px}.hr-article__step-text{font-family:var(--font-stack-body);font-size:15px;line-height:1.75;color:rgb(var(--color-foreground));margin:0}.hr-article__content table,.hr-article__table{width:100%;border-collapse:collapse;margin:40px 0;font-family:var(--font-stack-body);font-size:14px}.hr-article__content table thead tr,.hr-article__table thead tr{background:var(--hr-dark);color:#fff}.hr-article__content table th,.hr-article__table th{font-family:var(--font-stack-body);font-weight:600;font-size:10px;letter-spacing:.12em;text-transform:uppercase;padding:14px 16px;text-align:left;border:none}.hr-article__content table td,.hr-article__table td{padding:13px 16px;border-bottom:1px solid rgb(var(--color-border));color:rgb(var(--color-foreground));vertical-align:top}.hr-article__content table tbody tr:nth-child(odd),.hr-article__table tbody tr:nth-child(odd){background:var(--hr-parchment)}.hr-article__content table tbody tr:nth-child(2n),.hr-article__table tbody tr:nth-child(2n){background:rgb(var(--color-background))}.hr-article__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:48px}.hr-article__tag{display:inline-block;font-family:var(--font-stack-body);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));border:1px solid rgb(var(--color-border));border-radius:2px;padding:6px 12px;text-decoration:none;transition:color .2s ease,border-color .2s ease}.hr-article__tag:hover{color:var(--hr-terracotta);border-color:var(--hr-terracotta)}.hr-article__sharing{display:flex;align-items:center;gap:12px;padding:24px 0 48px;border-top:1px solid rgb(var(--color-border))}.hr-article__sharing-label{font-family:var(--font-stack-body);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-right:4px}.hr-article__navigation{display:flex;gap:1px;background:rgb(var(--color-border));border-top:1px solid rgb(var(--color-border));margin:0 0 80px}.hr-article__nav-prev,.hr-article__nav-next{flex:1;display:flex;flex-direction:column;padding:28px 32px;background:rgb(var(--color-background));text-decoration:none;transition:background .2s ease}.hr-article__nav-prev:hover,.hr-article__nav-next:hover{background:var(--hr-parchment)}.hr-article__nav-next{align-items:flex-end;text-align:right}.hr-article__nav-label{font-family:var(--font-stack-body);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:6px}.hr-article__nav-title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:1.05rem;color:rgb(var(--color-heading));line-height:1.3}.hr-article__sidebar{position:sticky;top:88px;display:flex;flex-direction:column;gap:48px}.hr-article__toc-heading{font-family:var(--font-stack-body);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgb(var(--color-border))}.hr-article__toc{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.hr-article__toc a{display:block;font-family:var(--font-stack-body);font-size:12px;line-height:1.5;color:rgb(var(--color-foreground-secondary));text-decoration:none;padding:5px 0 5px 12px;border-left:2px solid transparent;transition:color .2s ease,border-color .2s ease}.hr-article__toc a:hover,.hr-article__toc a.is-active{color:var(--hr-terracotta);border-left-color:var(--hr-terracotta)}.hr-article__sidebar-related-heading{font-family:var(--font-stack-body);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--color-foreground-secondary));margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgb(var(--color-border))}.hr-article__sidebar-posts{display:flex;flex-direction:column;gap:16px}.hr-article__sidebar-post{display:grid;grid-template-columns:64px 1fr;gap:0 12px;align-items:center;text-decoration:none;color:inherit}.hr-article__sidebar-post-thumb,.hr-article__sidebar-post-thumb-placeholder{width:64px;height:64px;object-fit:cover;display:block;flex-shrink:0}.hr-article__sidebar-post-title{font-family:var(--font-stack-body);font-size:12px;font-weight:500;line-height:1.45;color:rgb(var(--color-foreground));transition:color .2s ease}.hr-article__sidebar-post:hover .hr-article__sidebar-post-title{color:var(--hr-terracotta)}.hr-article__related{max-width:1200px;margin:0 auto;padding:80px 24px 0}.hr-article__related-heading{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:clamp(1.6rem,2.5vw,2.2rem);color:rgb(var(--color-heading));text-align:center;margin-bottom:12px}.hr-article__related-rule{width:48px;height:1px;background:var(--hr-accent);margin:0 auto 48px}.hr-article__related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 32px}.hr-article__related-card{display:block;text-decoration:none;color:inherit}.hr-article__related-card-image-wrap{overflow:hidden;aspect-ratio:3 / 2;background:var(--hr-parchment);margin-bottom:18px}.hr-article__related-card-image,.hr-article__related-card-image-placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.hr-article__related-card:hover .hr-article__related-card-image,.hr-article__related-card:hover .hr-article__related-card-image-placeholder{transform:scale(1.05)}.hr-article__related-card-category{display:inline-block;font-family:var(--font-stack-body);font-size:9px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--hr-accent);margin-bottom:8px}.hr-article__related-card-title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:1.15rem;line-height:1.3;color:rgb(var(--color-heading));margin:0;transition:color .2s ease}.hr-article__related-card:hover .hr-article__related-card-title{color:var(--hr-terracotta)}.hr-article__comments{max-width:720px;margin:80px auto 0;padding:0 24px}.hr-article__comments-heading{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:1.6rem;color:rgb(var(--color-heading));margin-bottom:40px;text-align:center}@media screen and (max-width:1024px){.hr-article__body{grid-template-columns:1fr;gap:0;padding:56px 24px 0}.hr-article__sidebar{position:static;border-top:1px solid rgb(var(--color-border));padding-top:48px;margin-top:0;flex-direction:row;flex-wrap:wrap;gap:40px}.hr-article__sidebar>*{flex:1 1 260px;min-width:0}.hr-article__related-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:640px){.hr-article__hero{grid-template-columns:1fr;grid-template-rows:auto 280px}.hr-article__hero-left{padding:64px 28px 36px;order:2}.hr-article__hero-right{order:1}.hr-article__hero-left:after{top:28px;left:28px}.hr-article__hero-category{margin-top:0}.hr-article__body{padding:40px 20px 0}.hr-article__content h2{font-size:1.5rem;margin-top:40px}.hr-article__content blockquote,.hr-article__pullquote{padding:20px;font-size:1.2rem}.hr-article__related{padding:56px 20px 0}.hr-article__related-grid{grid-template-columns:1fr;gap:36px}.hr-article__navigation{flex-direction:column;gap:0}.hr-article__nav-next{align-items:flex-start;text-align:left}}.hr-article__content .btn,.hr-article__content .button,.hr-article__content a.btn,.hr-article__content a.button,.rte .hr-article__content .btn,.rte .hr-article__content a.btn{display:inline-block!important;background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border:none!important;border-top:none!important;border-bottom:none!important;border-left:none!important;border-right:none!important;outline:none!important;border-radius:var(--btn-border-radius, 0px)!important;padding:14px 32px!important;font-family:var(--font-stack-body)!important;font-size:11px!important;font-weight:500!important;letter-spacing:var(--btn-letter-spacing, .12em)!important;text-transform:uppercase!important;text-decoration:none!important;-webkit-text-decoration:none!important;box-shadow:none!important;cursor:pointer!important;transition:background .25s ease,color .25s ease!important;margin-top:8px!important}.hr-article__content .btn:hover,.hr-article__content .button:hover,.hr-article__content a.btn:hover,.hr-article__content a.button:hover{background:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important;text-decoration:none!important;border:none!important}.hr-article__content a.btn:before,.hr-article__content a.btn:after,.hr-article__content a.button:before,.hr-article__content a.button:after,.hr-article__content .image-break a:before,.hr-article__content .image-break a:after,.hr-article__content .hr-product-image-wrap a:before,.hr-article__content .hr-product-image-wrap a:after{display:none!important;content:none!important;width:0!important;height:0!important}.hr-product-image-wrap{position:relative;display:block;overflow:hidden;cursor:pointer}.hr-product-image-wrap img{display:block;width:100%;transition:transform .4s ease}.hr-product-image-wrap:hover img{transform:scale(1.03)}.hr-product-hover-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#1c140e8c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .3s ease;padding:24px;text-align:center;text-decoration:none!important}.hr-product-hover-card:before,.hr-product-hover-card:after{display:none!important;content:none!important}.hr-product-image-wrap:hover .hr-product-hover-card,.hr-product-image-wrap.is-touched .hr-product-hover-card{opacity:1}.hr-product-image-wrap.is-touched img{transform:scale(1.03)}.hr-product-hover-card__name{font-family:var(--font-stack-header);font-size:1.5rem;font-weight:400;color:#fff;line-height:1.2;letter-spacing:-.01em}.hr-product-hover-card__price{font-family:var(--font-stack-body);font-size:13px;font-weight:400;color:#ffffffbf;letter-spacing:.06em}.hr-product-hover-card__price s{opacity:.5;margin-left:6px;font-size:11px}.hr-product-hover-card__btn{display:inline-block!important;background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border:none!important;border-radius:var(--btn-border-radius, 0px)!important;padding:11px 28px!important;font-family:var(--font-stack-body)!important;font-size:10px!important;font-weight:500!important;letter-spacing:var(--btn-letter-spacing, .14em)!important;text-transform:uppercase!important;text-decoration:none!important;margin-top:4px;transition:background .2s ease,color .2s ease!important;cursor:pointer!important}.hr-product-hover-card__btn:before,.hr-product-hover-card__btn:after,a.hr-product-hover-card__btn:before,a.hr-product-hover-card__btn:after{display:none!important;content:none!important}.hr-product-hover-card{pointer-events:none}.hr-product-hover-card__btn{pointer-events:auto}.hr-product-hover-card__btn:hover{background:rgb(var(--color-foreground))!important;color:rgb(var(--color-background))!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/article.css.map */
