/* ---------- one-story finale ---------- */
.storysec{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:transparent;padding:6vh 6vw;box-sizing:border-box}
.ss-inner{opacity:0;transform:translateY(34px);transition:opacity 1.1s ease,transform 1.1s cubic-bezier(.16,1,.3,1)}
.storysec.on .ss-inner{opacity:1;transform:none}
.ss-kick{font-family:'Inter Tight',sans-serif;font-size:11px;letter-spacing:4px;text-transform:uppercase;color:#f0b26a;margin-bottom:22px}
.storysec h2{font-weight:500;font-size:clamp(2.6rem,7vw,5.6rem);line-height:1.06;letter-spacing:-.015em;color:#fdf8ee;text-shadow:0 2px 60px rgba(0,0,0,.5)}
.storysec h2 em{font-family:'Playfair Display',serif;font-style:italic;color:#fdf8ee;-webkit-text-fill-color:#fdf8ee}
/* MOBILE: the finale was a full 100vh block centring ~3 lines, which left a near-empty phone screen
   above and below it (a big dead gap after the Team photo). Drop the forced full height and let it
   size to its content with comfortable — not cavernous — breathing room. */
@media(max-width:560px){
  .storysec{min-height:auto;padding:14vh 7vw 13vh}
  .ss-kick{margin-bottom:16px}
}
