.score-hero { padding: clamp(72px, 9vw, 108px) 0; }
.score-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 380px); gap: clamp(36px, 7vw, 84px); align-items: center; }
.score-hero h1 { max-width: 12ch; margin: 12px 0 20px; color: var(--white); font-size: clamp(42px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.04em; }
.score-hero .hero-lede { max-width: 680px; color: rgba(255,255,255,.82); font-size: clamp(17px, 2vw, 20px); }
.privacy-card { padding: 26px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); }
.privacy-card strong { color: var(--white); font-size: 20px; }
.privacy-card p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.score-intro { padding-bottom: 24px; }
.scale { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1px; margin: 38px 0 0; padding: 1px; background: var(--hairline); list-style: none; }
.scale li { padding: 20px; background: var(--surface); }
.scale strong,.scale span { display: block; }
.scale strong { color: var(--navy); }
.scale span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.score-shell { max-width: 880px; }
.dimension { margin-bottom: 54px; padding: 28px; border: 1px solid var(--hairline); background: var(--white); }
.dimension-heading { display: flex; gap: 18px; margin-bottom: 8px; }
.dimension-heading > span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 50%; background: var(--navy); color: var(--white); font-family: var(--font-mono); font-size: 12px; font-weight: 700; }
.dimension-heading h2 { margin: 0; color: var(--navy); font-size: clamp(26px, 3vw, 34px); }
.dimension-heading p { margin: 4px 0 0; color: var(--muted); }
fieldset { margin: 0; padding: 24px 0; border: 0; border-top: 1px solid var(--hairline); }
fieldset:first-of-type { margin-top: 22px; }
legend { max-width: 72ch; padding: 0; color: var(--ink); font-weight: 600; line-height: 1.55; }
.options { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.options label { display: inline-flex; align-items: center; justify-content: center; min-width: 52px; min-height: 44px; border: 1px solid var(--hairline); border-radius: var(--radius-md); color: var(--navy); font-family: var(--font-mono); font-weight: 700; cursor: pointer; }
.options label:has(input:checked) { border-color: var(--accent); background: var(--navy); color: var(--white); }
.options label:focus-within { outline: 3px solid rgba(32,154,171,.28); outline-offset: 2px; }
.options input { width: 1px; height: 1px; margin: 0; opacity: 0; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.form-error { padding: 14px 16px; border-left: 4px solid #b42318; background: #fff1f0; color: #7a271a; }
.result { margin-top: 64px; padding: clamp(28px, 5vw, 52px); border-top: 5px solid var(--accent); background: var(--navy); color: var(--white); }
.result .eyebrow,.result h2,.result h3 { color: var(--white); }
.result-summary { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; }
.result-summary > div:first-child { min-width: 130px; text-align: center; }
.result-summary strong,.result-summary span { display: block; }
.result-summary strong { font-family: var(--font-mono); font-size: 64px; line-height: 1; }
.result-summary span { margin-top: 8px; color: rgba(255,255,255,.68); }
.result-summary p,.limitation { color: rgba(255,255,255,.76); }
.dimension-results { display: grid; gap: 12px; margin: 20px 0 30px; }
.dimension-result { display: grid; grid-template-columns: minmax(150px,1fr) 3fr auto; gap: 14px; align-items: center; }
.dimension-result span:last-child { font-family: var(--font-mono); font-weight: 700; }
.meter { height: 10px; overflow: hidden; background: rgba(255,255,255,.16); }
.meter span { display: block; height: 100%; background: var(--accent-soft); }
.first-move { margin-top: 32px; padding: 24px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.first-move h3 { margin: 8px 0; }
.first-move p:last-child { margin-bottom: 0; color: rgba(255,255,255,.78); }
.result .button-outline { border-color: rgba(255,255,255,.4); color: var(--white); }
.share-status { min-height: 1.5em; color: var(--accent-soft); }
.noscript { margin-top: 36px; padding: 24px; border: 1px solid var(--hairline); background: var(--white); }
.method-grid { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(260px,.7fr); gap: clamp(36px,7vw,88px); align-items: start; }
.method-grid h2 { max-width: 16ch; }
.method-grid aside { padding: 24px; border-top: 3px solid var(--accent); background: var(--surface); }
.method-grid aside h3 { margin-top: 0; }
.method-grid aside a { color: var(--accent); }
@media (max-width: 820px) { .score-hero-grid,.method-grid { grid-template-columns: 1fr; } .scale { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 560px) { .dimension { padding: 20px; } .scale { grid-template-columns: 1fr; } .result-summary,.dimension-result { grid-template-columns: 1fr; } .result-summary > div:first-child { text-align: left; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
