:root{--speing-purple: #6d388b;--speing-purple-hover: #562970;--speing-purple-light: rgba(109, 56, 139, .08);--speing-purple-border: rgba(109, 56, 139, .2);--speing-text-dark: #121212;--speing-text-muted: #666666;--speing-bg-subtle: #f8f6fa;--speing-card-radius: 16px;--speing-transition: all .3s cubic-bezier(.16, 1, .3, 1);--speing-shadow-card: 0 10px 30px rgba(0, 0, 0, .06);--speing-shadow-hover: 0 16px 40px rgba(109, 56, 139, .12)}.editorial-container{max-width:1400px;margin:0 auto;padding-left:2rem;padding-right:2rem}@media screen and (min-width:990px){.editorial-container{padding-left:5rem;padding-right:5rem}}.editorial-eyebrow{display:inline-block;font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--speing-purple);background:var(--speing-purple-light);border:1px solid var(--speing-purple-border);padding:.5rem 1.4rem;border-radius:9999px;margin-bottom:1.6rem}.editorial-tag-pill{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--speing-purple);background:var(--speing-purple-light);padding:.4rem 1.2rem;border-radius:9999px;transition:var(--speing-transition);text-decoration:none}.editorial-tag-pill:hover{background:var(--speing-purple);color:#fff}.blog-hero{position:relative;overflow:hidden}.blog-hero__wrapper{display:flex;flex-direction:column;gap:3rem}.blog-hero__wrapper--center{align-items:center;text-align:center}.blog-hero__wrapper--left{align-items:flex-start;text-align:left}.blog-hero__content{max-width:820px}.blog-hero__wrapper--center .blog-hero__content{margin:0 auto}.blog-hero__title{margin-top:0;margin-bottom:1.8rem;line-height:1.15;letter-spacing:-.02em}.blog-hero__description{font-size:1.7rem;line-height:1.65;color:var(--speing-text-muted);margin-bottom:0}@media screen and (min-width:750px){.blog-hero__description{font-size:1.9rem}}.blog-hero__media{width:100%;border-radius:var(--speing-card-radius);overflow:hidden;box-shadow:var(--speing-shadow-card)}.blog-hero__media img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (min-width:990px){.blog-hero__wrapper--split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:6rem}.blog-hero__wrapper--split-reverse .blog-hero__media{order:-1}}.blog-featured{position:relative}.blog-featured__card{display:grid;grid-template-columns:1fr;background:rgb(var(--color-background));border:1px solid rgba(0,0,0,.08);border-radius:var(--speing-card-radius);overflow:hidden;box-shadow:var(--speing-shadow-card);transition:var(--speing-transition)}.blog-featured__card:hover{box-shadow:var(--speing-shadow-hover);transform:translateY(-3px)}@media screen and (min-width:990px){.blog-featured__card{grid-template-columns:1.15fr .85fr}}.blog-featured__media-wrap{position:relative;overflow:hidden;min-height:320px;background-color:#f3f3f3}@media screen and (min-width:750px){.blog-featured__media-wrap{min-height:440px}}.blog-featured__media-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.blog-featured__card:hover .blog-featured__media-wrap img{transform:scale(1.03)}.blog-featured__content{padding:3.5rem 2.5rem;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:750px){.blog-featured__content{padding:5rem 4.5rem}}.blog-featured__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem;font-size:1.3rem;color:var(--speing-text-muted);margin-bottom:1.6rem}.blog-featured__meta-item{display:inline-flex;align-items:center}.blog-featured__meta-item:not(:last-child):after{content:"\2022";margin-left:1.2rem;opacity:.6}.blog-featured__title{margin-top:0;margin-bottom:1.8rem;font-size:2.4rem;line-height:1.25;letter-spacing:-.01em}@media screen and (min-width:750px){.blog-featured__title{font-size:3.2rem}}.blog-featured__title a{text-decoration:none;color:inherit;transition:color .2s ease}.blog-featured__title a:hover{color:var(--speing-purple)}.blog-featured__excerpt{font-size:1.6rem;line-height:1.65;color:var(--speing-text-muted);margin-bottom:2.8rem}.blog-featured__action{margin-top:auto}.topic-nav{position:relative;background:transparent}.topic-nav__scroll{display:flex;align-items:center;gap:1rem;overflow-x:auto;padding:.8rem .4rem 1.6rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.topic-nav__scroll::-webkit-scrollbar{display:none}@media screen and (min-width:990px){.topic-nav__scroll{justify-content:center;flex-wrap:wrap;overflow-x:visible;padding-bottom:.8rem}}.topic-nav__item{white-space:nowrap;font-size:1.3rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:1rem 2rem;border-radius:9999px;border:1px solid rgba(0,0,0,.1);background:#fff;color:var(--speing-text-dark);text-decoration:none;transition:var(--speing-transition);flex-shrink:0}.topic-nav__item:hover{border-color:var(--speing-purple);color:var(--speing-purple);background:var(--speing-purple-light);transform:translateY(-1px)}.topic-nav__item--active{background:var(--speing-purple)!important;color:#fff!important;border-color:var(--speing-purple)!important;box-shadow:0 4px 14px #6d388b40}.editorial-card{display:flex;flex-direction:column;height:100%;background:rgb(var(--color-background));border-radius:var(--speing-card-radius);border:1px solid rgba(0,0,0,.08);overflow:hidden;box-shadow:var(--speing-shadow-card);transition:var(--speing-transition);position:relative}.editorial-card:hover{transform:translateY(-4px);box-shadow:var(--speing-shadow-hover);border-color:var(--speing-purple-border)}.editorial-card__media-wrap{position:relative;width:100%;overflow:hidden;background-color:#f3f3f3}.editorial-card__media-wrap.ratio--landscape{padding-bottom:60%}.editorial-card__media-wrap.ratio--portrait{padding-bottom:125%}.editorial-card__media-wrap.ratio--square{padding-bottom:100%}.editorial-card__media-wrap.ratio--adapt{padding-bottom:var(--aspect-ratio-percent, 62%)}.editorial-card__media-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.16,1,.3,1)}.editorial-card:hover .editorial-card__media-wrap img{transform:scale(1.04)}.editorial-card__tag-floating{position:absolute;top:1.4rem;left:1.4rem;z-index:2}.editorial-card__content{padding:2.4rem 2.2rem;display:flex;flex-direction:column;flex-grow:1}.editorial-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:1.25rem;color:var(--speing-text-muted);margin-bottom:1.2rem}.editorial-card__meta-item:not(:last-child):after{content:"\2022";margin-left:.8rem;opacity:.5}.editorial-card__title{margin-top:0;margin-bottom:1.2rem;font-size:1.9rem;line-height:1.35;font-weight:700;letter-spacing:-.01em}.editorial-card__title a{color:inherit;text-decoration:none;transition:color .2s ease}.editorial-card__title a:hover{color:var(--speing-purple)}.editorial-card__excerpt{font-size:1.45rem;line-height:1.6;color:var(--speing-text-muted);margin-bottom:2rem}.editorial-card__footer{margin-top:auto;padding-top:1.4rem;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:space-between}.editorial-card__read-link{font-size:1.35rem;font-weight:700;color:var(--speing-purple);text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;transition:gap .2s ease}.editorial-card__read-link:hover{gap:1rem}.editorial-card__read-link svg{width:14px;height:14px;transition:transform .2s ease}.editorial-grid{display:grid;gap:3rem}.editorial-grid--col-1{grid-template-columns:1fr}.editorial-grid--col-2{grid-template-columns:repeat(2,1fr)}.editorial-grid--col-3{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:750px){.editorial-grid--col-3{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.editorial-grid--col-3{grid-template-columns:repeat(3,1fr)}}.editorial-grid--col-4{grid-template-columns:repeat(1,1fr)}@media screen and (min-width:750px){.editorial-grid--col-4{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.editorial-grid--col-4{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:749px){.editorial-grid--mobile-2{grid-template-columns:repeat(2,1fr);gap:1.5rem}.editorial-grid--mobile-2 .editorial-card__content{padding:1.5rem 1.2rem}.editorial-grid--mobile-2 .editorial-card__title{font-size:1.5rem}}.editorial-empty-state{text-align:center;padding:6rem 2rem;background:var(--speing-bg-subtle);border-radius:var(--speing-card-radius);max-width:600px;margin:0 auto}.editorial-feature{position:relative;overflow:hidden}.editorial-feature__card{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;background:rgb(var(--color-background));border-radius:var(--speing-card-radius);padding:4rem 2.5rem;border:1px solid rgba(0,0,0,.08);box-shadow:var(--speing-shadow-card)}@media screen and (min-width:990px){.editorial-feature__card{grid-template-columns:1fr 1fr;padding:6rem 5rem;gap:7rem}.editorial-feature__card--reverse .editorial-feature__media{order:2}}.editorial-feature__media{position:relative;border-radius:calc(var(--speing-card-radius) - 4px);overflow:hidden;box-shadow:0 12px 35px #00000014}.editorial-feature__media img{width:100%;height:100%;display:block;object-fit:cover}.editorial-feature__content{max-width:580px}.editorial-feature__heading{margin-top:0;margin-bottom:1.8rem;line-height:1.2}.editorial-feature__desc{font-size:1.65rem;line-height:1.7;color:var(--speing-text-muted);margin-bottom:3rem}.popular-reads{position:relative}.popular-reads__header{margin-bottom:4rem;display:flex;justify-content:space-between;align-items:flex-end}.editorial-newsletter{position:relative}.editorial-newsletter__card{text-align:center;max-width:780px;margin:0 auto;padding:5rem 3rem;background:var(--speing-bg-subtle);border:1px solid var(--speing-purple-border);border-radius:var(--speing-card-radius);box-shadow:var(--speing-shadow-card)}@media screen and (min-width:750px){.editorial-newsletter__card{padding:7rem 5rem}}.editorial-newsletter__form{max-width:520px;margin:3rem auto 0}.editorial-newsletter__form .field{display:flex;position:relative}.editorial-newsletter__input{width:100%;padding:1.6rem 2rem;border-radius:9999px;border:1px solid rgba(0,0,0,.15);font-size:1.5rem;outline:none;background:#fff;transition:var(--speing-transition)}.editorial-newsletter__input:focus{border-color:var(--speing-purple);box-shadow:0 0 0 3px #6d388b26}.editorial-newsletter__btn{margin-top:1.2rem;width:100%}@media screen and (min-width:600px){.editorial-newsletter__form-row{display:flex;gap:1.2rem}.editorial-newsletter__btn{margin-top:0;width:auto;white-space:nowrap;padding:1.6rem 3.5rem;border-radius:9999px}}.article-page{padding-bottom:6rem}.article-page__header{max-width:900px;margin:0 auto 3.5rem;text-align:center}.article-page__tag{margin-bottom:2rem}.article-page__title{font-size:3.2rem;line-height:1.2;margin-top:0;margin-bottom:2rem;letter-spacing:-.02em}@media screen and (min-width:750px){.article-page__title{font-size:4.6rem}}.article-page__excerpt{font-size:1.9rem;line-height:1.6;color:var(--speing-text-muted);margin-bottom:2.5rem}.article-page__meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.2rem;font-size:1.4rem;color:var(--speing-text-muted)}.article-page__meta-item:not(:last-child):after{content:"\2022";margin-left:1.2rem;opacity:.5}.article-page__featured-image{max-width:1100px;margin:0 auto 5rem;border-radius:var(--speing-card-radius);overflow:hidden;box-shadow:0 16px 45px #00000014}.article-page__featured-image img{width:100%;height:auto;display:block}.article-page__layout{display:grid;grid-template-columns:1fr;gap:5rem;max-width:1200px;margin:0 auto}@media screen and (min-width:990px){.article-page__layout--with-sidebar{grid-template-columns:300px 1fr}.article-page__layout--sidebar-right{grid-template-columns:1fr 300px}.article-page__layout--sidebar-right .article-page__sidebar{order:2}}.article-page__sidebar{position:relative}.article-page__sidebar-inner{position:sticky;top:10rem;display:flex;flex-direction:column;gap:3rem}.article-toc{background:var(--speing-bg-subtle);border:1px solid rgba(109,56,139,.15);border-radius:var(--speing-card-radius);padding:2.5rem}.article-toc__title{font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--speing-purple);margin-top:0;margin-bottom:1.6rem}.article-toc__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.article-toc__link{font-size:1.4rem;line-height:1.45;color:var(--speing-text-dark);text-decoration:none;transition:var(--speing-transition);display:block;padding:.4rem .8rem;border-left:2px solid transparent}.article-toc__link:hover{color:var(--speing-purple);border-left-color:var(--speing-purple);padding-left:1.2rem}.article-toc__link--active{color:var(--speing-purple);font-weight:700;border-left-color:var(--speing-purple);background:#6d388b0f;border-radius:0 6px 6px 0}.article-toc-mobile{background:var(--speing-bg-subtle);border:1px solid var(--speing-purple-border);border-radius:12px;margin-bottom:3rem;padding:1.5rem 2rem}.article-toc-mobile summary{font-size:1.5rem;font-weight:700;color:var(--speing-purple);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.article-toc-mobile summary::-webkit-details-marker{display:none}.article-share{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--speing-card-radius);padding:2.2rem}.article-share__label{font-size:1.3rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--speing-text-muted);margin-bottom:1.4rem;display:block}.article-share__buttons{display:flex;flex-wrap:wrap;gap:1rem}.article-share__btn{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--speing-bg-subtle);color:var(--speing-text-dark);border:1px solid rgba(0,0,0,.08);transition:var(--speing-transition);cursor:pointer;text-decoration:none}.article-share__btn:hover{background:var(--speing-purple);color:#fff;border-color:var(--speing-purple);transform:translateY(-2px)}.article-share__btn svg{width:18px;height:18px;fill:currentColor}.article-share__toast{display:none;position:fixed;bottom:30px;right:30px;background:#121212;color:#fff;padding:1.2rem 2.4rem;border-radius:9999px;font-size:1.4rem;font-weight:600;z-index:9999;box-shadow:0 8px 24px #0003;animation:fadeInOut 2.5s ease forwards}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.article-page__content{max-width:760px;margin:0 auto;font-size:1.8rem;line-height:1.8;color:#222}.article-page__content h2{font-size:2.8rem;line-height:1.3;margin-top:4.5rem;margin-bottom:1.8rem;letter-spacing:-.01em;color:var(--speing-text-dark)}.article-page__content h3{font-size:2.2rem;line-height:1.35;margin-top:3.5rem;margin-bottom:1.4rem;color:var(--speing-text-dark)}.article-page__content p{margin-top:0;margin-bottom:2.2rem}.article-page__content blockquote{border-left:3px solid var(--speing-purple);padding:1.5rem 2.5rem;margin:3.5rem 0;font-size:2.1rem;font-style:italic;line-height:1.6;background:var(--speing-bg-subtle);border-radius:0 12px 12px 0;color:#333}.article-page__content ul,.article-page__content ol{padding-left:2.5rem;margin-bottom:2.5rem}.article-page__content li{margin-bottom:.8rem}.article-page__content img{border-radius:var(--speing-card-radius);max-width:100%;height:auto;margin:3rem 0;box-shadow:var(--speing-shadow-card)}.article-author-box{margin-top:5rem;padding:3rem;background:var(--speing-bg-subtle);border:1px solid rgba(0,0,0,.08);border-radius:var(--speing-card-radius);display:flex;align-items:center;gap:2rem}.article-author-box__avatar{width:64px;height:64px;border-radius:50%;background:var(--speing-purple);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.4rem;font-weight:700;flex-shrink:0}.article-author-box__name{font-size:1.8rem;font-weight:700;margin:0 0 .4rem}.article-author-box__desc{font-size:1.4rem;color:var(--speing-text-muted);margin:0}.article-product-cta{margin:6rem 0;padding:3.5rem;background:linear-gradient(135deg,#fdfbfd,#f7f2fa);border:1px solid var(--speing-purple-border);border-radius:var(--speing-card-radius);display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;box-shadow:var(--speing-shadow-card)}@media screen and (min-width:750px){.article-product-cta{grid-template-columns:180px 1fr auto;padding:4rem}}.article-product-cta__media{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 6px 18px #0000000f}.article-product-cta__media img{width:100%;height:auto;display:block}.article-product-cta__info h3{margin:0 0 .8rem;font-size:2rem}.article-product-cta__info p{margin:0 0 1rem;font-size:1.45rem;color:var(--speing-text-muted)}.article-product-cta__price{font-size:1.7rem;font-weight:700;color:var(--speing-purple)}.article-related{margin-top:8rem;padding-top:6rem;border-top:1px solid rgba(0,0,0,.08)}.article-related__title{font-size:2.8rem;margin-top:0;margin-bottom:3.5rem;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-editorial-blog.css.map */
