.blog-archive-page{--blog-bg:#ffffff;--blog-bg-warm:#faf7f2;--blog-bg-warm-alt:#f5f0e8;--blog-text:#2c2c2c;--blog-text-light:#666666;--blog-text-muted:#999999;--blog-accent:#e04a3c;--blog-accent-hover:#c93d30;--blog-cta:#d4a843;--blog-cta-hover:#c09935;--blog-border:#e8e4de;--blog-border-light:#f0ece6;--blog-footer-bg:#2c3e50;--blog-footer-text:#b0bec5;--blog-max-width:1200px;--blog-radius:12px;--blog-shadow-md:0 4px 20px rgba(0, 0, 0, 0.08);--blog-shadow-lg:0 8px 40px rgba(0, 0, 0, 0.1);--blog-transition:0.3s cubic-bezier(0.4, 0, 0.2, 1);color:var(--blog-text);background:var(--blog-bg)}body:has(.blog-archive-page) .site-content{padding-top:0;padding-bottom:0}.blog-archive-page a{color:inherit;text-decoration:none}.blog-archive-page img{display:block;width:100%;height:auto}.blog-archive-page .breadcrumb-bar{background:0 0;padding:0 0 56px;position:relative;z-index:1}.blog-archive-page .breadcrumb{max-width:var(--blog-max-width);margin:0 auto;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--blog-text-muted)}.blog-archive-page .breadcrumb a{color:var(--blog-text-light)}.blog-archive-page .breadcrumb a:hover{color:var(--blog-accent)}.blog-archive-page .sep{color:var(--blog-border)}.blog-archive-page .archive-hero{position:relative;background:linear-gradient(135deg,#faf7f2 0,#f5f0e8 50%,#faf7f2 100%);overflow:hidden;padding:18px 30px 64px}.blog-archive-page .archive-hero::after,.blog-archive-page .archive-hero::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.blog-archive-page .archive-hero::before{top:-120px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(224,74,60,.06) 0,transparent 70%)}.blog-archive-page .archive-hero::after{bottom:-80px;left:-60px;width:300px;height:300px;background:radial-gradient(circle,rgba(212,168,67,.06) 0,transparent 70%)}.blog-archive-page .archive-hero-inner{max-width:var(--blog-max-width);margin:0 auto;text-align:center;position:relative;z-index:1}.blog-archive-page .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(224,74,60,.08);color:var(--blog-accent);padding:8px 20px;border-radius:50px;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:20px}.blog-archive-page .hero-badge svg{width:16px;height:16px}.blog-archive-page .archive-hero h1{font-size:clamp(36px,5vw,56px);font-weight:700;line-height:1.15;color:var(--blog-text);margin:0 0 18px}.blog-archive-page .archive-hero h1 em{color:var(--blog-accent)}.blog-archive-page .hero-desc{font-size:17px;color:var(--blog-text-light);max-width:600px;margin:0 auto 32px;line-height:1.8}.blog-archive-page .hero-stats{display:flex;align-items:flex-start;justify-content:center;gap:clamp(18px,5vw,48px);flex-wrap:nowrap}.blog-archive-page .hero-stat{min-width:82px;text-align:center}.blog-archive-page .hero-stat-num{font-size:32px;font-weight:700;color:var(--blog-text);line-height:1}.blog-archive-page .hero-stat-unit{font-size:.55em;font-weight:600;margin-left:3px;text-transform:uppercase}.blog-archive-page .hero-stat-label{font-size:12px;font-weight:600;color:var(--blog-text-muted);text-transform:uppercase;letter-spacing:1px;margin-top:6px}.blog-archive-page .category-filter-section{max-width:var(--blog-max-width);margin:0 auto;padding:0 30px;transform:translateY(-28px)}.blog-archive-page .category-filter{background:var(--blog-bg);border:1px solid var(--blog-border);border-radius:60px;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;box-shadow:var(--blog-shadow-md)}.blog-archive-page .cat-btn{color:var(--blog-text-light);padding:10px 22px;border-radius:50px;font-size:13px;font-weight:600;transition:all var(--blog-transition)}.blog-archive-page .cat-btn:hover{background:var(--blog-bg-warm);color:var(--blog-text)}.blog-archive-page .cat-btn.active{background:var(--blog-text);color:#fff}.blog-archive-page .cat-btn .count{font-size:11px;font-weight:700;background:rgba(0,0,0,.1);padding:2px 7px;border-radius:10px;margin-left:6px}.blog-archive-page .cat-btn.active .count{background:rgba(255,255,255,.2)}.blog-archive-page .blog-archive-panel[hidden]{display:none}.blog-archive-page .archive-featured-single{max-width:var(--blog-max-width);margin:0 auto 56px;padding:0 30px;display:grid;grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:40px}.blog-archive-page .archive-featured-single__cat{display:inline-flex;align-items:center;gap:8px;color:var(--blog-accent);font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px}.blog-archive-page .archive-featured-single__cat span{width:20px;height:2px;border-radius:2px;background:currentColor}.blog-archive-page .archive-featured-single__title{display:block;max-width:720px;color:var(--blog-text);font-size:clamp(30px,4.5vw,48px);font-weight:800;letter-spacing:-1.4px;line-height:1.08;margin-bottom:16px}.blog-archive-page .archive-featured-single__title:hover{color:var(--blog-accent)}.blog-archive-page .archive-featured-single__excerpt{max-width:680px;color:var(--blog-text-light);font-size:17px;line-height:1.75;margin:0}.blog-archive-page .archive-featured-single__card{background:#fff;border:1px solid var(--blog-border-light);border-radius:16px;box-shadow:var(--blog-shadow-md);padding:24px}.blog-archive-page .archive-featured-single__author{display:flex;align-items:center;gap:12px;margin-bottom:18px}.blog-archive-page .archive-featured-single__avatar{width:40px;height:40px;border-radius:50%}.blog-archive-page .archive-featured-single__date,.blog-archive-page .archive-featured-single__name{display:block}.blog-archive-page .archive-featured-single__name{color:var(--blog-text);font-size:14px;font-weight:700}.blog-archive-page .archive-featured-single__date{color:var(--blog-text-muted);font-size:12px;margin-top:2px}.blog-archive-page .archive-featured-single__meta{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.blog-archive-page .archive-featured-single__meta span{background:var(--blog-bg-warm);border-radius:10px;padding:12px 8px;text-align:center}.blog-archive-page .archive-featured-single__meta small,.blog-archive-page .archive-featured-single__meta strong{display:block}.blog-archive-page .archive-featured-single__meta strong{color:var(--blog-text);font-size:13px;font-weight:800}.blog-archive-page .archive-featured-single__meta small{color:var(--blog-text-muted);font-size:10px;font-weight:700;letter-spacing:.5px;margin-top:4px;text-transform:uppercase}.blog-archive-page .page-latest-posts{max-width:var(--blog-max-width);margin:0 auto 56px;padding:0 30px}.blog-archive-page .page-latest-posts-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:20px;min-height:460px}.blog-archive-page .blog-card,.blog-archive-page .page-latest-posts-hero,.blog-archive-page .page-latest-posts-side{border-radius:var(--blog-radius);overflow:hidden;transition:all var(--blog-transition)}.blog-archive-page .page-latest-posts-hero{grid-row:1/3;position:relative;background:var(--blog-bg-warm-alt)}.blog-archive-page .page-latest-posts-hero-image{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:1;cursor:pointer}.blog-archive-page .blog-card:hover,.blog-archive-page .page-latest-posts-hero:hover,.blog-archive-page .page-latest-posts-side:hover{box-shadow:var(--blog-shadow-lg)}.blog-archive-page .page-latest-posts-hero-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.blog-archive-page .blog-card:hover .card-img img,.blog-archive-page .page-latest-posts-hero:hover .page-latest-posts-hero-image img,.blog-archive-page .page-latest-posts-side:hover img{transform:scale(1.06)}.blog-archive-page .page-latest-posts-overlay{position:absolute;inset:0;z-index:2;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:36px;background:linear-gradient(to top,rgba(0,0,0,.65) 0,rgba(0,0,0,.15) 40%,rgba(0,0,0,0) 60%);pointer-events:none}.blog-archive-page .page-latest-posts-overlay a{position:relative;z-index:3;pointer-events:auto}.blog-archive-page .page-latest-posts-cat{color:var(--blog-accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px}.blog-archive-page .page-latest-posts-hero .page-latest-posts-cat{align-self:flex-start;color:#fff;background:var(--blog-accent);padding:5px 16px;border-radius:50px;margin-bottom:14px}.blog-archive-page .page-latest-posts-hero h3{font-size:26px;font-weight:700;color:#fff;line-height:1.3;margin:0 0 10px}.blog-archive-page .page-latest-posts-excerpt{font-size:14px;color:rgba(255,255,255,.65);line-height:1.7;max-width:440px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 14px}.blog-archive-page .page-latest-posts-meta{font-size:12px;color:rgba(255,255,255,.45);display:flex;align-items:center;gap:10px}.blog-archive-page .page-latest-posts-author{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.72);font-size:12px;font-weight:600;margin-bottom:10px}.blog-archive-page .page-latest-posts-author-avatar{width:28px;height:28px;border-radius:50%}.blog-archive-page .dot{width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.6}.blog-archive-page .page-latest-posts-side{display:grid;grid-template-columns:42% minmax(0,1fr);background:var(--blog-bg-warm);border:1px solid var(--blog-border-light)}.blog-archive-page .page-latest-posts-side:hover{border-color:transparent;transform:translateY(-3px)}.blog-archive-page .page-latest-posts-side-img{display:block;overflow:hidden;cursor:pointer;background:var(--blog-bg-warm-alt)}.blog-archive-page .page-latest-posts-side-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-archive-page .page-latest-posts-side-body{padding:20px 24px;display:flex;flex-direction:column;justify-content:center}.blog-archive-page .page-latest-posts-side-body h4{font-size:16px;font-weight:600;line-height:1.35;color:var(--blog-text);margin:8px 0}.blog-archive-page .page-latest-posts-side .page-latest-posts-meta{color:var(--blog-text-muted);font-size:11px}.blog-archive-page .page-latest-posts-side .page-latest-posts-excerpt{color:var(--blog-text-light);font-size:12px;line-height:1.55;-webkit-line-clamp:2;margin-bottom:10px}.blog-archive-page .page-latest-posts-side .page-latest-posts-author{color:var(--blog-text-light);margin-bottom:8px}.blog-archive-page .page-latest-posts-side .page-latest-posts-author-avatar{width:24px;height:24px}.blog-archive-page .blog-grid-section{max-width:var(--blog-max-width);margin:0 auto;padding:0 30px 64px}.blog-archive-page .blog-grid-section--header{padding-bottom:0}.blog-archive-page .blog-grid-section--header.blog-grid-section--direct-list{padding-top:40px}.blog-archive-page .section-title-bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px;padding-bottom:16px;border-bottom:1px solid var(--blog-border-light)}.blog-archive-page .section-title-bar h2{font-size:28px;font-weight:700;color:var(--blog-text);margin:0}.blog-archive-page .post-count{font-size:14px;color:var(--blog-text-muted);font-weight:500}.blog-archive-page .blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.blog-archive-page .year-divider{grid-column:1/-1;display:flex;align-items:center;gap:20px;padding:16px 0}.blog-archive-page .year-label{font-size:22px;font-weight:700}.blog-archive-page .year-line{flex:1;height:1px;background:linear-gradient(to right,transparent,var(--blog-border) 18%,var(--blog-border) 82%,transparent)}.blog-archive-page .year-divider--current .year-line{width:100%}.blog-archive-page .blog-card{background:var(--blog-bg);border:1px solid var(--blog-border-light);display:flex;flex-direction:column}.blog-archive-page .blog-card:hover{transform:translateY(-8px);border-color:transparent}.blog-archive-page .card-img{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--blog-bg-warm-alt)}.blog-archive-page .card-image-media{position:absolute;inset:0;display:block;width:100%;height:100%;z-index:1;cursor:pointer}.blog-archive-page .card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-archive-page .card-cat-badge{position:absolute;top:14px;left:14px;z-index:2;background:rgba(0,0,0,.65);color:#fff;padding:5px 14px;border-radius:50px;font-size:11px;font-weight:600;text-transform:uppercase}.blog-archive-page .read-time{position:absolute;bottom:14px;right:14px;z-index:2;background:rgba(255,255,255,.92);color:var(--blog-text);padding:4px 12px;border-radius:50px;font-size:11px;font-weight:600;display:flex;align-items:center;gap:4px}.blog-archive-page .card-read-more svg,.blog-archive-page .read-time svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2}.blog-archive-page .card-body{padding:24px 24px 28px;display:flex;flex-direction:column;flex:1}.blog-archive-page .card-date{font-size:12px;color:var(--blog-text-muted);font-weight:500;margin-bottom:10px}.blog-archive-page .card-body h3{font-size:19px;font-weight:600;line-height:1.35;color:var(--blog-text);margin:0 0 12px}.blog-archive-page .blog-card:hover h3{color:var(--blog-accent)}.blog-archive-page .card-excerpt{font-size:14px;color:var(--blog-text-light);line-height:1.7;margin:0 0 20px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-archive-page .card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:16px;border-top:1px solid var(--blog-border-light)}.blog-archive-page .card-author{display:flex;align-items:center;gap:10px}.blog-archive-page .card-author-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--blog-cta),var(--blog-accent));display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.blog-archive-page .card-author-name{font-size:12px;font-weight:600}.blog-archive-page .card-read-more{font-size:13px;font-weight:600;color:var(--blog-accent);display:flex;align-items:center;gap:4px}.blog-archive-page .pagination{max-width:var(--blog-max-width);margin:0 auto;padding:0 30px 72px;display:flex;align-items:center;justify-content:center;gap:8px}.blog-archive-page .pagination .page-numbers{min-width:44px;height:44px;border-radius:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;color:var(--blog-text-light);background:var(--blog-bg);border:1px solid var(--blog-border);font-size:14px;font-weight:600}.blog-archive-page .pagination .page-numbers[hidden]{display:none}.blog-archive-page .pagination .current{background:var(--blog-text);color:#fff;border-color:var(--blog-text)}.blog-archive-page .pagination .page-numbers.current:disabled{background:var(--blog-text);color:#fff;border-color:var(--blog-text);opacity:1}@media (max-width:1024px){.blog-archive-page .blog-grid{grid-template-columns:repeat(2,1fr)}.blog-archive-page .page-latest-posts-grid{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.blog-archive-page .page-latest-posts-hero{grid-row:auto;min-height:320px}.blog-archive-page .page-latest-posts-side{grid-template-columns:45% minmax(0,1fr)}.blog-archive-page .archive-featured-single{grid-template-columns:1fr;gap:24px}.blog-archive-page .archive-featured-single__card{max-width:420px}}@media (max-width:768px){.blog-archive-page .archive-hero{padding:48px 16px 40px}.blog-archive-page .breadcrumb-bar{padding-bottom:32px}.blog-archive-page .archive-hero h1{font-size:32px}.blog-archive-page .hero-stats{gap:18px}.blog-archive-page .hero-stat{min-width:72px}.blog-archive-page .hero-stat-num{font-size:28px}.blog-archive-page .hero-stat-label{font-size:11px;letter-spacing:.7px}.blog-archive-page .archive-featured-single,.blog-archive-page .blog-grid-section,.blog-archive-page .category-filter-section,.blog-archive-page .page-latest-posts,.blog-archive-page .pagination{padding-left:16px;padding-right:16px}.blog-archive-page .page-latest-posts-side{grid-template-columns:45% minmax(0,1fr)}.blog-archive-page .blog-grid{grid-template-columns:1fr;gap:24px}.blog-archive-page .archive-featured-single__title{font-size:30px;letter-spacing:-1px}}@media (max-width:480px){.blog-archive-page .hero-stats{gap:10px}.blog-archive-page .hero-stat{min-width:0;flex:1 1 0}.blog-archive-page .hero-stat-num{font-size:23px}.blog-archive-page .hero-stat-label{font-size:10px;letter-spacing:.4px}.blog-archive-page .category-filter{border-radius:var(--blog-radius)}.blog-archive-page .page-latest-posts-side{grid-template-columns:1fr}.blog-archive-page .page-latest-posts-side-img{aspect-ratio:16/9}.blog-archive-page .page-latest-posts-side-body{padding:18px}}.single-post-reading-progress{position:fixed;top:var(--single-post-reading-progress-top,0);left:0;z-index:301;width:100%;height:3px;overflow:hidden;opacity:0;background:rgba(238,238,238,.85)}.single-post-reading-progress.is-active{opacity:1}.single-post-reading-progress__bar{display:block;width:100%;height:100%;background:#d94f3b;transform:scaleX(0);transform-origin:left center}body.mobile-toggled .single-post-reading-progress{top:0;z-index:100001;opacity:1}@media (max-width:992px){.single-post-reading-progress{top:0;z-index:301}}.single-post.post-template-template-post-fullwidth .site-content{padding-top:0}.single-post .post-template-style-1{--post-color-ink:#323232;--post-color-muted:#666;--post-color-soft:#faf9f5;--post-color-warm:#fff8e7;--post-color-accent:#f9cb34;--post-color-accent-strong:#dc9814;--post-color-red:#d94f3b;--post-color-line:#eeeeee;--post-max-width:1200px;--post-radius-lg:24px;--post-radius-md:8px;--post-shadow:0 18px 46px rgba(50, 50, 50, 0.16);color:var(--post-color-ink)}.single-post .post-template-style-1 .post-fullwidth-article,.single-post .post-template-style-1 .site-main{width:100%}.single-post .post-template-style-1 .post-hero{position:relative;left:50%;width:100vw;min-height:520px;margin-left:-50vw;overflow:hidden;background:radial-gradient(circle at 15% 18%,rgba(249,203,52,.46),transparent 34%),radial-gradient(circle at 86% 22%,rgba(220,152,20,.3),transparent 30%),linear-gradient(135deg,#fff8e7 0,#faf9f5 48%,#f2dfb8 100%)}.single-post .post-template-style-1 .post-hero__media{position:absolute;inset:0;background-color:#f9d57a;background-image:var(--post-hero-image,none);background-position:center;background-size:cover;transition:transform 8s linear}.single-post .post-template-style-1 .post-hero:hover .post-hero__media{transform:scale(1.04)}.single-post .post-template-style-1 .post-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.05) 30%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.7) 85%,rgba(0,0,0,.82) 100%)}.single-post .post-template-style-1 .post-hero__content{position:absolute;right:0;bottom:0;left:0;z-index:2;width:min(var(--post-max-width),calc(100% - 64px));margin:0 auto;padding:0 0 48px;color:#fff}.single-post .post-template-style-1 .post-breadcrumb{position:absolute;top:20px;right:0;left:0;z-index:3;width:min(var(--post-max-width),calc(100% - 64px));margin:0 auto;color:rgba(255,255,255,.6);font-size:.78rem;font-weight:600}.single-post .post-template-style-1 .post-breadcrumb__list{display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:0;margin:0;list-style:none}.single-post .post-template-style-1 .post-breadcrumb__item{display:inline-flex;align-items:center;min-width:0}.single-post .post-template-style-1 .post-breadcrumb__item:not(:last-child)::after{content:"›";margin-left:10px;color:rgba(255,255,255,.4)}.single-post .post-template-style-1 .post-breadcrumb a{color:inherit;text-decoration:none}.single-post .post-template-style-1 .post-breadcrumb a:focus,.single-post .post-template-style-1 .post-breadcrumb a:hover{color:#fff;text-decoration:underline}.single-post .post-template-style-1 .post-category-badge{display:inline-flex;align-items:center;margin-bottom:20px;padding:6px 14px;border-radius:4px;background:var(--post-color-red);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:1.5px;line-height:1.2;text-decoration:none;text-transform:uppercase}.single-post .post-template-style-1 .post-category-badge:focus,.single-post .post-template-style-1 .post-category-badge:hover{background:#c43d2e;color:#fff}.single-post .post-template-style-1 .post-hero__title{max-width:740px;margin:0;color:#fff;font-size:clamp(28px,4.5vw,50px);font-weight:900;letter-spacing:-1.5px;line-height:1.12;text-shadow:0 2px 16px rgba(0,0,0,.2)}.single-post .post-template-style-1 .post-hero__excerpt{max-width:560px;margin:18px 0 0;color:rgba(255,255,255,.68);font-size:1rem;line-height:1.7}.single-post .post-template-style-1 .post-fullwidth-shell{position:relative;width:100%;margin:0 auto}.single-post .post-template-style-1 .post-info-bar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:900px;margin:-32px auto 18px;padding:20px 28px;border-radius:14px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.06),0 16px 40px rgba(0,0,0,.08)}.single-post .post-template-style-1 .post-info-bar__author,.single-post .post-template-style-1 .post-info-bar__item{display:flex;align-items:center;gap:12px;min-width:0;white-space:nowrap}.single-post .post-template-style-1 .post-info-bar__item{flex:0 0 auto;padding:0}.single-post .post-template-style-1 .post-info-bar__divider{flex:0 0 auto;width:1px;height:28px;background:var(--post-color-line)}.single-post .post-template-style-1 .post-info-bar__meta{display:inline-flex;align-items:center;gap:6px;min-width:0;white-space:nowrap}.single-post .post-template-style-1 .post-info-bar__avatar,.single-post .post-template-style-1 .post-info-bar__icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center}.single-post .post-template-style-1 .post-info-bar__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.single-post .post-template-style-1 .post-info-bar__icon{width:18px;height:18px;color:#aaa}.single-post .post-template-style-1 .post-info-bar__text-group{display:flex;flex-direction:column;min-width:0}.single-post .post-template-style-1 .post-info-bar__label{color:#888;font-size:.62rem;font-weight:700;letter-spacing:1.1px;line-height:1.3;text-transform:uppercase}.single-post .post-template-style-1 .post-info-bar__value{color:var(--post-color-ink);font-size:.82rem;font-weight:400;line-height:1.35;white-space:nowrap}.single-post .post-template-style-1 .post-info-bar__share{display:flex;flex:0 0 auto;gap:6px}.single-post .post-template-style-1 .post-share-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1.5px solid #eee;border-radius:50%;background:#fff;color:#aaa;font-size:.72rem;font-weight:700;line-height:1;text-decoration:none;transition:all .3s cubic-bezier(.22,1,.36,1)}.single-post .post-template-style-1 .post-share-button svg{width:16px;height:16px}.single-post .post-template-style-1 .post-share-button:hover{border-color:var(--post-color-red);color:var(--post-color-red);transform:translateY(-2px);box-shadow:0 4px 12px rgba(217,79,59,.12)}.single-post .post-template-style-1 .post-tags-row{display:flex;gap:8px;align-items:center;max-width:900px;margin:0 auto 36px;padding:0 32px}.single-post .post-template-style-1 .post-tags-row__label{flex:0 0 auto;color:var(--post-color-muted);font-size:.8rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.single-post .post-template-style-1 .post-tags-row__list{display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0;list-style:none}.single-post .post-template-style-1 .post-tags-row__item a{display:inline-flex;padding:4px 10px;border-radius:4px;background:#f5f2ed;color:#777;font-size:.75rem;font-weight:500;line-height:1.2;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.single-post .post-template-style-1 .post-tags-row__item a:focus,.single-post .post-template-style-1 .post-tags-row__item a:hover{background:var(--post-color-red);color:#fff}.single-post .post-template-style-1 .post-content-divider{max-width:780px;height:1px;margin:0 auto 44px;padding:0 24px;border-bottom:1px solid #eee;background:0 0}.single-post .post-template-style-1 .post-content-shell.col-full{max-width:920px;padding:0;margin:0 auto}.single-post .post-template-style-1 .post-content-area.content-area{width:100%;float:none;margin:0}.single-post .post-template-style-1 .post-content-area .entry-content{color:#444;font-size:1.05rem;line-height:1.8}.single-post .post-template-style-1 .post-content-area .entry-content>:first-child{margin-top:0}.single-post .post-template-style-1 .post-content-area .entry-content h2,.single-post .post-template-style-1 .post-content-area .entry-content h3,.single-post .post-template-style-1 .post-content-area .entry-content h4{color:var(--post-color-ink);letter-spacing:-.02em}.single-post .post-template-style-1 .post-content-area .entry-content img{border-radius:var(--post-radius-md)}.single-post .post-content-area .shoptimizer-posts-prev-next{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:48px;padding-top:0;background-color:var(--blog-bg)}.single-post .shoptimizer-posts-prev-next .post-nav-card{display:flex;flex-direction:column;min-height:118px;padding:24px;border:1px solid var(--post-color-line);border-radius:var(--post-radius-md);background:var(--post-color-soft);color:var(--post-color-ink);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.single-post .shoptimizer-posts-prev-next .post-nav-card:hover{border-color:var(--post-color-red);box-shadow:0 4px 20px rgba(50,50,50,.08);color:var(--post-color-ink);transform:translateY(-2px)}.single-post .shoptimizer-posts-prev-next .post-nav-card--next{grid-column:2;align-items:flex-end;text-align:right}.single-post .shoptimizer-posts-prev-next .post-nav-card__label{display:inline-flex;align-items:center;gap:8px;color:var(--post-color-muted);font-size:12px;font-weight:600;letter-spacing:1px;line-height:1;text-transform:uppercase}.single-post .shoptimizer-posts-prev-next .post-nav-card__label svg{width:22px;height:22px}.single-post .shoptimizer-posts-prev-next .post-nav-card__title{max-width:390px;margin-top:8px;font-size:15px;font-weight:600;line-height:1.4}#respond p.form-submit{text-align:center}@media (max-width:767px){.single-post .post-content-area .shoptimizer-posts-prev-next{grid-template-columns:1fr}.single-post .shoptimizer-posts-prev-next .post-nav-card--next{grid-column:auto}.single-post .post-template-style-1 .post-hero{min-height:400px}.single-post .post-template-style-1 .post-breadcrumb,.single-post .post-template-style-1 .post-fullwidth-shell,.single-post .post-template-style-1 .post-hero__content{width:calc(100% - 32px)}.single-post .post-template-style-1 .post-hero__content{padding:0 0 36px}.single-post .post-template-style-1 .post-breadcrumb{top:14px;font-size:.82rem}.single-post .post-template-style-1 .post-breadcrumb__item[aria-current=page]{flex-basis:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.single-post .post-template-style-1 .post-breadcrumb__item:nth-last-child(2)::after{display:none}.single-post .post-template-style-1 .post-category-badge{margin-bottom:22px;padding:8px 14px}.single-post .post-template-style-1 .post-info-bar{flex-direction:column;align-items:flex-start;gap:12px;margin-top:-24px;margin-bottom:18px;padding:16px 18px;border-radius:18px}.single-post .post-template-style-1 .post-info-bar__author,.single-post .post-template-style-1 .post-info-bar__item{padding:0}.single-post .post-template-style-1 .post-info-bar__item{flex:0 1 auto;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;max-width:100%;white-space:normal}.single-post .post-template-style-1 .post-info-bar__divider{width:100%;height:1px}.single-post .post-template-style-1 .post-info-bar__share{display:flex}.single-post .post-template-style-1 .post-tags-row{flex-direction:column;gap:10px;margin-bottom:26px;padding:0 16px}.single-post .post-template-style-1 .post-tags-row__label{padding-top:0}.single-post .post-template-style-1 .post-content-divider{margin-bottom:34px;padding:0 16px}.single-post .post-template-style-1 .post-content-area .entry-content{font-size:1rem}}@media (min-width:768px) and (max-width:1023px){.single-post .post-template-style-1 .post-fullwidth-shell,.single-post .post-template-style-1 .post-hero__content{width:calc(100% - 48px)}}@media (max-width:480px){.single-post .post-template-style-1 .post-hero{min-height:340px}.single-post .post-template-style-1 .post-hero__title{font-size:24px;letter-spacing:-.8px}}.single-post .post-toc-block{--post-toc-border:#ebebef;--post-toc-divider:#e8e8ec;--post-toc-muted:#555;--post-toc-active:#dc9814;--post-toc-surface:#f7f7f9;--post-toc-hover:#f3f3f7;margin:0 auto 32px;border:1px solid var(--post-toc-border);border-radius:12px;background:var(--post-toc-surface);box-shadow:none;overflow:hidden}.single-post .post-toc-block__toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 24px;border:0;border-bottom:1px solid var(--post-toc-divider);background:0 0;color:#333;font-size:.875rem;font-weight:600;letter-spacing:.03em;text-align:left;text-transform:uppercase;cursor:pointer;user-select:none;transition:background .15s ease,border-color .15s ease}.single-post .post-toc-block__toggle:focus,.single-post .post-toc-block__toggle:hover{background:#fafafa}.single-post .post-toc-block__title{display:inline-flex;align-items:center;gap:8px}.single-post .post-toc-block__chevron,.single-post .post-toc-block__title-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:#999}.single-post .post-toc-block__chevron svg,.single-post .post-toc-block__title-icon svg{width:18px;height:18px}.single-post .post-toc-block.is-collapsed .post-toc-block__chevron--up,.single-post .post-toc-block__chevron--down{display:none}.single-post .post-toc-block.is-collapsed .post-toc-block__chevron--down{display:inline-flex}.single-post .post-toc-block.is-collapsed .post-toc-block__toggle{border-bottom-color:transparent}.single-post .post-toc-block__content{padding:8px 12px;opacity:1;transition:opacity .25s ease}.single-post .post-toc-block__list{display:grid;gap:2px;padding:0;margin:0;list-style:none}.single-post .post-toc-block__link{display:block;padding:9px 14px;color:var(--post-toc-muted);font-size:.875rem;font-weight:450;line-height:1.5;text-decoration:none;border-radius:8px;transition:background .15s ease,color .15s ease}.single-post .post-toc-block__link:focus,.single-post .post-toc-block__link:hover{background:var(--post-toc-hover);color:var(--post-toc-active)}.single-post .post-toc-block__item--level-3 .post-toc-block__link{padding-left:28px}.single-post .post-toc-block__item--level-4 .post-toc-block__link{padding-left:42px}.blog-archive-panel-error{margin:0 0 24px;padding:14px 18px;background:#fff3f0;border:1px solid rgba(224,74,60,.28);border-radius:var(--blog-radius);color:var(--blog-accent);font-size:14px;font-weight:600}@media (max-width:767px){.single-post .post-toc-block{margin-bottom:24px}.single-post .post-toc-block__toggle{padding:15px 18px}.single-post .post-toc-block__content{padding:8px 10px}}@media (prefers-reduced-motion:reduce){.blog-archive-page{--blog-transition:0s}.blog-archive-page .blog-card,.blog-archive-page .card-img img,.blog-archive-page .page-latest-posts-hero,.blog-archive-page .page-latest-posts-hero-image img,.blog-archive-page .page-latest-posts-side,.blog-archive-page .page-latest-posts-side-img img,.single-post .post-template-style-1 .post-hero__media,.single-post .post-template-style-1 .post-share-button,.single-post .post-template-style-1 .post-tags-row__item a,.single-post .post-toc-block__content,.single-post .post-toc-block__link,.single-post .post-toc-block__toggle,.single-post .shoptimizer-posts-prev-next .post-nav-card{transition-duration:0s}}