.videos-header{text-align:center;padding:3rem 1rem 2rem;background:linear-gradient(135deg,var(--forest-green) 0%,var(--dark-green-grey) 100%);color:white;margin-bottom:2rem}.videos-header--has-image{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:transparent;min-height:200px}@media (min-width:768px){.videos-header--has-image{min-height:300px}}.videos-title{font-family:var(--font-heading);font-size:2rem;font-weight:800;margin:0 0 0.75rem;color:white}.videos-subtitle{font-size:1rem;line-height:1.6;max-width:600px;margin:0 auto;color:rgba(255,255,255,0.95)}.videos-container{max-width:1400px;margin:0 auto;padding-bottom:3rem}.videos-empty{text-align:center;padding:3rem;color:#6c757d;font-size:1.125rem}.videos-loading{text-align:center;padding:4rem 2rem;color:#6c757d}.videos-loading p{margin:1rem 0 0;font-size:1rem}.videos-spinner{width:40px;height:40px;margin:0 auto;border:3px solid #e9ecef;border-top-color:var(--forest-green,#228b22);border-radius:50%;animation:videos-spin 0.8s linear infinite}@keyframes videos-spin{to{transform:rotate(360deg)}}.videos-sentinel{grid-column:1 / -1;min-height:1px}.videos-loading-more{display:flex;justify-content:center;padding:2rem}.videos-loading-more .videos-spinner{width:32px;height:32px}.videos-error{text-align:center;padding:3rem 2rem;background:#f8d7da;color:#721c24;border-radius:4px;margin:0 1rem}.videos-error p{margin:0;font-size:1rem}.videos-grid{display:flex;flex-direction:column;gap:3rem;padding:0 1rem}.video-item{display:flex;flex-direction:column;gap:1rem}.video-embed{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:4px;overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.video-info{display:flex;flex-direction:column;gap:0.5rem}.video-title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;line-height:1.3;margin:0;color:var(--dark-grey)}.video-description{font-size:0.9375rem;line-height:1.5;color:#6c757d;margin:0}.video-shop-link{display:inline-flex;align-items:center;gap:0.375rem;color:var(--forest-green) !important;text-decoration:none;font-family:var(--font-display);font-weight:600;font-size:0.9375rem;transition:color 0.2s ease}.video-shop-link:hover{color:var(--dark-green-grey) !important}.video-shop-link:visited{color:var(--forest-green) !important}.video-shop-link:hover:visited{color:var(--dark-green-grey) !important}.video-link-icon{font-size:0.875rem}@media (min-width:768px){.videos-header{padding:4rem 2rem 3rem}.videos-title{font-size:3rem}.videos-subtitle{font-size:1.125rem}.videos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:0 2rem}.video-title{font-size:1.25rem}}@media (min-width:1024px){.videos-grid{gap:3rem;padding:0 2rem}}