.vs-decision-tool { background: var(--vs-paper); }
.vs-u02-hero { padding: 62px 0 58px; border-bottom: 1px solid var(--vs-line); background: var(--vs-paper-2); }
.vs-u02-hero__inner { max-width: 1040px; }
.vs-u02-hero h1 { max-width: 900px; font-size: clamp(3rem, 6.2vw, 5.55rem) !important; }
.vs-u02-hero__dek { max-width: 760px; margin: 24px 0 0 !important; color: var(--vs-ink-2); font-family: var(--vs-serif); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.65; }
.vs-u02-hero__scope { max-width: 760px; margin-top: 25px; padding: 13px 16px; border-left: 3px solid var(--vs-red); background: var(--vs-white); color: var(--vs-muted); font-size: .78rem; }
.vs-u02-hero__scope strong { color: var(--vs-ink); }
.vs-u02-shell { max-width: 1120px; padding-top: 55px; padding-bottom: 90px; }
.vs-u02-inputs { display: grid; grid-template-columns: minmax(0, .76fr) minmax(440px, 1fr); gap: clamp(45px, 7vw, 90px); align-items: start; }
.vs-u02-section-head h2 { max-width: 540px; font-size: clamp(2.1rem, 4vw, 3.35rem) !important; }
.vs-u02-section-head > p:last-child { max-width: 510px; margin-top: 18px; color: var(--vs-muted); }
.vs-u02-form { padding: 30px; border-top: 4px solid var(--vs-red); background: var(--vs-white); box-shadow: var(--vs-shadow); }
.vs-u02-form fieldset { margin: 0 0 22px; padding: 0; border: 0; }
.vs-u02-form legend,
.vs-u02-field > label { display: block; margin-bottom: 8px; color: var(--vs-ink); font-size: .72rem; font-weight: 850; letter-spacing: .03em; }
.vs-u02-choice-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.vs-u02-choice-row label { cursor: pointer; }
.vs-u02-choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.vs-u02-choice-row span { display: grid; place-items: center; min-height: 48px; border: 1px solid var(--vs-line); background: var(--vs-paper); color: var(--vs-ink-2); font-size: .78rem; font-weight: 750; }
.vs-u02-choice-row input:checked + span { border-color: var(--vs-forest); background: var(--vs-mint); color: var(--vs-forest); }
.vs-u02-choice-row input:focus-visible + span { outline: 3px solid var(--vs-red); outline-offset: 3px; }
.vs-u02-field { margin-top: 18px; }
.vs-u02-field select { width: 100%; min-height: 49px; padding: 9px 39px 9px 13px; border: 1px solid var(--vs-line); border-radius: 2px; background-color: var(--vs-paper); color: var(--vs-ink); font-size: .8rem; }
.vs-u02-field small { display: block; margin-top: 7px; color: var(--vs-muted); font-size: .67rem; line-height: 1.5; }
.vs-u02-form .vs-button { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.vs-u02-result { margin-top: 56px; scroll-margin-top: 24px; }
.vs-u02-result__live:focus { outline: none; }
.vs-u02-empty { display: grid; grid-template-columns: 66px 1fr; gap: 25px; align-items: center; min-height: 180px; padding: 34px; border: 1px dashed #b7c0bb; background: rgba(255,255,255,.45); }
.vs-u02-empty > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--vs-mint); color: var(--vs-forest); font-family: var(--vs-serif); font-weight: 700; }
.vs-u02-empty h3 { margin-bottom: 8px; }
.vs-u02-empty p { margin: 0 !important; color: var(--vs-muted); font-size: .84rem; }
.vs-u02-result__summary { padding: 34px 36px; border-top: 4px solid var(--vs-red); background: var(--vs-forest); color: var(--vs-white); }
.vs-u02-result__summary .vs-eyebrow { color: #f1b18f; }
.vs-u02-result__summary h2 { color: var(--vs-white); font-size: clamp(2rem, 4vw, 3.2rem) !important; }
.vs-u02-result__match { margin-top: 12px; color: var(--vs-white); font-family: var(--vs-serif); font-size: 1.1rem; font-weight: 700; }
.vs-u02-result__summary > p:not(.vs-eyebrow) { max-width: 820px; margin: 15px 0 0 !important; color: rgba(255,255,255,.78); }
.vs-u02-result__summary .vs-u02-result__why { padding-top: 15px; border-top: 1px solid rgba(255,255,255,.18); }
.vs-u02-result__summary .vs-u02-result__why strong { color: var(--vs-white); }
.vs-u02-result__group { margin-top: 38px; }
.vs-u02-result__group > h3 { margin-bottom: 15px; font-size: 1.2rem !important; }
.vs-u02-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vs-u02-option { min-width: 0; padding: 25px; border: 1px solid var(--vs-line); background: var(--vs-white); }
.vs-u02-option--matched { border-color: var(--vs-forest); box-shadow: inset 0 4px 0 var(--vs-forest); }
.vs-u02-option__head { display: flex; justify-content: space-between; gap: 16px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid var(--vs-line); }
.vs-u02-option__head h3 { margin: 0; font-size: 1.35rem !important; }
.vs-u02-option__head span { display: block; margin-top: 5px; color: var(--vs-red-dark); font-size: .61rem; font-weight: 850; letter-spacing: .1em; }
.vs-u02-option__head > strong { flex: 0 0 auto; padding: 5px 8px; background: var(--vs-mint); color: var(--vs-forest); font-size: .58rem; letter-spacing: .06em; text-transform: uppercase; }
.vs-u02-option dl { margin: 0; }
.vs-u02-option dl > div { display: grid; grid-template-columns: minmax(105px,.36fr) 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid #eceee9; }
.vs-u02-option dt { color: var(--vs-muted); font-size: .65rem; font-weight: 750; }
.vs-u02-option dd { margin: 0; overflow-wrap: anywhere; color: var(--vs-ink-2); font-size: .72rem; line-height: 1.55; }
.vs-u02-option__rule,
.vs-u02-option__unknown { margin: 16px 0 0 !important; color: var(--vs-muted); font-size: .68rem; line-height: 1.55; }
.vs-u02-option__rule strong,
.vs-u02-option__unknown strong { color: var(--vs-ink); }
.vs-u02-trace { margin-top: 28px; padding: 17px 20px; border: 1px solid var(--vs-line); background: var(--vs-paper-2); }
.vs-u02-trace summary { cursor: pointer; font-size: .72rem; font-weight: 800; }
.vs-u02-trace dl { margin: 14px 0 0; }
.vs-u02-trace dl > div { display: grid; grid-template-columns: 140px minmax(0,1fr); gap: 14px; padding: 8px 0; border-top: 1px solid var(--vs-line); }
.vs-u02-trace dt,
.vs-u02-trace dd { margin: 0; font-size: .65rem; overflow-wrap: anywhere; }
.vs-u02-trace dt { color: var(--vs-muted); }
.vs-u02-message { padding: 24px; border: 1px solid var(--vs-line); background: var(--vs-white); }
.vs-u02-message--error { border-left: 4px solid var(--vs-red-dark); }
.vs-u02-message p { margin: 8px 0 0 !important; color: var(--vs-muted); font-size: .8rem; }
.vs-u02-method,
.vs-u02-evidence,
.vs-u02-continue { margin-top: 82px; padding-top: 44px; border-top: 1px solid var(--vs-line); }
.vs-u02-method > div:first-child { max-width: 680px; }
.vs-u02-method h2,
.vs-u02-evidence h2,
.vs-u02-continue h2 { font-size: clamp(2rem, 4vw, 3.25rem) !important; }
.vs-u02-method__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 30px; }
.vs-u02-method__grid article { padding: 25px; border: 1px solid var(--vs-line); background: var(--vs-white); }
.vs-u02-method__grid h3 { margin-bottom: 12px; }
.vs-u02-method__grid p { margin: 0 !important; color: var(--vs-muted); font-size: .77rem; }
.vs-u02-evidence { display: block; }
.vs-u02-evidence > div { max-width: 720px; }
.vs-u02-evidence > div > p:last-child { margin-top: 15px; color: var(--vs-muted); font-size: .78rem; }
.vs-u02-source-disclosure { margin-top: 24px; border: 1px solid var(--vs-line); background: var(--vs-white); }
.vs-u02-source-disclosure summary { display: flex; min-height: 48px; padding: 12px 16px; align-items: center; cursor: pointer; color: var(--vs-ink); font-size: .76rem; font-weight: 800; }
.vs-u02-source-disclosure summary:focus-visible { outline: 3px solid var(--vs-red); outline-offset: 3px; }
.vs-u02-source-disclosure ul { margin: 0; padding: 0 16px 16px; list-style: none; }
.vs-u02-source-disclosure li { display: grid; grid-template-columns: minmax(180px,.7fr) 1fr auto; gap: 14px; padding: 13px 0; border-top: 1px solid var(--vs-line); font-size: .68rem; }
.vs-u02-source-disclosure li:last-child { border-bottom: 1px solid var(--vs-line); }
.vs-u02-source-disclosure li span { color: var(--vs-muted); }
.vs-u02-source-disclosure li a { color: var(--vs-red-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.vs-u02-continue { display: grid; grid-template-columns: minmax(250px,.55fr) 1fr; gap: 54px; }
.vs-u02-continue > div:last-child a { display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 15px; min-height: 72px; align-items: center; border-top: 1px solid var(--vs-line); }
.vs-u02-continue > div:last-child a:last-child { border-bottom: 1px solid var(--vs-line); }
.vs-u02-continue a span { color: var(--vs-red-dark); font-size: .61rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.vs-u02-continue a strong { font-family: var(--vs-serif); }

@media (max-width: 900px) {
	.vs-u02-inputs,
	.vs-u02-continue { grid-template-columns: 1fr; gap: 32px; }
	.vs-u02-method__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.vs-u02-hero { padding: 38px 0 40px; }
	.vs-u02-hero h1 { font-size: clamp(2.55rem, 13vw, 3.55rem) !important; line-height: 1.01; }
	.vs-u02-shell { width: min(calc(100% - 30px), 1120px); padding-top: 38px; padding-bottom: 65px; }
	.vs-u02-inputs { gap: 25px; }
	.vs-u02-form { padding: 21px 18px; }
	.vs-u02-choice-row span { min-height: 50px; }
	.vs-u02-result { margin-top: 34px; }
	.vs-u02-result__summary { padding: 25px 21px; }
	.vs-u02-result__group { margin-top: 28px; }
	.vs-u02-option-grid { grid-template-columns: 1fr; }
	.vs-u02-option { padding: 20px 17px; }
	.vs-u02-option__head { display: block; }
	.vs-u02-option__head > strong { display: inline-block; margin-top: 11px; }
	.vs-u02-option dl > div { grid-template-columns: 100px minmax(0,1fr); gap: 11px; }
	.vs-u02-empty { grid-template-columns: 1fr; padding: 25px 21px; }
	.vs-u02-method,
	.vs-u02-evidence,
	.vs-u02-continue { margin-top: 58px; padding-top: 34px; }
	.vs-u02-source-disclosure summary { min-height: 50px; }
	.vs-u02-source-disclosure li { grid-template-columns: 1fr; gap: 3px; }
	.vs-u02-source-disclosure li a { display: inline-flex; min-height: 44px; align-items: center; }
	.vs-u02-continue > div:last-child a { grid-template-columns: 90px minmax(0,1fr); min-height: 76px; }
	.vs-u02-trace dl > div { grid-template-columns: 1fr; gap: 3px; }
}
