body.mmos-water-heater-resource-page {
  --whr-ink: #0d201b;
  --whr-green: #123d32;
  --whr-green-2: #1d5949;
  --whr-cream: #f3ead8;
  --whr-paper: #fffdf7;
  --whr-orange: #d4541d;
  --whr-orange-2: #f17735;
  --whr-gold: #f0cf83;
  --whr-muted: #607069;
  --whr-line: rgba(13, 32, 27, .16);
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--whr-paper);
}

.whr,
.whr * {
  box-sizing: border-box;
}

.whr {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: var(--whr-ink);
  background-color: var(--whr-paper);
  background-image:
    linear-gradient(rgba(255, 253, 247, .94), rgba(255, 253, 247, .94)),
    var(--whr-texture);
  background-size: auto, 760px 760px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.58;
}

.whr h1,
.whr h2,
.whr h3,
.whr p,
.whr figure,
.whr dl,
.whr dd {
  margin-top: 0;
}

.whr h1,
.whr h2,
.whr h3,
.whr .whr__button,
.whr .whr__utility,
.whr .whr__quick-start b {
  font-family: Oswald, Impact, sans-serif;
}

.whr h1,
.whr h2,
.whr h3 {
  line-height: .98;
  letter-spacing: -.025em;
}

.whr a:focus-visible,
.whr button:focus-visible,
.whr input:focus-visible,
.whr select:focus-visible,
.whr summary:focus-visible {
  outline: 4px solid var(--whr-gold);
  outline-offset: 3px;
}

.whr__eyebrow {
  margin-bottom: 13px;
  color: var(--whr-orange-2);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.25;
  text-transform: uppercase;
}

.whr__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr);
  gap: clamp(40px, 5vw, 86px);
  min-height: 680px;
  padding: clamp(52px, 6vw, 90px) max(34px, calc((100vw - 1320px) / 2));
  color: #fff;
  background-color: #0b251e;
  background-image:
    linear-gradient(125deg, rgba(7, 24, 19, .9) 0%, rgba(16, 50, 41, .86) 61%, rgba(27, 77, 63, .86) 100%),
    var(--whr-texture),
    radial-gradient(circle at 17% 8%, rgba(52, 122, 99, .36), transparent 35%);
  background-size: auto, 720px 720px, auto;
  background-blend-mode: normal, soft-light, screen;
}

.whr__intro-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.whr__intro h1 {
  max-width: 790px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.15rem, 5.8vw, 6.3rem);
  text-wrap: balance;
}

.whr__lede {
  max-width: 680px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.6;
}

.whr__intro-actions,
.whr__final-actions,
.whr__card-actions,
.whr__code-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.whr__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 21px;
  border: 0;
  border-radius: 3px;
  color: var(--whr-ink);
  background: var(--whr-cream);
  box-shadow: none;
  cursor: pointer;
  font-size: .96rem;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .15s ease, background .15s ease, color .15s ease;
}

.whr__button:hover {
  transform: translateY(-2px);
}

.whr select:focus-visible,
.whr input:focus-visible {
  outline: 3px solid var(--whr-orange-2);
  outline-offset: 2px;
}

.whr__button--orange,
.whr__button--primary {
  color: #fff;
  background: var(--whr-orange);
}

.whr__button--orange:hover,
.whr__button--primary:hover {
  color: #fff;
  background: #b94315;
}

.whr__button--ghost {
  border: 1px solid rgba(255, 255, 255, .42);
  color: #fff;
  background: transparent;
}

.whr__button--ghost:hover {
  border-color: #fff;
  color: var(--whr-ink);
  background: #fff;
}

.whr__button--secondary {
  border: 1px solid currentColor;
  background: transparent;
}

/* Console first, photo tucked under its left edge. The console grows with its
   content, so it can never be trapped inside a fixed-height overlap box. */
.whr__hero-side {
  position: relative;
  display: flex;
  align-self: center;
  flex-direction: column;
  min-height: 0;
}

/* No overlap. The figcaption sits at the photo's top edge, so any tuck under
   the console clips it. Needs .whr__hero-side to outrank
   `.whr figure { margin-top: 0 }` above. */
.whr__hero-side .whr__photo {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 260px;
  margin: 18px auto 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .26);
  background: #081b16;
  box-shadow: 22px 22px 0 rgba(3, 15, 12, .48);
}

.whr__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 50%, rgba(4, 17, 14, .66));
}

.whr__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whr__photo figcaption {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 18px;
  margin: 0;
  color: #fff;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.whr__hero-console {
  position: relative;
  z-index: 2;
  width: min(92%, 620px);
  margin-left: auto;
  padding: 24px;
  color: var(--whr-ink);
  background: var(--whr-cream);
  box-shadow: 12px 12px 0 var(--whr-orange);
}

.whr__hero-console .whr__eyebrow {
  margin-bottom: 4px;
  color: var(--whr-orange);
}

.whr__hero-console h2 {
  margin-bottom: 17px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  text-transform: uppercase;
}

.whr__quick-start {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.whr__quick-start a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid var(--whr-line);
  color: var(--whr-ink);
  background: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.whr__quick-start a:hover {
  border-color: var(--whr-orange);
  background: #fff;
}

.whr__quick-start details {
  position: relative;
  min-height: 66px;
  padding: 10px 12px;
  border: 1px solid var(--whr-line);
  color: var(--whr-ink);
  background: rgba(255, 255, 255, .72);
}

.whr__quick-start details[open] {
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--whr-orange);
}

.whr__quick-start summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  cursor: pointer;
}

.whr__quick-start summary::-webkit-details-marker {
  display: none;
}

.whr__quick-start summary b {
  font-size: .95rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.whr__quick-start summary em {
  color: #315048;
  font-size: .76rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.whr__quick-start details > div p {
  margin: 8px 0 6px;
  font-size: .78rem;
  line-height: 1.45;
}

.whr__quick-start details > div a {
  color: #9e350e;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.whr__quick-start details > div a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* The +/− indicator lives on summary::after further down this file. A second
   marker here rendered two plus signs on every problem in the picker. */

.whr__quick-start details:hover,
.whr__quick-start details[open]:hover {
  border-color: var(--whr-orange);
  background: #fff;
}

.whr__quick-start a:focus-visible {
  outline: 3px solid var(--whr-orange);
  outline-offset: 2px;
}

.whr__quick-start span {
  grid-row: 1 / 3;
  color: var(--whr-orange);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
}

.whr__quick-start b {
  font-size: .95rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.whr__quick-start em {
  color: #315048;
  font-size: .76rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.whr__quick-start--page em {
  color: var(--whr-orange);
}

.whr__quick-start--page em::before {
  content: "Full guide · ";
  color: var(--whr-green);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.whr__quick-start .whr__quick-code {
  grid-column: 1 / -1;
}

.whr__utility {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
  justify-content: center;
  padding: 0 max(22px, calc((100vw - 1260px) / 2));
  color: #fff;
  background: #071813;
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whr__utility span,
.whr__utility a {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  padding: 12px 19px;
}

.whr__utility span {
  color: var(--whr-gold);
}

.whr__utility a {
  color: #fff;
  text-decoration: none;
}

.whr__utility a:hover {
  color: var(--whr-gold);
  background: rgba(255, 255, 255, .06);
}

.whr__authority {
  padding: clamp(65px, 7vw, 98px) max(34px, calc((100vw - 1240px) / 2));
  background-color: var(--whr-cream);
  background-image:
    linear-gradient(rgba(243, 234, 216, .9), rgba(243, 234, 216, .9)),
    var(--whr-texture);
  background-size: auto, 680px 680px;
}

.whr__field-notes {
  padding: clamp(70px, 8vw, 112px) max(34px, calc((100vw - 1240px) / 2));
  color: #fff;
  background-color: #17211d;
  background-image:
    linear-gradient(rgba(12, 31, 25, .87), rgba(12, 31, 25, .92)),
    var(--whr-texture);
  background-size: auto, 720px 720px;
}

.whr__field-notes > header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .5fr);
  gap: 50px;
  align-items: end;
  margin-bottom: 35px;
}

.whr__field-notes h2 {
  max-width: 900px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(2.45rem, 4.8vw, 4.7rem);
  text-wrap: balance;
}

.whr__field-notes > header > p:last-child {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, .7);
}

.whr__field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.whr__field-grid figure {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #071813;
}

.whr__field-grid figure:nth-child(2) {
  transform: translateY(22px);
}

.whr__field-grid img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: cover;
  transition: transform .3s ease;
}

.whr__field-grid figure:hover img {
  transform: scale(1.025);
}

.whr__field-grid figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 70px 23px 23px;
  color: #fff;
  background: linear-gradient(transparent, rgba(4, 17, 14, .94));
}

.whr__field-grid figcaption strong,
.whr__field-grid figcaption span {
  display: block;
}

.whr__field-grid figcaption strong {
  margin-bottom: 7px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.whr__field-grid figcaption span {
  color: rgba(255, 255, 255, .76);
  font-size: .78rem;
  line-height: 1.45;
}

.whr__authority > header {
  max-width: 920px;
  margin-bottom: 33px;
}

.whr__authority h2 {
  margin-bottom: 0;
  color: var(--whr-ink);
  font-size: clamp(2.3rem, 4.4vw, 4.3rem);
  text-wrap: balance;
}

.whr__authority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(13, 32, 27, .2);
}

.whr__authority-grid article {
  display: flex;
  min-height: 285px;
  flex-direction: column;
  padding: 25px;
  background: var(--whr-paper);
}

.whr__authority-grid article > span {
  color: var(--whr-orange);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
}

.whr__authority-grid h3 {
  margin: 27px 0 12px;
  font-size: 1.55rem;
  line-height: 1.04;
  text-transform: uppercase;
}

.whr__authority-grid p {
  color: var(--whr-muted);
  font-size: .8rem;
}

.whr__authority-grid .whr__text-link {
  margin-top: auto;
}

.whr__source {
  color: inherit;
  font-size: .69rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whr__section,
.whr__final {
  padding: clamp(70px, 8vw, 118px) max(34px, calc((100vw - 1240px) / 2));
}

.whr__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: end;
  margin-bottom: 42px;
}

.whr__section-head h2 {
  max-width: 810px;
  margin-bottom: 0;
  color: var(--whr-ink);
  font-size: clamp(2.45rem, 4.8vw, 4.7rem);
  text-wrap: balance;
}

.whr__section-head > p {
  margin-bottom: 3px;
  color: var(--whr-muted);
  font-size: .97rem;
}

.whr__section-head--light h2,
.whr__section-head--light > p {
  color: #fff;
}

.whr__section-head--light > p {
  color: rgba(255, 255, 255, .72);
}

.whr__symptom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.whr__symptom-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--whr-line);
  background: #fff8eb;
  box-shadow: 0 18px 45px rgba(13, 32, 27, .08);
}

.whr__symptom-card:nth-child(even) {
  background: #edf5ef;
}

.whr__symptom-mark {
  position: absolute;
  top: 22px;
  right: 26px;
  color: rgba(212, 84, 29, .2);
  font-family: Oswald, Impact, sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1;
}

.whr__symptom-card h3 {
  max-width: calc(100% - 70px);
  margin-bottom: 13px;
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
  text-transform: uppercase;
}

.whr__symptom-card > p {
  max-width: 670px;
  margin-bottom: 24px;
  color: #384941;
  font-size: .94rem;
}

.whr__symptom-guide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: auto 0 23px;
}

.whr__symptom-guide p {
  margin: 0;
  padding: 14px;
  border-top: 3px solid var(--whr-orange);
  background: rgba(255, 255, 255, .7);
  font-size: .78rem;
  line-height: 1.48;
}

.whr__symptom-guide span {
  display: block;
  margin-bottom: 5px;
  color: var(--whr-orange);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.whr__text-link,
.whr__paths a {
  color: var(--whr-orange);
  font-weight: 900;
  text-decoration: none;
}

.whr__text-link:hover,
.whr__paths a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.whr__guide-link {
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 15px 17px;
  border: 2px solid var(--whr-green);
  color: var(--whr-green);
  background: #fffdf7;
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
}

.whr__guide-link span {
  color: var(--whr-orange);
  font-family: Arial, sans-serif;
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.whr__guide-link:hover {
  color: #fff;
  background: var(--whr-green);
}

.whr__guide-link:focus-visible {
  outline: 3px solid var(--whr-orange);
  outline-offset: 3px;
}

.whr__escape,
.whr__crosslink,
.whr__decision-action {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  padding: 26px 30px;
  color: #fff;
  background: var(--whr-green);
}

.whr__escape span,
.whr__crosslink span {
  display: block;
  color: var(--whr-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.whr__escape strong,
.whr__crosslink strong {
  display: block;
  font-size: 1.06rem;
}

.whr__escape p,
.whr__decision-action p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .85rem;
}

.whr__escape .whr__button,
.whr__crosslink .whr__button {
  flex: 0 0 auto;
  color: #fff;
}

.whr__decoder {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: clamp(35px, 6vw, 86px);
  color: #fff;
  background: var(--whr-green);
}

.whr__decoder .whr__section-head {
  display: block;
  margin-bottom: 30px;
}

.whr__decoder .whr__section-head > p {
  max-width: 700px;
  margin-top: 16px;
}

.whr__decoder-start {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(280px, 1.2fr);
  gap: 13px;
  margin-bottom: 13px;
}

.whr__label-photo {
  position: relative;
  min-height: 320px;
  margin: 0;
  overflow: hidden;
  background: #071813;
}

.whr__label-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 32%, rgba(4, 17, 14, .8) 100%);
}

.whr__label-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center bottom;
}

.whr__label-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 17px;
  left: 16px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: #fff;
}

.whr__label-photo figcaption b {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--whr-ink);
  background: var(--whr-gold);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.2rem;
}

.whr__label-photo figcaption strong,
.whr__label-photo figcaption span {
  display: block;
}

.whr__label-photo figcaption strong {
  margin-bottom: 3px;
  font-size: .82rem;
}

.whr__label-photo figcaption span {
  color: rgba(255, 255, 255, .75);
  font-size: .68rem;
  line-height: 1.4;
}

.whr__label-example {
  padding: 24px;
  color: var(--whr-ink);
  background: var(--whr-cream);
}

.whr__label-example > span {
  display: block;
  margin-bottom: 17px;
  color: var(--whr-orange);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.whr__label-example > div {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 12px;
  border-top: 1px solid var(--whr-line);
  background: rgba(255, 255, 255, .55);
}

.whr__label-example > div:last-of-type {
  border-bottom: 1px solid var(--whr-line);
}

.whr__label-example small {
  color: var(--whr-muted);
  font-size: .63rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.whr__label-example strong {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .84rem;
  letter-spacing: .02em;
}

.whr__label-example-serial {
  border-left: 4px solid var(--whr-orange);
}

.whr__label-example p {
  margin: 16px 0 13px;
  color: var(--whr-muted);
  font-size: .74rem;
  line-height: 1.5;
}

.whr__decoder-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 22px;
  color: var(--whr-ink);
  background: var(--whr-cream);
}

.whr__decoder-form label {
  display: grid;
  gap: 6px;
}

.whr__decoder-form label span,
.whr__code-search span {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.whr__decoder-form label span b {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  background: var(--whr-green);
  font-family: Oswald, Impact, sans-serif;
  font-size: .72rem;
}

.whr__decoder-form small {
  color: var(--whr-muted);
  font-weight: 600;
}

.whr__decoder-form input,
.whr__decoder-form select,
.whr__code-search input {
  width: 100%;
  min-height: 52px;
  padding: 11px 13px;
  border: 1px solid rgba(13, 32, 27, .32);
  border-radius: 0;
  color: var(--whr-ink);
  background: #fff;
  font: inherit;
}

.whr__decoder-form .whr__button {
  align-self: end;
}

.whr__tankless-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding: 22px;
  color: var(--whr-ink);
  background: var(--whr-cream);
}

.whr__tankless-form label {
  display: grid;
  gap: 6px;
}

.whr__tankless-form label span {
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.whr__tankless-form label span b {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 50%;
  color: #fff;
  background: var(--whr-green);
  font-family: Oswald, Impact, sans-serif;
  font-size: .72rem;
}

.whr__tankless-form small {
  color: var(--whr-muted);
  font-weight: 600;
}

.whr__tankless-form input,
.whr__tankless-form select {
  width: 100%;
  min-height: 52px;
  padding: 11px 13px;
  border: 1px solid rgba(13, 32, 27, .32);
  border-radius: 0;
  color: var(--whr-ink);
  background: #fff;
  font: inherit;
}

.whr__tankless-form .whr__button {
  align-self: end;
}

.whr__tankless-result {
  margin-top: 18px;
  padding: 27px;
  border-left: 5px solid var(--whr-gold);
  color: var(--whr-ink);
  background: #fff;
}

.whr__tankless-result h3 {
  margin-bottom: 6px;
  color: var(--whr-green);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  text-transform: uppercase;
}

.whr__tankless-result .whr__source-context {
  margin: 18px 0 0;
  color: var(--whr-muted);
  font-size: .8rem;
}

.whr__tankless-result .whr__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 19px;
}

.whr__tankless-result ul {
  margin: 15px 0 0;
  padding-left: 19px;
}

.whr__catalog-proof {
  margin: 15px 0 0;
  color: var(--whr-gold);
  font-size: .77rem;
}

.whr__catalog-proof strong {
  color: #fff;
}

.whr__form-help,
.whr__decoder-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, .67);
  font-size: .75rem;
}

.whr__decoder-result {
  margin-top: 18px;
  padding: 27px;
  border-left: 5px solid var(--whr-gold);
  color: var(--whr-ink);
  background: #fff;
}

.whr__decoder-result h3 {
  margin-bottom: 6px;
  color: var(--whr-green);
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  text-transform: uppercase;
}

.whr__decoder-result p:last-child {
  margin-bottom: 0;
}

.whr__result-kicker {
  margin-bottom: 7px;
  color: var(--whr-orange);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.whr__result-model {
  margin-bottom: 20px;
  color: var(--whr-muted);
  font-weight: 800;
}

.whr__result-summary {
  color: var(--whr-muted);
}

.whr__result-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 19px 0;
  background: var(--whr-line);
}

.whr__result-facts > div {
  padding: 15px;
  background: #f8f5ec;
}

.whr__result-facts span,
.whr__result-callout span {
  display: block;
  margin-bottom: 4px;
  color: var(--whr-orange);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.whr__result-facts strong {
  display: block;
  font-size: .86rem;
}

.whr__result-callout {
  margin-bottom: 20px;
  padding: 17px;
  border-left: 4px solid var(--whr-green-2);
  background: #edf5ef;
}

.whr__result-callout > strong {
  display: block;
  font-size: .87rem;
}

.whr__result-callout p {
  margin: 7px 0 0;
  color: var(--whr-muted);
  font-size: .76rem;
}

.whr__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 19px;
}

.whr__result-note {
  margin: 14px 0 0;
  color: var(--whr-muted);
  font-size: .7rem;
}

.whr__decoder-table {
  align-self: start;
  padding: 28px;
  color: var(--whr-ink);
  background: var(--whr-cream);
}

.whr__decoder-table h3 {
  margin-bottom: 18px;
  font-size: 2rem;
}

.whr__decoder-table details {
  border-top: 1px solid var(--whr-line);
}

.whr__decoder-table details:last-of-type {
  border-bottom: 1px solid var(--whr-line);
}

.whr__decoder-table summary {
  padding: 12px 0;
  cursor: pointer;
  font-weight: 800;
}

.whr__decoder-table details p {
  margin-bottom: 6px;
  font-size: .78rem;
}

.whr__decoder-table code {
  display: block;
  margin-bottom: 8px;
  color: #82340f;
  font-size: .73rem;
}

.whr__decoder-table .whr__decoder-note {
  color: var(--whr-muted);
}

.whr__utah-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}

.whr__utah-grid article {
  min-height: 265px;
  padding: 27px;
  border-top: 5px solid var(--whr-green-2);
  background: var(--whr-cream);
}

.whr__utah-grid article > span {
  color: var(--whr-orange);
  font-family: Oswald, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.whr__utah-grid h3 {
  margin: 20px 0 12px;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.whr__utah-grid p {
  color: #44554d;
  font-size: .83rem;
}

.whr__utah-proof {
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  min-height: 430px;
  margin: 24px 0 0;
  overflow: hidden;
  color: #fff;
  background: var(--whr-green);
}

.whr__utah-proof img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.whr__utah-proof figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 70px);
}

.whr__utah-proof figcaption span {
  margin-bottom: 17px;
  color: var(--whr-gold);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.whr__utah-proof figcaption strong {
  max-width: 570px;
  color: #fff !important;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.whr__utah-proof figcaption p {
  max-width: 600px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .9) !important;
  font-size: .9rem;
}

.whr__nox-wrap {
  margin-top: 25px;
}

.whr__utah-more {
  margin-top: 24px;
  border: 1px solid var(--whr-line);
  background: var(--whr-cream);
}

.whr__utah-more > summary {
  position: relative;
  padding: 18px 54px 18px 20px;
  cursor: pointer;
  list-style: none;
  color: var(--whr-green);
  font-weight: 900;
  text-transform: uppercase;
}

.whr__utah-more > summary::-webkit-details-marker {
  display: none;
}

.whr__utah-more > summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "+";
  color: var(--whr-orange);
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.whr__utah-more[open] > summary::after {
  content: "−";
}

.whr__utah-more > .whr__utah-grid,
.whr__utah-more > .whr__utah-proof {
  margin-right: 20px;
  margin-left: 20px;
}

.whr__utah-more > .whr__utah-proof {
  margin-bottom: 20px;
}

.whr__crosslink .whr__button {
  border-color: rgba(255, 255, 255, .5);
}

.whr__decisions,
.whr__codes {
  color: #fff;
  background-color: #0b251e;
  background-image:
    linear-gradient(rgba(7, 24, 19, .91), rgba(7, 24, 19, .91)),
    var(--whr-texture);
  background-size: auto, 720px 720px;
}

.whr__decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.whr__decision-grid article {
  min-height: 270px;
  padding: 34px;
  color: var(--whr-ink);
  background: #e9f2ec;
}

.whr__decision-grid article:nth-child(even) {
  background: #fae4d6;
}

.whr__decision-grid h3 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  text-transform: uppercase;
}

.whr__decision-grid article > p:last-of-type {
  color: #3c4e46;
}

.whr__decision-action {
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .05);
}

.whr__decision-action p {
  max-width: 760px;
}

.whr__sizing-grid,
.whr__paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.whr__sizing-grid article,
.whr__paths article {
  padding: 27px;
  border: 1px solid var(--whr-line);
}

.whr__sizing-grid h3,
.whr__paths h3 {
  margin-bottom: 12px;
  font-size: 1.55rem;
  text-transform: uppercase;
}

.whr__sizing-grid p,
.whr__paths p {
  color: var(--whr-muted);
  font-size: .84rem;
}

.whr__paths {
  margin-top: 18px;
}

.whr__paths article {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  background: var(--whr-cream);
}

.whr__paths span {
  color: var(--whr-orange);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.whr__paths h3 {
  margin-top: 19px;
}

.whr__paths a {
  margin-top: auto;
}

.whr__codes-photo {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  min-height: 340px;
  margin: 0 0 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .05);
}

.whr__codes-photo img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.whr__codes-photo figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 62px);
}

.whr__codes-photo figcaption span {
  margin-bottom: 16px;
  color: var(--whr-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.whr__codes-photo figcaption strong {
  max-width: 650px;
  color: #fffdf7 !important;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.02;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .28);
  text-transform: uppercase;
}

.whr__code-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 22px;
  color: var(--whr-ink);
  background: var(--whr-gold);
}

.whr__code-list {
  margin-top: 18px;
}

.whr__code-row {
  border-top: 1px solid rgba(255, 255, 255, .17);
}

.whr__code-row:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.whr--enhanced .whr__code-row[data-whr-code-extra] {
  display: none;
}

.whr--enhanced.whr--all-codes .whr__code-row[data-whr-code-extra],
.whr--enhanced.whr--code-filtering .whr__code-row[data-whr-code-extra] {
  display: block;
}

.whr__code-row[hidden] {
  display: none !important;
}

.whr__code-row summary {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 19px 4px;
  cursor: pointer;
  list-style: none;
}

.whr__code-row summary::-webkit-details-marker {
  display: none;
}

.whr__code-row summary code {
  color: var(--whr-gold);
  font-size: 1rem;
  font-weight: 900;
}

.whr__code-row summary span {
  color: #fff;
  font-weight: 700;
}

.whr__code-row summary b {
  color: var(--whr-orange-2);
  font-size: .69rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.whr__code-row > div {
  padding: 2px 4px 24px 112px;
  color: rgba(255, 255, 255, .74);
  font-size: .84rem;
}

.whr__code-row > div strong {
  color: #fff;
}

.whr__code-actions .whr__source {
  color: #fff;
}

.whr__browse-codes {
  margin-top: 22px;
  color: #fff;
}

.whr__no-results {
  margin-top: 20px;
  color: var(--whr-gold);
}

.whr__glossary dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--whr-line);
}

.whr__glossary dl > div {
  padding: 25px;
  background: var(--whr-paper);
}

.whr__glossary dt {
  margin-bottom: 7px;
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

.whr__glossary dd {
  margin-bottom: 0;
  color: var(--whr-muted);
  font-size: .82rem;
}

.whr__past-work {
  color: #fff;
  background-color: #0b251e;
  background-image:
    linear-gradient(rgba(7, 24, 19, .88), rgba(7, 24, 19, .93)),
    var(--whr-texture);
  background-size: auto, 720px 720px;
}

.whr__past-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.whr__project-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--whr-ink);
  background: var(--whr-paper);
  box-shadow: 9px 9px 0 var(--whr-orange);
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}

.whr__project-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 var(--whr-orange);
}

/* The UA default figure margin (1em 40px) was insetting every job photo, which
   is what made the grid look ragged. Photos must fill the card edge to edge. */
.whr__project-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #13261f;
}

.whr__project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}

.whr__project-card:hover img {
  transform: scale(1.05);
}

.whr__project-card figcaption {
  position: absolute;
  right: 13px;
  bottom: 13px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(7, 24, 19, .88);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.whr__project-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px 18px;
}

.whr__project-card h3 {
  margin: 0;
  color: var(--whr-ink);
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.16;
  text-transform: uppercase;
}

.whr__project-card p {
  margin: 0;
  color: var(--whr-muted);
  font-size: .82rem;
}

.whr__project-meta {
  color: #5d6f68;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.whr__project-card > div > strong {
  margin-top: auto;
  padding-top: 8px;
  color: var(--whr-orange);
  font-size: .75rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.whr__past-work-all {
  display: inline-block;
  margin-top: 34px;
  color: var(--whr-gold);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.whr__past-work-all:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.whr__faq {
  padding-top: 0;
}

.whr__faq-list {
  border-top: 1px solid var(--whr-line);
}

.whr__faq-list details {
  border-bottom: 1px solid var(--whr-line);
}

.whr__faq-list summary {
  position: relative;
  padding: 22px 58px 22px 0;
  cursor: pointer;
  list-style: none;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.15;
}

.whr__faq-list summary::-webkit-details-marker {
  display: none;
}

.whr__faq-list summary:hover {
  color: var(--whr-green);
}

.whr__faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 7px;
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  color: var(--whr-orange);
  content: "+";
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .18s ease;
}

.whr__faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.whr__faq-list details[open] summary {
  color: var(--whr-green);
}

.whr__faq-list details p {
  max-width: 830px;
  margin-bottom: 23px;
  color: var(--whr-muted);
}

.whr__final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 35px;
  align-items: center;
  color: #fff;
  background: var(--whr-orange);
}

.whr__final h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(2.4rem, 4.8vw, 4.6rem);
}

.whr__final > div > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .8);
}

.whr__final .whr__eyebrow {
  color: var(--whr-gold);
}

.whr__final .whr__button--orange {
  color: var(--whr-ink);
  background: var(--whr-gold);
}

.whr__final .whr__button--secondary {
  color: #fff;
}

.whr__health-error {
  padding: 20px;
  color: #7a270d;
  background: #ffe0d1;
}

@media (max-width: 1100px) {
  .whr__intro {
    grid-template-columns: minmax(0, .8fr) minmax(390px, 1.2fr);
    gap: 32px;
    padding-inline: 30px;
  }

  .whr__intro h1 {
    font-size: clamp(3rem, 5.7vw, 4.9rem);
  }

  .whr__hero-console {
    width: 96%;
  }

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

@media (max-width: 960px) {
  .whr__decoder {
    grid-template-columns: 1fr;
  }

  .whr__decoder-table {
    width: 100%;
  }

  .whr__sizing-grid,
  .whr__paths,
  .whr__glossary dl,
  .whr__field-grid,
  .whr__past-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whr__field-grid figure:nth-child(2) {
    transform: none;
  }

  .whr__field-grid figure:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .whr__intro {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 46px 20px 58px;
  }

  .whr__intro h1 {
    max-width: 620px;
    font-size: clamp(3rem, 12vw, 5.1rem);
  }

  .whr__hero-side {
    min-height: 610px;
  }

  .whr__photo {
    inset: 0 0 210px 0;
    box-shadow: none;
  }

  .whr__hero-console {
    right: 0;
    bottom: 0;
    width: 100%;
    box-shadow: none;
  }

  .whr__utility {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-content: stretch;
    overflow: visible;
    padding: 8px 10px;
  }

  .whr__utility span {
    display: none;
  }

  .whr__utility a {
    min-width: 0;
    min-height: 46px;
    justify-content: center;
    padding: 9px 8px;
    font-size: .72rem;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .whr__utility a:last-child {
    grid-column: 1 / -1;
  }

  .whr__field-notes > header,
  .whr__section-head,
  .whr__final {
    grid-template-columns: 1fr;
  }

  .whr__authority {
    padding: 62px 20px;
  }

  .whr__field-notes {
    padding: 62px 20px 76px;
  }

  .whr__section,
  .whr__final {
    padding: 68px 20px;
  }

  .whr__section-head {
    gap: 18px;
  }

  .whr__symptom-grid,
  .whr__decision-grid {
    grid-template-columns: 1fr;
  }

  .whr__utah-proof,
  .whr__codes-photo {
    grid-template-columns: 1fr;
  }

  .whr__utah-proof img,
  .whr__codes-photo img {
    height: min(70vw, 470px);
    min-height: 0;
  }

  .whr__symptom-card {
    min-height: 0;
  }

  .whr__escape,
  .whr__crosslink,
  .whr__decision-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .whr__final-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .whr {
    font-size: 15px;
  }

  .whr__intro {
    padding-top: 38px;
  }

  .whr__intro h1 {
    margin-bottom: 19px;
    font-size: clamp(2.65rem, 13vw, 3.6rem);
  }

  .whr__intro-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .whr__hero-side {
    min-height: 680px;
  }

  .whr__photo {
    bottom: 300px;
  }

  .whr__hero-console {
    padding: 19px;
  }

  .whr__quick-start {
    grid-template-columns: 1fr;
  }

  .whr__quick-start .whr__quick-code {
    grid-column: auto;
  }

  .whr__symptom-card,
  .whr__decision-grid article,
  .whr__decoder-table,
  .whr__sizing-grid article,
  .whr__paths article,
  .whr__glossary dl > div {
    padding: 22px;
  }

  .whr__symptom-guide,
  .whr__decoder-start,
  .whr__decoder-form,
  .whr__tankless-form,
  .whr__authority-grid,
  .whr__field-grid,
  .whr__past-work-grid,
  .whr__result-facts,
  .whr__sizing-grid,
  .whr__paths,
  .whr__glossary dl {
    grid-template-columns: 1fr;
  }

  .whr__field-grid figure:last-child {
    grid-column: auto;
  }

  .whr__field-grid figure,
  .whr__field-grid img {
    min-height: 390px;
    height: 390px;
  }

  .whr__project-card figure {
    aspect-ratio: 3 / 2;
  }

  .whr__decoder-form,
  .whr__tankless-form {
    padding: 17px;
  }

  .whr__authority-grid article {
    min-height: 0;
  }

  .whr__code-search {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .whr__code-row summary {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
  }

  .whr__code-row summary b {
    display: none;
  }

  .whr__code-row > div {
    padding-left: 0;
  }

  .whr__final {
    margin-bottom: 120px;
  }
}

/* The three answers a panicking homeowner is actually looking for. */
.whr__hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 650px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.whr__hero-facts li {
  min-width: 0;
  color: #e7efea;
  font-size: .78rem;
  line-height: 1.34;
}

.whr__hero-facts b {
  display: block;
  margin-bottom: 4px;
  color: var(--whr-gold);
  font-family: Oswald, Impact, sans-serif;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .whr__hero-facts {
    grid-template-columns: 1fr;
    gap: 11px;
  }
}

/* Static hero CTAs. The floating buttons stay; these do not replace them. */
.whr__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 650px;
  margin: 0 0 24px;
}

.whr__hero-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 2px solid var(--whr-gold);
  color: var(--whr-gold);
  background: transparent;
  font-family: Oswald, Impact, sans-serif;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease;
}

.whr__hero-action:hover,
.whr__hero-action:focus-visible {
  color: var(--whr-ink);
  background: var(--whr-gold);
  text-decoration: none;
}

.whr__hero-action--book {
  border-color: var(--whr-orange);
  color: #fff;
  background: var(--whr-orange);
}

.whr__hero-action--book:hover,
.whr__hero-action--book:focus-visible {
  color: #fff;
  border-color: #fff;
  background: var(--whr-orange);
}

@media (max-width: 700px) {
  /* .whr__intro-copy is a flex column that sizes children to content, so this
     needs to stretch or the buttons end up half the width of the column. */
  .whr__hero-actions {
    display: grid;
    align-self: stretch;
    grid-template-columns: 1fr;
    gap: 9px;
  }
}

/* V35: fast front door with depth on demand. */
.whr__reviewed {
  max-width: 650px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: var(--whr-gold);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.5;
}

.whr__quick-start details {
  align-self: start;
  border: 1px solid var(--whr-line);
  background: rgba(255, 255, 255, .76);
}

.whr__quick-start {
  align-items: start;
}

.whr [hidden] {
  display: none !important;
}

.whr__quick-start details[open] {
  border-color: var(--whr-orange);
  background: #fff;
}

.whr__quick-start summary {
  position: relative;
  display: grid;
  gap: 3px;
  min-height: 70px;
  padding: 11px 40px 11px 13px;
  cursor: pointer;
  list-style: none;
}

.whr__quick-start summary::-webkit-details-marker {
  display: none;
}

.whr__quick-start summary::after {
  position: absolute;
  top: 50%;
  right: 14px;
  color: var(--whr-orange);
  content: "+";
  font-size: 1.25rem;
  font-weight: 900;
  transform: translateY(-50%);
}

.whr__quick-start details[open] summary::after {
  content: "−";
}

.whr__quick-start summary b {
  font-size: .95rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.whr__quick-start summary em {
  color: #4d615a;
  font-size: .72rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
}

.whr__quick-start details > div {
  padding: 0 13px 14px;
}

.whr__quick-start details > div p {
  margin: 0 0 10px;
  color: #33483f;
  font-size: .8rem;
  line-height: 1.45;
}

.whr__quick-start details > div a {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  color: #9e350e;
  background: transparent;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Picking a problem should be able to end in a quote, not only in a guide. */
.whr__quick-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
}

.whr__quick-start details > div .whr__quick-quote {
  padding: 7px 13px;
  border: 0;
  color: #fff;
  background: var(--whr-orange);
  font-family: Oswald, Impact, sans-serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.whr__quick-start details > div .whr__quick-quote:hover {
  background: #b8400f;
}

.whr__quick-start details > div .whr__quick-quote:focus-visible {
  outline: 3px solid var(--whr-green);
  outline-offset: 2px;
}

.whr__quick-start .whr__quick-code {
  grid-column: 1 / -1;
}

.whr__hero-console > .whr__button {
  width: 100%;
  margin-top: 12px;
}

.whr__photo figcaption {
  top: 14px;
  bottom: auto;
  padding: 5px 8px;
  background: rgba(4, 17, 14, .78);
}

.whr__button--cream {
  color: var(--whr-ink);
  background: var(--whr-gold);
}

.whr__button--cream:hover {
  color: var(--whr-ink);
  background: #ffe099;
}

.whr__button--ghost-light {
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
  background: transparent;
}

.whr__button--ghost-light:hover {
  color: var(--whr-ink);
  background: #fff;
}

.whr__quote-start {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 6vw, 74px) max(34px, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--whr-orange);
}

.whr__quote-start .whr__eyebrow {
  color: #fff0bc;
}

.whr__quote-start h2 {
  max-width: 720px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: .98;
}

.whr__quote-start-copy > p:last-of-type {
  max-width: 680px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.whr__quote-start-copy small {
  color: #fff0bc;
  font-size: .78rem;
  font-weight: 800;
}

.whr__quote-start-panel {
  padding: 20px;
  border: 2px solid var(--whr-ink);
  box-shadow: 10px 10px 0 rgba(4, 17, 14, .32);
  color: var(--whr-ink);
  background: var(--whr-paper);
}

.whr__quote-start-panel form {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(120px, .6fr);
  gap: 12px;
}

.whr__quote-start-panel label {
  display: grid;
  gap: 6px;
}

.whr__quote-start-panel label span {
  color: var(--whr-green);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.whr__quote-start-panel select,
.whr__quote-start-panel input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 13px;
  border: 1px solid #78877f;
  border-radius: 0;
  color: var(--whr-ink);
  background: #fff;
  font: inherit;
}

.whr__quote-start-panel .whr__button {
  grid-column: 1 / -1;
  width: 100%;
  color: var(--whr-ink);
  background: var(--whr-gold);
}

.whr__quote-book-link {
  display: block;
  margin-top: 13px;
  color: var(--whr-green);
  font-size: .78rem;
  font-weight: 900;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* The quote starter also renders in the hero console, where the column is
   narrower and the panel rules above do not apply. */
.whr__hero-quote {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--whr-line);
}

.whr__hero-quote form {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(94px, .65fr);
  gap: 10px;
}

.whr__hero-quote label {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.whr__hero-quote label span {
  color: var(--whr-green);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.whr__hero-quote select,
.whr__hero-quote input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 11px;
  border: 1px solid #78877f;
  border-radius: 0;
  color: var(--whr-ink);
  background: #fff;
  font: inherit;
}

.whr__hero-quote .whr__button {
  grid-column: 1 / -1;
  width: 100%;
}

.whr__hero-quote .whr__quote-book-link {
  margin-top: 10px;
}

@media (max-width: 560px) {
  .whr__hero-quote form {
    grid-template-columns: 1fr;
  }
}

.whr__fast-tools {
  background: var(--whr-paper);
}

.whr__tool-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.whr__tool-grid a {
  display: flex;
  min-height: 185px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--whr-line);
  border-top: 5px solid var(--whr-orange);
  color: var(--whr-ink);
  background: #fff;
  text-decoration: none;
}

.whr__tool-grid a:hover {
  border-color: var(--whr-orange);
  box-shadow: 7px 7px 0 rgba(212, 84, 29, .22);
  transform: translateY(-2px);
}

.whr__tool-grid span {
  margin-bottom: 14px;
  color: #9e350e;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.whr__tool-grid strong {
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.22rem, 1.7vw, 1.62rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.whr__tool-grid em {
  margin-top: auto;
  padding-top: 18px;
  color: #9e350e;
  font-size: .78rem;
  font-style: normal;
  font-weight: 900;
  transition: transform .16s ease;
}

.whr__tool-grid a:hover em {
  transform: translateX(4px);
}

.whr__tool-grid a:focus-visible {
  outline: 4px solid var(--whr-gold);
  outline-offset: 3px;
}

.whr__handoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 44px max(34px, calc((100vw - 1240px) / 2));
  color: #fff;
  background: var(--whr-orange);
}

.whr__handoff h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4rem);
}

.whr__handoff p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .85);
}

.whr__handoff .whr__eyebrow {
  color: #fff0bc;
}

.whr__handoff-actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.whr__past-work--early {
  padding-top: clamp(58px, 7vw, 90px);
  padding-bottom: clamp(58px, 7vw, 90px);
}

.whr__more-jobs {
  display: none;
}

.whr__decoder > .whr__section-head {
  grid-column: 1 / -1;
}

.whr__glossary .whr__past-work-all {
  color: #9e350e;
}

@media (max-width: 1000px) {
  .whr__tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whr__tool-grid a:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .whr__intro {
    gap: 30px;
  }

  .whr__hero-side {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 18px;
  }

  .whr__hero-console,
  .whr__photo {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .whr__hero-console {
    order: 1;
  }

  .whr__hero-side .whr__photo {
    order: 2;
    width: 100%;
    height: 300px;
    margin: 0;
  }

  .whr__handoff {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .whr__handoff-actions {
    flex-direction: column;
  }

  .whr__quote-start {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
}

@media (max-width: 560px) {
  .whr__intro {
    padding: 34px 20px 44px;
  }

  .whr__intro h1 {
    font-size: clamp(2.55rem, 12vw, 3.25rem);
  }

  .whr__reviewed {
    font-size: .74rem;
  }

  .whr__quick-start,
  .whr__tool-grid {
    grid-template-columns: 1fr;
  }

  .whr__quick-start .whr__quick-code,
  .whr__tool-grid a:last-child {
    grid-column: auto;
  }

  .whr__tool-grid a {
    min-height: 0;
    padding: 18px;
  }

  .whr__tool-grid em {
    padding-top: 12px;
  }

  .whr__quote-start-panel {
    padding: 16px;
    box-shadow: 6px 6px 0 rgba(4, 17, 14, .32);
  }

  .whr__quote-start-panel form {
    grid-template-columns: 1fr;
  }

  .whr__quote-start-panel .whr__button {
    grid-column: auto;
  }

  .whr__section.whr__fast-tools,
  .whr__past-work--early {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .whr__past-work--early .whr__project-card--extra {
    display: none;
  }

  .whr__past-work--early.whr__past-work--all .whr__project-card--extra {
    display: grid;
  }

  .whr__more-jobs {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    margin: 16px 0 0;
    padding: 10px 14px;
    border: 1px solid var(--whr-gold);
    color: var(--whr-gold);
    background: transparent;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .whr__cutaway,
  .whr #whr-symptoms,
  .whr #whr-decisions,
  .whr #whr-sizing,
  .whr #whr-parts {
    padding: 30px 20px;
  }

  .whr__cutaway > header,
  .whr #whr-symptoms > header,
  .whr #whr-decisions > header,
  .whr #whr-sizing > header,
  .whr #whr-parts > header {
    gap: 12px;
  }

  .whr__cutaway > header h2,
  .whr #whr-symptoms > header h2,
  .whr #whr-decisions > header h2,
  .whr #whr-sizing > header h2,
  .whr #whr-parts > header h2 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }
}

.whr__cutaway {
  position: relative;
  padding: clamp(64px, 7vw, 112px) clamp(20px, 5vw, 78px);
  overflow: hidden;
  color: #fffdf7;
  background:
    linear-gradient(135deg, rgba(5, 35, 29, .97), rgba(14, 62, 50, .96)),
    var(--whr-texture);
  background-size: auto, 760px 760px;
}

.whr__cutaway::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 42%, rgba(68, 154, 135, .2), transparent 34%);
}

.whr__cutaway > * {
  position: relative;
}

.whr__cutaway-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .68fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: end;
  max-width: 1500px;
  margin: 0 auto 34px;
}

.whr__cutaway-head h2 {
  max-width: 820px;
  margin: 8px 0 0;
  color: #fffdf7;
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
  font-weight: 800;
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.whr__cutaway-head > p {
  margin: 0;
  color: #d8e3de;
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.55;
}

.whr__cutaway-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(330px, .66fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: start;
  max-width: 1500px;
  margin: 0 auto;
}

.whr__cutaway-view,
.whr__cutaway-guide {
  min-width: 0;
}

.whr__cutaway-stage {
  position: relative;
  width: 100%;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(240, 207, 131, .62);
  background: radial-gradient(ellipse at 45% 38%, #38645e 0, #183d39 45%, #092620 100%);
  box-shadow: 14px 14px 0 rgba(212, 84, 29, .76);
  isolation: isolate;
}

.whr__zoom-controls .whr__label-toggle {
  font: 800 14px/1 monospace;
  border-color: #f0cf83;
}
.whr__zoom-controls .whr__label-toggle[aria-pressed="true"] {
  color: #143e36;
  background: #f0cf83;
}

.whr__heat-step {
  position: absolute;
  z-index: 7;
  top: 14px;
  left: 50%;
  display: none;
  padding: 9px 13px;
  transform: translate(-50%, -8px);
  border: 1px solid rgba(255, 244, 211, .88);
  color: #fffdf5;
  background: rgba(5, 38, 31, .94);
  box-shadow: 0 5px 16px rgba(0, 0, 0, .34);
  font: 900 .72rem/1 Montserrat, Arial, sans-serif;
  letter-spacing: .08em;
  pointer-events: none;
  transition: transform .22s ease;
}

.whr__cutaway.is-heat-active .whr__heat-step {
  display: block;
  transform: translate(-50%, 0);
}

.whr__cutaway-stage canvas,
.whr__cutaway-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.whr__cutaway-stage canvas {
  z-index: 2;
  display: block;
  opacity: 0;
  touch-action: pan-y;
  transition: opacity .28s ease;
}

.whr__touch-instruction {
  display: none;
}

@media (max-width: 900px), (hover: none), (pointer: coarse) {
  .whr__mouse-instruction {
    display: none;
  }

  .whr__touch-instruction {
    display: inline;
  }
}

.whr__gesture-hint {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: 18px;
  max-width: calc(100% - 32px);
  padding: 10px 14px;
  transform: translate(-50%, 8px);
  border: 1px solid rgba(255, 244, 213, .92);
  border-radius: 4px;
  color: #fffdf5;
  background: rgba(5, 38, 31, .94);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .34);
  font: 800 .76rem/1.25 Montserrat, Arial, sans-serif;
  letter-spacing: .03em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.whr__gesture-hint.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

.whr__zoom-controls {
  position: absolute;
  z-index: 7;
  top: 50%;
  right: 12px;
  display: grid;
  gap: 4px;
  transform: translateY(-50%);
}

.whr__zoom-controls button {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 244, 213, .92);
  border-radius: 3px;
  color: #fffdf5;
  background: rgba(5, 38, 31, .92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .32);
  font: 900 1.45rem/1 Arial, sans-serif;
  cursor: pointer;
}

.whr__zoom-controls button:hover,
.whr__zoom-controls button:focus-visible {
  color: #09271f;
  background: var(--whr-gold);
}

@media (max-width: 720px) {
  .whr__zoom-controls {
    right: 8px;
  }

  .whr__zoom-controls button {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }

  .whr__heat-step {
    max-width: calc(100% - 112px);
    white-space: nowrap;
  }
}

.whr__cutaway-poster {
  z-index: 1;
  object-fit: contain;
  background: #061b17;
  transition: opacity .28s ease;
}

.whr__cutaway[data-viewer-state="ready"] .whr__cutaway-stage canvas {
  opacity: 1;
}

.whr__cutaway[data-viewer-state="ready"] .whr__cutaway-poster {
  opacity: 0;
  pointer-events: none;
}

.whr__hotspot {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border: 2px solid #fff7e8;
  border-radius: 50%;
  color: #09271f;
  background: #f0cf83;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .46);
  place-items: center;
  font: 900 .72rem/1 Montserrat, Arial, sans-serif;
  cursor: pointer;
}

.whr__cutaway-label-layer {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
}

.whr__cutaway-label-layer .whr__hotspot {
  pointer-events: auto;
}

.whr__hotspot[hidden],
.whr__cutaway:not([data-viewer-state="ready"]) .whr__hotspot {
  display: none;
}

.whr__hotspot.is-active,
.whr__hotspot:hover,
.whr__hotspot:focus-visible {
  color: #fffdf7;
  background: #d9561c;
  outline: 2px solid #fff7e8;
  outline-offset: 2px;
}

.whr__cutaway-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.whr__cutaway-controls button {
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(240, 207, 131, .76);
  color: #fffdf7;
  background: rgba(4, 25, 21, .76);
  font: 800 .76rem/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.whr__cutaway-controls button[aria-pressed="true"],
.whr__cutaway-controls button:hover {
  color: #09271f;
  background: var(--whr-gold);
}

.whr__cutaway-status,
.whr__cutaway-build {
  margin: 14px 0 0;
  color: #bfcec8;
  font-size: .78rem;
  font-weight: 700;
}

.whr__cutaway-build a {
  color: #f0cb83;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.whr__part-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.whr__part-buttons button {
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 253, 247, .24);
  color: #fffdf7;
  background: rgba(255, 255, 255, .04);
  font: 800 .75rem/1.2 Montserrat, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.whr__part-buttons button span {
  flex: 0 0 auto;
  color: var(--whr-gold);
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.12rem;
}

.whr__part-buttons button:hover,
.whr__part-buttons button.is-active {
  border-color: var(--whr-gold);
  color: #09271f;
  background: var(--whr-gold);
}

.whr__part-buttons button.is-active span,
.whr__part-buttons button:hover span {
  color: var(--whr-orange);
}

.whr__part-panel {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 8;
  width: min(410px, calc(100% - 36px));
  max-height: calc(100% - 36px);
  margin: 0;
  padding: 24px 26px 26px;
  overflow: auto;
  border-left: 7px solid var(--whr-orange);
  color: var(--whr-ink);
  background: var(--whr-cream);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .52);
  outline: none;
}

.whr__cutaway-stage > .whr__part-panel[data-panel-side="left"] {
  right: auto;
  left: 18px;
}

.whr__cutaway-stage > .whr__part-panel[data-panel-side="right"] {
  right: 18px;
  left: auto;
}

.whr__cutaway-guide > .whr__part-panel {
  position: sticky;
  top: 112px;
  right: auto;
  bottom: auto;
  width: 100%;
  max-height: calc(100vh - 150px);
  margin: 0 0 18px;
  box-shadow: 10px 12px 0 rgba(212, 84, 29, .72);
}

.whr__part-panel[hidden] {
  display: none;
}

.whr__part-close {
  position: sticky;
  top: 0;
  float: right;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  margin: -8px -10px 8px 12px;
  padding: 7px 9px;
  border: 1px solid rgba(13, 32, 27, .28);
  color: var(--whr-ink);
  background: #fffdf7;
  font: 900 .68rem/1 Montserrat, Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}

.whr__part-close span {
  color: var(--whr-orange);
  font-size: 1.1rem;
}

.whr__part-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 7px;
  color: var(--whr-orange);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.whr__part-kicker span {
  font-family: Oswald, Impact, sans-serif;
  font-size: 1.45rem;
}

.whr__part-panel h3 {
  margin: 0 0 20px;
  color: var(--whr-ink);
  font-family: Oswald, Impact, sans-serif;
  font-size: clamp(1.75rem, 2.7vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
}

.whr__part-row {
  padding: 14px 0;
  border-top: 1px solid rgba(13, 32, 27, .2);
}

.whr__part-row > span {
  display: block;
  margin-bottom: 3px;
  color: var(--whr-orange);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.whr__part-panel p {
  margin: 0;
  color: #273b35;
  font-size: .92rem;
  line-height: 1.48;
}

.whr__part-extra {
  display: contents;
}

.whr__part-more {
  display: none;
  width: 100%;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(13, 32, 27, .28);
  color: var(--whr-ink);
  background: #fffdf7;
  font: 900 .71rem/1 Montserrat, Arial, sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
  cursor: pointer;
}

.whr__part-more span {
  color: var(--whr-orange);
  font-size: 1.25rem;
}

@media (max-width: 1050px) {
  .whr__cutaway-head,
  .whr__cutaway-layout {
    grid-template-columns: 1fr;
  }

  .whr__cutaway-head > p {
    max-width: 740px;
  }

  .whr__cutaway-stage {
    min-height: 660px;
  }

  .whr__part-buttons {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .whr__part-buttons button {
    flex-direction: column;
    align-items: flex-start;
  }

  .whr__cutaway-stage > .whr__part-panel {
    width: min(430px, calc(48% - 18px));
    max-height: 46%;
    padding: 18px 20px 20px;
  }

  .whr__cutaway-stage > .whr__part-panel.is-expanded {
    max-height: 70%;
  }

  .whr__cutaway-stage > .whr__part-panel .whr__part-more {
    display: flex;
  }

  .whr__cutaway-stage > .whr__part-panel .whr__part-extra {
    display: none;
  }

  .whr__cutaway-stage > .whr__part-panel.is-expanded .whr__part-extra {
    display: block;
  }

  .whr__cutaway-stage > .whr__part-panel[data-panel-edge="top"] {
    top: 12px;
    bottom: auto;
  }

  .whr__cutaway-stage > .whr__part-panel[data-panel-edge="bottom"] {
    top: auto;
    bottom: 12px;
  }
}

@media (max-width: 700px) {
  body.mmos-water-heater-resource-page:has(.whr__cutaway:not([hidden]).is-part-open) .mmos-iso-float {
    top: 94px !important;
    right: 10px !important;
    bottom: auto !important;
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    padding-right: 6px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .whr__cutaway {
    padding: 54px 20px 66px;
  }

  .whr__cutaway-head {
    margin-bottom: 24px;
  }

  .whr__cutaway-head h2 {
    font-size: clamp(2.45rem, 12vw, 3.55rem);
  }

  .whr__cutaway-stage {
    min-height: 500px;
    box-shadow: 8px 8px 0 rgba(212, 84, 29, .76);
  }

  .whr__cutaway-stage > .whr__part-panel {
    right: auto;
    left: 10px;
    bottom: 78px;
    z-index: 1000000;
    width: calc(100% - 20px);
    max-height: 38%;
    padding: 16px 17px 17px;
    border-left-width: 5px;
  }

  .whr__cutaway-stage > .whr__part-panel[data-panel-edge="bottom"] {
    bottom: 78px;
  }

  .whr__cutaway-stage > .whr__part-panel.is-expanded {
    max-height: 72%;
  }

  .whr__part-panel h3 {
    margin-bottom: 11px;
    font-size: clamp(1.42rem, 6.8vw, 1.9rem);
  }

  .whr__part-panel p {
    font-size: .80rem;
    line-height: 1.38;
  }

  .whr__part-row {
    padding: 8px 0;
  }

  .whr__part-kicker {
    margin-bottom: 4px;
    font-size: .64rem;
  }

  .whr__part-more {
    display: flex;
  }

  .whr__part-extra {
    display: none;
  }

  .whr__part-panel.is-expanded .whr__part-extra {
    display: block;
  }

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

  .whr__part-buttons button {
    min-height: 48px;
    flex-direction: row;
    align-items: center;
  }

  .whr__cutaway-controls button {
    flex: 1 1 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whr *,
  .whr *::before,
  .whr *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
