/* Phase 8 — Retirement income. Visual authority: 06-retirement-target.png. */

body.editorial-ui.v2-foundation.is-v2-retirement-view {
  --v2r-paper: #f4e8d3;
  --v2r-paper-light: #fbf4e6;
  --v2r-ink: #0c3554;
  --v2r-coral: #d85b37;
  --v2r-olive: #7b844b;
  --v2r-blue: #3d6ea6;
  --v2r-teal: #2f7f7c;
  color: var(--v2r-ink);
  background-color: var(--v2r-paper);
}

body.editorial-ui.v2-foundation.is-v2-retirement-view .app-shell {
  width: min(1440px, calc(100% - 40px));
  max-width: none;
  padding-top: 0;
  overflow: visible;
}

body.editorial-ui.v2-foundation.is-v2-retirement-view :is(#module-view, #module-content) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.editorial-ui.v2-foundation.is-v2-retirement-view .site-footer { display: none; }

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] {
  position: relative;
  z-index: 30;
  display: grid;
  width: calc(100% + 20px);
  height: 66px;
  min-height: 66px;
  margin: 0 0 0 -4px;
  padding: 0;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 1px solid rgba(12, 53, 84, .78);
  background: transparent;
}

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .site-name {
  margin: 0;
  color: var(--v2r-ink);
  font-family: var(--v2-font-display);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .nav-action {
  width: auto;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 9px 8px;
  border: 1px solid transparent;
  border-radius: 0;
  color: var(--v2r-ink);
  background: transparent;
  font-family: var(--v2-font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .nav-action::after { display: none; }

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .nav-action:hover,
body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .nav-action:focus-visible {
  border-color: rgba(12, 53, 84, .42);
  background: rgba(251, 244, 230, .52);
}

body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .nav-action[aria-current="page"] {
  border-color: var(--v2r-ink);
  background: rgba(251, 244, 230, .5);
}

.v2-retirement-page {
  width: calc(100% + 44px);
  margin-left: -22px;
  color: var(--v2r-ink);
  font-family: var(--v2-font-interface);
}

.v2-retirement-page :is(button, input, summary) { font: inherit; }

.v2r-hero {
  position: relative;
  width: calc(100% + 40px);
  height: 372px;
  margin-left: -20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(12, 53, 84, .68);
  isolation: isolate;
}

.v2r-hero picture {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.v2r-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 78%;
  mix-blend-mode: multiply;
}

.v2r-hero > span {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 42px;
  color: transparent;
  background-color: var(--v2r-coral);
  background-image: url("assets/texture/ink-wear.svg");
  background-size: 230px 230px;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--v2-font-display);
  font-size: clamp(230px, 30vw, 340px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .78;
  opacity: .95;
  transform: scaleX(.48);
  transform-origin: left top;
}

.v2r-hero > div {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 46%;
  width: 50%;
  text-shadow: 0 1px 0 rgba(244, 232, 211, .8);
}

.v2r-hero h1 {
  margin: 0;
  color: var(--v2r-ink);
  font-family: var(--v2-font-editorial);
  font-size: clamp(36px, 3.9vw, 48px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.v2r-hero small {
  display: block;
  max-width: 42ch;
  margin-top: 17px;
  font-family: var(--v2-font-editorial);
  font-size: 17px;
  line-height: 1.35;
}

.v2r-workspace {
  display: grid;
  grid-template-columns: minmax(250px, 27fr) minmax(0, 73fr);
  min-height: 1038px;
  margin-top: 20px;
  border: 1px solid rgba(12, 53, 84, .64);
  background: rgba(251, 244, 230, .08);
}

.v2r-input-panel {
  min-width: 0;
  padding: 25px 17px 4px;
  border-right: 1px solid rgba(12, 53, 84, .64);
}

.v2r-input-panel > header {
  min-height: 42px;
  border-bottom: 1px solid rgba(12, 53, 84, .42);
}

.v2r-input-panel > header p,
.v2r-result-heading p {
  margin: 0 0 4px;
  color: var(--v2r-coral);
  font-family: var(--v2-font-display);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
}

.v2r-input-panel > header h2,
.v2r-result-heading h2 {
  margin: 0;
  font-family: var(--v2-font-editorial);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
}

.v2r-result-heading h2 { font-size: clamp(31px, 3.4vw, 42px); }

.v2r-primary-fields { display: grid; }

.v2r-field {
  display: grid;
  min-height: 113px;
  padding: 14px 0 12px;
  align-content: start;
  border-bottom: 1px solid rgba(12, 53, 84, .3);
  cursor: text;
}

.v2r-field > span:first-child {
  margin-bottom: 9px;
  color: var(--v2r-ink);
  font-family: var(--v2-font-editorial);
  font-size: 17px;
  line-height: 1.2;
}

.v2r-input {
  position: relative;
  display: grid;
  min-height: 54px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  border: 1px solid rgba(12, 53, 84, .58);
  background: rgba(251, 244, 230, .36);
  overflow: hidden;
}

.v2r-input:not(.has-prefix) { grid-template-columns: minmax(0, 1fr) auto; }

.v2r-input i,
.v2r-input small {
  padding: 0 10px;
  color: var(--v2r-ink);
  font-family: var(--v2-font-interface);
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
}

.v2r-input i { border-right: 1px solid rgba(12, 53, 84, .25); }

.v2r-input input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 8px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--v2r-ink);
  font-family: var(--v2-font-editorial);
  font-size: 42px;
  line-height: 1;
  text-align: right;
}

.v2r-input input:focus { box-shadow: inset 0 0 0 2px var(--v2r-ink); }

.v2r-advanced {
  margin-top: 18px;
  border: 1px solid rgba(12, 53, 84, .46);
  background: rgba(251, 244, 230, .24);
}

.v2r-advanced > summary,
.v2r-sequence > summary {
  display: flex;
  min-height: 48px;
  padding: 10px 13px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  list-style: none;
  cursor: pointer;
}

.v2r-advanced > summary { min-height: 42px; padding-block: 6px; }

.v2r-advanced > summary::-webkit-details-marker,
.v2r-sequence > summary::-webkit-details-marker { display: none; }

.v2r-advanced > summary span {
  font-family: var(--v2-font-editorial);
  font-size: 17px;
}

.v2r-advanced > summary i,
.v2r-sequence > summary i {
  font-size: 25px;
  font-style: normal;
  transition: transform 160ms ease;
}

.v2r-advanced[open] > summary i,
.v2r-sequence[open] > summary i { transform: rotate(45deg); }

.v2r-advanced-body { padding: 0 15px 16px; }
.v2r-advanced-body section { padding: 15px 0; border-top: 1px solid rgba(12, 53, 84, .22); }
.v2r-advanced-body h3 { margin: 0 0 12px; font-family: var(--v2-font-display); font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.v2r-advanced-grid { display: grid; gap: 10px; }

.v2r-advanced-field { display: grid; grid-template-columns: minmax(0, 1fr) 88px; align-items: center; gap: 8px; font-size: 13px; }
.v2r-advanced-field > span:last-child { display: flex; height: 34px; align-items: center; border: 1px solid rgba(12, 53, 84, .42); }
.v2r-advanced-field input { width: 100%; min-width: 0; height: 32px; padding: 0 5px; border: 0; background: transparent; text-align: right; }
.v2r-advanced-field i { padding-right: 6px; font-size: 12px; font-style: normal; }
.v2r-timing { margin: 14px 0 0; padding: 0; border: 0; }
.v2r-timing legend { margin-bottom: 7px; font-size: 13px; }
.v2r-timing button { width: 50%; min-height: 38px; border: 1px solid rgba(12, 53, 84, .52); background: transparent; font-size: 12px; cursor: pointer; }
.v2r-timing button + button { border-left: 0; }
.v2r-timing button[aria-pressed="true"] { color: var(--v2r-paper-light); background: var(--v2r-ink); }
.v2r-method p, .v2r-method li { font-size: 12px; line-height: 1.45; }
.v2r-method ul { padding-left: 18px; }
.v2r-method a { color: var(--v2r-ink); text-underline-offset: 2px; }

.v2r-run {
  width: 100%;
  min-height: 60px;
  margin-top: 23px;
  padding: 12px 17px;
  border: 1px solid var(--v2r-coral);
  color: var(--v2r-paper-light);
  background: var(--v2r-coral) url("assets/texture/ink-wear.svg");
  background-size: 180px 180px;
  font-family: var(--v2-font-display);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
  cursor: pointer;
}

.v2r-run span { margin-left: 8px; font-size: 24px; }
.v2r-run:hover { filter: saturate(1.1) brightness(.97); }
.v2r-local { display: none; }

.v2r-results { min-width: 0; padding: 25px 20px 20px; }

.v2r-result-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  min-height: 58px;
  align-items: start;
  gap: 18px;
  border-bottom: 1px solid rgba(12, 53, 84, .42);
}

.v2r-result-heading .dollar-mode { display: grid; width: 250px; margin: 0; padding: 0; grid-template-columns: 1fr 1fr; border: 0; }
.v2r-result-heading .dollar-mode legend { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.v2r-result-heading .dollar-mode button { min-width: 0; min-height: 36px; padding: 7px 6px; border: 1px solid rgba(12, 53, 84, .58); background: transparent; font-size: 11px; cursor: pointer; }
.v2r-result-heading .dollar-mode button + button { border-left: 0; }
.v2r-result-heading .dollar-mode button[aria-pressed="true"] { color: var(--v2r-paper-light); background: var(--v2r-ink); }

.v2r-legend { display: flex; padding: 16px 0 8px; justify-content: flex-start; gap: 14px 24px; flex-wrap: wrap; font-family: var(--v2-font-editorial); font-size: 12px; }
.v2r-legend span { display: inline-flex; align-items: center; gap: 6px; }
.v2r-legend span::before { width: 22px; height: 6px; border: 1px solid currentColor; content: ""; }
.v2r-legend .is-stable { color: var(--v2r-olive); }
.v2r-legend .is-stable::before { background: rgba(123, 132, 75, .55); }
.v2r-legend .is-spending { color: var(--v2r-coral); }
.v2r-legend .is-spending::before { height: 2px; border: 0; background: currentColor; }
.v2r-legend .is-portfolio { color: var(--v2r-blue); }
.v2r-legend .is-portfolio::before { height: 2px; border: 0; background: currentColor; }
.v2r-legend .is-range { color: var(--v2r-ink); }
.v2r-legend .is-range::before { background: radial-gradient(circle, rgba(12, 53, 84, .6) 1px, transparent 1.2px); background-size: 5px 5px; }

.v2r-chart { margin: 0; }
.v2r-chart svg { width: 100%; height: auto; overflow: visible; }
.v2r-y-tick line { stroke: rgba(12, 53, 84, .18); stroke-width: 1; }
.v2r-y-tick text, .v2r-x-tick text { fill: var(--v2r-ink); font-family: var(--v2-font-interface); font-size: 11px; }
.v2r-axis-title { fill: var(--v2r-ink); font-family: var(--v2-font-display); font-size: 11px; letter-spacing: .035em; }
.v2r-x-tick line { stroke: var(--v2r-ink); stroke-width: 1; }
.v2r-stable-band { fill: rgba(123, 132, 75, .48); }
.v2r-funding-band { fill: rgba(61, 110, 166, .27); }
.v2r-funding-stipple { fill: url("#v2r-stipple"); opacity: .45; }
.v2r-funding-stipple + * { color: var(--v2r-blue); }
#v2r-stipple circle { fill: var(--v2r-ink); }
.v2r-funding-line { fill: none; stroke: var(--v2r-blue); stroke-width: 3; }
.v2r-spending-line { fill: none; stroke: var(--v2r-coral); stroke-width: 3; }
.v2r-vulnerable { stroke: var(--v2r-coral); stroke-width: 2; stroke-dasharray: 4 4; }
.v2r-vulnerable-label { fill: var(--v2r-coral); font-family: var(--v2-font-display); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.v2r-chart-hit { fill: transparent; stroke: transparent; cursor: help; }
.v2r-chart-hit:hover, .v2r-chart-hit:focus { fill: var(--v2r-paper-light); stroke: var(--v2r-blue); stroke-width: 3; outline: none; }
.v2r-direct-label { font-family: var(--v2-font-editorial); font-size: 12px; }
.v2r-direct-label path { fill: none; stroke-width: 1.5; }
.v2r-direct-label.is-stable :is(circle, text) { fill: var(--v2r-olive); }
.v2r-direct-label.is-stable path { stroke: var(--v2r-olive); }
.v2r-direct-label.is-middle :is(circle, text) { fill: var(--v2r-blue); }
.v2r-direct-label.is-middle path { stroke: var(--v2r-blue); }
.v2r-direct-label.is-short :is(circle, text) { fill: var(--v2r-coral); }
.v2r-direct-label.is-short path { stroke: var(--v2r-coral); }
.v2r-chart figcaption { margin-top: -5px; color: rgba(12, 53, 84, .72); font-size: 11px; }

.v2r-data { margin-top: 7px; font-size: 12px; }
.v2r-data summary { display: inline-block; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.v2r-data > div { max-width: 100%; margin-top: 8px; overflow: auto; }
.v2r-data table { width: 100%; min-width: 1120px; border-collapse: collapse; font-size: 11px; }
.v2r-data caption { padding: 7px 0; text-align: left; }
.v2r-data :is(th, td) { padding: 6px; border: 1px solid rgba(12, 53, 84, .24); text-align: right; white-space: nowrap; }
.v2r-data th:first-child { text-align: left; }

.v2r-callouts {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 13px;
  border-block: 1px solid rgba(12, 53, 84, .4);
}

.v2r-callouts article { position: relative; display: grid; min-height: 108px; padding: 16px 14px; align-content: center; text-align: center; cursor: help; }
.v2r-callouts article + article::before { position: absolute; inset: 17px auto 17px 0; width: 1px; background: rgba(12, 53, 84, .25); content: ""; }
.v2r-callouts span { font-family: var(--v2-font-display); font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.v2r-callouts strong { margin: 5px 0 2px; font-family: var(--v2-font-editorial); font-size: 23px; font-weight: 400; line-height: 1.05; }
.v2r-callouts small { font-size: 11px; }

.v2r-key-results { display: grid; grid-template-columns: 1fr 1fr; margin-top: 16px; border: 1px solid rgba(12, 53, 84, .56); }
.v2r-key-results article { display: grid; min-height: 158px; padding: 22px 18px 17px; grid-template-columns: 68px minmax(0, 1fr); align-items: center; gap: 15px; }
.v2r-key-results article + article { border-left: 1px solid rgba(12, 53, 84, .4); }
.v2r-key-results article > div > span { font-family: var(--v2-font-editorial); font-size: 18px; }
.v2r-key-results strong { display: block; margin: 7px 0 3px; color: var(--v2r-ink); font-family: var(--v2-font-editorial); font-size: clamp(31px, 4vw, 46px); font-weight: 400; line-height: 1; }
.v2r-key-results strong small { font-size: 16px; }
.v2r-key-results p { margin: 8px 0 0; font-size: 12px; line-height: 1.35; }

.v2r-key-icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; color: var(--v2r-paper-light); }
.v2r-key-icon.is-coral { background: var(--v2r-coral); }
.v2r-key-icon.is-olive { background: var(--v2r-olive); }
.v2r-key-icon svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.v2r-sequence-zone { grid-column: 1 / -1; min-width: 0; padding: 14px 20px 0; border-top: 1px solid rgba(12, 53, 84, .3); }
.v2r-sequence { border: 1px solid rgba(12, 53, 84, .56); }
.v2r-sequence[open] { display: grid; grid-template-columns: 43% 57%; }
.v2r-sequence > summary { min-height: 216px; align-items: flex-start; }
.v2r-sequence > summary span { display: grid; }
.v2r-sequence > summary b { font-family: var(--v2-font-editorial); font-size: 29px; font-weight: 400; }
.v2r-sequence > summary small { max-width: 42ch; margin-top: 17px; font-family: var(--v2-font-editorial); font-size: 14px; line-height: 1.45; }
.v2r-sequence > summary em { margin-top: 28px; color: var(--v2r-blue); font-family: var(--v2-font-editorial); font-size: 14px; font-style: normal; }
.v2r-sequence[open] > summary { border-right: 1px solid rgba(12, 53, 84, .34); }
.v2r-sequence > div { position: relative; display: grid; grid-template-columns: 1fr 1fr 74px; gap: 14px; padding: 42px 16px 15px; }
.v2r-sequence-average { position: absolute; inset: 12px 0 auto; margin: 0; color: var(--v2r-blue); font-family: var(--v2-font-editorial); font-size: 13px; text-align: center; }
.v2r-sequence article { min-width: 0; }
.v2r-sequence article + article { padding-left: 14px; border-left: 1px dashed rgba(12, 53, 84, .38); }
.v2r-sequence h3 { margin: 0; font-family: var(--v2-font-display); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.v2r-sequence article strong { display: block; font-family: var(--v2-font-editorial); font-size: 22px; font-weight: 400; }
.v2r-mini-chart { width: 100%; margin: 6px 0 3px; }
.v2r-mini-chart line { stroke: rgba(12, 53, 84, .28); }
.v2r-mini-chart polyline { fill: none; stroke-width: 3; }
.v2r-mini-chart.is-loss polyline { stroke: var(--v2r-coral); }
.v2r-mini-chart.is-gain polyline { stroke: var(--v2r-teal); }
.v2r-sequence-bulb { display: grid; place-items: center; }
.v2r-sequence-bulb svg { width: 54px; fill: none; stroke: var(--v2r-ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.v2r-boundary { display: flex; min-height: 45px; padding: 12px 4px 9px; align-items: start; justify-content: center; gap: 24px; }
.v2r-boundary p { margin: 0; font-family: var(--v2-font-editorial); font-size: 12px; line-height: 1.45; text-align: center; }
.v2r-boundary p span { margin-inline: 7px; }
.v2r-boundary a { color: var(--v2r-ink); font-family: var(--v2-font-display); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }

@media (max-width: 900px) {
  body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] { height: auto; min-height: 72px; grid-template-columns: 1fr; padding: 11px 0; gap: 4px; }
  body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .primary-nav { justify-content: flex-start; overflow-x: auto; }
  body.editorial-ui.v2-foundation .site-header[data-profile="retirement"] .nav-action { padding-inline: 7px; font-size: 12px; }
  .v2r-hero { height: 335px; }
  .v2r-hero > span { left: 22px; font-size: 175px; }
  .v2r-hero > div { top: 145px; left: 34%; width: 62%; }
  .v2r-hero h1 { font-size: 34px; }
  .v2r-workspace { grid-template-columns: minmax(230px, 34fr) minmax(0, 66fr); }
  .v2r-results { padding-inline: 14px; }
  .v2r-result-heading { grid-template-columns: 1fr; padding-bottom: 12px; }
  .v2r-result-heading .dollar-mode { width: min(100%, 250px); margin-top: 5px; }
  .v2r-callouts strong { font-size: 19px; }
  .v2r-sequence > div { grid-template-columns: 1fr 1fr 58px; }
}

@media (max-width: 680px) {
  body.editorial-ui.v2-foundation.is-v2-retirement-view .app-shell { width: calc(100% - 24px); }
  .v2-retirement-page { width: calc(100% + 24px); margin-left: -12px; }
  .v2r-hero { width: calc(100% + 24px); height: 360px; margin-left: -12px; }
  .v2r-hero > span { top: 20px; left: 16px; font-size: 135px; }
  .v2r-hero > div { top: 125px; left: 18px; width: calc(100% - 36px); }
  .v2r-hero h1 { font-size: 33px; }
  .v2r-hero small { font-size: 15px; }
  .v2r-workspace { grid-template-columns: 1fr; margin-top: 12px; border-inline: 0; }
  .v2r-input-panel { border-right: 0; border-bottom: 1px solid rgba(12, 53, 84, .64); }
  .v2r-field { min-height: 108px; }
  .v2r-results { padding-inline: 12px; }
  .v2r-result-heading { display: grid; padding-bottom: 12px; }
  .v2r-legend { justify-content: flex-start; gap: 9px 14px; }
  .v2r-chart { overflow-x: auto; }
  .v2r-chart > svg { min-width: 640px; }
  .v2r-callouts { grid-template-columns: 1fr; }
  .v2r-callouts article + article::before { inset: 0 18px auto; width: auto; height: 1px; }
  .v2r-key-results { grid-template-columns: 1fr; }
  .v2r-key-results article + article { border-top: 1px solid rgba(12, 53, 84, .4); border-left: 0; }
  .v2r-sequence-zone { padding-inline: 12px; }
  .v2r-sequence[open] { grid-template-columns: 1fr; }
  .v2r-sequence[open] > summary { min-height: 180px; border-right: 0; border-bottom: 1px solid rgba(12, 53, 84, .34); }
  .v2r-sequence > div { grid-template-columns: 1fr; }
  .v2r-sequence article { padding-top: 15px; padding-left: 0; border-top: 1px solid rgba(12, 53, 84, .26); border-left: 0; }
  .v2r-sequence-bulb { display: none; }
  .v2r-boundary { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  .v2r-advanced > summary i,
  .v2r-sequence > summary i { transition: none; }
}

@media print {
  body.editorial-ui.v2-foundation.is-v2-retirement-view .site-header[data-profile="retirement"] { position: static; }
  .v2r-advanced:not([open]) > summary { display: none; }
  .v2r-sequence > summary { display: none; }
  .v2r-sequence > div { display: grid !important; }
}
