.honka-videos{padding:2rem}.honka-videos__header{margin-bottom:3rem;text-align:center}.honka-videos__header h2{color:#333;font-family:var(--honka-font-heading);font-size:2.5rem;margin-bottom:1rem}.honka-videos__header p{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.honka-videos__grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}.honka-videos__card{text-align:center}.honka-videos__thumb-wrap{aspect-ratio:16/9;background:#f0f0f0;border-radius:8px;margin-bottom:1rem;overflow:hidden;position:relative}.honka-videos__thumb-wrap:after{border-color:transparent transparent #fff;border-style:solid;border-width:12px 0 12px 20px;box-shadow:0 2px 8px rgba(0,0,0,.2);content:"";height:0;left:50%;opacity:.9;position:absolute;top:50%;transform:translate(-50%,-50%);width:0;z-index:1}.honka-videos__thumb-wrap img{height:100%;object-fit:cover;width:100%}.honka-videos__card h4{color:#333;font-family:var(--honka-font-heading);font-size:1.25rem;margin-bottom:.5rem}.honka-videos__link{background-color:#faebaa;border-radius:6px;color:var(--honka-black);display:inline-block;font-size:.9375rem;font-weight:var(--honka-font-semibold);padding:.625rem 1.75rem;text-decoration:none;transition:background-color var(--honka-transition-fast),transform var(--honka-transition-fast)}.honka-videos__link:hover{background-color:#f8d103;transform:translateY(-1px)}@media (max-width:768px){.honka-videos{padding:2rem 1rem}.honka-videos__header h2{font-size:1.75rem}.honka-videos__grid{gap:1.5rem;grid-template-columns:1fr}}