/* R047: clear interaction states; classic typography and background retained. */
.choose-method{padding:16px 18px;border-left:3px solid var(--gold-bright);background:rgba(218,193,130,.08);color:var(--paper)!important}
.list-label{margin:24px 0 0;font-size:16px;font-weight:600}
.choice-next{display:block;margin-top:14px;color:var(--gold-bright);font-size:12px}
#back-to-brands{margin-bottom:24px}
.question h3:focus{outline:none}
.brand-option{border-color:var(--line)}
.price-band-section{border:1px solid var(--line);border-radius:7px;overflow:clip}
.price-band-section>.price-band-toggle{border:0;border-radius:0}
.price-band-section[open]{border:2px solid var(--gold-bright);background:rgba(185,154,92,.1);box-shadow:0 0 0 4px rgba(185,154,92,.05)}
.price-band-section[open]>.price-band-toggle{background:#594825;border-bottom:1px solid var(--gold-bright)}
.price-band-section[open]>.price-band-toggle:hover{background:#66532c}
.price-band-section[open] .price-band-heading h3{color:#fff2ce}
.price-band-section[open] .price-band-heading>p{color:#f0dfbc}
.price-band-section[open] .price-band-heading span{color:#ead2a1}
.price-band-content{padding:20px}
.band-content-label{margin:0 0 18px;color:var(--gold-bright);font-size:14px;font-weight:600}
.price-band-content .result-grid{margin:0;gap:18px}
.price-band-content .result-card{background:#101e19;border-color:rgba(218,193,130,.5)}
.card-budget-label{display:inline-block;align-self:flex-start;margin:0 0 14px;padding:6px 10px;border:1px solid #b99a5c;border-radius:4px;background:#44351c;color:#f3dfad;font-size:12px;line-height:1.7}
.budget-shortcuts button[aria-expanded="true"]{background:#594825;border:2px solid var(--gold-bright);color:#fff2ce}
.budget-shortcuts button[aria-expanded="true"]::after{content:"表示中";display:block;font-size:11px;margin-top:4px}
.profile-disclosure{border:1px solid var(--gold);background:rgba(185,154,92,.065)}
.profile-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;list-style:none;padding:20px;min-height:72px;font-weight:600;color:var(--gold-bright)}
.profile-disclosure>summary::-webkit-details-marker{display:none}
.profile-disclosure>summary:hover{background:rgba(185,154,92,.14)}
.profile-action{display:inline-flex;align-items:center;gap:12px;flex-shrink:0;font-size:13px}
.profile-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--gold-bright);color:#17140f;font:700 23px/1 sans-serif}
.profile-close-label{display:none}
.profile-disclosure[open]>summary{border-bottom:1px solid var(--line)}
.profile-disclosure[open] .profile-open-label{display:none}
.profile-disclosure[open] .profile-close-label{display:inline}
.profile-disclosure[open] .profile-icon{font-size:0}
.profile-disclosure[open] .profile-icon::after{content:"−";font-size:23px}
@media(max-width:720px){
 .price-band-content{padding:14px 10px}
 .price-band-content .result-grid{gap:18px}
 .price-band-content .result-card{padding:18px 14px}
 .band-content-label{font-size:12px;line-height:1.8}
 .profile-disclosure>summary{flex-direction:column;align-items:stretch;gap:12px;padding:18px;font-size:14px}
 .profile-action{justify-content:space-between;font-size:13px}
 .choose-method{font-size:14px!important}
}
