.reels-section{max-width:1240px;margin:0 auto;padding:80px 20px;font-family:DM Sans,sans-serif}.reels-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px;flex-wrap:wrap}.reels-section__eyebrow{font-size:12.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#767676;margin-bottom:10px}.reels-section__heading{font-family:Playfair Display,serif;font-size:clamp(28px,3.4vw,40px);font-weight:700;color:#111;margin:0}.reels-section__heading span{font-style:italic}.reels-section__cta{border:1.5px solid #111;background:#fff;color:#111;padding:12px 26px;border-radius:3px;font-size:12.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.reels-section__cta:hover{background:#111;color:#fff}.reels-section__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media(max-width:1100px){.reels-section__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.reels-section__grid{grid-template-columns:1fr}}.social-section{width:80%;padding:3rem 0;display:flex;align-items:center;justify-content:space-between;gap:3rem}.social-section .text-col{width:40%}.social-section .text-col h2{font-size:3rem;font-weight:400;line-height:1.2;color:#555;letter-spacing:2px}.social-section .text-col h2 span{color:#555}.social-section .text-col p{margin-top:1.5rem;font-size:1.25rem;color:#7a7a7a;line-height:1.7}.social-section .card-row{display:flex;gap:2rem}.social-section .card-row .social-card{width:220px;height:420px;background:linear-gradient(#fafafa,#f1f1f1);border-radius:30px;padding:1.5rem 1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-decoration:none;box-shadow:0 8px 22px rgba(0,0,0,.08);transition:all .25s ease;position:relative;overflow:hidden}.social-section .card-row .social-card .img-box{width:100%;height:80%;border-radius:20px;overflow:hidden;position:relative}.social-section .card-row .social-card .img-box img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.social-section .card-row .social-card .img-box:after{content:"";position:absolute;top:0;left:-150%;width:60%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45) 50%,transparent);transform:skewX(-20deg);transition:left .7s ease}.social-section .card-row .social-card:hover .img-box img{transform:scale(1.1)}.social-section .card-row .social-card:hover .img-box:after{left:150%}.social-section .card-row .social-card .icon-box{font-size:2.8rem;color:#444}@media(max-width:1100px){.social-section{flex-direction:column;text-align:center}.social-section .text-col{width:100%}.social-section .card-row{justify-content:center;flex-wrap:wrap}}@media(max-width:768px){.social-section .card-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%}.social-section .social-card{width:100%!important;height:380px}.social-section{width:95%}.social-section .text-col h2{font-size:2rem}.social-section .text-col p{font-size:1rem}.social-section .social-section{flex-direction:column;text-align:center}.social-section .card-row{display:grid!important;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%}.social-section .social-card{width:100%!important;height:380px}}