/* === SHOWREEL SECTION === */
.showreel{position:relative;height:80vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#0a0a18}
.showreel-bg{position:absolute;inset:0;background:url('../img/showreel.jpg') center/cover;opacity:.5}
.showreel-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.12) 2px,rgba(0,0,0,.12) 4px);z-index:1;pointer-events:none}
.showreel-pulse{position:absolute;top:50%;left:50%;width:600px;height:600px;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(233,30,140,.15);animation:showreelPulse 4s ease-in-out infinite;z-index:0}
.showreel-pulse:nth-child(3){width:400px;height:400px;animation-delay:1s}
.showreel-pulse:nth-child(4){width:800px;height:800px;animation-delay:2s}
@keyframes showreelPulse{0%,100%{opacity:.2;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.05)}}
.showreel-overlay{position:absolute;inset:0;background:rgba(13,13,26,.45);z-index:2}
.showreel-content{position:relative;z-index:3;text-align:center}
.showreel-content h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,5vw,4rem);font-weight:300;color:#fff;margin-bottom:16px;letter-spacing:.05em}
.showreel-content p{font-size:.85rem;color:rgba(255,255,255,.5);letter-spacing:.1em;margin-bottom:32px}
.showreel-badge{display:inline-flex;align-items:center;gap:10px;padding:12px 32px;border:1px solid rgba(233,30,140,.5);color:#e91e8c;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;font-weight:500;transition:background .3s,color .3s}
.showreel-badge:hover{background:#e91e8c;color:#fff;opacity:1}
.showreel-badge svg{width:18px;height:18px;fill:currentColor}

/* === IMAGE STRIP === */
.img-strip{overflow:hidden;padding:0;position:relative;height:320px}
.img-strip-track{display:flex;gap:4px;height:100%;animation:imgStripScroll 40s linear infinite}
.img-strip-track img{height:100%;width:auto;flex-shrink:0;object-fit:cover;filter:brightness(.85)}
@keyframes imgStripScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* === STRENGTHS === */
.strengths{padding:120px 40px;background:#f7f7fb;position:relative;overflow:hidden}
.strengths .container{max-width:1200px;margin:0 auto}
.strengths-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:60px}
.strength-card{position:relative;padding:48px 28px 40px;border:1px solid rgba(0,0,0,.06);text-align:center;transition:border-color .4s,transform .4s;background:#fff;border-radius:4px}
.strength-card:hover{border-color:rgba(233,30,140,.4);transform:translateY(-10px)}
.strength-icon{width:64px;height:64px;margin:0 auto 24px;border:1.5px solid #e91e8c;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s}
.strength-card:hover .strength-icon{background:rgba(233,30,140,.1)}
.strength-icon svg{width:28px;height:28px;stroke:#e91e8c;fill:none;stroke-width:1.5}
.strength-num{font-family:'Cormorant Garamond',serif;font-size:3rem;font-weight:300;color:#e91e8c;line-height:1;margin-bottom:4px}
.strength-num-label{font-size:.65rem;letter-spacing:.15em;color:rgba(42,42,62,.35);margin-bottom:16px;text-transform:uppercase}
.strength-title{font-size:.95rem;font-weight:700;letter-spacing:.08em;margin-bottom:12px;color:#1a1a2e}
.strength-desc{font-size:.75rem;line-height:2;color:rgba(42,42,62,.45)}
@media(max-width:1024px){.strengths-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.strengths{padding:80px 20px}.strengths-grid{grid-template-columns:1fr}.showreel{height:60vh}.img-strip{height:200px}}
