:root{--sk-base:#e8ede6;--sk-highlight:#f5f8f3;--sk-radius:8px;--sk-radius-sm:4px;--sk-radius-lg:14px;--sk-shimmer-duration:1.6s}.skeleton-block{background:linear-gradient(90deg,var(--sk-base) 25%,var(--sk-highlight) 50%,var(--sk-base) 75%);background-size:400% 100%;animation:skeleton-shimmer var(--sk-shimmer-duration) ease-in-out infinite;border-radius:var(--sk-radius-sm);display:block}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.sk-product-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid #eef2ec;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(0,0,0,.04)}.sk-product-image{width:100%;aspect-ratio:1/1;border-radius:0}.sk-product-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:10px}.sk-chip{width:90px;height:22px;border-radius:20px}.sk-title-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.sk-product-name{flex:1 1}.sk-product-name,.sk-product-price{height:18px;border-radius:var(--sk-radius-sm)}.sk-product-price{width:48px;flex-shrink:0}.sk-bullets{display:flex;flex-direction:column;gap:6px;margin-top:2px}.sk-bullet{height:13px;border-radius:var(--sk-radius-sm)}.sk-bullet:first-child{width:88%}.sk-bullet:nth-child(2){width:74%}.sk-bullet:nth-child(3){width:62%}.sk-actions{display:flex;gap:8px;margin-top:6px}.sk-btn{height:38px;border-radius:10px;flex:1 1}.sk-blog-card{border-radius:18px;overflow:hidden;background:#fff;border:1px solid #eef2ec;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column}.sk-blog-image{width:100%;aspect-ratio:16/9}.sk-blog-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:8px}.sk-blog-tag{width:72px;height:20px;border-radius:20px}.sk-blog-title{width:90%}.sk-blog-title,.sk-blog-title-short{height:20px;border-radius:var(--sk-radius-sm)}.sk-blog-title-short{width:68%}.sk-blog-excerpt{height:13px;border-radius:var(--sk-radius-sm)}.sk-blog-excerpt:first-of-type{width:100%}.sk-blog-excerpt:nth-of-type(2){width:80%}.sk-blog-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.sk-blog-author{width:90px}.sk-blog-author,.sk-blog-readmore{height:13px;border-radius:var(--sk-radius-sm)}.sk-blog-readmore{width:70px}.sk-featured-hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:center;padding:clamp(32px,5vw,60px) 0}.sk-featured-text{display:flex;flex-direction:column;gap:14px}.sk-featured-badge{height:22px;width:110px;border-radius:20px}.sk-featured-h1{height:36px;width:100%;border-radius:6px}.sk-featured-h1-line2{height:36px;width:80%;border-radius:6px}.sk-featured-excerpt{height:14px;border-radius:var(--sk-radius-sm)}.sk-featured-excerpt:first-of-type{width:100%}.sk-featured-excerpt:nth-of-type(2){width:90%}.sk-featured-excerpt:nth-of-type(3){width:70%}.sk-featured-meta{display:flex;gap:12px;margin-top:4px}.sk-featured-meta-item{height:13px;width:70px;border-radius:var(--sk-radius-sm)}.sk-featured-cta{height:42px;width:130px;border-radius:24px;margin-top:8px}.sk-featured-img-area{width:100%;aspect-ratio:4/3;border-radius:20px}@media (max-width:768px){.sk-featured-hero{grid-template-columns:1fr}.sk-featured-img-area{aspect-ratio:16/9}}.sk-content-section{display:flex;flex-direction:column;gap:14px;padding:clamp(40px,6dvh,80px) 0 32px}.sk-eyebrow{height:14px;width:120px;border-radius:20px}.sk-section-h1{height:44px;width:65%;border-radius:6px}.sk-section-h1-line2{height:44px;width:50%;border-radius:6px}.sk-section-sub{height:16px;border-radius:var(--sk-radius-sm)}.sk-section-sub:first-of-type{width:80%}.sk-section-sub:nth-of-type(2){width:60%}.sk-section-actions{display:flex;gap:12px;margin-top:8px}.sk-section-btn{height:44px;width:140px;border-radius:28px}