@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/SourceSans3-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600 700;
  font-display: block;
  src: url("./fonts/SourceSans3-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./fonts/SourceSerif4-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600 700;
  font-display: block;
  src: url("./fonts/SourceSerif4-Semibold.ttf") format("truetype");
}

.assessment-hero {
  background:
    linear-gradient(90deg, rgba(16, 34, 53, 0.94), rgba(30, 58, 95, 0.78), rgba(16, 34, 53, 0.34)),
    url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=82");
  background-size: cover;
  background-position: center;
}

.tool-intro {
  padding-bottom: 50px;
  background-color: var(--field-paper, #f7f4ec);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.intro-grid,
.assessment-heading,
.result-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 42px;
  align-items: start;
}

.tool-intro p,
.assessment-heading p {
  color: var(--steel);
  font-size: 1.08rem;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.process-list li {
  position: relative;
  display: block;
  padding: 18px 20px;
  padding-left: 72px;
  min-height: 112px;
  background-color: var(--white);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.032) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 0 2px 2px 0;
  box-shadow: inset 0 0 0 5px rgba(247, 244, 236, 0.45), 0 8px 20px rgba(15, 35, 51, 0.05);
}

.process-list li::before {
  position: absolute;
  top: 18px;
  left: 20px;
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  color: var(--orange);
  max-width: 18rem;
  line-height: 1.12;
}

.process-list span {
  margin-top: 4px;
  color: var(--steel);
}

.assessment-shell {
  background-color: var(--cool-paper, #eef2ef);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.assessment-form {
  margin-top: 34px;
}

.result-grid-brief {
  grid-template-columns: minmax(0, 780px);
  justify-content: center;
}

.assessment-error {
  margin: 0 0 18px;
  padding: 16px 18px;
  color: #4f170f;
  background: #fff1e8;
  border: 2px solid #c94d28;
  border-radius: 2px;
  box-shadow: 0 10px 24px rgba(79, 23, 15, 0.12);
  font-weight: 900;
  line-height: 1.42;
}

.assessment-error[hidden] {
  display: none;
}

.assessment-areas {
  display: grid;
  gap: 18px;
}

.assessment-area {
  margin: 0;
  padding: 0;
  background-color: var(--white);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.028) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: inset 0 0 0 5px rgba(247, 244, 236, 0.45), 0 10px 28px rgba(15, 35, 51, 0.06);
}

.assessment-area legend {
  width: 100%;
  padding: 22px 24px 0;
}

.area-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--orange);
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.16;
}

.area-title span {
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.area-copy {
  max-width: 880px;
  margin: 9px 0 0;
  color: var(--steel);
  font-size: 0.98rem;
}

.question-list {
  display: grid;
  gap: 0;
  padding: 18px 24px 24px;
}

.assessment-question {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(360px, 1fr);
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.assessment-question:first-child {
  border-top: 0;
}

.assessment-question p {
  margin: 0;
  color: var(--ink);
  font-weight: 760;
  line-height: 1.34;
}

.assessment-question-copy {
  display: grid;
  gap: 8px;
}

.assessment-question.is-missing {
  margin: 0 -14px;
  padding: 18px 14px;
  background: #fff8f2;
  border: 2px solid #c94d28;
  box-shadow: 0 8px 20px rgba(79, 23, 15, 0.1);
}

.assessment-question.is-missing:first-child {
  border-top: 2px solid #c94d28;
}

.assessment-question-error {
  color: #9e2f1b;
  font-size: 0.88rem;
  font-weight: 900;
}

.scale-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px;
}

.scale-option {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px;
  text-align: center;
  color: var(--steel);
  background: var(--warm-gray-soft);
  border: 1px solid rgba(16, 34, 53, 0.1);
  border-radius: 2px;
  font-size: 0.8rem;
  font-weight: 800;
  cursor: pointer;
}

.scale-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.scale-option:has(input:checked) {
  color: #17120d;
  background: var(--orange);
  border-color: var(--orange);
}

.scale-option:has(input:focus-visible) {
  outline: 3px solid #2f6fed;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(47, 111, 237, 0.16);
}

.assessment-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.result-cta-note {
  margin: 14px 0 0;
  color: var(--steel);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.result-section {
  background-color: var(--field-paper, #f7f4ec);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
}

.result-summary,
.score-panel {
  padding: 30px;
  background-color: var(--white);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.032) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: inset 0 0 0 5px rgba(247, 244, 236, 0.45), 0 10px 28px rgba(15, 35, 51, 0.07);
}

.result-callout {
  margin-top: 22px;
  padding: 18px 20px;
  background-color: var(--warm-gray-soft);
  background-image:
    linear-gradient(rgba(30, 58, 95, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 95, 0.045) 1px, transparent 1px);
  background-size: 24px 24px;
  border-left: 4px solid var(--orange);
  border-radius: 0 2px 2px 0;
}

.result-callout strong,
.result-callout span {
  display: block;
}

.result-callout strong {
  color: var(--orange);
  font-size: 1.2rem;
}

.result-callout span {
  margin-top: 5px;
  color: var(--steel);
}

.score-panel h2 {
  margin-top: 0;
  font-size: 1.7rem;
}

.score-note {
  margin: -4px 0 18px;
  color: var(--steel);
  font-size: 0.96rem;
  font-weight: 720;
}

.score-bars {
  display: grid;
  gap: 13px;
}

.score-row {
  display: grid;
  gap: 6px;
}

.score-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  font-weight: 850;
}

.score-track {
  height: 12px;
  background: #e1e7e2;
  border-radius: 999px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  width: var(--score-width, 0%);
  background: var(--orange);
  border-radius: inherit;
}

.result-interpretation {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.result-interpretation h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.18;
}

.result-interpretation > p {
  margin: 0 0 16px;
  color: var(--steel);
  font-size: 0.92rem;
  font-weight: 680;
  line-height: 1.42;
}

.score-interpretation-list {
  display: grid;
  gap: 12px;
}

.score-interpretation-card {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  background-color: rgba(241, 239, 234, 0.88);
  border: 1px solid rgba(16, 34, 53, 0.12);
  border-left: 4px solid var(--orange);
  border-radius: 0 2px 2px 0;
}

.score-range {
  display: grid;
  place-items: center;
  min-height: 42px;
  color: #17120d;
  background: var(--orange);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
}

.score-card-body {
  display: grid;
  gap: 5px;
}

.score-card-body h4 {
  margin: 0;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.12;
  text-transform: uppercase;
}

.score-card-body p {
  margin: 0 0 8px;
  color: var(--steel);
  font-size: 0.91rem;
  font-weight: 650;
  line-height: 1.4;
}

.score-card-body p:last-child {
  margin-bottom: 0;
}

.capture-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 34, 53, 0.96), rgba(16, 34, 53, 0.96)),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
}

.printable-report {
  display: none;
}

.review-link-copy {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.82);
}

.review-link-copy a {
  color: #ffe3c8;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.capture-section .form-status {
  min-height: 24px;
  padding: 0;
}

.capture-section .form-status.success,
.capture-section .form-status.warning,
.capture-section .form-status.error {
  padding: 12px 14px;
  border-radius: 7px;
}

.capture-section .form-status strong,
.capture-section .form-status span,
.capture-section .form-status small {
  display: block;
}

.capture-section .form-status .status-detail {
  margin-top: 5px;
}

.capture-section .form-status a {
  display: inline-flex;
  width: fit-content;
  margin-top: 10px;
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.capture-section .form-status small {
  margin-top: 10px;
  font-size: 0.82rem;
  line-height: 1.45;
  opacity: 0.86;
  overflow-wrap: anywhere;
}

.capture-section .form-status.success {
  color: #123426;
  background: #e6f4ec;
  border: 1px solid rgba(38, 115, 93, 0.35);
}

.capture-section .form-status.warning {
  color: #4b3209;
  background: #fff2d5;
  border: 1px solid rgba(183, 119, 23, 0.35);
}

.capture-section .form-status.error {
  color: #4e130b;
  background: #ffe8e2;
  border: 1px solid rgba(188, 65, 38, 0.34);
}

@media print {
  @page {
    size: letter;
    margin: 0;
  }

  body > *:not(.printable-report) {
    display: none !important;
  }

  .printable-report {
    display: block;
    padding: 0;
    color: #1b2a40;
    background: #fbfaf7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10.2pt;
    line-height: 1.45;
  }

  .report-page {
    display: block;
  }

  .report-sheet {
    position: relative;
    box-sizing: border-box;
    width: 8.5in;
    height: 11in;
    padding: 0.42in 0.42in 0.74in;
    break-after: page;
    page-break-after: always;
    overflow: hidden;
  }

  .report-sheet:last-child {
    break-after: auto;
    page-break-after: auto;
  }

  .report-sheet-content {
    padding-bottom: 0.18in;
  }

  .report-print-footer {
    position: absolute;
    left: 0.42in;
    right: 0.42in;
    bottom: 0.28in;
    min-height: 0.56in;
    padding-top: 0.09in;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 9px;
    color: #4b5567;
    border-top: 1px solid #d8dedb;
    font-size: 8pt;
  }

  .report-print-footer img {
    width: 62px;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(30, 58, 95, 0.16);
  }

  .report-print-footer strong,
  .report-print-footer span {
    display: block;
  }

  .report-print-footer strong {
    color: #1e3a5f;
    font-size: 8.4pt;
  }

  .report-page-count {
    margin-left: auto;
    color: #1e3a5f;
    font-family: "Courier New", ui-monospace, monospace;
    font-weight: 700;
    text-transform: uppercase;
    align-self: end;
    padding-bottom: 1px;
  }

  .report-page-count::after {
    content: "";
  }

  .printable-report section {
    padding: 0;
    margin-top: 15px;
  }

  .printable-report section:first-child {
    margin-top: 0;
  }

  .report-inspection-section {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .blueprint-sheet {
    background-color: #f7f4ec;
    background-image:
      linear-gradient(rgba(30, 58, 95, 0.055) 1px, transparent 1px),
      linear-gradient(90deg, rgba(30, 58, 95, 0.055) 1px, transparent 1px);
    background-size: 22px 22px;
  }

  .printable-report .report-cover {
    position: relative;
    overflow: hidden;
    padding: 21px 22px 23px;
    color: #1b2a40;
    border: 1.5px solid #1e3a5f;
    border-radius: 0;
    box-shadow: inset 0 0 0 5px #f7f4ec, inset 0 0 0 6px rgba(30, 58, 95, 0.32);
    break-inside: avoid;
  }

  .report-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 28px;
  }

  .report-header img {
    width: 194px;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(30, 58, 95, 0.18);
    border-radius: 0;
  }

  .report-meta {
    max-width: 250px;
    text-align: right;
    color: #4b5567;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 8.5pt;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }

  .report-meta strong,
  .report-meta span {
    display: block;
  }

  .report-cover-grid {
    display: grid;
    grid-template-columns: 1fr 118px;
    gap: 20px;
    align-items: end;
    margin-top: 26px;
  }

  .report-kicker {
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 8.5pt;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
  }

  .printable-report h1 {
    max-width: 680px;
    margin: 8px 0 0;
    color: #1b2a40;
    font-size: 29pt;
    line-height: 1.04;
    letter-spacing: 0;
  }

  .report-cover p {
    max-width: 690px;
    margin: 10px 0 0;
    color: #4b5567;
    font-size: 11.2pt;
  }

  .report-plate {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin-left: auto;
    background-color: #f7f4ec;
    background-image:
      linear-gradient(rgba(30, 58, 95, 0.06) 1px, transparent 1px),
      linear-gradient(90deg, rgba(30, 58, 95, 0.06) 1px, transparent 1px);
    background-size: 14px 14px;
    border: 1.5px solid #1e3a5f;
    box-shadow: inset 0 0 0 5px #f7f4ec, inset 0 0 0 6px rgba(30, 58, 95, 0.32);
  }

  .report-plate.small {
    width: 42px;
    height: 42px;
    min-width: 42px;
    box-shadow: inset 0 0 0 3px #f7f4ec, inset 0 0 0 4px rgba(30, 58, 95, 0.28);
  }

  .report-motif {
    width: 68%;
    height: 68%;
  }

  .report-plate.small .report-motif {
    width: 72%;
    height: 72%;
  }

  .printable-report h2 {
    margin: 23px 0 8px;
    color: #1e3a5f;
    font-size: 15.5pt;
    line-height: 1.16;
  }

  .printable-report h3 {
    margin: 0;
    color: #e67e22;
    font-size: 11.2pt;
    line-height: 1.18;
  }

  .report-ladder {
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) 1.6fr;
    gap: 13px;
    padding: 13px;
    color: #1b2a40;
    background: #eef2ef;
    border: 1px solid rgba(30, 58, 95, 0.26);
    break-inside: avoid;
  }

  .report-ladder-copy span,
  .report-path-intro span,
  .report-card-code {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7.8pt;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }

  .report-ladder-copy strong {
    display: block;
    margin-top: 4px;
    color: #1e3a5f;
    font-size: 12.5pt;
    line-height: 1.15;
  }

  .report-ladder-copy p {
    margin: 5px 0 0;
    color: #4b5567;
    font-size: 9pt;
  }

  .report-ladder-track {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    align-items: stretch;
  }

  .report-ladder-step {
    position: relative;
    min-height: 76px;
    padding: 13px 6px 7px;
    background: #fbfaf7;
    border: 1px solid rgba(30, 58, 95, 0.18);
  }

  .report-ladder-step b {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #1e3a5f;
    background: #f7f4ec;
    border: 1px solid rgba(30, 58, 95, 0.3);
    border-radius: 999px;
    font-size: 7.8pt;
  }

  .report-ladder-step.current {
    border-color: #e67e22;
    box-shadow: inset 0 0 0 2px rgba(230, 126, 34, 0.28);
  }

  .report-ladder-step.current::before {
    content: "YOU ARE HERE";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    padding: 2px 3px;
    color: #ffffff;
    background: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 6.7pt;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0.45px;
  }

  .report-ladder-step.current b {
    color: #ffffff;
    background: #e67e22;
    border-color: #e67e22;
  }

  .report-ladder-step strong,
  .report-ladder-step span {
    display: block;
  }

  .report-ladder-step strong {
    margin-top: 6px;
    color: #1e3a5f;
    font-size: 8.3pt;
    line-height: 1.1;
  }

  .report-ladder-step span {
    margin-top: 4px;
    color: #8b7e74;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 6.6pt;
    letter-spacing: 0.55px;
    text-transform: uppercase;
  }

  .report-summary-grid,
  .report-next-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 14px 0 0;
    align-items: start;
  }

  .report-card,
  .report-next-steps li {
    padding: 13px;
    border: 1px solid rgba(30, 58, 95, 0.24);
    border-radius: 0;
    break-inside: avoid;
  }

  .report-card {
    min-height: 104px;
  }

  .report-card strong {
    display: block;
    margin-top: 7px;
    color: #1e3a5f;
    font-size: 15pt;
    line-height: 1.15;
  }

  .report-card p,
  .report-section-copy {
    margin: 6px 0 0;
    color: #4b5567;
  }

  .report-score-explainer {
    margin-top: 14px;
    padding: 18px;
    background: #f1efea;
    border: 1px solid rgba(30, 58, 95, 0.22);
    border-left: 4px solid #e67e22;
    break-inside: avoid;
  }

  .report-score-explainer span {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7.7pt;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .report-score-explainer strong {
    display: block;
    margin-top: 6px;
    color: #1e3a5f;
    font-size: 14pt;
    line-height: 1.14;
  }

  .report-score-explainer p {
    margin: 8px 0 0;
    color: #4b5567;
    font-size: 10pt;
    line-height: 1.42;
  }

  .printable-report .report-callout {
    margin-top: 0;
    padding: 14px 16px;
    color: #1b2a40;
    background: #eee9e4;
    border-left: 5px solid #e67e22;
    border-radius: 0;
    break-inside: avoid;
  }

  .report-callout h2 {
    margin-top: 0;
  }

  .report-callout p {
    margin: 0;
    color: #33465a;
  }

  .report-next-steps {
    padding: 0;
    list-style: none;
  }

  .report-next-steps strong,
  .report-next-steps span {
    display: block;
  }

  .report-next-steps strong {
    color: #e67e22;
    line-height: 1.18;
  }

  .report-next-steps span {
    margin-top: 6px;
    color: #4b5567;
  }

  .printable-report .report-path {
    margin-top: 20px;
    padding: 14px;
    color: #ffffff;
    background-color: #16273f;
    background-image:
      linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
    background-size: 30px 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0;
    break-inside: avoid;
  }

  .report-path h2 {
    margin-top: 4px;
    color: #ffffff;
  }

  .report-path-intro p,
  .report-path-rule p {
    color: rgba(255, 255, 255, 0.92);
  }

  .report-links {
    margin-top: 12px;
    padding: 11px 12px;
    color: #1b2a40;
    background: #fbfaf7;
    border: 1px solid rgba(30, 58, 95, 0.22);
    overflow-wrap: anywhere;
  }

  .report-links p {
    margin: 4px 0;
  }

  .report-links strong {
    color: #1e3a5f;
  }

  .report-path-rules {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
  }

  .report-path-rule {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    padding: 9px;
    color: inherit;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.28);
    break-inside: avoid;
  }

  .report-path-rule-marker {
    display: grid;
    gap: 7px;
    justify-items: center;
    align-content: start;
  }

  .report-path-rule-marker > span,
  .report-path-rule-copy > span {
    display: block;
    color: #ffe3c8;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 6.8pt;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .report-path-rule-copy h3 {
    margin-top: 2px;
    color: #ffffff;
    font-size: 10.2pt;
  }

  .report-path-rule p {
    font-size: 8.8pt;
    line-height: 1.28;
  }

  .report-path-rule-action {
    margin-top: 7px;
  }

  .report-path-rule-action a,
  .report-path-rule-action strong {
    color: #ffffff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .report-section-kicker,
  .report-meaning-card span,
  .report-prescription-head span {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7.8pt;
    font-weight: 800;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }

  .report-callout-lede {
    margin: 0 0 10px;
    font-weight: 700;
  }

  .report-meaning-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
    align-items: start;
  }

  .report-callout + .report-inspection-section {
    margin-top: 16px;
  }

  .report-meaning-card {
    padding: 12px;
    background: rgba(251, 250, 247, 0.72);
    border: 1px solid rgba(30, 58, 95, 0.18);
    break-inside: avoid;
  }

  .report-meaning-card strong {
    display: block;
    margin-top: 5px;
    color: #1e3a5f;
    font-size: 11.2pt;
    line-height: 1.16;
  }

  .report-meaning-card p {
    margin-top: 6px;
    color: #4b5567;
    font-size: 9pt;
    line-height: 1.36;
  }

  .report-two-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
    break-inside: avoid;
  }

  .report-analysis-section {
    display: grid;
    gap: 14px;
    align-content: start;
  }

  .report-analysis-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 12px;
  }

  .report-analysis-panel {
    padding: 16px;
    background: #eee9e4;
    border-left: 5px solid #e67e22;
  }

  .report-action-panel {
    padding: 16px;
    background: #fbfaf7;
    border: 1px solid rgba(30, 58, 95, 0.22);
  }

  .report-action-panel-full {
    margin-top: 0;
    padding: 18px;
  }

  .report-analysis-panel h2,
  .report-action-panel h2 {
    margin-top: 0;
    font-size: 16pt;
  }

  .report-analysis-card {
    margin-top: 10px;
    padding: 11px;
    background: rgba(251, 250, 247, 0.74);
    border: 1px solid rgba(30, 58, 95, 0.16);
  }

  .report-analysis-card span,
  .report-action-item span {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7pt;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .report-analysis-card strong,
  .report-action-item strong {
    display: block;
    margin-top: 5px;
    color: #1e3a5f;
    font-size: 10.8pt;
    line-height: 1.15;
  }

  .report-analysis-card p,
  .report-action-item li,
  .report-action-panel p {
    color: #4b5567;
    font-size: 8.6pt;
    line-height: 1.34;
  }

  .report-action-list {
    display: grid;
    gap: 9px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
  }

  .report-action-item {
    padding: 10px;
    background: #f7f4ec;
    border: 1px solid rgba(30, 58, 95, 0.18);
  }

  .report-action-item ol {
    display: grid;
    gap: 3px;
    margin: 6px 0 0;
    padding-left: 18px;
  }

  .report-evidence-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 16px;
    break-inside: avoid;
  }

  .report-evidence-card {
    padding: 13px;
    color: #1b2a40;
    background: #fbfaf7;
    border: 1px solid rgba(30, 58, 95, 0.22);
  }

  .report-evidence-card span {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7.7pt;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .report-evidence-card strong {
    display: block;
    margin-top: 5px;
    color: #1e3a5f;
    font-size: 11.4pt;
    line-height: 1.16;
  }

  .report-evidence-card p {
    margin-top: 6px;
    color: #4b5567;
    font-size: 9pt;
    line-height: 1.36;
  }

  .report-symptom-note {
    display: grid;
    grid-template-columns: 0.58fr 1fr;
    gap: 16px;
    align-items: start;
    margin-top: 16px;
    padding: 16px;
    background: #f1efea;
    border-left: 4px solid #e67e22;
    break-inside: avoid;
  }

  .report-symptom-note span {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7.7pt;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .report-symptom-note strong {
    display: block;
    margin-top: 6px;
    color: #1e3a5f;
    font-size: 12.3pt;
    line-height: 1.16;
  }

  .report-symptom-note p {
    margin: 0;
    color: #4b5567;
    font-size: 9pt;
    line-height: 1.38;
  }

  .report-proof-band {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 16px;
    align-items: start;
    margin-top: 20px;
    padding: 18px;
    background: #f1efea;
    border: 1px solid rgba(30, 58, 95, 0.18);
    break-inside: avoid;
  }

  .report-capability-section table {
    font-size: 8.5pt;
  }

  .report-capability-section th,
  .report-capability-section td {
    padding: 5px 6px;
  }

  .report-capability-section td span,
  .report-capability-section td em {
    font-size: 7.9pt;
    line-height: 1.24;
  }

  .report-capability-section td:last-child {
    font-size: 8pt;
    line-height: 1.27;
  }

  .report-proof-band span {
    display: block;
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 7.7pt;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
  }

  .report-proof-band strong {
    display: block;
    margin-top: 6px;
    color: #1e3a5f;
    font-size: 13pt;
    line-height: 1.14;
  }

  .report-proof-band p {
    margin: 0;
    color: #4b5567;
    font-size: 9.2pt;
    line-height: 1.38;
  }

  .report-choice-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.26);
  }

  .report-choice-band div {
    padding: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
  }

  .report-choice-band span {
    display: block;
    color: #ffe3c8;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 6.8pt;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }

  .report-choice-band strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-size: 10pt;
    line-height: 1.18;
  }

  .report-choice-band p {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 7.8pt;
    line-height: 1.28;
  }

  .report-prescription-card {
    padding: 13px;
    border: 1px solid rgba(30, 58, 95, 0.24);
    border-radius: 0;
    break-inside: avoid;
  }

  .report-prescription-head {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 9px;
  }

  .report-prescription-head > b {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    color: #ffffff;
    background: #e67e22;
    border-radius: 999px;
    font-size: 11pt;
  }

  .report-prescription-head strong {
    display: block;
    color: #1e3a5f;
    font-size: 12pt;
    line-height: 1.12;
  }

  .report-step-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .report-step-list li {
    display: grid;
    grid-template-columns: 23px 1fr;
    gap: 7px;
    color: #4b5567;
    font-size: 9pt;
    line-height: 1.34;
  }

  .report-step-list b {
    color: #e67e22;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 8.5pt;
  }

  .report-capability-section {
    break-before: auto;
    page-break-before: auto;
  }

  .report-links a {
    color: #1e3a5f;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .printable-report table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
    background: #fbfaf7;
    border: 1px solid #d8dedb;
    break-inside: auto;
  }

  .printable-report tr {
    break-inside: avoid;
  }

  .printable-report th,
  .printable-report td {
    padding: 8px 9px;
    border: 1px solid #d8dedb;
    text-align: left;
    vertical-align: top;
  }

  .printable-report th {
    color: #1e3a5f;
    background: #eef2ef;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 8pt;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .printable-report td strong,
  .printable-report td span,
  .printable-report td em {
    display: block;
  }

  .printable-report td span,
  .printable-report td em {
    margin-top: 4px;
    color: #4b5567;
    font-style: normal;
    font-size: 9pt;
  }

  .report-footer {
    margin-top: 9px;
    padding-top: 6px;
    color: #4b5567;
    border-top: 1px solid #d8dedb;
    font-size: 7.5pt;
    line-height: 1.25;
  }
}
@media print {
  .printable-report {
    color: #1A1A1A;
    background: #ffffff;
    font-family: Cambria, Georgia, serif;
    font-size: 11.5pt;
    line-height: 16.5pt;
  }

  .report-sheet {
    width: 8.5in;
    height: 11in;
    padding: 0.75in 0.75in 0.85in 0.9in;
    background: #ffffff;
  }

  .report-cover-sheet {
    padding-top: 0.75in;
  }

  .report-cover-logo {
    display: block;
    width: 1.6in;
    height: auto;
    border: 0;
  }

  .report-cover-contact {
    margin: 0.18in 0 0;
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 10.5pt;
    line-height: 14pt;
  }

  .report-cover-contact strong {
    font-weight: 700;
  }

  .report-cover-title {
    position: absolute;
    left: 0.9in;
    right: 0.75in;
    top: 6.6in;
  }

  .report-cover-business {
    margin: 0 0 8pt;
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13pt;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .report-accent-rule {
    width: 1.5in;
    height: 1.5pt;
    margin-bottom: 14pt;
    background: #B85C1A;
  }

  .report-cover-title h1 {
    max-width: 6.2in;
    margin: 0 0 33pt;
    color: #1A1A1A;
    font-family: Cambria, Georgia, serif;
    font-size: 30pt;
    font-weight: 700;
    line-height: 34pt;
    letter-spacing: 0;
  }

  .report-cover-title p {
    margin: 0;
    color: #1A1A1A;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 11.5pt;
    line-height: 16.5pt;
  }

  .report-page-rule {
    position: absolute;
    left: 0.9in;
    right: 0.75in;
    top: 0.62in;
    border-top: 0.5pt solid #B3B3B3;
  }

  .report-sheet-content {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }

  .report-interior {
    padding-top: 0.23in;
  }

  .printable-report h1 {
    max-width: 6.0in;
    margin: 0 0 33pt;
    color: #1A1A1A;
    font-family: Cambria, Georgia, serif;
    font-size: 19pt;
    font-weight: 700;
    line-height: 24pt;
    letter-spacing: 0;
  }

  .printable-report h2 {
    margin: 0 0 8pt;
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 13pt;
    font-weight: 700;
    line-height: 16.5pt;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .printable-report p {
    max-width: 5.8in;
    margin: 0 0 16.5pt;
    color: #1A1A1A;
    font-size: 11.5pt;
    line-height: 16.5pt;
  }

  .report-answer-page > p:first-of-type {
    font-size: 13pt;
    line-height: 19pt;
  }

  .report-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35in;
    margin-bottom: 33pt;
  }

  .report-two-column p {
    max-width: none;
    margin-bottom: 0;
  }

  .report-quote-list {
    display: grid;
    gap: 16.5pt;
    max-width: 6.1in;
    margin: 0;
    padding-left: 18pt;
    break-inside: avoid;
  }

  .report-quote-list li {
    break-inside: avoid;
  }

  .report-quote-list strong {
    color: #1E3A5F;
  }

  .report-steps-notes {
    display: grid;
    grid-template-columns: 3.95in 0.35in 2.55in;
    align-items: start;
  }

  .report-sequence-list {
    display: grid;
    gap: 24pt;
    grid-column: 1;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .report-sequence-list li {
    break-inside: avoid;
  }

  .report-sequence-list h2 {
    letter-spacing: 0;
    text-transform: none;
    color: #1A1A1A;
    font-family: Cambria, Georgia, serif;
    font-size: 12pt;
    line-height: 16.5pt;
  }

  .report-sequence-list p {
    max-width: none;
    margin-bottom: 8pt;
  }

  .report-step-meta {
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 10.5pt;
    line-height: 16.5pt;
  }

  .report-notes {
    grid-column: 3;
  }

  .report-notes h2 {
    margin-bottom: 8pt;
  }

  .report-notes-lines {
    height: 6.55in;
    background-image: repeating-linear-gradient(
      to bottom,
      transparent 0,
      transparent 22.2pt,
      #B3B3B3 22.2pt,
      #B3B3B3 22.7pt
    );
  }

  .report-phone-line {
    margin-top: 33pt;
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 10.5pt;
    line-height: 16.5pt;
  }

  .printable-report .report-score-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16.5pt;
    background: #ffffff;
    border: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 10.5pt;
    font-variant-numeric: tabular-nums;
    break-inside: auto;
  }

  .printable-report .report-score-table th,
  .printable-report .report-score-table td {
    padding: 6pt 0;
    border: 0;
    border-bottom: 0.5pt solid #B3B3B3;
    color: #1A1A1A;
    background: #ffffff;
    text-align: left;
    vertical-align: top;
  }

  .printable-report .report-score-table th {
    color: #1E3A5F;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
  }

  .printable-report .report-score-table tr {
    break-inside: avoid;
  }

  .report-score-table-small {
    max-width: 5.25in;
  }

  .report-score-table-small th:last-child,
  .report-score-table-small td:last-child,
  .report-score-axis th:nth-child(2),
  .report-score-axis td:nth-child(2) {
    width: 0.9in;
    text-align: right;
  }

  .report-score-number {
    display: inline-block;
    color: #1E3A5F;
    font-size: 15pt;
    line-height: 16.5pt;
  }

  .report-contact-line {
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 12pt;
    line-height: 18pt;
  }

  .report-contact-logo {
    display: block;
    width: 1.35in;
    height: auto;
    margin: 18pt 0 0;
  }

  .report-legal {
    position: static;
    max-width: none;
    margin: 24pt 0 0;
    padding-top: 16.5pt;
    border-top: 0.5pt solid #B3B3B3;
    color: #1A1A1A;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 9.5pt;
    line-height: 13pt;
  }

  .report-print-footer {
    position: absolute;
    left: 0.9in;
    right: 0.75in;
    bottom: 0.31in;
    display: block;
    min-height: 0;
    padding-top: 0;
    border-top: 0;
    color: #1E3A5F;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  }

  .report-footer-rule {
    border-top: 0.5pt solid #B3B3B3;
    margin-bottom: 16.5pt;
  }

  .report-footer-primary,
  .report-footer-contact,
  .report-footer-secondary {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12pt;
    align-items: baseline;
  }

  .report-footer-primary {
    color: #1E3A5F;
    font-size: 10pt;
    line-height: 9.5pt;
    letter-spacing: 0.06em;
  }

  .report-footer-contact {
    margin-top: 7pt;
    color: #1E3A5F;
    font-size: 9.5pt;
    line-height: 9.5pt;
  }

  .report-footer-secondary {
    margin-top: 7pt;
    color: #B3B3B3;
    font-size: 9pt;
    line-height: 9.5pt;
  }

  .report-footer-primary span:last-child,
  .report-footer-contact span:last-child,
  .report-footer-secondary span:last-child {
    text-align: right;
    white-space: nowrap;
  }

  .report-sheet {
    position: relative;
    box-sizing: border-box;
    min-height: 11in;
    max-height: 11in;
    overflow: hidden;
  }

  .report-sheet-content {
    padding-top: 0.35in;
    max-height: 8.75in;
  }

  .report-cover-contact {
    position: absolute;
    left: 0.9in;
    right: 0.75in;
    bottom: 0.85in;
    margin: 0;
    color: #666666;
    line-height: 15pt;
  }

  .report-cover-contact strong {
    color: #1E3A5F;
  }

  .report-cover-title {
    width: 5.9in;
  }

  .report-cover-title h1 {
    color: #1E3A5F;
  }

  .report-interior {
    display: grid;
    grid-template-columns: 1.05in 1fr;
    column-gap: 0.18in;
    align-items: start;
    padding-top: 0;
  }

  .report-interior h1 {
    grid-column: 1 / -1;
    color: #1E3A5F;
  }

  .report-interior > p,
  .report-interior > h2 {
    grid-column: 2;
  }

  .report-answer-page > p:first-of-type,
  .report-score-table-small,
  .report-phone-line,
  .report-quote-list,
  .report-contact-line,
  .report-contact-logo {
    grid-column: 2;
  }

  .report-two-column,
  .report-steps-notes,
  .report-score-axis,
  .report-scoresheet-page > p {
    grid-column: 1 / -1;
  }

  .report-quote-list {
    display: block;
    max-width: none;
    padding-left: 16pt;
  }

  .report-quote-list li {
    margin-bottom: 8pt;
  }

  .report-sequence-list {
    display: grid;
    gap: 24pt;
    padding-left: 0;
    list-style: none;
  }

  .report-sequence-list h2 {
    color: #1E3A5F;
    font-size: 12.5pt;
  }

  .report-phone-line {
    margin-top: 8pt;
    font-weight: 600;
  }

  .report-score-table-small th:last-child,
  .report-score-table-small td:last-child {
    width: 0.85in;
    text-align: right;
    color: #1E3A5F;
    font-size: 15pt;
  }

  .report-score-axis {
    table-layout: fixed;
  }

  .report-score-axis th:nth-child(1),
  .report-score-axis td:nth-child(1) {
    width: 1.05in;
  }

  .report-score-axis th:nth-child(2),
  .report-score-axis td:nth-child(2) {
    width: 4.30in;
    text-align: left;
  }

  .report-score-axis th:nth-child(3),
  .report-score-axis td:nth-child(3) {
    width: 1.50in;
  }

  .report-axis-cell {
    display: grid;
    grid-template-columns: 0.25in 1fr;
    gap: 0.06in;
    align-items: center;
  }

  .report-axis-cell .report-score-number {
    font-size: 13pt;
  }

  .report-axis-track {
    position: relative;
    width: 3.98in;
    height: 18pt;
    border-bottom: 1.25pt solid #1E3A5F;
  }

  .report-axis-track::before,
  .report-axis-track::after {
    content: "";
    position: absolute;
    bottom: -3pt;
    height: 6pt;
    border-left: 0.5pt solid #1E3A5F;
  }

  .report-axis-track::before {
    left: 0;
  }

  .report-axis-track::after {
    right: 0;
  }

  .report-axis-mid {
    position: absolute;
    left: 50%;
    bottom: -3pt;
    height: 6pt;
    border-left: 0.5pt solid #B3B3B3;
  }

  .report-axis-needle {
    position: absolute;
    bottom: -4pt;
    width: 0;
    height: 12pt;
    border-left: 2pt solid #B08D57;
  }

  .report-axis-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 4pt;
    font-size: 8.8pt;
    color: #666666;
  }

  .report-contact-logo {
    max-height: 0.6in;
    object-fit: contain;
    object-position: left top;
    margin: 18pt 0 24pt;
  }

  .report-legal {
    grid-column: 2;
    position: static;
    max-width: none;
    margin: 8pt 0 0;
    padding-top: 12pt;
  }

  .report-print-footer {
    bottom: 0.38in;
    font-size: 9pt;
    line-height: 9.5pt;
  }

  .report-footer-rule {
    width: 100%;
    margin-bottom: 12pt;
  }

  .report-footer-primary,
  .report-footer-contact,
  .report-footer-secondary {
    display: flex;
    justify-content: space-between;
    gap: 18pt;
    width: 100%;
    white-space: nowrap;
  }

  .report-footer-primary {
    margin-bottom: 5pt;
  }

  .report-footer-contact {
    margin-bottom: 5pt;
  }

  .report-footer-primary span:last-child,
  .report-footer-contact span:last-child,
  .report-footer-secondary span:last-child {
    margin-left: auto;
  }
}

@media (max-width: 980px) {
  .intro-grid,
  .assessment-heading,
  .result-grid,
  .assessment-question {
    grid-template-columns: 1fr;
  }

  .assessment-question {
    gap: 12px;
  }
}

@media (max-width: 620px) {
  .assessment-area legend,
  .question-list {
    padding-left: 18px;
    padding-right: 18px;
  }

  .area-title {
    display: grid;
  }

  .scale-options {
    grid-template-columns: 1fr;
  }

  .assessment-actions,
  .result-actions {
    display: grid;
  }

  .result-summary,
  .score-panel {
    padding: 24px 18px;
  }

  .score-interpretation-card {
    grid-template-columns: 1fr;
  }

  .score-range {
    width: max-content;
    min-height: 0;
    padding: 9px 12px;
  }
}

@media print {
  .printable-report {
    --report-ink: #1a1a1a;
    --report-navy: #1e3a5f;
    --report-accent: #b85c1a;
    --report-rule: #b3b3b3;
  }

  .report-cover-spine {
    position: absolute;
    top: 0.75in;
    bottom: 0.85in;
    left: 0.56in;
    width: 1pt;
    background: var(--report-rule);
  }

  .report-cover-spine span {
    display: block;
    width: 3pt;
    height: 1.35in;
    margin-left: -1pt;
    background: var(--report-navy);
    border-top: 0.22in solid var(--report-accent);
    box-sizing: border-box;
  }

  .report-cover-logo {
    margin-left: 0.08in;
  }

  .report-cover-title {
    left: 0.98in;
    top: 6.15in;
    width: 6.15in;
  }

  .report-cover-title h1 {
    max-width: 5.7in;
    margin-bottom: 24pt;
    text-wrap: balance;
  }

  .report-cover-contact {
    left: 0.98in;
    display: grid;
    max-width: 5.8in;
    bottom: 0.62in;
    padding-top: 10pt;
    border-top: 0.5pt solid var(--report-rule);
    font-size: 9.5pt;
    line-height: 13pt;
  }

  .report-page-rail {
    position: absolute;
    top: 1.04in;
    bottom: 1.14in;
    left: 0.33in;
    z-index: 2;
    display: grid;
    grid-template-rows: auto auto 1fr;
    justify-items: center;
    width: 0.34in;
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 14pt;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
  }

  .report-page-rail b {
    display: block;
    margin-top: 10pt;
    color: var(--report-navy);
    font-size: 7.5pt;
    font-weight: 700;
    line-height: 8pt;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }

  .report-page-rail i {
    display: block;
    width: 1pt;
    height: 100%;
    margin-top: 13pt;
    background: var(--report-rule);
  }

  .report-page-rail i::before {
    content: "";
    display: block;
    width: 3pt;
    height: 0.5in;
    margin-left: -1pt;
    background: var(--report-accent);
  }

  .report-interior h1 {
    grid-column: 2;
    max-width: 5.55in;
    margin-bottom: 28pt;
    text-wrap: balance;
  }

  .report-two-column,
  .report-steps-notes,
  .report-score-axis,
  .report-scoresheet-page > p {
    grid-column: 1 / -1;
  }

  .report-answer-page > p:first-of-type {
    padding-left: 0.18in;
    border-left: 2.5pt solid var(--report-accent);
  }

  .report-score-table-small {
    margin-top: 24pt;
  }

  .report-sequence-list {
    gap: 28pt;
  }

  .report-sequence-list li {
    display: grid;
    grid-template-columns: 0.5in minmax(0, 1fr);
    column-gap: 0.16in;
    align-items: start;
  }

  .report-step-number {
    display: block;
    color: var(--report-accent);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 27pt;
    font-weight: 300;
    line-height: 29pt;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0;
  }

  .report-step-copy {
    min-width: 0;
  }

  .report-sequence-list h2 {
    margin-top: 1pt;
    color: var(--report-navy);
  }

  .report-notes h2 {
    color: var(--report-navy);
  }

  .report-scoresheet-page > p {
    margin: 0 0 24pt;
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 10.5pt;
  }

  .printable-report .report-score-axis {
    margin-top: 0;
  }

  .printable-report .report-score-axis th {
    padding-bottom: 10pt;
    border-bottom-color: var(--report-navy);
    font-size: 9.5pt;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .printable-report .report-score-axis td {
    height: 0.69in;
    padding: 8pt 0;
    vertical-align: middle;
  }

  .report-score-axis th:nth-child(1),
  .report-score-axis td:nth-child(1) {
    width: 1.6in;
    padding-right: 0.17in;
  }

  .report-score-axis th:nth-child(2),
  .report-score-axis td:nth-child(2) {
    width: 5.25in;
  }

  .report-score-axis td:first-child strong,
  .report-score-meaning {
    display: block;
  }

  .report-score-meaning {
    margin-top: 3pt;
    color: #666666;
    font-size: 8.8pt;
    line-height: 11pt;
  }

  .report-axis-cell {
    display: grid;
    grid-template-columns: 4.2in 0.38in;
    gap: 0.1in;
    align-items: center;
    width: 100%;
  }

  .report-axis-cell > div {
    order: 1;
    min-width: 0;
  }

  .report-axis-cell .report-score-number {
    order: 2;
    width: 0.38in;
    color: var(--report-ink);
    font-size: 15pt;
    font-weight: 600;
    line-height: 16.5pt;
    text-align: right;
  }

  .report-axis-track {
    position: relative;
    width: 4.2in;
    height: 22pt;
    border: 0;
    border-bottom: 1.5px solid var(--report-navy);
  }

  .report-axis-track::before {
    left: 0;
  }

  .report-axis-track::after {
    right: 0;
  }

  .report-axis-track::before,
  .report-axis-track::after {
    bottom: -4pt;
    height: 8pt;
    border-left: 0.75pt solid var(--report-rule);
  }

  .report-axis-fill {
    position: absolute;
    bottom: -1.75pt;
    left: 0;
    height: 3.5pt;
    background: var(--report-navy);
  }

  .report-axis-tick {
    position: absolute;
    bottom: -4pt;
    height: 7pt;
    border-left: 0.5pt solid var(--report-rule);
  }

  .report-axis-quarter {
    left: 25%;
  }

  .report-axis-mid {
    left: 50%;
    top: auto;
    bottom: -6pt;
    height: 11pt;
    border-left-color: var(--report-navy);
  }

  .report-axis-three-quarter {
    left: 75%;
  }

  .report-axis-needle {
    top: auto;
    bottom: -7pt;
    bottom: auto;
    height: 15pt;
    border-left: 4pt solid var(--report-navy);
    transform: translateX(-2pt);
  }

  .report-axis-labels {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 0;
    color: #666666;
    font-size: 8.5pt;
    line-height: 10pt;
  }

  .report-axis-labels span {
    text-align: center;
  }

  .report-axis-labels span:first-child {
    text-align: left;
  }

  .report-axis-labels span:last-child {
    text-align: right;
  }

  .report-primary-score td:first-child {
    position: relative;
    color: var(--report-navy);
    font-family: Cambria, Georgia, serif;
    font-weight: 700;
  }

  .report-primary-score td:first-child::before {
    content: "";
    position: absolute;
    top: 12pt;
    bottom: 12pt;
    left: -0.18in;
    width: 3pt;
    background: var(--report-accent);
  }

  .report-primary-score .report-axis-needle {
    border-left-color: var(--report-accent);
    border-left-width: 5pt;
  }

  .report-contact-page .report-contact-line {
    position: relative;
    margin-top: 26pt;
    padding-left: 0.18in;
    border-left: 3pt solid var(--report-accent);
  }

  .report-contact-logo {
    margin-left: 0.18in;
  }

  .report-answer-readout {
    grid-column: 2;
    display: grid;
    grid-template-columns: 0.92in minmax(0, 1fr);
    column-gap: 0.22in;
    align-items: center;
    margin: 0 0 24pt;
    padding-left: 0.18in;
    border-left: 3pt solid var(--report-accent);
  }

  .report-answer-score strong,
  .report-answer-score span,
  .report-answer-start span,
  .report-answer-start strong {
    display: block;
  }

  .report-answer-score strong {
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 34pt;
    font-weight: 300;
    line-height: 34pt;
    font-variant-numeric: tabular-nums;
  }

  .report-answer-score span,
  .report-answer-start span {
    color: #666666;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 8.5pt;
    font-weight: 700;
    line-height: 10pt;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .report-answer-start strong {
    margin-top: 4pt;
    color: var(--report-navy);
    font-family: Cambria, Georgia, serif;
    font-size: 17pt;
    line-height: 20pt;
  }

  .report-answer-page > p:first-of-type {
    padding-left: 0;
    border-left: 0;
  }

  .report-finding-pair {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.38in;
    margin-bottom: 28pt;
  }

  .report-finding {
    display: grid;
    grid-template-columns: 0.48in minmax(0, 1fr);
    gap: 0.14in;
    align-items: start;
  }

  .report-finding-number {
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 24pt;
    font-weight: 300;
    line-height: 26pt;
    font-variant-numeric: tabular-nums;
  }

  .report-finding-primary .report-finding-number {
    color: var(--report-accent);
  }

  .report-finding h2 {
    margin-bottom: 3pt;
    font-size: 9pt;
    line-height: 11pt;
  }

  .report-finding strong {
    display: block;
    margin-bottom: 7pt;
    color: var(--report-navy);
    font-size: 12pt;
    line-height: 15pt;
  }

  .report-finding p {
    max-width: none;
    margin: 0;
    font-size: 10.5pt;
    line-height: 15pt;
  }

  .report-answer-trace {
    position: relative;
    grid-column: 2;
    display: grid;
    gap: 13pt;
    margin: 3pt 0 0;
    padding: 0;
    list-style: none;
  }

  .report-answer-trace::before {
    content: "";
    position: absolute;
    top: 9pt;
    bottom: 9pt;
    left: 0.18in;
    width: 1pt;
    background: var(--report-rule);
  }

  .report-answer-trace li {
    position: relative;
    display: grid;
    grid-template-columns: 0.42in minmax(0, 1fr);
    gap: 0.12in;
    break-inside: avoid;
  }

  .report-answer-trace > li > span {
    z-index: 1;
    align-self: start;
    width: 0.36in;
    padding: 2pt 0;
    background: #ffffff;
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 9pt;
    font-weight: 700;
    line-height: 11pt;
    text-align: center;
    font-variant-numeric: tabular-nums;
  }

  .report-answer-trace li.is-primary > span {
    color: var(--report-accent);
  }

  .report-answer-trace strong,
  .report-answer-trace q {
    display: block;
  }

  .report-answer-trace strong {
    margin-bottom: 2pt;
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 9pt;
    line-height: 11pt;
  }

  .report-answer-trace q {
    font-size: 10.5pt;
    line-height: 15pt;
  }

  .report-sequence-list {
    position: relative;
    gap: 18pt;
  }

  .report-sequence-list::before {
    content: "";
    position: absolute;
    top: 16pt;
    bottom: 18pt;
    left: 0.245in;
    width: 1pt;
    background: var(--report-rule);
  }

  .report-step-number {
    position: relative;
    z-index: 1;
    background: #ffffff;
  }

  .report-sequence-list p.report-step-meta {
    display: grid;
    grid-template-columns: 0.92in minmax(0, 1fr);
    gap: 0.14in;
    margin-top: 7pt;
    padding-top: 5pt;
    border-top: 0.5pt solid var(--report-rule);
  }

  .report-step-meta span,
  .report-step-meta b {
    display: block;
  }

  .report-step-meta b {
    margin-bottom: 1pt;
    color: var(--report-accent);
    font-size: 7.5pt;
    line-height: 9pt;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .report-call-ask {
    margin-bottom: 10pt;
    color: var(--report-navy);
    font-weight: 700;
  }

  .report-call-readout {
    grid-column: 2;
    display: grid;
    grid-template-columns: 0.92in minmax(0, 1fr);
    gap: 0.2in;
    align-items: center;
    margin: 0 0 22pt;
    padding: 9pt 0 9pt 0.18in;
    border-left: 3pt solid var(--report-accent);
  }

  .report-call-readout > div strong,
  .report-call-readout > div span {
    display: block;
  }

  .report-call-readout > div strong {
    color: var(--report-navy);
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 34pt;
    font-weight: 300;
    line-height: 32pt;
    font-variant-numeric: tabular-nums;
  }

  .report-call-readout > div span {
    color: #666666;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 8.5pt;
    font-weight: 700;
    line-height: 10pt;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .report-call-readout p {
    margin: 0;
    font-size: 12pt;
    line-height: 17pt;
  }

  .report-sequence-page > .report-phone-line {
    grid-column: 1 / -1;
    max-width: none;
    margin-left: 0.66in;
    margin-top: 10pt;
    font-size: 9.5pt;
    line-height: 13pt;
    white-space: nowrap;
  }

  .printable-report .report-score-table th {
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  }

  .report-print-footer {
    z-index: 10;
    background: #ffffff;
  }

  .printable-report,
  .printable-report h1,
  .report-answer-start strong,
  .report-primary-score td:first-child {
    font-family: "Source Serif 4", Cambria, Georgia, serif;
  }

  .printable-report h2,
  .printable-report .report-cover-business,
  .printable-report .report-cover-contact,
  .printable-report .report-page-rail,
  .printable-report .report-step-number,
  .printable-report .report-step-meta,
  .printable-report .report-score-table,
  .printable-report .report-score-table th,
  .printable-report .report-score-table td,
  .printable-report .report-score-table strong,
  .printable-report .report-score-number,
  .printable-report .report-score-meaning,
  .printable-report .report-axis-labels,
  .printable-report .report-answer-score,
  .printable-report .report-answer-start span,
  .printable-report .report-finding-number,
  .printable-report .report-finding h2,
  .printable-report .report-answer-trace strong,
  .printable-report .report-call-readout,
  .printable-report .report-contact-line,
  .printable-report .report-legal,
  .printable-report .report-print-footer {
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
  }
}

@media print {
  .printable-report .report-sheet {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='84' viewBox='0 0 72 84'%3E%3Cpath d='M36 2 70 21v42L36 82 2 63V21Z' fill='none' stroke='%23E8ECEF' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 0.75in 0.875in;
  }

  .printable-report .report-sheet-content {
    position: relative;
    z-index: 2;
  }

  .printable-report .report-cover-logo,
  .printable-report .report-cover-title,
  .printable-report .report-cover-contact {
    z-index: 2;
  }

  .printable-report .report-page-rule {
    top: 0;
    left: 0;
    width: 100%;
    height: 0.45in;
    border: 0;
    background: var(--report-navy);
  }

  .printable-report .report-page-rule::before {
    top: auto;
    bottom: -3pt;
    left: 0.9in;
    width: 1.12in;
    border-top: 3pt solid var(--report-accent);
  }

  .printable-report .report-page-rail {
    top: 0.68in;
    bottom: 0.78in;
    left: 0.2in;
    width: 0.48in;
    padding: 9pt 0 8pt;
    border: 0;
    border-left: 4pt solid var(--report-accent);
    background: var(--report-navy);
    color: #ffffff;
    text-align: center;
  }

  .printable-report .report-chapter-rail {
    position: absolute;
    top: 0.68in;
    left: 0.2in;
    width: 0.48in;
    height: 9.54in;
    padding: 9pt 0 8pt;
    border: 0;
    border-left: 4pt solid var(--report-accent);
    background: var(--report-navy);
    color: #ffffff;
    font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
    text-align: center;
    z-index: 2;
  }

  .printable-report .report-chapter-number {
    display: block;
    width: 0.4in;
    padding: 0 0 8pt;
    background: var(--report-navy);
    color: #ffffff;
    font-size: 15pt;
    line-height: 16.5pt;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
  }

  .printable-report .report-chapter-label {
    position: absolute;
    top: 0.58in;
    left: 8pt;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 9.5pt;
    line-height: 12pt;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .printable-report .report-role-marker {
    display: block;
    min-width: 1px;
    min-height: 1px;
  }

  .printable-report .report-chapter-ticks {
    position: absolute;
    left: 9pt;
    bottom: 0;
    display: grid;
    gap: 7pt;
    width: 0.18in;
    padding: 7pt 0;
    background: var(--report-navy);
  }

  .printable-report .report-chapter-ticks span {
    display: block;
    width: 0.16in;
    border-top: 1pt solid rgba(255, 255, 255, 0.55);
  }

  .printable-report .report-page-rail span,
  .printable-report .report-page-rail b {
    color: #ffffff;
  }

  .printable-report .report-page-rail i {
    background: rgba(255, 255, 255, 0.42);
  }

  .printable-report .report-page-rail i::before {
    background: var(--report-accent);
  }

  .printable-report .report-answer-readout,
  .printable-report .report-call-readout {
    padding: 12pt 14pt;
    border-left: 4pt solid var(--report-accent);
    background: #f4f5f5;
  }

  .printable-report .report-finding {
    padding: 14pt;
    border-top: 0.5pt solid var(--report-rule);
    background: #f4f5f5;
  }

  .printable-report .report-finding-primary {
    border-left: 4pt solid var(--report-accent);
  }

  .printable-report .report-primary-score td {
    background: #f7f5f2;
  }

  .printable-report .report-print-footer {
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 0.64in;
    padding: 0.09in 0.75in 0.08in 0.9in;
    background: var(--report-navy);
    color: #ffffff;
  }

  .printable-report .report-footer-rule {
    display: none;
  }

  .printable-report .report-footer-primary,
  .printable-report .report-footer-contact {
    color: #ffffff;
  }

  .printable-report .report-footer-secondary {
    color: #cbd5df;
  }
}
