@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.sk-shimmer{background:linear-gradient(90deg,rgba(0,0,0,.05),rgba(0,0,0,.1) 50%,rgba(0,0,0,.05));background-size:200% 100%;border-radius:4px;display:block}.sk-shimmer,.sk-shimmer-soft{animation:skeleton-shimmer 1.4s ease-in-out infinite}.sk-shimmer-soft{background:linear-gradient(90deg,rgba(0,0,0,.04),rgba(0,0,0,.08) 50%,rgba(0,0,0,.04));background-size:200% 100%}.sk-circle{border-radius:50%}.sk-page{min-height:calc(100vh - 80px);padding:110px 0 80px}.sk-container{max-width:1280px;margin:0 auto;padding:0 5%}.sk-hero{display:flex;flex-direction:column;gap:16px;margin-bottom:48px}.sk-hero-eyebrow{width:110px;height:12px}.sk-hero-title{width:min(520px,70%);height:44px;border-radius:8px}.sk-hero-sub{width:min(680px,85%);height:16px}.sk-crumbs{display:flex;gap:10px;margin-bottom:22px}.sk-crumb{width:80px;height:12px}.sk-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}@media (max-width:1024px){.sk-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sk-card-grid{grid-template-columns:1fr}}.sk-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.03);display:flex;flex-direction:column}.sk-card-cover{width:100%;aspect-ratio:16/10}.sk-card-body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:10px}.sk-card-meta{width:35%;height:10px}.sk-card-title{width:90%;height:18px}.sk-card-line{width:80%;height:12px}.sk-card-line-short{width:50%;height:12px}.sk-article{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.sk-article-eyebrow{width:160px;height:12px}.sk-article-title{width:100%;height:48px;border-radius:8px}.sk-article-meta{width:240px;height:14px}.sk-article-cover{width:100%;aspect-ratio:16/9;border-radius:16px;margin:16px 0 28px}.sk-article-paragraph{width:100%;height:14px;border-radius:4px}.sk-article-paragraph.sk-paragraph-short{width:70%}.sk-product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:48px;gap:48px;max-width:1280px;margin:0 auto}@media (max-width:900px){.sk-product{grid-template-columns:1fr;gap:28px}}.sk-product-gallery{display:flex;flex-direction:column;gap:14px}.sk-product-main-image{width:100%;aspect-ratio:1;border-radius:16px}.sk-product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.sk-product-thumb{width:100%;aspect-ratio:1;border-radius:8px}.sk-product-info{display:flex;flex-direction:column;gap:18px}.sk-product-eyebrow{width:120px;height:12px}.sk-product-title{width:90%;height:36px;border-radius:6px}.sk-product-brand{width:40%;height:14px}.sk-product-price{width:50%;height:30px;border-radius:6px;margin-top:8px}.sk-product-line{width:100%;height:14px}.sk-product-line.sk-product-line-short{width:60%}.sk-product-cta{width:100%;height:52px;border-radius:10px;margin-top:12px}.sk-hero-media{width:100%;aspect-ratio:16/8;border-radius:18px;margin-bottom:48px}@media (max-width:768px){.sk-hero-media{aspect-ratio:4/5;border-radius:14px;margin-bottom:32px}}.sk-form{background:#fff;border-radius:14px;padding:32px;display:flex;flex-direction:column;gap:18px;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.03)}.sk-form-label{width:30%;height:12px}.sk-form-field{width:100%;height:48px;border-radius:8px}.sk-form-textarea{width:100%;height:120px;border-radius:10px}.sk-form-submit{width:100%;height:56px;border-radius:10px;margin-top:12px}