/* ScoreStory — index: page-specific styles */
.hero .hero-title{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-.01em;line-height:1.08;font-size:clamp(2.6rem,5.2vw,4.1rem);margin:22px 0 0}
.convo::-webkit-scrollbar{width:6px}
.convo::-webkit-scrollbar-track{background:transparent}
.convo::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}
.convo::-webkit-scrollbar-thumb:hover{background:var(--muted)}
.cta-final{border-top:1px solid var(--line)}
#hoe{background:linear-gradient(155deg,var(--navy) 0%,var(--green) 100%);border-top:none}
#hoe .eyebrow{color:#fff}
#hoe .eyebrow::before{background:#fff}
#hoe .sec-head h2{color:#fff}
#hoe .sec-head p{color:rgba(255,255,255,.82)}
.wp .ic{flex:none;width:61px;height:61px;display:flex;align-items:center;justify-content:center}
.wp .ic img{width:61px;height:61px;object-fit:contain;display:block}
.tp-badge{position:absolute;top:-30px;left:50%;transform:translateX(-50%);width:61px;height:61px;display:flex;align-items:center;justify-content:center}
.tp-badge img{width:61px;height:61px;object-fit:contain;display:block}
.start-tiers{background:linear-gradient(155deg,var(--green-deep) 0%,var(--green) 100%); border-radius:var(--radius);padding:44px 40px;color:#fff;box-shadow:var(--shadow-lg);}
.start-highlights{list-style:none;display:flex;flex-direction:column;gap:24px}
.start-highlights li{display:flex;align-items:flex-start;gap:14px;font-size:1.08rem;font-weight:600;line-height:1.4}
.start-highlights li svg{flex:none;margin-top:3px;color:var(--green-tint)}
.about-photo{aspect-ratio:4/3;margin-bottom:22px}
.photo-band .photo-placeholder{aspect-ratio:21/8;border-radius:24px}
.band-photo{width:100%;height:auto;aspect-ratio:21/8;object-fit:cover;display:block}
@media(max-width:700px){
  .photo-band .photo-placeholder{aspect-ratio:16/9}
  .band-photo{aspect-ratio:16/9}
}
.cta-final{padding:0}
.cta-photo-wrap{position:relative;overflow:hidden}
.cta-photo-wrap picture{display:block}
.cta-photo-wrap img{width:100%;height:auto;aspect-ratio:21/8;object-fit:cover;display:block}
.cta-photo-wrap::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.75) 30%,rgba(255,255,255,0) 55%);pointer-events:none}
.cta-panel{position:absolute;top:50%;transform:translateY(-50%); left:max(28px,calc((100vw - var(--maxw))/2 + 28px)); max-width:400px;}
.cta-panel h2{font-size:clamp(1.7rem,3vw,2.3rem);color:var(--navy);margin-bottom:14px;max-width:14ch;text-shadow:0 2px 20px rgba(255,255,255,.6)}
.cta-panel p{color:var(--ink);font-size:1.02rem}
@media(max-width:700px){
  .cta-photo-wrap img{aspect-ratio:16/9}
  .cta-photo-wrap::before{background:linear-gradient(180deg,rgba(255,255,255,0) 40%,rgba(255,255,255,.85) 75%,rgba(255,255,255,.95) 100%)}
  .cta-panel{position:static;transform:none;max-width:none;padding:24px 20px 0}
}
