.blog-premium-hero{background:linear-gradient(135deg,#121212,#1a1a2e,#16213e);padding:6rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.blog-premium-hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 70%,rgba(179,0,0,.08) 0%,transparent 50%),radial-gradient(circle at 70% 30%,rgba(179,0,0,.05) 0%,transparent 50%);animation:blogHeroGlow 15s ease-in-out infinite alternate}@keyframes blogHeroGlow{0%{transform:translate(0)}to{transform:translate(-5%,5%)}}.blog-premium-hero__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(2.8rem,5vw,4.8rem);color:#fff;margin:0 0 1rem;letter-spacing:.05em;text-transform:uppercase;position:relative;z-index:1}.blog-premium-hero__subtitle{font-family:var(--font-body-family);font-size:clamp(1.4rem,2vw,1.8rem);color:#ffffffa6;max-width:600px;margin:0 auto;line-height:1.6;position:relative;z-index:1}.blog-premium-hero__accent{display:block;width:60px;height:3px;background:#b30000;margin:1.5rem auto 0;border-radius:2px;position:relative;z-index:1}.blog-premium-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;padding:2rem 2rem 0;max-width:var(--page-width);margin:0 auto}.blog-premium-tags__pill{display:inline-flex;align-items:center;padding:.6rem 1.6rem;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;color:#666;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:100px;text-decoration:none;transition:all .25s ease;letter-spacing:.02em}.blog-premium-tags__pill:hover,.blog-premium-tags__pill--active{color:#fff;background:#b30000;border-color:#b30000;transform:translateY(-1px);box-shadow:0 4px 12px #b3000040}.blog-premium-tags__pill--all{font-weight:600}.blog-premium-grid{display:grid;grid-template-columns:1fr;gap:2.4rem;max-width:var(--page-width);margin:0 auto;padding:3rem 2rem 4rem}@media screen and (min-width:750px){.blog-premium-grid{grid-template-columns:repeat(2,1fr);gap:3rem;padding:3.5rem 2rem 5rem}}@media screen and (min-width:990px){.blog-premium-grid{grid-template-columns:repeat(2,1fr);gap:3.6rem;padding:4rem 5rem 6rem}}.blog-premium-grid .blog-premium-card:first-child{grid-column:1 / -1}@media screen and (min-width:750px){.blog-premium-grid .blog-premium-card:first-child .blog-premium-card__inner{flex-direction:row}.blog-premium-grid .blog-premium-card:first-child .blog-premium-card__image-wrap{flex:0 0 55%;max-height:none}.blog-premium-grid .blog-premium-card:first-child .blog-premium-card__content{flex:1;padding:3rem}.blog-premium-grid .blog-premium-card:first-child .blog-premium-card__title{font-size:2.6rem}.blog-premium-grid .blog-premium-card:first-child .blog-premium-card__excerpt{-webkit-line-clamp:4}}.blog-premium-card{opacity:0;animation:blogCardFadeIn .6s ease forwards}.blog-premium-card:nth-child(1){animation-delay:.05s}.blog-premium-card:nth-child(2){animation-delay:.12s}.blog-premium-card:nth-child(3){animation-delay:.19s}.blog-premium-card:nth-child(4){animation-delay:.26s}.blog-premium-card:nth-child(5){animation-delay:.33s}.blog-premium-card:nth-child(6){animation-delay:.4s}@keyframes blogCardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blog-premium-card__inner{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000f;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94);height:100%;text-decoration:none;color:inherit}.blog-premium-card__inner:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0000001f}.blog-premium-card__image-wrap{position:relative;overflow:hidden;max-height:260px}.blog-premium-card__image-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.blog-premium-card__inner:hover .blog-premium-card__image-wrap img{transform:scale(1.06)}.blog-premium-card__tag{position:absolute;top:1.2rem;left:1.2rem;display:inline-flex;padding:.4rem 1rem;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#b30000;border-radius:6px;z-index:2}.blog-premium-card__no-image{display:flex;align-items:center;justify-content:center;min-height:180px;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);color:#ccc}.blog-premium-card__no-image svg{width:48px;height:48px;opacity:.4}.blog-premium-card__content{display:flex;flex-direction:column;flex:1;padding:2rem 2rem 2.4rem}.blog-premium-card__meta{display:flex;align-items:center;gap:1rem;font-family:var(--font-body-family);font-size:1.2rem;color:#999;margin-bottom:.8rem;letter-spacing:.02em}.blog-premium-card__meta-divider{width:4px;height:4px;border-radius:50%;background:#d0d0d0;flex-shrink:0}.blog-premium-card__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(1.8rem,2.5vw,2.2rem);color:#1a1a1a;margin:0 0 .8rem;line-height:1.25;letter-spacing:.01em;transition:color .2s ease}.blog-premium-card__inner:hover .blog-premium-card__title{color:#b30000}.blog-premium-card__excerpt{font-family:var(--font-body-family);font-size:1.4rem;color:#666;line-height:1.65;margin:0 0 1.6rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.blog-premium-card__read-more{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-heading-family);font-size:1.3rem;font-weight:600;color:#b30000;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:gap .3s ease;margin-top:auto}.blog-premium-card__read-more:hover{gap:1rem}.blog-premium-card__read-more svg{width:16px;height:16px;transition:transform .3s ease}.blog-premium-card__inner:hover .blog-premium-card__read-more svg{transform:translate(3px)}.article-premium-hero{position:relative;width:100%;max-height:520px;overflow:hidden;background:#121212}.article-premium-hero__image{width:100%;height:520px;object-fit:cover;display:block;opacity:.7}.article-premium-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.1) 60%,transparent 100%)}.article-premium-header{max-width:780px;margin:0 auto;padding:3rem 2rem 2rem;text-align:center}.article-premium-breadcrumbs{display:flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-body-family);font-size:1.2rem;color:#999;margin-bottom:2rem}.article-premium-breadcrumbs a{color:#999;text-decoration:none;transition:color .2s ease}.article-premium-breadcrumbs a:hover{color:#b30000}.article-premium-breadcrumbs__sep{color:#ccc}.article-premium__tags{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:1.6rem}.article-premium__tag{display:inline-flex;padding:.3rem .9rem;font-family:var(--font-heading-family);font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#b30000;background:#b3000014;border-radius:4px;text-decoration:none;transition:all .2s ease}.article-premium__tag:hover{color:#fff;background:#b30000}.article-premium__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(2.8rem,5vw,4.2rem);color:#1a1a1a;margin:0 0 1.6rem;line-height:1.15;letter-spacing:.01em}.article-premium__meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.8rem;font-family:var(--font-body-family);font-size:1.3rem;color:#999;margin-bottom:.5rem}.article-premium__meta-dot{width:4px;height:4px;border-radius:50%;background:#d0d0d0}.article-premium__meta-reading{display:inline-flex;align-items:center;gap:.4rem}.article-premium__meta-reading svg{width:14px;height:14px;color:#bbb}.article-premium__divider{display:block;width:60px;height:3px;background:#b30000;margin:2rem auto 0;border-radius:2px}.article-premium-body{max-width:720px;margin:0 auto;padding:2.5rem 2rem 4rem;font-family:var(--font-body-family);font-size:1.7rem;line-height:1.85;color:#333}.article-premium-body h2{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.6rem;color:#1a1a1a;margin:3rem 0 1.2rem;padding-left:1.2rem;border-left:4px solid #B30000;line-height:1.25}.article-premium-body h3{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2rem;color:#1a1a1a;margin:2.5rem 0 1rem;line-height:1.3}.article-premium-body h4{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.8rem;color:#1a1a1a;margin:2rem 0 .8rem}.article-premium-body p{margin:0 0 1.6rem}.article-premium-body a{color:#b30000;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.article-premium-body a:hover{color:#8b0000}.article-premium-body img{max-width:100%;height:auto;border-radius:12px;margin:2rem 0;box-shadow:0 4px 20px #00000014}.article-premium-body blockquote{margin:2.5rem 0;padding:2rem 2.5rem;background:#f9f9f9;border-left:4px solid #B30000;border-radius:0 12px 12px 0;font-style:italic;font-size:1.8rem;color:#555;line-height:1.7}.article-premium-body blockquote p:last-child{margin-bottom:0}.article-premium-body ul,.article-premium-body ol{margin:1.5rem 0;padding-left:2rem}.article-premium-body li{margin-bottom:.8rem;line-height:1.7}.article-premium-body ul li::marker{color:#b30000}.article-premium-share{display:flex;align-items:center;justify-content:center;gap:1.2rem;max-width:720px;margin:0 auto;padding:2rem 2rem 3rem;border-top:1px solid #eee}.article-premium-share__label{font-family:var(--font-heading-family);font-size:1.3rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.1em}.article-premium-share__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#f5f5f5;color:#666;text-decoration:none;transition:all .25s ease;border:none;cursor:pointer}.article-premium-share__btn:hover{background:#b30000;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #b300004d}.article-premium-share__btn svg{width:18px;height:18px}.article-premium-back{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 2rem;font-family:var(--font-heading-family);font-size:1.4rem;font-weight:600;color:#b30000;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:gap .3s ease}.article-premium-back:hover{gap:1.2rem}.article-premium-back svg{width:18px;height:18px;transform:rotate(180deg)}.article-premium-related{background:#f9f9f9;padding:5rem 2rem;margin-top:2rem}.article-premium-related__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.4rem;color:#1a1a1a;text-align:center;margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.04em}.article-premium-related__accent{display:block;width:40px;height:3px;background:#b30000;margin:0 auto 3rem;border-radius:2px}.article-premium-related__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1100px;margin:0 auto}@media screen and (min-width:750px){.article-premium-related__grid{grid-template-columns:repeat(3,1fr);gap:2.4rem}}.blog-premium-minicard{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.blog-premium-minicard:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.blog-premium-minicard__image{width:100%;height:180px;object-fit:cover;transition:transform .5s ease}.blog-premium-minicard:hover .blog-premium-minicard__image{transform:scale(1.05)}.blog-premium-minicard__image-wrap{overflow:hidden}.blog-premium-minicard__body{padding:1.4rem 1.6rem 1.8rem}.blog-premium-minicard__date{font-family:var(--font-body-family);font-size:1.1rem;color:#999;margin-bottom:.4rem}.blog-premium-minicard__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:1.6rem;color:#1a1a1a;line-height:1.3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.blog-premium-minicard:hover .blog-premium-minicard__title{color:#b30000}.blog-premium-pagination{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:0 2rem 5rem}.blog-premium-pagination a,.blog-premium-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 1rem;font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:8px;text-decoration:none;transition:all .25s ease}.blog-premium-pagination a:hover{color:#fff;background:#b30000;border-color:#b30000;transform:translateY(-1px);box-shadow:0 4px 12px #b3000033}.blog-premium-pagination .is-active{color:#fff;background:#b30000;border-color:#b30000;font-weight:700}.blog-premium-pagination__arrow{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:8px;background:#f5f5f5;border:1px solid #e0e0e0;color:#666;text-decoration:none;transition:all .25s ease}.blog-premium-pagination__arrow:hover{background:#b30000;border-color:#b30000;color:#fff}.blog-premium-pagination__arrow svg{width:18px;height:18px}.blog-premium-newsletter{background:linear-gradient(135deg,#121212,#1a1a2e);padding:5rem 2rem;text-align:center}.blog-premium-newsletter__title{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(2rem,3.5vw,2.8rem);color:#fff;margin:0 0 .8rem;text-transform:uppercase;letter-spacing:.04em}.blog-premium-newsletter__text{font-family:var(--font-body-family);font-size:1.5rem;color:#fff9;margin:0 0 2rem;max-width:480px;margin-left:auto;margin-right:auto}.article-premium-comments{max-width:720px;margin:0 auto;padding:0 2rem}.article-premium-comments .article-template__comment-wrapper{margin-top:0;border-radius:16px;overflow:hidden}@media screen and (max-width:749px){.blog-premium-hero{padding:4rem 1.6rem 3rem}.blog-premium-grid{padding:2rem 1.6rem 3rem}.blog-premium-card__content{padding:1.6rem}.article-premium-hero__image{height:300px}.article-premium-header{padding:2rem 1.6rem 1.5rem}.article-premium-body{padding:2rem 1.6rem 3rem;font-size:1.6rem}.article-premium-body h2{font-size:2.2rem}.article-premium-related{padding:3.5rem 1.6rem}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/blog-premium.css.map */
