/* Scoped enhancements for the experimental Tech Lab copy only. */
.tech-lab-template .section-marker-icon {
  display: block;
  flex: 0 0 1rem;
  width: 1rem !important;
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem !important;
  min-height: 1rem;
  max-height: 1rem;
  object-fit: contain;
}

.tech-lab-template--lab2 .phb-lab2-section-intro {
  max-width: 62rem;
  margin: -0.75rem auto 2rem;
  color: var(--gray, #5f6861);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
  text-align: center;
}

.tech-lab-template--lab2 .phb-lab2-selector {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(18rem, 0.76fr);
  gap: clamp(1rem, 2.4vw, 1.55rem);
  align-items: stretch;
}

.tech-lab-template--lab2 .phb-lab2-selector__controls,
.tech-lab-template--lab2 .phb-lab2-selector__result {
  border: 1px solid var(--azureish-white, #dce8f5);
  border-radius: 8px;
  background: var(--white, #fff);
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.045);
}

.tech-lab-template--lab2 .phb-lab2-selector__controls {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2.4vw, 1.45rem);
}

.tech-lab-template--lab2 .phb-lab2-selector__group {
  display: grid;
  gap: 0.55rem;
}

.tech-lab-template--lab2 .phb-lab2-selector__label,
.tech-lab-template--lab2 .phb-lab2-card-note strong,
.tech-lab-template--lab2 .phb-lab2-result__label,
.tech-lab-template--lab2 .phb-lab2-formula__label {
  color: var(--dark, #111827);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.tech-lab-template--lab2 .phb-lab2-selector__options,
.tech-lab-template--lab2 .phb-lab2-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tech-lab-template--lab2 .phb-lab2-choice,
.tech-lab-template--lab2 .phb-lab2-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.82rem;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 999px;
  background: var(--white, #fff);
  color: var(--dark, #111827);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.18;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.tech-lab-template--lab2 .phb-lab2-choice[aria-pressed="true"],
.tech-lab-template--lab2 .phb-lab2-tab[aria-pressed="true"] {
  border-color: var(--dark, #111827);
  background: var(--dark, #111827);
  color: var(--white, #fff);
}

.tech-lab-template--lab2 .phb-lab2-selector__result {
  display: grid;
  align-content: space-between;
  gap: 1.15rem;
  padding: clamp(1.2rem, 2.7vw, 1.75rem);
}

.tech-lab-template--lab2 .phb-lab2-result__title {
  margin: 0.25rem 0 0;
  color: var(--dark, #111827);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  font-weight: 700;
  line-height: 1.08;
}

.tech-lab-template--lab2 .phb-lab2-result__copy {
  margin: 0.75rem 0 0;
  color: var(--gray, #5f6861);
  font-size: 1rem;
  line-height: 1.5;
}

.tech-lab-template--lab2 .phb-lab2-result__metric {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0.52rem 0.72rem;
  border: 1px solid rgba(0, 64, 193, 0.18);
  border-radius: 999px;
  color: var(--deep-sky-blue, #0040c1);
  font-weight: 700;
  line-height: 1;
  background: rgba(0, 64, 193, 0.04);
}

.tech-lab-template--lab2 .phb-lab2-note {
  margin: 1rem 0 0;
  color: var(--gray, #5f6861);
  font-size: 0.92rem;
  line-height: 1.5;
}

.tech-lab-template--lab2 .phb-lab2-card-note {
  display: block;
  margin-top: 0.5rem;
  color: var(--gray, #5f6861);
  font-size: 0.94rem;
  line-height: 1.42;
}

.tech-lab-template--lab2 .phb-lab2-tabs {
  justify-content: center;
  margin: -0.5rem auto 1rem;
}

.tech-lab-template--lab2 #international-benchmarks tbody tr.is-hidden-by-filter {
  display: none;
}

.tech-lab-template--lab2 .phb-lab2-benchmark-note {
  margin-top: 1rem;
  color: var(--gray, #5f6861);
  font-size: 0.96rem;
  line-height: 1.52;
}

.tech-lab-template--lab2 .phb-lab2-benchmark-note strong {
  color: var(--dark, #111827);
}

.tech-lab-template--lab2 .phb-lab2-logic-cards,
.tech-lab-template--lab2 .phb-lab2-weak-grid,
.tech-lab-template--lab2 .phb-lab2-checklist,
.tech-lab-template--lab2 .phb-lab2-comparison-grid {
  display: grid;
  gap: 0.9rem;
}

.tech-lab-template--lab2 .phb-lab2-logic-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.tech-lab-template--lab2 .phb-lab2-logic-card,
.tech-lab-template--lab2 .phb-lab2-weak-card,
.tech-lab-template--lab2 .phb-lab2-check-item {
  padding: 1rem;
  border: 1px solid var(--azureish-white, #dce8f5);
  border-radius: 8px;
  background: var(--white, #fff);
}

.tech-lab-template--lab2 .phb-lab2-logic-card strong,
.tech-lab-template--lab2 .phb-lab2-weak-card strong,
.tech-lab-template--lab2 .phb-lab2-check-item strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--dark, #111827);
  font-weight: 700;
  line-height: 1.22;
}

.tech-lab-template--lab2 .phb-lab2-logic-card p,
.tech-lab-template--lab2 .phb-lab2-weak-card p,
.tech-lab-template--lab2 .phb-lab2-check-item p {
  margin: 0;
  color: var(--gray, #5f6861);
  font-size: 0.96rem;
  line-height: 1.5;
}

.tech-lab-template--lab2 .phb-lab2-formula-card {
  margin-bottom: 1rem;
}

.tech-lab-template--lab2 .phb-lab2-formula-card .single-service-details {
  display: grid;
  gap: 0.45rem;
}

.tech-lab-template--lab2 .phb-lab2-equivalence-reference {
  display: grid;
  grid-template-columns: minmax(8rem, 0.28fr) minmax(0, 1fr);
  gap: 0.8rem 1rem;
  align-items: center;
  margin-bottom: 1.1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(0, 64, 193, 0.14);
  border-left: 3px solid var(--deep-sky-blue, #0040c1);
  border-radius: 8px;
  background: rgba(0, 64, 193, 0.035);
}

.tech-lab-template--lab2 .phb-lab2-equivalence-reference strong {
  color: var(--dark, #111827);
  font-size: 1.06rem;
}

.tech-lab-template--lab2 .phb-lab2-equivalence-reference span {
  color: var(--gray, #5f6861);
  line-height: 1.45;
}

.tech-lab-template--lab2 .phb-lab2-equivalence-bar {
  grid-column: 1 / -1;
  display: block;
  height: 0.48rem;
  margin-top: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.08);
}

.tech-lab-template--lab2 .phb-lab2-equivalence-bar::before {
  display: block;
  width: var(--phb-lab2-equivalence-scale, 12%);
  height: 100%;
  border-radius: inherit;
  background: var(--deep-sky-blue, #0040c1);
  content: "";
}

.tech-lab-template--lab2 .phb-equivalence__item--clay .phb-lab2-equivalence-bar::before {
  background: var(--dark, #111827);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary {
  margin-top: 0;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-section {
  min-height: calc(100svh - 88px);
  display: flex;
  align-items: center;
  padding-top: clamp(4rem, 8vh, 5.5rem);
  padding-bottom: clamp(2rem, 4vh, 3.25rem);
  scroll-margin-top: 88px;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-section > .container {
  width: 100%;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-section .section-title-wrapper.margin-bottom {
  margin-bottom: clamp(0.55rem, 1.2vw, 0.9rem);
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-section .section-title {
  font-size: clamp(2.15rem, 4.2vw, 4.25rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section {
  min-height: calc(100svh - 88px);
  display: flex;
  align-items: center;
  padding-top: clamp(6.4rem, 11vh, 7.4rem);
  padding-bottom: clamp(2.4rem, 4.5vh, 3.5rem);
  scroll-margin-top: 108px;
}

.tech-lab-template--lab2 .phb-lab2-summary-copy.section-title-wrapper,
.tech-lab-template--lab2 .phb-lab2-summary-copy {
  max-width: 58rem;
  margin-right: auto;
  margin-bottom: clamp(1.1rem, 2vw, 1.6rem);
  margin-left: auto;
  text-align: center;
}

.tech-lab-template--lab2 .phb-lab2-summary-eyebrow {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(0.65rem, 1.4vw, 0.95rem);
}

.tech-lab-template--lab2 .phb-lab2-summary-title {
  margin: 0;
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(2.2rem, 4.8vw, 4.75rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: 0;
}

.tech-lab-template--lab2 .phb-lab2-summary-text {
  max-width: 58rem;
  margin: clamp(1rem, 1.8vw, 1.35rem) auto 0;
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
}

.tech-lab-template--lab2 .phb-lab2-summary-context.services-title-wrap,
.tech-lab-template--lab2 .phb-lab2-summary-context {
  max-width: 66rem;
  margin-right: auto;
  margin-bottom: clamp(1.25rem, 2.4vw, 1.9rem);
  margin-left: auto;
  text-align: center;
}

.tech-lab-template--lab2 .phb-lab2-summary-context .services-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.22;
}

.tech-lab-template--lab2 .phb-lab2-summary-context .phb-lab2-section-intro {
  max-width: 58rem;
  margin: 0.65rem auto 0;
  font-size: clamp(0.95rem, 1.15vw, 1.06rem);
  line-height: 1.45;
}

.tech-lab-template--lab2 .phb-lab2-summary-cards.services-grid-wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
  margin-bottom: clamp(1.35rem, 2.6vw, 2.1rem);
}

.tech-lab-template--lab2 .phb-lab2-summary-card--lead {
  grid-column: 1 / -1;
}

.tech-lab-template--lab2 .phb-lab2-summary-cards .single-service-wrap {
  min-height: 0;
  padding: clamp(1.65rem, 2.4vw, 2.15rem);
}

.tech-lab-template--lab2 .phb-lab2-summary-cards .single-service-details {
  margin-top: 0.75rem;
}

.tech-lab-template--lab2 .phb-lab2-summary-card--lead .single-service-details {
  max-width: 68rem;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section[data-phb-inertia-scroll] {
  --phb-inertia-top: 88px;
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  scroll-margin-top: var(--phb-inertia-top);
  background:
    linear-gradient(180deg, rgba(246, 244, 239, 0.35), rgba(255, 255, 255, 0.96) 34%, rgba(246, 244, 239, 0.5));
}

.tech-lab-template--lab2 .phb-lab2-inertia-stop {
  display: block;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.tech-lab-template--lab2 .phb-lab2-inertia-stop--intro {
  position: absolute;
  top: 0;
  left: 0;
}

.tech-lab-template--lab2 .phb-lab2-inertia-stop--table,
.tech-lab-template--lab2 .phb-lab2-inertia-stop--result,
.tech-lab-template--lab2 .phb-lab2-inertia-stop--war {
  position: relative;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section[data-phb-inertia-scroll] > .phb-lab2-comparison-summary {
  position: relative;
  top: auto;
  display: block;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tech-lab-template--lab2 .phb-lab2-inertia-stage {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 0;
  grid-template-columns: minmax(0, 30%) minmax(0, 60%);
  column-gap: 10%;
  align-items: start;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel {
  grid-column: 2;
  width: 100%;
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section:not(.is-inertia-revealed) .phb-lab2-inertia-panel--intro {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.1rem);
}

.tech-lab-template--lab2 .phb-lab2-inertia-stage > .phb-lab2-inertia-stop {
  grid-column: 2;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--intro {
  display: flex;
  min-height: calc(100svh - var(--phb-inertia-top));
  align-items: center;
  padding-top: clamp(1.5rem, 4vh, 2.7rem);
  padding-bottom: clamp(1.5rem, 4vh, 2.7rem);
  opacity: 1;
  transform: translateY(0);
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table {
  grid-column: 1 / -1;
  position: relative;
  inset: auto;
  display: flex;
  min-height: calc(100svh - var(--phb-inertia-top));
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(1.5rem, 4vh, 2.7rem);
  padding-bottom: clamp(1.5rem, 4vh, 2.7rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.4rem);
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--result {
  grid-column: 1 / -1;
  position: relative;
  inset: auto;
  display: flex;
  min-height: calc(100svh - var(--phb-inertia-top));
  align-items: center;
  justify-content: center;
  padding-top: clamp(1.8rem, 4vh, 3rem);
  padding-bottom: clamp(1.8rem, 4vh, 3rem);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.4rem);
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--war {
  grid-column: 1 / -1;
  position: relative;
  inset: auto;
  display: flex;
  min-height: calc(100svh - var(--phb-inertia-top));
  align-items: center;
  padding-top: clamp(1.8rem, 4vh, 3rem);
  padding-bottom: clamp(1.8rem, 4vh, 3rem);
  opacity: 0;
  pointer-events: none;
  transform: translateX(36vw);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--intro {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1.2rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--result,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--war {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.4rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--table {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-panel--intro,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-panel--table {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-panel--result {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-panel--war {
  opacity: 0;
  pointer-events: none;
  transform: translateX(36vw);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--intro,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--table {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--result {
  opacity: 1;
  pointer-events: none;
  transform: translateX(-118vw);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--war {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tech-lab-template--lab2 .phb-lab2-inertia-icon-wrap {
  position: sticky;
  top: calc(var(--phb-inertia-top) + clamp(5rem, 18vh, 8.5rem));
  grid-column: 1;
  grid-row: 1 / span 6;
  width: min(112%, 36rem);
  margin-top: clamp(1.5rem, 4vh, 2.7rem);
  opacity: 0;
  transform: translateY(1.35rem) scale(0.96);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
  transform-origin: center;
  justify-self: center;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-inertia-revealed .phb-lab2-inertia-icon-wrap {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-inertia-fixed .phb-lab2-inertia-icon-wrap {
  position: fixed;
  top: calc(var(--phb-inertia-top) + ((100svh - var(--phb-inertia-top)) / 2));
  left: var(--phb-inertia-icon-left, 1rem);
  z-index: 2;
  width: min(var(--phb-inertia-icon-width, 34vw), 36rem);
  margin-top: 0;
  transform: translateY(-50%) scale(1);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-icon-wrap,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-icon-wrap,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-icon-wrap {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(-50% - 4rem)) scale(0.94);
}

.tech-lab-template--lab2 .phb-lab2-inertia-icon {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1rem 1.8rem rgba(17, 24, 39, 0.12));
}

.tech-lab-template--lab2 .phb-lab2-inertia-copy {
  max-width: 45rem;
}

.tech-lab-template--lab2 .phb-lab2-inertia-copy .phb-lab2-summary-eyebrow {
  justify-content: flex-start;
}

.tech-lab-template--lab2 .phb-lab2-inertia-title.section-title {
  margin-bottom: clamp(1.1rem, 2.2vw, 1.7rem);
  text-align: left;
}

.tech-lab-template--lab2 .phb-lab2-inertia-lead {
  margin: 0;
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(1.08rem, 1.55vw, 1.45rem);
  font-weight: 500;
  line-height: 1.32;
}

.tech-lab-template--lab2 .phb-lab2-heat-return-cue {
  position: relative;
  display: inline;
  color: #bf2f17;
  font-weight: 700;
  background-image: linear-gradient(90deg, rgba(255, 201, 91, 0.18), rgba(235, 91, 37, 0.26));
  background-size: 100% 0.36em;
  background-position: 0 88%;
  background-repeat: no-repeat;
  outline: none;
}

.tech-lab-template--lab2 .phb-lab2-heat-return-cue::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.08em;
  left: 0;
  height: 0.12em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 193, 67, 0), rgba(245, 112, 34, 0.92), rgba(196, 25, 34, 0));
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: right center;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-discharge-mode .phb-lab2-heat-return-cue::after,
.tech-lab-template--lab2 .phb-lab2-heat-return-cue:focus-visible::after,
.tech-lab-template--lab2 .phb-lab2-heat-return-cue:hover::after {
  opacity: 1;
  animation: phb-lab2-heat-return-sweep 1.8s ease-in-out infinite;
}

.tech-lab-template--lab2 .phb-lab2-inertia-text-stack {
  display: grid;
  gap: clamp(1rem, 1.8vw, 1.3rem);
}

.tech-lab-template--lab2 .phb-lab2-inertia-copy-group {
  display: grid;
  gap: 0.35rem;
  padding-left: clamp(0.85rem, 1.5vw, 1.15rem);
  border-left: 2px solid rgba(235, 91, 37, 0.38);
}

.tech-lab-template--lab2 .phb-lab2-inertia-copy-group h3 {
  margin: 0;
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(1.08rem, 1.55vw, 1.42rem);
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: 0;
}

.tech-lab-template--lab2 .phb-lab2-inertia-copy-group p {
  margin: 0;
  color: var(--gray, #5f6861);
  font-size: clamp(0.98rem, 1.08vw, 1.05rem);
  line-height: 1.55;
}

.tech-lab-template--lab2 [data-phb-inertia-animate] {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
  transition-delay: var(--phb-inertia-delay, 0ms);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-inertia-revealed.is-intro-active [data-phb-inertia-animate] {
  opacity: 1;
  transform: translateY(0);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active [data-phb-inertia-animate] {
  transition-delay: 0ms;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active [data-phb-inertia-animate] {
  transition-delay: 0ms;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid {
  grid-template-columns: minmax(9.5rem, 0.48fr) minmax(0, 1fr) minmax(0, 1fr);
  width: calc(100% - clamp(2.5rem, 3.5vw, 3.25rem));
  margin: 0;
  border: 0;
  border-radius: 0;
  gap: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div {
  position: relative;
  min-width: 0;
  padding: 0.32rem clamp(0.48rem, 0.75vw, 0.78rem);
  border-bottom: 0;
  background: transparent;
  font-size: clamp(0.76rem, 0.78vw, 0.88rem);
  line-height: 1.18;
  overflow-wrap: break-word;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(17, 24, 39, 0.13);
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    opacity 180ms ease var(--phb-table-line-delay, 520ms),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--phb-table-line-delay, 520ms);
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div:nth-child(3n + 1)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  background: rgba(235, 91, 37, 0.38);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition:
    opacity 180ms ease var(--phb-table-line-delay, 520ms),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1) var(--phb-table-line-delay, 520ms);
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div:nth-last-child(-n + 3)::after {
  display: none;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div::after,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div:nth-child(3n + 1)::before {
  opacity: 1;
  transform: scale(1);
}

.tech-lab-template--lab2 .phb-lab2-table-cell-copy {
  display: block;
  max-width: 100%;
  opacity: 0;
  transform: translateY(0.42rem);
  transition:
    opacity 520ms ease var(--phb-table-copy-delay, 980ms),
    transform 520ms ease var(--phb-table-copy-delay, 980ms);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-table-cell-copy {
  opacity: 1;
  transform: translateY(0);
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid .phb-lab2-comparison-head {
  background: transparent;
}

.tech-lab-template--lab2 .phb-lab2-comparison-grid .phb-lab2-comparison-head--product {
  display: grid;
  min-height: 13.65rem;
  align-content: center;
  justify-items: center;
  gap: 0;
}

.tech-lab-template--lab2 .phb-lab2-comparison-thumb {
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 0;
  background: transparent;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-thumb {
  opacity: 0;
  transform: translateY(0.55rem) scale(0.965);
  transition:
    opacity 520ms ease var(--phb-table-thumb-delay, 80ms),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--phb-table-thumb-delay, 80ms);
}

.tech-lab-template--lab2 .phb-lab2-comparison-thumb img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 0.75rem 1.1rem rgba(17, 24, 39, 0.13));
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-head--product:nth-child(3) .phb-lab2-comparison-thumb {
  --phb-table-thumb-delay: 180ms;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--table .phb-lab2-comparison-thumb {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.tech-lab-template--lab2 .phb-lab2-comparison-head-label {
  display: block;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-head-label {
  display: none;
}

.tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-note {
  width: calc(100% - clamp(2.5rem, 3.5vw, 3.25rem));
  max-width: none;
  margin: clamp(0.5rem, 1vw, 0.75rem) 0 0;
  font-size: clamp(0.76rem, 0.82vw, 0.88rem);
  line-height: 1.35;
  opacity: 0;
  transform: translateY(0.5rem);
  transition:
    opacity 520ms ease 1780ms,
    transform 520ms ease 1780ms;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--table .phb-lab2-note {
  opacity: 1;
  transform: translateY(0);
}

.tech-lab-template--lab2 .phb-lab2-result-summary {
  width: min(100%, 72rem);
}

.tech-lab-template--lab2 .phb-lab2-result-eyebrow {
  margin: 0 0 clamp(0.55rem, 1.1vw, 0.8rem);
  color: var(--primary, #0040c1);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tech-lab-template--lab2 .phb-lab2-result-eyebrow--icon {
  display: flex;
  justify-content: flex-start;
}

.tech-lab-template--lab2 .phb-lab2-result-eyebrow--icon .subtitle-wrap {
  background: rgba(255, 255, 255, 0.72);
}

.tech-lab-template--lab2 .phb-lab2-result-title {
  max-width: 38rem;
  margin: 0 0 clamp(1.1rem, 2vw, 1.55rem);
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(2.65rem, 4.9vw, 4.8rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

.tech-lab-template--lab2 .phb-lab2-result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.8rem, 1.25vw, 1.05rem);
}

.tech-lab-template--lab2 .phb-lab2-result-item {
  padding-left: clamp(0.85rem, 1.25vw, 1rem);
  border-left: 2px solid rgba(235, 91, 37, 0.42);
}

.tech-lab-template--lab2 .phb-lab2-result-item--wide {
  grid-column: 1 / -1;
  max-width: 58rem;
}

.tech-lab-template--lab2 .phb-lab2-result-label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
}

.tech-lab-template--lab2 .phb-lab2-result-item p {
  margin: 0;
  color: var(--gray, #5f6861);
  font-size: clamp(0.98rem, 1.08vw, 1.05rem);
  line-height: 1.55;
}

.tech-lab-template--lab2 .phb-lab2-war-handoff {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.tech-lab-template--lab2 .phb-lab2-result-summary--handoff {
  max-width: 34rem;
  transform: translateX(0);
}

.tech-lab-template--lab2 .phb-lab2-result-summary--handoff .phb-lab2-result-title {
  max-width: 28rem;
  font-size: clamp(2.25rem, 3.6vw, 3.8rem);
}

.tech-lab-template--lab2 .phb-lab2-result-summary--handoff .phb-lab2-result-grid {
  grid-template-columns: 1fr;
}

.tech-lab-template--lab2 .phb-lab2-war-story {
  display: grid;
  width: min(100%, 78rem);
  grid-template-columns: minmax(0, 0.68fr) minmax(16rem, 0.32fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
}

.tech-lab-template--lab2 .phb-lab2-war-icon-wrap {
  aspect-ratio: 800 / 420;
  width: min(100%, 54rem);
  justify-self: center;
}

.tech-lab-template--lab2 .phb-lab2-war-icon {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 420;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0.9rem 1.4rem rgba(17, 24, 39, 0.13));
}

.tech-lab-template--lab2 .phb-lab2-war-copy {
  display: grid;
  gap: clamp(0.8rem, 1.4vw, 1.05rem);
  max-width: 25rem;
  padding-left: clamp(0.95rem, 1.6vw, 1.25rem);
  border-left: 2px solid rgba(235, 91, 37, 0.38);
}

.tech-lab-template--lab2 .phb-lab2-war-title {
  max-width: 20rem;
  margin: 0;
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.tech-lab-template--lab2 .phb-lab2-war-copy p {
  margin: 0;
  color: var(--gray, #5f6861);
  font-size: clamp(0.98rem, 1.08vw, 1.05rem);
  line-height: 1.55;
}

.tech-lab-template--lab2 .phb-lab2-war-points {
  display: grid;
  gap: 0.7rem;
}

.tech-lab-template--lab2 .phb-lab2-war-point {
  display: grid;
  gap: 0.24rem;
}

.tech-lab-template--lab2 .phb-lab2-war-point strong {
  color: var(--dark, #111827);
  font-family: var(--_fonts---fonts--title-font, inherit);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.18;
}

.tech-lab-template--lab2 .phb-lab2-war-button {
  width: fit-content;
  margin-top: clamp(0.2rem, 0.6vw, 0.45rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll {
  min-height: auto;
  padding-top: clamp(5.8rem, 10vh, 7rem);
  padding-bottom: clamp(3rem, 7vh, 4.5rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll > .phb-lab2-comparison-summary,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--table,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--result,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--war {
  position: relative;
  inset: auto;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll > .phb-lab2-comparison-summary {
  top: auto;
  display: block;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-stage {
  min-height: 0;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--table,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--result,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--war {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-table-cell-copy,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-comparison-thumb,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--table .phb-lab2-note {
  opacity: 1;
  transform: none;
}

.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div::after,
.tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-static-scroll .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div:nth-child(3n + 1)::before {
  opacity: 1;
  transform: scale(1);
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-stage {
  position: relative;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-controls {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(100%, 68rem);
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 1.6vw, 1.05rem);
  margin: 0 auto clamp(1.35rem, 2.4vw, 1.9rem);
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-selector {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(5rem, 13.8%, 9.375rem) minmax(0, 1fr);
  gap: 0;
  width: 100%;
  flex: none;
  max-width: 68rem;
  margin: 0;
  align-items: stretch;
}

.tech-lab-template--lab2 .phb-lab2-season-slot {
  display: flex;
  width: 100%;
  min-height: 5.65rem;
  flex: none;
  align-items: center;
  justify-content: center;
}

.tech-lab-template--lab2 .phb-lab2-season-slot:empty {
  display: none;
}

.tech-lab-template--lab2 .phb-lab2-season-slot .phb-season-toggle {
  margin: 0;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card[data-wall-logic-choice="phb"] {
  grid-column: 1;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card[data-wall-logic-choice="thermoblock"] {
  grid-column: 3;
}

.tech-lab-template--lab2 .phb-lab2-vs-mark {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  min-width: 0;
  min-height: 8.5rem;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0.45rem, 0.9vw, 0.8rem);
  pointer-events: none;
}

.tech-lab-template--lab2 .phb-lab2-vs-mark__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: 8.5rem;
  min-height: 0;
  max-height: 8.5rem;
  object-fit: contain;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card {
  display: grid;
  grid-template-columns: minmax(7rem, 0.36fr) minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  min-height: 8.5rem;
  padding: 0.9rem;
  border: 1px solid var(--azureish-white, #dce8f5);
  border-radius: 8px;
  background: var(--white, #fff);
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card:hover,
.tech-lab-template--lab2 .phb-lab2-wall-logic-card:focus-visible {
  border-color: rgba(0, 64, 193, 0.35);
  box-shadow: 0 1rem 2.4rem rgba(17, 24, 39, 0.075);
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card.is-active {
  border-color: var(--deep-sky-blue, #0040c1);
  box-shadow: 0 0 0 1px rgba(0, 64, 193, 0.16), 0 1rem 2.4rem rgba(17, 24, 39, 0.075);
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card__image {
  display: flex;
  height: 6.7rem;
  align-items: center;
  justify-content: center;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(23, 33, 27, 0.14));
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card__body {
  display: grid;
  gap: 0.35rem;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card__body strong {
  color: var(--dark, #111827);
  font-size: 1.05rem;
  line-height: 1.18;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-card__body span {
  color: var(--gray, #5f6861);
  font-size: 0.95rem;
  line-height: 1.42;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: clamp(430px, 52svh, 560px);
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-lab2-logic-panel {
  display: none;
  margin: 0 auto;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-lab2-logic-panel.is-active {
  display: block;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-energy-demo-window--secondary {
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  scroll-margin-top: 7rem;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-energy-demo-window {
  margin-top: 0;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-animation-section {
  padding: 0;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-wrap {
  position: relative;
  padding-bottom: 0;
  overflow-x: visible;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-diagram-frame,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-thermoblock-frame {
  height: clamp(430px, 52svh, 560px);
  min-width: 0;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-animation-header {
  display: none;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-header-product-layout,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-product-shot,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-animation-title,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-animation-subtitle,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-eyebrow {
  display: none !important;
}

.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-season-toggle,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-header-product-layout + .phb-season-toggle,
.tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-energy-demo-window--secondary .phb-header-product-layout + .phb-season-toggle {
  margin: 0;
}

.tech-lab-template--lab2 .phb-lab2-comparison-grid {
  grid-template-columns: 0.72fr 1fr 1fr;
  border: 1px solid var(--azureish-white, #dce8f5);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white, #fff);
}

.tech-lab-template--lab2 .phb-lab2-comparison-grid > div {
  padding: 0.68rem 0.82rem;
  border-bottom: 1px solid var(--azureish-white, #dce8f5);
  color: var(--gray, #5f6861);
  font-size: 0.94rem;
  line-height: 1.32;
}

.tech-lab-template--lab2 .phb-lab2-comparison-grid > div:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.tech-lab-template--lab2 .phb-lab2-comparison-grid .phb-lab2-comparison-head {
  color: var(--dark, #111827);
  font-weight: 700;
  background: var(--light-bg, #f6f4ef);
}

.tech-lab-template--lab2 .phb-lab2-comparison-grid > div:nth-child(3n + 1):not(.phb-lab2-comparison-head):not(.phb-lab2-comparison-row) {
  color: var(--dark, #111827);
  font-weight: 700;
}

.tech-lab-template--lab2 .phb-lab2-dew-point-section {
  min-height: calc(100svh - 88px);
  display: flex;
  align-items: center;
  padding-top: clamp(6.4rem, 11vh, 7.4rem);
  padding-bottom: clamp(3.4rem, 7vh, 5.4rem);
  scroll-margin-top: 0;
  background:
    linear-gradient(180deg, rgba(246, 244, 239, 0.62), rgba(255, 255, 255, 0.92) 48%, rgba(246, 244, 239, 0.54));
}

.tech-lab-template--lab2 .phb-lab2-dew-point {
  display: grid;
  width: 100%;
  gap: clamp(1.4rem, 3vw, 2.25rem);
}

.tech-lab-template--lab2 .phb-lab2-dew-heading.section-title-wrapper {
  margin-bottom: 0;
  text-align: left;
}

.tech-lab-template--lab2 .phb-lab2-dew-heading .section-subtile-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
}

.tech-lab-template--lab2 .phb-lab2-dew-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5.5rem);
}

.tech-lab-template--lab2 .phb-lab2-dew-copy {
  display: grid;
  justify-items: start;
  gap: 1.55rem;
  max-width: 44rem;
  text-align: left;
}

.tech-lab-template--lab2 .phb-lab2-dew-title {
  max-width: 11ch;
  margin: 0;
  font-size: 5.25rem;
  line-height: 0.94;
}

.tech-lab-template--lab2 .phb-lab2-dew-drop {
  position: relative;
  display: grid;
  width: min(100%, 24rem);
  aspect-ratio: 1;
  align-items: center;
  justify-items: center;
  justify-self: end;
  overflow: hidden;
  padding: 4.1rem;
  border-radius: 54% 46% 42% 58% / 60% 58% 42% 40%;
  background:
    radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 21%),
    linear-gradient(145deg, rgba(226, 247, 255, 0.82), rgba(145, 212, 246, 0.58) 52%, rgba(0, 64, 193, 0.42));
  box-shadow:
    inset 1.25rem 1.25rem 1.25rem rgba(17, 24, 39, 0.1),
    1.55rem 2.2rem 1.25rem rgba(17, 24, 39, 0.07),
    1.55rem 1.9rem 1.9rem rgba(17, 24, 39, 0.08),
    inset -1.25rem -1.25rem 1.55rem rgba(255, 255, 255, 0.82);
  animation: phbDewDropMove 2s ease-in-out infinite alternate;
}

.tech-lab-template--lab2 .phb-lab2-dew-drop::before,
.tech-lab-template--lab2 .phb-lab2-dew-drop::after {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  content: "";
  pointer-events: none;
}

.tech-lab-template--lab2 .phb-lab2-dew-drop::before {
  top: 14%;
  left: 22%;
  width: 12%;
  aspect-ratio: 1;
  opacity: 0.74;
  filter: blur(0.4px);
}

.tech-lab-template--lab2 .phb-lab2-dew-drop::after {
  top: 26%;
  left: 31%;
  width: 5%;
  aspect-ratio: 1;
  opacity: 0.7;
}

.tech-lab-template--lab2 .phb-lab2-dew-drop__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.15rem;
  justify-items: center;
  max-width: 17rem;
  text-align: center;
}

.tech-lab-template--lab2 .phb-lab2-dew-text {
  margin: 0;
  color: rgba(17, 24, 39, 0.78);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.48;
}

.tech-lab-template--lab2 .phb-lab2-dew-button {
  justify-self: center;
}

@keyframes phbDewDropMove {
  0% {
    border-radius: 54% 46% 42% 58% / 60% 58% 42% 40%;
  }

  100% {
    border-radius: 50%;
  }
}

.tech-lab-template--lab2 .phb-lab2-weak-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tech-lab-template--lab2 .phb-lab2-weak-number {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 999px;
  color: var(--dark, #111827);
  font-weight: 700;
}

.tech-lab-template--lab2 .phb-lab2-performance-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: start;
}

.tech-lab-template--lab2 .phb-lab2-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tech-lab-template--lab2 .phb-lab2-cta {
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--azureish-white, #dce8f5);
  border-radius: 8px;
  background: var(--white, #fff);
  box-shadow: 0 0.8rem 2rem rgba(17, 24, 39, 0.045);
}

.tech-lab-template--lab2 .phb-lab2-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.tech-lab-template--lab2 .phb-lab2-cta__title {
  margin: 0;
  color: var(--dark, #111827);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.tech-lab-template--lab2 .phb-lab2-cta__text {
  max-width: 46rem;
  margin: 0.75rem 0 0;
  color: var(--gray, #5f6861);
  line-height: 1.55;
}

.tech-lab-template--lab2 .phb-lab2-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.tech-lab-template--lab2 .phb-lab2-cta__actions .more-button {
  border-color: var(--azureish-white, #dce8f5);
}

@media (max-width: 991px) {
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section[data-phb-inertia-scroll] {
    min-height: auto;
    padding-top: clamp(5.8rem, 10vh, 7rem);
    padding-bottom: clamp(3rem, 7vh, 4.5rem);
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section[data-phb-inertia-scroll] > .phb-lab2-comparison-summary {
    position: relative;
    top: auto;
    display: block;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-stage {
    display: block;
    min-height: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel,
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-table-active .phb-lab2-inertia-panel--intro,
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-panel--intro,
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-result-active .phb-lab2-inertia-panel--table,
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--intro,
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--table,
  .tech-lab-template--lab2 .phb-lab2-comparison-summary-section.is-war-active .phb-lab2-inertia-panel--result,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--result,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--war {
    position: relative;
    inset: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel--intro {
    min-height: auto;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--result,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--war {
    margin-top: clamp(1.5rem, 4vw, 2.5rem);
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid {
    width: 100%;
    margin-right: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-note {
    width: 100%;
  }

  .tech-lab-template--lab2 .phb-lab2-result-summary {
    width: 100%;
  }

  .tech-lab-template--lab2 .phb-lab2-war-handoff,
  .tech-lab-template--lab2 .phb-lab2-war-story {
    grid-template-columns: 1fr;
  }

  .tech-lab-template--lab2 .phb-lab2-result-summary--handoff {
    max-width: none;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-icon-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: min(76vw, 28rem);
    margin: 0 auto clamp(1.4rem, 4vw, 2.4rem);
  }

  .tech-lab-template--lab2 .phb-lab2-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-lab-template--lab2 .phb-lab2-selector,
  .tech-lab-template--lab2 .phb-lab2-performance-grid,
  .tech-lab-template--lab2 .phb-lab2-cta__grid {
    grid-template-columns: 1fr;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-controls {
    width: min(100%, 42rem);
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-selector {
    grid-template-columns: 1fr;
    width: min(100%, 42rem);
    flex-basis: auto;
    gap: clamp(0.65rem, 2vw, 0.95rem);
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-card[data-wall-logic-choice="phb"],
  .tech-lab-template--lab2 .phb-lab2-wall-logic-card[data-wall-logic-choice="thermoblock"],
  .tech-lab-template--lab2 .phb-lab2-vs-mark {
    grid-column: 1;
  }

  .tech-lab-template--lab2 .phb-lab2-vs-mark {
    grid-row: auto;
    min-height: clamp(4.8rem, 14vw, 6rem);
    padding: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-vs-mark__image {
    height: clamp(4.8rem, 14vw, 6rem);
    min-height: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-logic-cards,
  .tech-lab-template--lab2 .phb-lab2-weak-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-lab-template--lab2 .phb-lab2-dew-layout {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 21rem);
    gap: 2rem;
  }

  .tech-lab-template--lab2 .phb-lab2-dew-title {
    font-size: 4.2rem;
  }

  .tech-lab-template--lab2 .phb-lab2-dew-drop {
    width: min(100%, 21rem);
    padding: 3.25rem;
  }

  .tech-lab-template--lab2 .phb-lab2-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  html.phb-page-scroll-ready:has(.tech-lab-template--lab2) .phb-page-scroll-nav {
    display: none !important;
  }

  .tech-lab-template--lab2 .phb-lab2-section-intro {
    text-align: left;
  }

  .tech-lab-template--lab2 .phb-lab2-summary-context {
    text-align: left;
  }

  .tech-lab-template--lab2 .phb-lab2-summary-copy,
  .tech-lab-template--lab2 .phb-lab2-summary-context {
    text-align: left;
  }

  .tech-lab-template--lab2 .phb-lab2-summary-eyebrow {
    justify-content: flex-start;
  }

  .tech-lab-template--lab2 .phb-lab2-summary-text,
  .tech-lab-template--lab2 .phb-lab2-summary-context.services-title-wrap {
    margin-right: 0;
    margin-left: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-summary-cards.services-grid-wrap {
    grid-template-columns: 1fr;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel--intro {
    grid-template-columns: 1fr;
    gap: clamp(1.1rem, 7vw, 2rem);
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-icon-wrap {
    width: min(78vw, 22rem);
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-copy {
    max-width: none;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-title.section-title {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-grid .phb-lab2-comparison-head--product {
    min-height: auto;
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-thumb {
    height: clamp(8.5rem, 34vw, 12.5rem);
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-thumb img {
    height: clamp(8.5rem, 34vw, 12.5rem);
  }

  .tech-lab-template--lab2 .phb-lab2-result-grid {
    grid-template-columns: 1fr;
  }

  .tech-lab-template--lab2 .phb-lab2-result-title {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-card {
    grid-template-columns: minmax(5.4rem, 0.34fr) minmax(0, 1fr);
    min-height: 7.2rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-card__image {
    height: 5.6rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-wrap {
    overflow-x: visible;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-diagram-frame,
  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-thermoblock-frame {
    min-width: 0;
    height: clamp(380px, 72vw, 500px);
    border-radius: 20px;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-layer-label {
    padding: 0.55rem;
    border-radius: 14px;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-layer-title {
    font-size: 0.68rem;
    line-height: 1.1;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-layer-subtitle {
    display: none;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-temperature-badge,
  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-thermoblock-temperature {
    font-size: 1.15rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-temperature-badge {
    min-height: 2.2rem;
    gap: 0.35rem;
    padding: 0.38rem 0.55rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-temperature-badge--indoor {
    left: 6rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-diagram-frame.is-summer .phb-temperature-badge--indoor {
    left: 0.75rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-temperature-badge--wall {
    top: 3.5rem;
    left: 47%;
    font-size: 1rem;
  }

  .tech-lab-template--lab2 .phb-lab2-wall-logic-animations .phb-temperature-badge--outdoor {
    right: 0.65rem;
  }

  .tech-lab-template--lab2 .phb-lab2-selector__options,
  .tech-lab-template--lab2 .phb-lab2-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tech-lab-template--lab2 .phb-lab2-choice,
  .tech-lab-template--lab2 .phb-lab2-tab {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .tech-lab-template--lab2 .phb-lab2-logic-cards,
  .tech-lab-template--lab2 .phb-lab2-weak-grid,
  .tech-lab-template--lab2 .phb-lab2-checklist,
  .tech-lab-template--lab2 .phb-lab2-comparison-grid,
  .tech-lab-template--lab2 .phb-lab2-equivalence-reference {
    grid-template-columns: 1fr;
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-grid {
    display: block;
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-grid > div {
    border-bottom: 0;
  }

  .tech-lab-template--lab2 .phb-lab2-comparison-row {
    display: grid;
    gap: 0.35rem;
    padding: 0.95rem 1rem;
    border-bottom: 1px solid var(--azureish-white, #dce8f5);
  }

  .tech-lab-template--lab2 .phb-lab2-dew-point-section {
    padding-top: clamp(5.8rem, 13vw, 6.8rem);
    padding-bottom: clamp(2.8rem, 9vw, 3.7rem);
  }

  .tech-lab-template--lab2 .phb-lab2-dew-layout {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .tech-lab-template--lab2 .phb-lab2-dew-heading.section-title-wrapper,
  .tech-lab-template--lab2 .phb-lab2-dew-copy {
    text-align: left;
  }

  .tech-lab-template--lab2 .phb-lab2-dew-title {
    max-width: 10ch;
    font-size: 3.25rem;
  }

  .tech-lab-template--lab2 .phb-lab2-dew-drop {
    justify-self: center;
    width: min(100%, 21.5rem);
    padding: 3rem;
  }

  .tech-lab-template--lab2 .phb-lab2-dew-text {
    font-size: 0.98rem;
  }

  .tech-lab-template--lab2 .phb-lab2-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tech-lab-template--lab2 #international-benchmarks .tech-lab-template__table {
    min-width: 46rem;
  }

  .tech-lab-template--lab2 #international-benchmarks .tech-lab-template__table th,
  .tech-lab-template--lab2 #international-benchmarks .tech-lab-template__table td {
    white-space: nowrap;
  }

  .tech-lab-template--lab2 #international-benchmarks .tech-lab-template__table th:first-child,
  .tech-lab-template--lab2 #international-benchmarks .tech-lab-template__table td:first-child {
    min-width: 17rem;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-lab-template--lab2 .phb-lab2-dew-drop {
    animation: none;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel,
  .tech-lab-template--lab2 .phb-lab2-inertia-icon-wrap,
  .tech-lab-template--lab2 .phb-lab2-comparison-thumb,
  .tech-lab-template--lab2 .phb-lab2-table-cell-copy,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-note,
  .tech-lab-template--lab2 [data-phb-inertia-animate] {
    transition: none;
  }

  .tech-lab-template--lab2 .phb-lab2-table-cell-copy,
  .tech-lab-template--lab2 .phb-lab2-comparison-thumb,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-note {
    opacity: 1;
    transform: none;
  }

  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div::after,
  .tech-lab-template--lab2 .phb-lab2-inertia-panel--table .phb-lab2-comparison-grid > div:nth-child(3n + 1)::before {
    opacity: 1;
    transform: scale(1);
    transition: none;
  }

  .tech-lab-template--lab2 .phb-lab2-heat-return-cue::after {
    animation: none !important;
  }
}

@keyframes phb-lab2-heat-return-sweep {
  0% {
    transform: scaleX(1);
    transform-origin: left center;
  }

  45% {
    transform: scaleX(0.28);
    transform-origin: left center;
  }

  46% {
    transform-origin: right center;
  }

  100% {
    transform: scaleX(1);
    transform-origin: right center;
  }
}

@property --phb-lab2-envelope-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 135deg;
}

@keyframes phb-lab2-envelope-thermal-rotation {
  to {
    --phb-lab2-envelope-angle: 495deg;
  }
}

.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap {
  --phb-lab2-envelope-angle: 135deg;
  align-self: start;
  justify-self: start;
  isolation: isolate;
  overflow: visible !important;
  width: calc(100% - clamp(2rem, 4vw, 3.5rem));
  height: auto !important;
  margin-top: clamp(2.25rem, 4vw, 4.75rem);
  border: 0 !important;
  background: var(--alice-blue, #eff4ff) !important;
  box-shadow:
    0 0 0 0.18rem rgba(243, 107, 33, 0.92),
    0 0 0 0.95rem #a4a9b1,
    0 0 0 1.1rem rgba(82, 89, 99, 0.36),
    inset 0 0 0 1px rgba(105, 34, 20, 0.08) !important;
  transform: none !important;
  filter: none !important;
  transition: box-shadow 260ms ease;
}

.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::before,
.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::after {
  content: "";
  display: none;
  position: absolute;
  pointer-events: none;
}

.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::before {
  inset: -1.05rem;
  z-index: 0;
  border-radius: calc(var(--_spacing-radius---radius--xxl, 2.5rem) + 1.05rem);
  padding: 0.7rem;
  background:
    radial-gradient(circle at 0.12rem 0.12rem, rgba(47, 52, 58, 0.52) 0 0.055rem, transparent 0.08rem) 0 0 / 0.46rem 0.46rem,
    radial-gradient(circle at 0.32rem 0.24rem, rgba(255, 255, 255, 0.66) 0 0.045rem, transparent 0.07rem) 0 0 / 0.58rem 0.58rem,
    linear-gradient(135deg, #8c929b 0%, #c8ccd2 48%, #949aa2 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::after {
  inset: -0.34rem;
  z-index: 1;
  border-radius: calc(var(--_spacing-radius---radius--xxl, 2.5rem) + 0.22rem);
  padding: 0.24rem;
  background: linear-gradient(var(--phb-lab2-envelope-angle), #ffb338 0%, #f36b21 48%, #be1b24 100%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: phb-lab2-envelope-thermal-rotation 18s linear infinite;
}

@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::before,
  .tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::after {
    display: block;
  }
}

.tech-lab-template--lab2 .tech-lab-template__hero-note .service-contents {
  position: relative;
  z-index: 2;
}

.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap:hover,
.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap:focus-within {
  background: var(--alice-blue, #eff4ff) !important;
  box-shadow:
    0 0 0 0.18rem rgba(243, 107, 33, 0.92),
    0 0 0 0.95rem #a4a9b1,
    0 0 0 1.1rem rgba(82, 89, 99, 0.36),
    0 1.25rem 2.75rem rgba(0, 64, 193, 0.14),
    inset 0 0 0 1px rgba(105, 34, 20, 0.08) !important;
}

.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap:hover .single-service-name,
.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap:hover .single-service-details,
.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap:focus-within .single-service-name,
.tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap:focus-within .single-service-details {
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap::after {
    animation: none;
  }
}

@media (max-width: 991px) {
  .tech-lab-template--lab2 .tech-lab-template__hero-note.single-service-wrap {
    width: 100%;
  }
}
