/* Public conversation and live results share the Marcel editorial type and palette. */
:root{--line:#11111126;--quiet:#ffffff}
[hidden]{display:none!important}
textarea{font:inherit;color:inherit;resize:vertical;border-radius:0}textarea:focus-visible{outline:2px solid var(--ink);outline-offset:4px}
header nav{gap:26px}header nav a{display:inline-flex;align-items:center}
header nav a:hover,header nav a[aria-current=page]{text-decoration:underline;text-underline-offset:6px}
.hero-links{display:flex;gap:26px;flex-wrap:wrap}.hero-links .text-link{margin-top:0}
.front-results{padding:24px 1.5vw 30px;border-top:1px solid var(--line)}
.front-results-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}
.front-results-heading h3{font-size:22px;letter-spacing:-.05em}.front-results-heading>a{font-size:11px;min-height:44px;display:flex;align-items:center;text-underline-offset:5px}
.front-leaders{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.front-pick{display:grid;grid-template-columns:94px minmax(0,1fr);gap:18px;align-items:center;min-width:0}
.front-pick-image{padding:0;background:var(--quiet);width:100%;height:110px}.front-pick-image img{width:100%;height:100%;object-fit:contain}
.front-pick-info{min-width:0}.front-pick-info h4{font-size:17px;font-weight:500;line-height:1.2;letter-spacing:-.025em;margin:6px 0 10px;overflow-wrap:anywhere}.front-pick-info .eyebrow{font-size:9px}
.front-pick .vote-button{min-height:40px;max-width:300px;margin:0;padding:8px 10px}
.results{padding-block:65px;background:var(--paper);border-top:1px solid var(--line)}
.results .section-heading{margin-bottom:26px}.results .section-heading h2,.community .section-heading h2{font-size:clamp(38px,5.2vw,72px)}
.result-filters{display:flex;gap:24px;border-bottom:1px solid var(--line);margin-bottom:24px}
.result-filters button{border-bottom:2px solid transparent;padding:12px 0;min-height:44px;background:transparent;font-size:12px}
.result-filters button[aria-pressed=true]{border-color:var(--ink)}
.leaders{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.leader{display:flex;flex-direction:column;padding:0;min-width:0;background:transparent;border-radius:0}
.leader-open{display:block;padding:0;width:100%;background:var(--quiet)}.leader-open img{aspect-ratio:4/5;object-fit:contain;border-radius:0}
.leader-info{padding-top:16px;display:flex;flex-direction:column;flex:1}.leader-info h3{font-size:17px;line-height:1.2;margin:8px 0 18px;overflow-wrap:anywhere}
.leader-info p{margin:0;font-size:10px}.leader-info .vote-button{margin-top:auto}
.results-actions{flex-wrap:wrap;gap:28px;margin-top:26px}.results-actions .text-link{display:inline-flex;align-items:center;min-height:44px}
.community{border-top:1px solid var(--line);background:#ffffff;padding-top:65px;padding-bottom:75px}
.community .section-heading{margin-bottom:42px}.community .section-heading>p{max-width:350px}
.community-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(40px,7vw,110px);align-items:start}
.comment-form{min-width:0}.comment-form h3,.conversation-heading h3{font-size:26px;letter-spacing:-.04em}
.comment-intro{font-size:13px;color:var(--muted);margin:14px 0 26px;max-width:420px;min-height:42px}
.comment-form label{display:block;font-size:12px;margin:20px 0 9px}.comment-form label span{color:var(--muted)}
.comment-form input,.comment-form select,.comment-form textarea,.conversation>select{display:block;width:100%;max-width:100%;border:1px solid #11111150;background:transparent;padding:13px 12px;min-height:48px;font-size:16px;box-shadow:none;border-radius:0}
.comment-form textarea{min-height:145px;line-height:1.55;max-height:500px}
.comment-form-meta{display:flex;gap:20px;justify-content:space-between;align-items:start;margin-top:12px}
.comment-form-meta p{font-size:10px;line-height:1.6;color:var(--muted);max-width:300px}.comment-form-meta>span{font-size:10px;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.6}
#comment-submit{display:flex;align-items:center;justify-content:space-between;gap:30px;width:100%;min-height:50px;margin-top:20px;padding:14px 16px;background:var(--ink);color:var(--paper);font-size:13px}
#comment-submit:disabled{opacity:.5}.comment-status{min-height:24px;margin-top:14px;font-size:12px}.comment-status.is-error{color:#8b263a}
.conversation{min-width:0}.conversation-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.conversation-heading h3{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:14px;row-gap:8px}.conversation-heading h3 span{font-size:11px;letter-spacing:0;color:var(--muted);font-weight:400;white-space:nowrap}
#comments-refresh{width:44px;min-width:44px;height:44px;background:transparent;font-size:24px}
.conversation>select{margin-bottom:14px}
.comment{border-bottom:1px solid var(--line);padding:24px 0}.comment-heading{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px 18px}
.comment-heading h4{font-size:13px;font-weight:600;margin:0;max-width:100%;overflow-wrap:anywhere}.comment-heading time{font-size:10px;color:var(--muted)}
.comment-topic-link{font-size:11px;min-height:38px;max-width:100%;padding:8px 0;background:transparent;text-decoration:underline;text-underline-offset:4px;text-align:left;overflow-wrap:anywhere}
.comment-body{font-size:14px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}
.comment-actions{display:flex;align-items:center;gap:20px;margin-top:12px;flex-wrap:wrap}.comment-actions button{background:transparent;padding:8px 0;min-height:44px;font-size:11px;text-underline-offset:4px}.comment-actions button:hover{text-decoration:underline}.comment-actions button:first-child{margin-right:auto}.comment-own{font-size:10px;color:var(--muted)}
.comment-empty{font-size:16px;line-height:1.5;padding:40px 0;max-width:380px;letter-spacing:-.02em}.community-fine{font-size:10px;line-height:1.65;color:var(--muted);margin-top:24px;max-width:440px}
#comments-more{font-size:12px;min-height:44px;margin-top:20px;padding:10px 0;background:transparent;text-decoration:underline;text-underline-offset:5px}
#comments-new{font-size:11px;padding:14px 0;color:var(--muted)}
.range-card-story{font-size:12px;line-height:1.5;color:var(--muted);margin-top:12px;min-height:36px}
.range-story{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(28px,5vw,80px);margin-top:32px;align-items:center}
.range-story-visual{min-width:0;max-width:390px}.range-story-image{display:block;padding:0;width:100%;background:var(--quiet)}.range-story-image img{aspect-ratio:4/5;object-fit:contain;max-height:430px}.range-story-visual .vote-button{margin-top:12px}
.range-story-copy{min-width:0}.range-story-copy h4{font-size:clamp(28px,3.5vw,46px);line-height:1.08;font-weight:500;letter-spacing:-.05em;margin:15px 0 22px;max-width:580px;text-wrap:balance}
.range-story-body{font-size:14px;line-height:1.7;max-width:630px}
.range-story-details{margin:25px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border-top:1px solid var(--line);padding-top:20px}
.range-story-details dt{font-size:10px;color:var(--muted);margin-bottom:8px}.range-story-details dd{font-size:12px;line-height:1.6;margin:0;overflow-wrap:anywhere}
.range-story-question{font-size:14px;max-width:560px}.range-story-copy .text-link{margin-top:12px;min-height:44px;display:inline-flex;align-items:center}
#active-range{scroll-margin-top:8px}.range-choice{min-width:0}
.detail-info #detail-feedback{display:block;min-height:44px;margin:10px 0 0;text-align:left}
@media(min-width:1700px){.community-layout{gap:110px}}
@media(max-width:1000px){.leaders{gap:16px}.community-layout{gap:38px}.range-story{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:30px}.range-story-details{grid-template-columns:1fr;gap:10px}.range-story-details>div{display:grid;grid-template-columns:65px 1fr;gap:8px}.range-story-details dt{margin:2px 0}.hero-links{gap:15px}}
@media(max-width:700px){
 header{gap:12px;padding-inline:16px}header nav{gap:14px}header nav a{font-size:11px}
 .hero-links{gap:6px 20px}.hero-links .text-link{margin:0;font-size:11px;min-height:44px}
 .front-results{padding:10px 12px 24px}.front-results-heading{margin-bottom:10px}.front-results-heading h3{font-size:21px}.front-results-heading>a{font-size:10px}
 .front-leaders{grid-template-columns:1fr;gap:16px}.front-pick{grid-template-columns:76px minmax(0,1fr);gap:15px}.front-pick-image{height:102px}.front-pick-info h4{font-size:15px}.front-pick .vote-button{min-height:40px;max-width:none}
 .results,.community{padding:42px 16px 50px}.results .section-heading,.community .section-heading{margin-bottom:24px}.results .section-heading h2,.community .section-heading h2{font-size:38px}.results .section-heading>div:last-child>p{margin-top:18px}.results .section-heading .text-link{min-height:44px;margin-top:8px}
 .result-filters{gap:24px}.leaders{grid-template-columns:1fr 1fr;gap:25px 14px}.leader-info{padding-top:12px}.leader-info h3{font-size:14px;margin:8px 0 15px}.leader-info .eyebrow{font-size:9px}.leader-open img{aspect-ratio:4/5}
 .results-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px;margin:20px 0 18px}.results-actions .text-link{font-size:11px;text-align:left;line-height:1.5}
 .community-layout{grid-template-columns:1fr;gap:38px}.comment-intro{margin-bottom:20px;min-height:0}.comment-form h3,.conversation-heading h3{font-size:24px}.conversation{border-top:1px solid var(--line);padding-top:26px}.conversation-heading h3 span{font-size:10px}.comment-form-meta{gap:14px}.comment-form-meta p{font-size:10px}
 .range-story{grid-template-columns:1fr;margin-top:22px;gap:28px}.range-story-visual{max-width:none}.range-story-image img{max-height:360px;aspect-ratio:1}.range-story-copy h4{font-size:32px;margin:12px 0 18px}.range-story-body{font-size:13px}.range-story-details{margin:20px 0;padding-top:16px;gap:13px}.range-story-details>div{grid-template-columns:72px 1fr}.range-story-question{font-size:13px}.range-card-story{font-size:11px;min-height:48px}
}
@media(max-width:360px){header{gap:9px;padding-inline:12px}header nav{gap:11px}header nav a{font-size:10px}header .small-logo{font-size:24px}.front-results-heading h3{font-size:19px}.front-results-heading>a{font-size:10px}.comment-actions{gap:13px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
