/* V2 private-preview polish: restore the site chrome and provide one consistent control/card system. */
body.msc-pathway-assist-v2-page #masthead,
body.msc-pathway-assist-v2-page #colophon,
body.msc-pathway-assist-v2-page .site-header,
body.msc-pathway-assist-v2-page .site-footer { display: none !important; }
body.msc-pathway-assist-v2-page .entry-header { display: none !important; }
body.msc-pathway-assist-v2-page #content,
body.msc-pathway-assist-v2-page .site-content { background: transparent; }

.msc-pa-v2-shell { min-height: calc(100vh - 1px); }
.msc-pa-v2-header { display: none; }
.msc-pa-v2-site-header { width: 100%; position: relative; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(7,23,52,.1); box-shadow: 0 3px 14px rgba(7,23,52,.06); }
.msc-pa-v2-site-inner { width: min(1680px, calc(100% - 56px)); margin: 0 auto; }
.msc-pa-v2-site-header .msc-pa-v2-site-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.msc-pa-v2-logo { width: 190px; height: 42px; min-width: 190px; position: relative; display: block; overflow: hidden; }
.msc-pa-v2-logo img { width: 190px; max-width: none; height: auto; position: absolute; top: -21px; left: 0; display: block; }
.msc-pa-v2-nav { flex: 1; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 34px); }
.msc-pa-v2-nav a, .msc-pa-v2-site-footer nav a { color: var(--navy); font-weight: 800; text-decoration: none; }
.msc-pa-v2-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--teal), #1d96b8); font-weight: 900; text-decoration: none; }
.msc-pa-v2-menu { display: none; width: 44px; height: 44px; border: 0; border-radius: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; padding: 0; }
.msc-pa-v2-menu span { display: block; width: 22px; height: 2px; background: var(--navy); }
.msc-pa-v2-site-footer { width: 100%; background: #fff; border-top: 1px solid rgba(7,23,52,.08); }
.msc-pa-v2-footer-inner { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; }
.msc-pa-v2-site-footer nav { display: flex; gap: 18px; flex-wrap: wrap; justify-content: center; }
.msc-pa-v2-site-footer small { color: var(--muted); font-weight: 700; justify-self: end; }
.msc-pa-v2-main { padding-top: 42px; }
.msc-pa-v2-intro { max-width: 700px; }
.msc-pa-v2-intro h1 { letter-spacing: -.035em; }
.msc-pa-v2-profile,
.msc-pa-v2-result,
.msc-pa-v2-primary,
.msc-pa-v2-option,
.msc-pa-v2-action,
.msc-pa-v2-comparison { border-color: rgba(255,255,255,.92); background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(235,249,250,.78)); box-shadow: 0 20px 48px rgba(7,23,52,.09), inset 0 1px 0 rgba(255,255,255,.8); }
.msc-pa-v2-profile,
.msc-pa-v2-result { padding: 30px; }
.msc-pa-v2-step h2 { letter-spacing: -.025em; }
.msc-pa-v2-sport { align-content: center; justify-items: start; min-height: 104px; padding: 15px 16px; }
.msc-pa-v2-sport:hover,
.msc-pa-v2-sport:has(input:checked) { transform: translateY(-1px); }
.msc-pa-v2-sport:has(input:checked) { background: rgba(255,255,255,.96); }
.msc-pa-v2-rail { max-width: none; padding: 4px 0; }
.msc-pa-v2-rail label span { min-height: 56px; padding: 8px 16px 8px 0; }
.msc-pa-v2-rail input:checked + span { padding-left: 14px; }
.msc-pa-v2-result-head { padding: 4px 0 25px; }
.msc-pa-v2-selection { margin: 14px 0 0 !important; color: var(--teal-dark) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .02em; }
.msc-pa-v2-result-head h2 { letter-spacing: -.03em; }
.msc-pa-v2-strip { align-items: start; gap: 14px; padding: 20px 0; }
.msc-pa-v2-strip span { flex: 1 1 0; min-width: 0; align-self: start; min-height: 76px; }
.msc-pa-v2-strip > b { flex: 0 0 auto; margin-top: 23px; }
.msc-pa-v2-primary { padding: 26px 28px; }
.msc-pa-v2-primary .msc-pa-v2-eyebrow::after { content: ""; display: block; width: 42px; height: 3px; margin-top: 9px; border-radius: 99px; background: var(--orange); }
.msc-pa-v2-section { margin-top: 28px; padding-top: 26px; }
.msc-pa-v2-option { width: 100%; min-height: 218px; padding: 24px 28px; }
.msc-pa-v2-option-role { display: inline-block; }
.msc-pa-v2-action { padding: 22px 24px; }
.msc-pa-v2-details { padding: 18px 4px; }

/* Keep action controls aligned across all steps and result states. */
.msc-pa-v2-next,
.msc-pa-v2-submit,
.msc-pa-v2-primary-cta,
.msc-pa-v2-back,
.msc-pa-v2-edit,
.msc-pa-v2-section-head button,
.msc-pa-v2-compare-open,
.msc-pa-v2-comparison button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; }
.msc-pa-v2-next,
.msc-pa-v2-submit,
.msc-pa-v2-primary-cta { min-width: 188px; }
.msc-pa-v2-back,
.msc-pa-v2-edit,
.msc-pa-v2-section-head button,
.msc-pa-v2-comparison button { padding: 10px 16px; }
.msc-pa-v2-compare-open { padding: 10px 16px; }
.msc-pa-v2-fields { gap: 16px; }
.msc-pa-v2-fields label { display: grid; gap: 8px; color: var(--text); font-size: 14px; font-weight: 700; }
.msc-pa-v2-fields select { min-height: 46px; padding: 0 42px 0 14px; border: 1px solid rgba(7,23,52,.15); border-radius: 11px; background: rgba(255,255,255,.9); color: var(--navy); font: inherit; }
.msc-pa-v2-fields select,
.msc-pa-v2-sport,
.msc-pa-v2-rail input:checked + span,
.msc-pa-v2-option,
.msc-pa-v2-primary,
.msc-pa-v2-action,
.msc-pa-v2-details,
.msc-pa-v2-comparison { backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.msc-pa-v2-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: end; }
.msc-pa-v2-option { min-width: 0; align-content: start; }
.msc-pa-v2-option h3,
.msc-pa-v2-option p,
.msc-pa-v2-option small { overflow-wrap: anywhere; }
.msc-pa-v2-distance { display: inline-flex; width: fit-content; padding: 5px 9px; border: 1px solid rgba(33,184,176,.22); border-radius: 999px; background: rgba(255,255,255,.65); color: var(--teal-dark); font-size: 12px; font-weight: 800; }
.msc-pa-v2-full-pathway { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; }
.msc-pa-v2-full-pathway li { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 12px; min-height: 44px; padding: 8px 12px; border: 1px solid rgba(7,23,52,.08); border-radius: 12px; background: rgba(255,255,255,.55); }
.msc-pa-v2-full-pathway li > span { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(33,184,176,.35); border-radius: 50%; color: var(--teal-dark); font-size: 12px; font-weight: 900; }
.msc-pa-v2-full-pathway li strong { color: var(--navy); }
.msc-pa-v2-full-pathway li em { color: var(--teal-dark); font-size: 10px; font-style: normal; font-weight: 900; letter-spacing: .07em; }
.msc-pa-v2-full-pathway li.is-current { border-color: rgba(33,184,176,.5); background: rgba(224,250,248,.8); box-shadow: 0 8px 20px rgba(33,184,176,.1); }
.msc-pa-v2-details ul { display: grid; gap: 10px; margin: 14px 0 0; padding-left: 18px; }
.msc-pa-v2-details li { padding-left: 4px; color: var(--text); }
.msc-pa-v2-details li a { color: var(--teal-dark); font-weight: 800; }
.msc-pa-v2-details li small { display: block; margin-top: 3px; color: var(--muted); }

@media (max-width:650px) {
  .msc-pa-v2-main { padding-top: 26px; }
  .msc-pa-v2-site-inner { width: min(100% - 32px, 680px); }
  .msc-pa-v2-site-header .msc-pa-v2-site-inner { min-height: 58px; gap: 12px; }
  .msc-pa-v2-logo { width: 148px; min-width: 148px; height: 32px; }
  .msc-pa-v2-logo img { width: 148px; top: -17px; }
  .msc-pa-v2-nav { position: absolute; right: 16px; top: calc(100% + 8px); display: none; width: min(260px, calc(100vw - 32px)); padding: 12px; border: 1px solid rgba(33,184,176,.2); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 18px 42px rgba(7,23,52,.14); flex-direction: column; align-items: stretch; }
  .msc-pa-v2-shell.is-menu-open .msc-pa-v2-nav { display: flex; }
  .msc-pa-v2-nav a { padding: 10px 12px; }
  .msc-pa-v2-header-cta { display: none; }
  .msc-pa-v2-menu { display: inline-flex; margin-left: auto; }
  .msc-pa-v2-fields { grid-template-columns: 1fr; }
  .msc-pa-v2-profile,
  .msc-pa-v2-result { padding: 22px; }
  .msc-pa-v2-strip { gap: 7px; }
  .msc-pa-v2-strip span { min-height: 92px; }
  .msc-pa-v2-strip > b { margin-top: 24px; }
  .msc-pa-v2-strip strong { overflow-wrap: anywhere; }
  .msc-pa-v2-primary { padding: 22px; }
  .msc-pa-v2-option,
  .msc-pa-v2-action { padding: 20px; }
  .msc-pa-v2-next,
  .msc-pa-v2-submit,
  .msc-pa-v2-primary-cta { min-width: 168px; }
  .msc-pa-v2-step-actions { align-items: stretch; }
  .msc-pa-v2-footer-inner { min-height: 150px; grid-template-columns: 1fr; justify-items: center; padding: 22px 0; }
  .msc-pa-v2-site-footer small { justify-self: center; }
  .msc-pa-v2-full-pathway li { grid-template-columns: 30px 1fr; }
  .msc-pa-v2-full-pathway li em { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .msc-pa-v2-sport:hover,
  .msc-pa-v2-sport:has(input:checked) { transform: none; }
}

/* 2026.08.21.09: mobile-first result composition and continuous pathway rail. */
.msc-pa-v2-shell {
  --pa-page-gutter: clamp(18px, 4vw, 32px);
  --pa-section-gap: 26px;
  --pa-card-gap: 14px;
  --pa-card-padding: 24px;
  --pa-nested-inset: 0;
}
.msc-pa-v2-result {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.msc-pa-v2-result-head,
.msc-pa-v2-strip,
.msc-pa-v2-section,
.msc-pa-v2-details { width: 100%; }
.msc-pa-v2-result-head { padding: 0 0 var(--pa-section-gap); }
.msc-pa-v2-result-head h2,
.msc-pa-v2-result-head > p { max-width: 720px; }

/* One composed progression rail: markers and line share a centreline. */
.msc-pa-v2-strip {
  position: relative;
  display: flex;
  align-items: start;
  gap: 12px;
  min-height: 112px;
  padding: 30px 0 24px;
  border-top: 1px solid rgba(7,23,52,.08);
  border-bottom: 1px solid rgba(7,23,52,.08);
}
.msc-pa-v2-strip::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 42px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgba(33,184,176,.72), rgba(33,184,176,.36), rgba(7,23,52,.16));
}
.msc-pa-v2-strip span {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1 1 0;
  min-width: 0;
  min-height: 58px;
  padding: 30px 4px 0;
  color: var(--muted);
  text-align: center;
  align-content: start;
}
.msc-pa-v2-strip span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(7,23,52,.2);
  border-radius: 50%;
  background: #f6fbfd;
  transform: translateX(-50%);
  box-shadow: 0 0 0 5px rgba(255,255,255,.82);
}
.msc-pa-v2-strip span:first-of-type::before {
  border-color: var(--teal);
  background: var(--teal);
}
.msc-pa-v2-strip span.is-next::before {
  width: 26px;
  height: 26px;
  top: -3px;
  border-color: var(--teal-dark);
  background: #fff;
  box-shadow: 0 0 0 5px rgba(33,184,176,.15);
}
.msc-pa-v2-strip span.is-next::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal-dark);
  transform: translateX(-50%);
}
.msc-pa-v2-strip span > strong { max-width: 150px; margin-inline: auto; }
.msc-pa-v2-strip > b { flex: 0 0 12px; width: 12px; margin-top: 0; color: transparent; font-size: 0; }

.msc-pa-v2-primary {
  width: 100%;
  margin-top: var(--pa-section-gap);
  padding: var(--pa-card-padding) !important;
  border-radius: 20px;
}
.msc-pa-v2-section {
  margin-top: var(--pa-section-gap);
  padding: var(--pa-section-gap) 0 0;
  border-top: 1px solid rgba(7,23,52,.08);
}
.msc-pa-v2-section-head { margin-bottom: 16px; }
.msc-pa-v2-options { gap: var(--pa-card-gap); }
.msc-pa-v2-option {
  width: 100%;
  min-height: 0;
  padding: var(--pa-card-padding) !important;
  border-radius: 18px;
}
body.msc-pathway-assist-v2-page .msc-pa-v2-shell .msc-pa-v2-option {
  padding: 24px !important;
}
.msc-pa-v2-option-role { display: inline-block; }
.msc-pa-v2-option h3 { margin-top: 2px; }
.msc-pa-v2-option p { min-height: 1.35em; }
.msc-pa-v2-option small { min-height: 1.35em; }
.msc-pa-v2-action {
  padding: var(--pa-card-padding) !important;
  border-radius: 18px;
}
.msc-pa-v2-details {
  padding: 17px 0;
  border-bottom: 1px solid rgba(7,23,52,.1);
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.msc-pa-v2-details summary { padding: 2px 0; }

@media (max-width:650px) {
  .msc-pa-v2-result { padding: 0; }
  .msc-pa-v2-strip { gap: 5px; min-height: 132px; padding-top: 32px; }
  .msc-pa-v2-strip::before { left: 10%; right: 10%; top: 44px; }
  .msc-pa-v2-strip span { min-height: 72px; padding: 32px 2px 0; font-size: 9px; }
  .msc-pa-v2-strip span > strong { font-size: 11px; line-height: 1.28; }
  .msc-pa-v2-strip > b { flex-basis: 5px; width: 5px; }
  .msc-pa-v2-primary,
  .msc-pa-v2-option,
  .msc-pa-v2-action { padding: 22px 20px !important; }
  body.msc-pathway-assist-v2-page .msc-pa-v2-shell .msc-pa-v2-option { padding: 22px 20px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .msc-pa-v2-strip span::before,
  .msc-pa-v2-strip span.is-next::after { transition: none; }
}

/* 2026.08.21.12: final shell, controls and menu interaction polish. */
html,
body.msc-pathway-assist-v2-page,
body.msc-pathway-assist-v2-page #page,
body.msc-pathway-assist-v2-page .site,
body.msc-pathway-assist-v2-page .site-content,
body.msc-pathway-assist-v2-page #primary,
body.msc-pathway-assist-v2-page .entry-content {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.msc-pathway-assist-v2-page { overflow-x: hidden; }
body.msc-pathway-assist-v2-page #page { min-height: 0 !important; }
.msc-pa-v2-shell { min-height: 0; }
.msc-pa-v2-site-header { margin-top: 0 !important; }
.msc-pa-v2-site-footer { margin-bottom: 0 !important; padding-bottom: 0 !important; }

/* Native selects remain accessible while matching the V2 glass control system. */
.msc-pa-v2-fields select {
  appearance: none;
  -webkit-appearance: none;
  min-height: 48px;
  padding: 0 44px 0 16px !important;
  border: 1px solid rgba(33,184,176,.3) !important;
  border-radius: 13px !important;
  background-color: rgba(255,255,255,.68) !important;
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%), linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 21px) 20px, calc(100% - 15px) 20px;
  background-repeat: no-repeat;
  background-size: 6px 6px, 6px 6px;
  color: var(--navy) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 8px 22px rgba(7,23,52,.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.msc-pa-v2-fields select:hover { border-color: rgba(33,184,176,.6) !important; }
.msc-pa-v2-fields select:focus-visible { outline: 3px solid rgba(70,202,232,.45); outline-offset: 2px; }
.msc-pa-v2-fields select:disabled { opacity: .55; cursor: not-allowed; }

/* Back is part of the same primary content grid, never a floating corner control. */
.msc-pa-v2-result-head .msc-pa-v2-edit {
  position: static;
  margin: 0 0 16px;
  padding: 10px 14px 10px 0;
  justify-content: flex-start;
  min-width: 44px;
}
.msc-pa-v2-result-head .msc-pa-v2-edit:focus-visible { outline-offset: 3px; }

@media (max-width:650px) {
  .msc-pa-v2-site-inner { width: calc(100% - 36px); }
  .msc-pa-v2-main { padding-top: 22px; padding-bottom: 38px; }
  .msc-pa-v2-profile { padding: 22px 20px; }
  .msc-pa-v2-sport { min-height: 76px; padding: 10px 12px; gap: 6px; }
  .msc-pa-v2-sport-icon { font-size: 22px; }
  .msc-pa-v2-sport strong { font-size: 13px; }
  .msc-pa-v2-rail label span { min-height: 46px; padding-top: 5px; padding-bottom: 5px; gap: 10px; }
  .msc-pa-v2-rail label b { width: 26px; height: 26px; }
  .msc-pa-v2-rail::before { left: 12px; }
  .msc-pa-v2-next,
  .msc-pa-v2-submit { min-height: 46px; min-width: 0; padding: 10px 16px; border-radius: 11px; }
  .msc-pa-v2-fields select { min-height: 48px; }
  .msc-pa-v2-site-footer { margin-top: 24px; }
}
