.hero{min-height:520px;padding-bottom:26px}
.hero-copy{padding:42px 0 28px;margin:auto 0}
.hero h1{font-size:clamp(48px,6vw,84px);margin:16px 0 20px}
.hero .intro{font-size:15px;line-height:1.55}
.scroll-note{display:none}
.vote-section{display:block;padding-inline:clamp(20px,4vw,64px)}
.vote-copy{display:grid;grid-template-columns:.35fr .65fr;gap:7vw;align-items:end;margin-bottom:70px}
.vote-copy .step,.vote-copy .eyebrow{grid-column:1}
.vote-copy h2{grid-column:1;margin-top:-10px}
.vote-copy>p:last-child{grid-column:2;grid-row:1 / span 3;font-size:18px;margin-bottom:34px}
#vote-form{max-width:1500px;margin-inline:auto}
.gallery-tools{display:flex;justify-content:space-between;gap:20px;color:#777;border-bottom:1px solid #383634;padding-bottom:18px;margin-bottom:24px;font-size:10px;letter-spacing:.16em}
.gallery-tools strong{color:#fff}
.choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:start}
.preview-frame{display:grid;place-items:center;width:100%;aspect-ratio:3/2;background:#e9e5df;overflow:hidden}
.logo-preview{display:block;width:100%;height:100%;object-fit:contain;min-height:0;background:none;transform:none!important}
.choice-footer>span:first-child{display:flex;flex-direction:column;gap:5px}
.choice-footer small{font-size:8px;color:#847d76;text-transform:uppercase;letter-spacing:.15em}
.choice input:checked+label small{color:#ffd0ba}
.choice-footer strong{font:600 13px "Space Grotesk"}
.choice-meta{display:flex;flex-direction:column;align-items:flex-end;gap:5px}
.vote-count{font-size:9px;color:#9a928a;letter-spacing:.08em}
.choice input:checked+label .vote-count{color:#ffd0ba}
.submit{position:sticky;bottom:18px;z-index:4;box-shadow:0 15px 50px #0008}
.results{background:#eee9e1}
.live-results{border:1px solid #383634;background:#181715;color:#fff;padding:24px;margin:0 0 30px;grid-template-columns:.45fr 1.55fr;gap:35px}
.live-results h2{font-size:clamp(24px,3vw,38px);line-height:1;margin:8px 0}
.live-results .eyebrow{margin:0}
.live-results .total{margin:12px 0 0;color:#8e8983}
.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#23a15f;margin-right:5px;box-shadow:0 0 0 4px #23a15f22;animation:pulse 1.8s infinite}
.live-results .bar-row{grid-template-columns:32px 85px 1fr 40px}
.rank-position{font:700 12px "Space Grotesk";color:var(--orange)}
.empty-ranking{padding:40px 0;color:#777;font-size:18px}
@keyframes pulse{50%{box-shadow:0 0 0 9px #23a15f00}}
@media(max-width:1000px){.choices{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.vote-copy{display:block;margin-bottom:45px}.vote-copy>p:last-child{font-size:16px}.choices{grid-template-columns:1fr;gap:16px}.gallery-tools span{display:none}.logo-preview{min-height:180px}}
@media(max-width:650px){.hero{min-height:460px}.hero-copy{padding:45px 0}.hero h1{font-size:48px}.live-results{grid-template-columns:1fr;padding:20px}.live-results .bar-row{grid-template-columns:28px 74px 1fr 28px;gap:7px}.vote-section{padding-top:65px}}
