.energy-test [hidden] { display: none !important; }
.energy-test { padding-top: 22px; padding-bottom: 90px; }
.test-intro { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; margin-top: 34px; }
.test-intro h1 { font: 400 clamp(46px, 5vw, 68px)/1.1 var(--serif); letter-spacing: -1.4px; margin: 0 0 25px; }
.test-intro h1 em { color: var(--olive); }
.test-intro .lead { max-width: 530px; }
.test-intro > div > p { max-width: 550px; }
.test-intro-aside { padding: 38px; background: var(--sage-light); border-radius: 3px 60px 3px 3px; }
.test-intro-aside .eyebrow { font-size: 10px; line-height: 1.8; }
.test-intro-aside ol { list-style: none; margin: 0 0 30px; padding: 0; }
.test-intro-aside li { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid #d7d9ce; font: 22px/1.35 var(--serif); }
.test-intro-aside li > span { font: italic 17px var(--serif); color: var(--rust); }
.test-instruction { padding-left: 18px; border-left: 2px solid var(--sage); margin: 26px 0; }
.test-scope { font-size: 12px; color: #686d61; }
.test-disclaimer, .test-privacy, .test-score-note, .test-notice { font-size: 12px; line-height: 1.8; color: #606658; }
.test-privacy { margin-top: 18px; }
.test-form, .test-result { max-width: 860px; margin: 32px auto 0; }
.test-progress { margin-bottom: 38px; }
.test-progress p { margin: 0 0 10px; font-size: 12px; color: #686d61; }
.test-progress progress { display: block; width: 100%; height: 5px; appearance: none; border: none; background: #e3e2d9; }
.test-progress progress::-webkit-progress-bar { background: #e3e2d9; }
.test-progress progress::-webkit-progress-value { background: var(--olive); }
.test-progress progress::-moz-progress-bar { background: var(--olive); }
.test-stage h2 { font-size: 39px; }
.test-stage-note { color: #686d61; font-size: 13px; margin-bottom: 28px; }
.test-question { border: 0; padding: 0; margin: 0 0 32px; min-width: 0; }
.test-question legend { padding: 0 0 14px; font-size: 16px; line-height: 1.65; font-weight: 500; width: 100%; }
.test-question-number { color: var(--rust); margin-right: 5px; }
.test-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.test-option { position: relative; display: block; cursor: pointer; min-width: 0; }
.test-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.test-option-body { display: flex; align-items: center; gap: 12px; height: 100%; min-height: 64px; padding: 12px; border: 1px solid #c9cdbf; border-radius: 4px; font-size: 12px; line-height: 1.5; transition: background .15s, border-color .15s; }
.test-option:hover .test-option-body { background: #eeede7; }
.test-option input:checked + .test-option-body { border-color: var(--olive); background: #e3e7dd; box-shadow: inset 0 0 0 1px var(--olive); }
.test-option input:focus-visible + .test-option-body { outline: 2px solid var(--rust); outline-offset: 3px; }
.test-option-value { display: inline-flex; align-items: center; justify-content: center; border: 1px solid #bbc1b1; width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; color: var(--olive); }
.test-option input:checked + .test-option-body .test-option-value { background: var(--olive); border-color: var(--olive); color: white; }
.test-question[aria-invalid] .test-option-body { border-color: var(--rust); }
.test-error { color: #8e432c; font-size: 14px; }
.test-form-actions { display: flex; justify-content: space-between; gap: 15px; padding-top: 12px; border-top: 1px solid var(--line); }
.energy-test .button { min-height: 48px; }
.energy-test .test-secondary { background: transparent; color: var(--olive); border: 1px solid var(--olive); }
.energy-test .test-secondary:hover { background: var(--sage-light); }
.energy-test button:disabled { opacity: .4; cursor: default; transform: none; }
.test-result-intro { margin-bottom: 38px; }
.test-level { display: inline-block; margin: 0 0 18px; padding: 5px 13px; background: #e6e9df; border-radius: 18px; font-size: 12px; }
.test-result h1 { font: 400 clamp(34px, 4.1vw, 53px)/1.2 var(--serif); margin: 0 0 24px; }
.test-result h2 { font-size: 30px; }
.test-insight { padding: 28px; background: var(--sage-light); border-radius: 3px 36px 3px 3px; margin-bottom: 42px; }
.test-insight h2 { font-size: 29px; }
.test-reflection { margin-top: 24px; font: italic 21px/1.5 var(--serif); }
.test-reflection > span { display: block; font: 11px/1.6 Manrope, sans-serif; margin-bottom: 6px; color: #686d61; }
.test-pair-label { color: #686d61; font-size: 12px; }
.test-multiple { display: grid; gap: 18px; margin-top: 25px; }
.test-multiple h3 { font-size: 22px; }
.test-multiple p { margin: 8px 0 0; font-size: 13px; }
.test-scores { margin: 0 0 48px; }
.test-scores ul { list-style: none; padding: 0; margin: 26px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px 34px; }
.test-score-label { display: flex; justify-content: space-between; gap: 15px; font-size: 13px; }
.test-score-label strong { white-space: nowrap; }
.test-score-track { height: 7px; margin-top: 10px; background: #e4e4da; border-radius: 4px; overflow: hidden; }
.test-score-track > span { display: block; height: 100%; background: var(--sage); }
.test-scores li > p { margin: 6px 0 0; font-size: 11px; color: #686d61; }
.test-score-note { margin-top: 22px; }
.test-next-step { border-top: 1px solid var(--line); padding-top: 28px; }
.test-result-links { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 28px; }
.test-result-actions { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 25px; }
.test-text-button { background: none; border: none; border-bottom: 1px solid var(--olive); padding: 8px 0; min-height: 44px; color: var(--olive); font-size: 12px; }
.test-saved-note { padding: 14px 18px; border-left: 2px solid var(--sage); background: var(--sage-light); font-size: 12px; line-height: 1.8; }
.test-email-card { margin: 32px 0; }
.test-email-form { max-width: 580px; margin-top: 22px; padding: 28px; background: var(--sage-light); border-radius: 3px 36px 3px 3px; }
.test-email-form h2 { font-size: 28px; margin-bottom: 14px; }
.test-email-status { font-size: 13px; margin-bottom: 24px; }
.test-email-form fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.test-email-label { display: block; font-size: 13px; margin-bottom: 7px; }
.test-email-form input[type="email"] { width: 100%; min-height: 48px; border: 1px solid #bec4b5; border-radius: 5px; padding: 12px 14px; background: var(--paper); color: var(--ink); font: inherit; font-size: 14px; }
.test-email-consent { display: flex; align-items: flex-start; gap: 12px; margin: 20px 0 0; font-size: 12px; line-height: 1.7; }
.test-email-consent input { flex-shrink: 0; width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--olive); }
.test-email-note { font-size: 11px; color: #686d61; margin-bottom: 22px; }
@media (max-width: 680px) { .test-email-form { padding: 22px; } .test-email-card > .button { width: 100%; gap: 14px; } }
@media (max-width: 1000px) { .test-intro { gap: 36px; } .test-intro-aside { padding: 26px; } }
@media (max-width: 680px) {
  .energy-test { padding-top: 12px; padding-bottom: 55px; }
  .test-intro { grid-template-columns: 1fr; gap: 32px; margin-top: 26px; }
  .test-intro h1 { font-size: clamp(39px, 11vw, 55px); }
  .test-intro-aside { border-radius: 3px 38px 3px 3px; }
  .test-intro-aside li { font-size: 21px; padding: 14px 0; }
  .test-form, .test-result { margin-top: 25px; }
  .test-stage h2 { font-size: 32px; }
  .test-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .test-option-body { gap: 9px; min-height: 70px; padding: 10px; font-size: 12px; }
  .test-question legend { font-size: 15px; }
  .test-form-actions .button { padding: 13px 17px; gap: 8px; }
  .test-scores ul { grid-template-columns: 1fr; gap: 24px; }
  .test-result h1 { font-size: 34px; }
  .test-result h2, .test-insight h2 { font-size: 27px; }
  .test-insight { padding: 23px; }
  .test-result-links { flex-direction: column; align-items: stretch; }
  .test-result-links .button { text-align: center; gap: 12px; padding: 13px 16px; }
}
