.flf-bd {
  --flf-bd-ink: #000000;
  --flf-bd-ink-soft: #12141e;
  --flf-bd-paper: #fdfdfb;
  --flf-bd-yellow: #fce176;
  --flf-bd-blue: #89dcf6;
  --flf-bd-soft: #e7f8fd;
  --flf-bd-warm-grey: #d8d8d2;
  --flf-bd-muted: #5d5d59;
  --flf-bd-line: rgba(0, 0, 0, 0.22);
  --flf-bd-line-strong: rgba(0, 0, 0, 0.68);
  --flf-bd-radius: 0.25rem;
  --flf-bd-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, 0.12);
  --flf-bd-focus: #005b75;
  --flf-bd-display-font: "League Spartan", "Arial Black", Arial, sans-serif;
  --flf-bd-body-font: Inter, Arial, sans-serif;
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  color: var(--flf-bd-ink);
  font-family: var(--flf-bd-body-font);
  font-size: 1rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.flf-bd,
.flf-bd *,
.flf-bd *::before,
.flf-bd *::after {
  box-sizing: border-box;
}

.flf-bd h2,
.flf-bd h3,
.flf-bd h4,
.flf-bd p,
.flf-bd ul,
.flf-bd fieldset {
  margin-top: 0;
}

.flf-bd h2,
.flf-bd h3,
.flf-bd h4 {
  color: inherit;
  font-family: var(--flf-bd-display-font);
  line-height: 1.08;
  text-wrap: balance;
}

.flf-bd button,
.flf-bd a,
.flf-bd input {
  font-family: var(--flf-bd-body-font);
  font-size: inherit;
}

.flf-bd__shell {
  border: 1px solid var(--flf-bd-line-strong);
  border-radius: var(--flf-bd-radius);
  background: var(--flf-bd-paper);
  box-shadow: var(--flf-bd-shadow);
  overflow: hidden;
}

.flf-bd__screen {
  animation: flf-bd-enter 240ms ease-out both;
}

.flf-bd__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.flf-bd__eyebrow {
  margin-bottom: 0.9rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.flf-bd__title,
.flf-bd__question-title,
.flf-bd__result-title {
  margin-bottom: 1.25rem;
  font-size: clamp(2.4rem, 4.35vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.flf-bd__question-title,
.flf-bd__result-title {
  max-width: 18ch;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
}

.flf-bd__lead {
  max-width: 47rem;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}

.flf-bd__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, 0.75fr);
  min-height: 31rem;
}

.flf-bd__intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4.5vw, 4rem);
  background: var(--flf-bd-yellow);
}

.flf-bd__intro-copy > p:not(.flf-bd__eyebrow):not(.flf-bd__privacy) {
  max-width: 45rem;
}

.flf-bd__instruction {
  padding-left: 1rem;
  margin-top: 0.75rem;
  border-left: 0.3rem solid var(--flf-bd-ink);
}

.flf-bd__overview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.75rem);
  background: var(--flf-bd-ink);
  color: var(--flf-bd-paper);
}

.flf-bd__overview-kicker {
  margin-bottom: 2rem;
  color: var(--flf-bd-yellow);
  font-size: clamp(1.65rem, 2.6vw, 2.6rem);
  font-weight: 800;
  line-height: 1.05;
}

.flf-bd__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  border-left: 1px solid rgba(255, 255, 255, 0.38);
}

.flf-bd__facts > div {
  min-width: 0;
  padding: 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.flf-bd__facts span,
.flf-bd__facts strong {
  display: block;
}

.flf-bd__facts span {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.flf-bd__facts strong {
  font-size: 1.05rem;
  line-height: 1.35;
}

.flf-bd__fact-wide {
  grid-column: 1 / -1;
}

.flf-bd__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 1.75rem;
}

.flf-bd__actions + p {
  margin-top: 1.75rem;
}

.flf-bd__privacy {
  flex: 1 1 17rem;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.78);
  font-size: 0.85rem;
}

/*
 * Keep component controls above equal-specificity site link resets. This is
 * especially important for anchor buttons after the global Site Core sheet.
 */
.flf-bd .flf-bd__button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.3rem;
  border: 2px solid var(--flf-bd-ink);
  border-radius: 0;
  background: var(--flf-bd-ink);
  color: var(--flf-bd-paper);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.flf-bd .flf-bd__button:hover {
  background: var(--flf-bd-paper);
  color: var(--flf-bd-ink);
  transform: translateY(-1px);
}

.flf-bd .flf-bd__button:focus-visible,
.flf-bd input:focus-visible + .flf-bd__option-card,
.flf-bd input:focus-visible + span {
  outline: 3px solid var(--flf-bd-focus);
  outline-offset: 4px;
}

/* Headings receive programmatic focus for screen-reader context after a
   screen change. They are not interactive controls and should not retain a
   mouse-visible focus rectangle. */
.flf-bd [data-flf-bd-screen-title]:focus {
  outline: none;
}

.flf-bd .flf-bd__button:disabled {
  border-color: #757575;
  background: #757575;
  color: var(--flf-bd-paper);
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
}

.flf-bd .flf-bd__button--secondary {
  background: transparent;
  color: var(--flf-bd-ink);
}

.flf-bd .flf-bd__button--secondary:hover {
  background: var(--flf-bd-ink);
  color: var(--flf-bd-paper);
}

.flf-bd .flf-bd__button--dark {
  border-color: var(--flf-bd-ink);
  background: var(--flf-bd-ink);
  color: var(--flf-bd-paper);
}

.flf-bd__lenses {
  border-top: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-paper);
}

.flf-bd__lenses h3 {
  padding: 1.25rem 1.2rem 0;
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}

.flf-bd__topic-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--flf-bd-paper);
}

.flf-bd__topic-list li {
  display: flex;
  min-height: 5.25rem;
  align-items: center;
  padding: 1rem 1.2rem;
  border-top: 1px solid var(--flf-bd-line);
  border-right: 1px solid var(--flf-bd-line);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.35;
}

.flf-bd__topic-list li:last-child {
  border-right: 0;
}

.flf-bd__progress {
  padding: 1.5rem clamp(1.25rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-blue);
}

.flf-bd__progress-copy {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.flf-bd__progress-copy > div:last-child {
  text-align: right;
}

.flf-bd__progress-copy span,
.flf-bd__progress-copy strong {
  display: block;
}

.flf-bd__progress-copy span {
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flf-bd__progress-copy strong {
  margin-top: 0.15rem;
  font-size: 0.95rem;
}

.flf-bd__segment-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 1.2rem;
}

.flf-bd__segment {
  height: 0.35rem;
  background: rgba(0, 0, 0, 0.18);
}

.flf-bd__segment.is-complete,
.flf-bd__segment.is-active {
  background: var(--flf-bd-ink);
}

.flf-bd__segment.is-active {
  box-shadow: inset 0 -0.12rem 0 var(--flf-bd-yellow);
}

.flf-bd__question-area {
  padding: clamp(2rem, 6vw, 5.25rem);
}

.flf-bd__helper {
  max-width: 43rem;
  margin-bottom: 2rem;
  color: var(--flf-bd-muted);
}

.flf-bd__options,
.flf-bd__reflection-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  margin-bottom: 2rem;
  border: 0;
}

.flf-bd__option,
.flf-bd__reflection-option {
  position: relative;
  min-width: 0;
  margin: 0;
  cursor: pointer;
}

.flf-bd__option input,
.flf-bd__reflection-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.flf-bd__option-card,
.flf-bd__reflection-option > span {
  display: flex;
  min-height: 7.25rem;
  height: 100%;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-paper);
  font-weight: 700;
  line-height: 1.35;
  transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.flf-bd__choice-mark {
  flex: 0 0 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.05rem;
  border: 2px solid var(--flf-bd-ink);
  border-radius: 50%;
  background: var(--flf-bd-paper);
  box-shadow: inset 0 0 0 0.2rem var(--flf-bd-paper);
}

.flf-bd__option:hover .flf-bd__option-card,
.flf-bd__reflection-option:hover > span {
  border-color: var(--flf-bd-ink);
  background: var(--flf-bd-soft);
}

.flf-bd__option input:checked + .flf-bd__option-card,
.flf-bd__reflection-option input:checked + span {
  border-color: var(--flf-bd-ink);
  background: var(--flf-bd-yellow);
  box-shadow: inset 0 -0.32rem 0 var(--flf-bd-ink);
}

.flf-bd__option input:checked + .flf-bd__option-card .flf-bd__choice-mark {
  background: var(--flf-bd-ink);
}

.flf-bd__reflection-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flf-bd__reflection-option > span {
  min-height: 4.75rem;
  align-items: center;
}

.flf-bd__nav {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--flf-bd-line);
}

.flf-bd__result-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(15rem, 0.6fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem);
  background: var(--flf-bd-ink);
  color: var(--flf-bd-paper);
}

.flf-bd__result-hero .flf-bd__lead {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
}

.flf-bd__band {
  display: flex;
  min-height: 13rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  background: var(--flf-bd-yellow);
  color: var(--flf-bd-ink);
}

.flf-bd__band span {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flf-bd__band strong {
  font-size: clamp(1.6rem, 3vw, 2.65rem);
  line-height: 1.04;
}

.flf-bd__result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--flf-bd-paper);
}

.flf-bd__panel {
  min-width: 0;
  padding: clamp(2rem, 5vw, 4rem);
  border-bottom: 1px solid var(--flf-bd-line-strong);
}

.flf-bd__panel:first-child {
  border-right: 1px solid var(--flf-bd-line-strong);
}

.flf-bd__panel h3,
.flf-bd__next-step h3 {
  margin-bottom: 1.1rem;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.flf-bd__panel h3:not(:first-child) {
  margin-top: 2.25rem;
}

.flf-bd__list {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.flf-bd__list li {
  padding-left: 0.25rem;
  margin-bottom: 0.7rem;
}

.flf-bd__list li::marker {
  color: var(--flf-bd-focus);
}

.flf-bd__list--compact {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.flf-bd__reflection-result {
  padding: 1.25rem;
  margin-top: 2.25rem;
  border-left: 0.38rem solid var(--flf-bd-yellow);
  background: var(--flf-bd-soft);
}

.flf-bd__reflection-result strong,
.flf-bd__reflection-result p {
  display: block;
}

.flf-bd__reflection-result p {
  margin: 0.25rem 0 0;
}

.flf-bd__section-scores {
  display: grid;
  gap: 1.1rem;
}

.flf-bd__section-score > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.flf-bd__section-score span,
.flf-bd__section-score strong {
  font-size: 0.83rem;
  line-height: 1.35;
}

.flf-bd__section-score strong {
  text-align: right;
}

.flf-bd__score-track {
  height: 0.42rem;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.14);
}

.flf-bd__score-track span {
  display: block;
  width: var(--flf-bd-score-width, 0%);
  height: 100%;
  background: var(--flf-bd-focus);
}

.flf-bd__chips {
  margin-top: 1.5rem;
}

.flf-bd__chip {
  display: inline-block;
  padding: 0.6rem 0.8rem;
  border: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-blue);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.flf-bd__priority-group {
  margin-top: 2.25rem;
}

.flf-bd__panel > .flf-bd__priority-group:first-child {
  margin-top: 0;
}

.flf-bd__priority,
.flf-bd__tie-note {
  padding: 1.25rem;
  margin-top: 1rem;
  border: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-ink);
  color: var(--flf-bd-paper);
}

.flf-bd__tie-note {
  background: var(--flf-bd-blue);
  color: var(--flf-bd-ink);
}

.flf-bd__priority h4,
.flf-bd__tie-note h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
}

.flf-bd__priority-label {
  margin-bottom: 0.55rem;
  color: var(--flf-bd-yellow);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.flf-bd__reflection-prompts,
.flf-bd__next-step {
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--flf-bd-blue);
}

.flf-bd__reflection-prompts {
  border-bottom: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-yellow);
}

.flf-bd__reflection-prompts h3 {
  margin-bottom: 1.35rem;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.flf-bd__reflection-prompts ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: flf-bd-reflection;
}

.flf-bd__reflection-prompts li {
  min-width: 0;
  padding: 1.25rem;
  border: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-paper);
  font-weight: 700;
  counter-increment: flf-bd-reflection;
}

.flf-bd__reflection-prompts li::before {
  display: block;
  margin-bottom: 0.65rem;
  font-family: var(--flf-bd-display-font);
  font-size: 1.5rem;
  font-weight: 800;
  content: counter(flf-bd-reflection, decimal-leading-zero);
}

.flf-bd__next-step > p {
  max-width: 54rem;
}

.flf-bd__disclaimer {
  padding-top: 1rem;
  border-top: 1px solid var(--flf-bd-line-strong);
  color: rgba(0, 0, 0, 0.76);
  font-size: 0.83rem;
}

.flf-bd__privacy-note {
  color: rgba(0, 0, 0, 0.76);
  font-size: 0.83rem;
}

.flf-bd__clarity {
  padding: clamp(2.25rem, 6vw, 5.5rem);
  margin-top: clamp(1.5rem, 4vw, 3.5rem);
  border: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-yellow);
  color: var(--flf-bd-ink);
  text-align: center;
}

.flf-bd__clarity h2 {
  max-width: 16ch;
  margin: 0 auto 1.2rem;
  font-size: clamp(2rem, 4.7vw, 4.75rem);
  letter-spacing: -0.04em;
}

.flf-bd__clarity > p:not(.flf-bd__eyebrow) {
  max-width: 47rem;
  margin-right: auto;
  margin-left: auto;
}

.flf-bd__clarity .flf-bd__button {
  margin-top: 0.75rem;
}

.flf-bd__noscript {
  padding: 1rem 1.25rem;
  border: 1px solid var(--flf-bd-line-strong);
  background: var(--flf-bd-blue);
}

.flf-bd__noscript p {
  margin-bottom: 0;
}

@keyframes flf-bd-enter {
  from {
    opacity: 0;
    transform: translateY(0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 62rem) {
  .flf-bd__intro-grid,
  .flf-bd__result-hero,
  .flf-bd__result-grid {
    grid-template-columns: 1fr;
  }

  .flf-bd__intro-grid {
    min-height: 0;
  }

  .flf-bd__panel:first-child {
    border-right: 0;
  }

  .flf-bd__topic-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flf-bd__topic-list li:nth-child(2n) {
    border-right: 0;
  }

  .flf-bd__topic-list li:last-child {
    grid-column: 1 / -1;
  }

  .flf-bd__options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flf-bd__reflection-prompts ol {
    grid-template-columns: 1fr;
  }

  .flf-bd__option-card {
    min-height: 5.25rem;
  }
}

@media (max-width: 42rem) {
  .flf-bd__title,
  .flf-bd__question-title,
  .flf-bd__result-title {
    font-size: clamp(2.2rem, 10.5vw, 2.75rem);
    letter-spacing: -0.025em;
  }

  .flf-bd__intro-copy,
  .flf-bd__overview,
  .flf-bd__question-area {
    padding: 1.75rem 1.25rem;
  }

  .flf-bd__facts,
  .flf-bd__topic-list,
  .flf-bd__options,
  .flf-bd__reflection-options {
    grid-template-columns: 1fr;
  }

  .flf-bd__topic-list li,
  .flf-bd__topic-list li:nth-child(2n) {
    min-height: 0;
    border-right: 0;
  }

  .flf-bd__topic-list li:last-child {
    grid-column: auto;
  }

  .flf-bd__progress-copy {
    display: grid;
    grid-template-columns: 1fr;
  }

  .flf-bd__progress-copy > div:last-child {
    text-align: left;
  }

  .flf-bd__option-card,
  .flf-bd__reflection-option > span {
    min-height: 0;
  }

  .flf-bd__nav,
  .flf-bd__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .flf-bd__button {
    width: 100%;
  }

  .flf-bd__section-score > div:first-child {
    display: block;
  }

  .flf-bd__section-score strong {
    display: block;
    margin-top: 0.15rem;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flf-bd *,
  .flf-bd *::before,
  .flf-bd *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (forced-colors: active) {
  .flf-bd__button,
  .flf-bd__option-card,
  .flf-bd__reflection-option > span,
  .flf-bd__priority,
  .flf-bd__clarity {
    border: 2px solid CanvasText;
  }

  .flf-bd__option input:checked + .flf-bd__option-card,
  .flf-bd__reflection-option input:checked + span {
    outline: 3px solid Highlight;
    outline-offset: 2px;
  }
}
