        .perfDetail--thermal .thermalMetricGrid.airMetricGrid {
            grid-template-columns: 1fr;
        }

        .perfDetail--thermal .airMetricCard__label {
            margin: 0 0 10px;
            font-family: "Inter", system-ui, sans-serif;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: .22em;
            text-transform: uppercase;
            color: rgba(17, 17, 17, .45);
        }

        .perfDetail--thermal .airMetricCard__prose {
            margin: clamp(14px, 1.8vw, 22px) 0 0;
            font-size: 13px;
            font-weight: 400;
            line-height: 1.9;
            letter-spacing: .03em;
            color: rgba(17, 17, 17, .55);
        }

        .perfDetail--thermal .airMetricCard__prose p {
            margin: 0 0 1em;
        }

        .perfDetail--thermal .airMetricCard__prose p:last-child {
            margin-bottom: 0;
        }

        .perfDetail--thermal .airMetricCard__value {
            margin: clamp(6px, 9vw, 29px) 0 0;
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: clamp(24px, 4.2vw, 52px);
            font-weight: 600;
            line-height: 1.08;
            letter-spacing: -0.03em;
            color: #0a0a0a;
        }

        @media (max-width: 767px) {
            .perfDetail--thermal .airMetricCard__value {
                margin: clamp(6px, 9vw, 29px) 0 0;
                font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
                font-size: clamp(32px, 4.2vw, 52px);
                font-weight: 600;
                line-height: 1.08;
                letter-spacing: -0.03em;
                color: #0a0a0a;
            }

            .perfDetail--thermal .airMetricCard .thermalMetricCard__name {
                margin: 0 0 12px;
                font-size: clamp(19px, 1.7vw, 24px);
                font-weight: 600;
                line-height: 1.3;
                letter-spacing: 0.01em;
                color: #0a0a0a;
            }
        }

        .perfDetail--thermal .airMetricCard__valueNote {
            margin: clamp(6px, 0.9vw, 10px) 0 0;
            font-size: clamp(12px, 1.1vw, 14px);
            font-weight: 500;
            line-height: 1.55;
            letter-spacing: 0.08em;
            color: rgba(17, 17, 17, .52);
        }

        @media (min-width: 768px) {
            .perfDetail--thermal .airMetricCard__value {
                font-size: clamp(30px, 4vw, 52px);
            }
        }

        .perfDetail--thermal .airMetricCard .thermalMetricCard__side {
            margin-top: clamp(10px, 1.6vw, 18px);
            padding-top: clamp(10px, 1.6vw, 18px);
            border-top: 1px solid rgba(17, 17, 17, .08);
        }

        .perfDetail--thermal .airMetricCard__figure {
            margin: 0;
            width: 100%;
        }

        .perfDetail--thermal .airMetricCard__image {
            display: block;
            width: 100%;
            max-width: 360px;
            height: auto;
            margin: 0 auto;
            border-radius: 8px;
            background: rgba(17, 17, 17, .03);
        }

        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-1-heading"] .thermalMetricCard__split {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: clamp(22px, 3vw, 36px);
        }

        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-1-heading"] .thermalMetricCard__main,
        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-1-heading"] .thermalMetricCard__side {
            min-width: 0;
            width: 100%;
            max-width: 100%;
        }

        .perfDetail--thermal .airMetricCard__figure--permeability {
            margin: 0;
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        @media (min-width: 768px) {
            .perfDetail--thermal .airMetricCard__figure--permeability .airPermChart__title.thermalMetricCard__name,
            .perfDetail--thermal #air-metric-1-heading.thermalMetricCard__name,
            .perfDetail--thermal .airMetricCard__figure--formaldehyde .airFormalChart__title.thermalMetricCard__name,
            .perfDetail--thermal #air-metric-2-heading.thermalMetricCard__name {
                font-size: clamp(26px, 2.25vw, 34px);
                line-height: 1.3;
            }
        }

        .perfDetail--thermal .airPermChart {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .perfDetail--thermal .airPermChart__inner {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .perfDetail--thermal .airPermChart__eyebrow {
            margin: clamp(14px, 2.2vw, 28px) 0 clamp(10px, 1.4vw, 14px);
            font-family: "Inter", system-ui, sans-serif;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: rgba(17, 17, 17, .42);
        }

        .perfDetail--thermal .airPermChart__lead {
            max-width: 42em;
            margin: clamp(16px, 2.2vw, 22px) 0 clamp(22px, 3vw, 32px);
            font-size: 13px;
            font-weight: 400;
            line-height: 2;
            letter-spacing: .03em;
            color: rgba(17, 17, 17, .58);
        }

        .perfDetail--thermal .airPermChart__card {
            padding: clamp(22px, 3.2vw, 36px) clamp(18px, 2.4vw, 28px);
            background: rgba(255, 255, 255, .78);
            border: 1px solid rgba(17, 17, 17, .08);
            border-radius: 6px;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            box-sizing: border-box;
            overflow: hidden;
        }

        .perfDetail--thermal .airPermChart__chartHeading {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 10px 14px;
            margin-bottom: clamp(22px, 3vw, 30px);
            color: #0a0a0a;
        }

        .perfDetail--thermal .airPermChart__chartHeading span {
            font-size: clamp(20px, 2.1vw, 26px);
            font-weight: 600;
            letter-spacing: .02em;
        }

        .perfDetail--thermal .airPermChart__caption {
            margin: 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.85;
            letter-spacing: .04em;
            color: rgba(17, 17, 17, .45);
        }

        .perfDetail--thermal .airPermChart__caption--unit {
            margin: clamp(18px, 2.5vw, 26px) 0 8px;
        }

        .perfDetail--thermal .airPermChart__scrollWrap {
            margin-top: 2px;
        }

        .perfDetail--thermal .airPermChart__scrollHint {
            display: none;
            align-items: flex-start;
            gap: 12px;
            margin: 0 0 12px;
            padding: 12px 14px;
            background: rgba(17, 17, 17, .035);
            border: 1px solid rgba(17, 17, 17, .08);
            border-radius: 4px;
        }

        .perfDetail--thermal .airPermChart__scrollHintText {
            flex: 1;
            min-width: 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.75;
            letter-spacing: .06em;
            color: rgba(17, 17, 17, .56);
        }

        .perfDetail--thermal .airPermChart__scrollHintMark {
            flex-shrink: 0;
            position: relative;
            width: 20px;
            height: 20px;
            margin-top: 1px;
            border: 1px solid rgba(17, 17, 17, .16);
            border-radius: 50%;
            background: rgba(255, 255, 255, .55);
        }

        .perfDetail--thermal .airPermChart__scrollHintMark::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 5px;
            height: 5px;
            margin: -3px 0 0 -4px;
            border-right: 1.5px solid rgba(17, 17, 17, .42);
            border-bottom: 1.5px solid rgba(17, 17, 17, .42);
            transform: rotate(-45deg);
        }

        .perfDetail--thermal .airPermChart__scrollShell {
            position: relative;
        }

        .perfDetail--thermal .airPermChart__scrollFade {
            display: none;
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            bottom: 11px;
            width: 44px;
            pointer-events: none;
            background: linear-gradient(
                90deg,
                rgba(252, 252, 251, 0) 0%,
                rgba(252, 252, 251, .55) 40%,
                rgba(252, 252, 251, .92) 100%
            );
        }

        @media (max-width: 767px) {
            .perfDetail--thermal .airPermChart__scrollHint {
                display: flex;
            }

            .perfDetail--thermal .airPermChart__scrollFade {
                display: block;
            }
        }

        @media (min-width: 768px) {
            .perfDetail--thermal .airPermChart__scrollFade {
                display: none !important;
            }
        }

        .perfDetail--thermal .airPermChart__scroll {
            width: 100%;
            max-width: 100%;
            margin: 0;
            padding: 0 0 12px;
            box-sizing: border-box;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior-x: contain;
            scrollbar-width: thin;
            scrollbar-color: rgba(17, 17, 17, .22) transparent;
        }

        .perfDetail--thermal .airPermChart__scroll::-webkit-scrollbar {
            height: 7px;
        }

        .perfDetail--thermal .airPermChart__scroll::-webkit-scrollbar-thumb {
            background: rgba(17, 17, 17, .2);
            border-radius: 4px;
        }

        .perfDetail--thermal .airPermChart__scroll::-webkit-scrollbar-track {
            background: rgba(17, 17, 17, .04);
            border-radius: 4px;
        }

        .perfDetail--thermal .airPermChart__chart {
            position: relative;
            min-width: 860px;
            padding: 0 0 6px;
        }

        .perfDetail--thermal .airPermChart__scale {
            display: flex;
            justify-content: space-between;
            margin-left: 210px;
            margin-bottom: 20px;
            padding-right: 2px;
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: .02em;
            color: rgba(17, 17, 17, .52);
        }

        .perfDetail--thermal .airPermChart__scale span {
            flex: 0 0 auto;
            min-width: 0;
            white-space: nowrap;
        }

        .perfDetail--thermal .airPermChart__scale span:first-child {
            text-align: left;
        }

        .perfDetail--thermal .airPermChart__scale span:last-child {
            text-align: right;
        }

        .perfDetail--thermal .airPermChart__grid {
            position: absolute;
            top: 32px;
            left: 210px;
            right: 0;
            bottom: 0;
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            pointer-events: none;
        }

        .perfDetail--thermal .airPermChart__grid span {
            border-left: 1px dashed rgba(17, 17, 17, .12);
        }

        .perfDetail--thermal .airPermChart__grid span:first-child {
            border-left: none;
        }

        .perfDetail--thermal .airPermChart__row {
            position: relative;
            display: grid;
            grid-template-columns: 210px 1fr;
            align-items: center;
            min-height: 108px;
        }

        .perfDetail--thermal .airPermChart__row + .airPermChart__row {
            margin-top: clamp(10px, 1.5vw, 16px);
        }

        .perfDetail--thermal .airPermChart__label strong {
            display: block;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.55;
            letter-spacing: .02em;
            color: #0a0a0a;
        }

        .perfDetail--thermal .airPermChart__label small {
            display: block;
            margin-top: 5px;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: .03em;
            color: rgba(17, 17, 17, .48);
        }

        .perfDetail--thermal .airPermChart__row--breathable .airPermChart__label strong {
            font-size: clamp(17px, 1.55vw, 20px);
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: .03em;
            color: rgba(34, 92, 132, .96);
        }

        .perfDetail--thermal .airPermChart__row--breathable .airPermChart__label small {
            margin-top: 6px;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: .04em;
            color: rgba(72, 132, 172, .88);
        }

        .perfDetail--thermal .airPermChart__value--breathable {
            color: rgba(28, 88, 128, .94);
        }

        .perfDetail--thermal .airPermChart__barArea {
            position: relative;
            height: 40px;
        }

        .perfDetail--thermal .airPermChart__bar {
            height: 40px;
            border-radius: 1px;
        }

        .perfDetail--thermal .airPermChart__bar--vinyl {
            width: calc(100% * 100 / 3500);
            max-width: 100%;
            background: linear-gradient(90deg, rgba(17, 17, 17, .22), rgba(17, 17, 17, .1));
        }

        .perfDetail--thermal .airPermChart__bar--breathable {
            margin-left: calc(100% * 2000 / 3500);
            width: calc(100% * (3000 - 2000) / 3500);
            background: linear-gradient(
                90deg,
                rgba(222, 240, 252, .92) 0%,
                rgba(168, 210, 236, .78) 48%,
                rgba(118, 178, 218, .82) 100%
            );
        }

        .perfDetail--thermal .airPermChart__value {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.55;
            letter-spacing: .02em;
            color: #0a0a0a;
        }

        .perfDetail--thermal .airPermChart__value--vinyl {
            left: calc(100% * 100 / 3500 + 14px);
            white-space: nowrap;
        }

        .perfDetail--thermal .airPermChart__value--breathable {
            left: calc(100% * 3000 / 3500 + 14px);
            white-space: nowrap;
        }

        .perfDetail--thermal .airPermChart__diff {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 10px 12px;
            margin-top: clamp(26px, 3.5vw, 36px);
            padding: clamp(12px, 2vw, 16px) clamp(14px, 2.2vw, 22px);
            border-radius: 6px;
            background: rgba(230, 244, 252, .5);
            border: 1px solid rgba(140, 190, 220, .38);
            color: rgba(70, 130, 175, .75);
        }

        .perfDetail--thermal .airPermChart__diff strong {
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: clamp(28px, 4.2vw, 44px);
            font-weight: 600;
            letter-spacing: .03em;
            color: rgba(24, 98, 148, .98);
        }

        .perfDetail--thermal .airPermChart__diff small {
            font-size: 15px;
            font-weight: 500;
            letter-spacing: .1em;
            color: rgba(45, 110, 155, .9);
        }

        @media (max-width: 767px) {
            .perfDetail--thermal .airPermChart__lead {
                margin: 14px 0 22px;
                font-size: 12px;
                line-height: 1.95;
            }

            .perfDetail--thermal .airPermChart__card {
                padding: 20px 16px;
            }

            .perfDetail--thermal .airPermChart__chartHeading {
                display: block;
                margin-bottom: 22px;
            }

            .perfDetail--thermal .airPermChart__chartHeading span {
                font-size: clamp(23px, 5.4vw, 28px);
            }

            .perfDetail--thermal .airPermChart__caption--unit {
                margin: 16px 0 6px;
            }

            .perfDetail--thermal .airPermChart__chart {
                min-width: 800px;
            }

            .perfDetail--thermal .airPermChart__scale {
                margin-left: 180px;
            }

            .perfDetail--thermal .airPermChart__grid {
                left: 180px;
                top: 30px;
            }

            .perfDetail--thermal .airPermChart__row {
                grid-template-columns: 180px 1fr;
                min-height: 100px;
            }

            .perfDetail--thermal .airPermChart__label strong {
                font-size: 14px;
            }

            .perfDetail--thermal .airPermChart__row--breathable .airPermChart__label strong {
                font-size: 16px;
            }

            .perfDetail--thermal .airPermChart__row--breathable .airPermChart__label small {
                font-size: 12px;
            }

            .perfDetail--thermal .airPermChart__value {
                font-size: 13px;
            }

            .perfDetail--thermal .airPermChart__diff {
                margin-top: 22px;
            }
        }

        @media (min-width: 768px) {
            .perfDetail--thermal .airPermChart__chartHeading span {
                font-size: clamp(28px, 2.85vw, 42px);
            }
        }

        @media (min-width: 996px) {
            .perfDetail--thermal .airMetricCard .thermalMetricCard__side {
                margin-top: 0;
                padding-top: 0;
                padding-left: clamp(18px, 2vw, 28px);
                border-top: none;
                border-left: 1px solid rgba(17, 17, 17, 0.1);
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-1-heading"] .thermalMetricCard__side {
                margin-top: 0;
                padding-top: clamp(22px, 2.8vw, 32px);
                padding-left: 0;
                border-left: none;
                border-top: 1px solid rgba(17, 17, 17, 0.1);
                display: block;
                align-items: stretch;
                justify-content: flex-start;
            }

            .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-2-heading"] .thermalMetricCard__side {
                margin-top: 0;
                padding-top: clamp(22px, 2.8vw, 32px);
                padding-left: 0;
                border-left: none;
                border-top: 1px solid rgba(17, 17, 17, 0.1);
                display: block;
                align-items: stretch;
                justify-content: flex-start;
            }
        }

        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-1-heading"] {
            max-width: 100%;
            overflow-x: hidden;
        }

        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-2-heading"] .thermalMetricCard__split {
            display: flex;
            flex-direction: column;
            align-items: stretch;
            gap: clamp(22px, 3vw, 36px);
        }

        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-2-heading"] .thermalMetricCard__main,
        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-2-heading"] .thermalMetricCard__side {
            min-width: 0;
            width: 100%;
            max-width: 100%;
        }

        .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-2-heading"] {
            max-width: 100%;
            overflow-x: hidden;
        }

        .perfDetail--thermal .airMetricCard__figure--formaldehyde {
            margin: 0;
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .perfDetail--thermal .airFormalChart {
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .perfDetail--thermal .airFormalChart__inner {
            width: 100%;
        }

        @media (min-width: 768px) {
            .perfDetail--thermal .airMetricCard__figure--permeability,
            .perfDetail--thermal .airMetricCard__figure--formaldehyde,
            .perfDetail--thermal .airPermChart,
            .perfDetail--thermal .airPermChart__inner,
            .perfDetail--thermal .airFormalChart,
            .perfDetail--thermal .airFormalChart__inner {
                width: 100%;
                max-width: 1200px;
                margin-inline: 0 auto;
            }

            .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-1-heading"] .thermalMetricCard__side,
            .perfDetail--thermal .airMetricCard[aria-labelledby="air-metric-2-heading"] .thermalMetricCard__side {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
            }
        }

        .perfDetail--thermal .airFormalChart__header {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(200px, 280px);
            gap: clamp(28px, 4vw, 48px);
            align-items: start;
            margin-bottom: clamp(24px, 3.5vw, 40px);
        }

        .perfDetail--thermal .airFormalChart__eyebrow {
            margin: 0 0 clamp(10px, 1.4vw, 14px);
            font-family: "Inter", system-ui, sans-serif;
            font-size: 10px;
            font-weight: 500;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: rgba(17, 17, 17, .42);
        }

        .perfDetail--thermal .airFormalChart__title {
            margin: 0;
        }

        .perfDetail--thermal .airFormalChart__lead {
            max-width: 42em;
            margin: clamp(14px, 2vw, 20px) 0 0;
            font-size: 13px;
            font-weight: 400;
            line-height: 2;
            letter-spacing: .03em;
            color: rgba(17, 17, 17, .58);
        }

        .perfDetail--thermal .airFormalChart__leadNote {
            max-width: 42em;
            margin: 10px 0 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.85;
            letter-spacing: .04em;
            color: rgba(17, 17, 17, .48);
        }

        .perfDetail--thermal .airFormalChart__guidelineCard {
            padding: clamp(20px, 2.5vw, 28px) clamp(18px, 2.2vw, 24px);
            background: rgba(255, 255, 255, .78);
            border: 1px solid rgba(17, 17, 17, .08);
            border-radius: 6px;
            text-align: center;
        }

        .perfDetail--thermal .airFormalChart__guidelineCardOrg {
            margin: 0 0 8px;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: .12em;
            color: rgba(17, 17, 17, .72);
        }

        .perfDetail--thermal .airFormalChart__guidelineCardDesc {
            display: block;
            padding-bottom: 14px;
            margin-bottom: 14px;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.65;
            letter-spacing: .04em;
            color: rgba(17, 17, 17, .52);
            border-bottom: 1px solid rgba(17, 17, 17, .1);
        }

        .perfDetail--thermal .airFormalChart__guidelineCardValue {
            display: block;
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: clamp(40px, 6vw, 64px);
            font-weight: 600;
            line-height: 1;
            letter-spacing: .02em;
            color: rgba(24, 98, 148, .88);
        }

        .perfDetail--thermal .airFormalChart__guidelineCardValue small {
            margin-left: 6px;
            font-size: .38em;
            font-weight: 600;
        }

        .perfDetail--thermal .airFormalChart__card {
            padding: clamp(22px, 3.2vw, 36px) clamp(18px, 2.4vw, 28px);
            background: rgba(255, 255, 255, .78);
            border: 1px solid rgba(17, 17, 17, .08);
            border-radius: 6px;
            box-sizing: border-box;
            overflow: hidden;
        }

        .perfDetail--thermal .airFormalChart__yLabel {
            margin: 0 0 14px;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: .06em;
            color: rgba(17, 17, 17, .62);
        }

        .perfDetail--thermal .airFormalChart__scrollWrap {
            margin-top: 2px;
        }

        .perfDetail--thermal .airFormalChart__scrollHint {
            display: none;
            align-items: flex-start;
            gap: 12px;
            margin: 0 0 12px;
            padding: 12px 14px;
            background: rgba(17, 17, 17, .035);
            border: 1px solid rgba(17, 17, 17, .08);
            border-radius: 4px;
        }

        .perfDetail--thermal .airFormalChart__scrollHintText {
            flex: 1;
            min-width: 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.75;
            letter-spacing: .06em;
            color: rgba(17, 17, 17, .56);
        }

        .perfDetail--thermal .airFormalChart__scrollHintMark {
            flex-shrink: 0;
            position: relative;
            width: 20px;
            height: 20px;
            margin-top: 1px;
            border: 1px solid rgba(17, 17, 17, .16);
            border-radius: 50%;
            background: rgba(255, 255, 255, .55);
        }

        .perfDetail--thermal .airFormalChart__scrollHintMark::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            width: 5px;
            height: 5px;
            margin: -3px 0 0 -4px;
            border-right: 1.5px solid rgba(17, 17, 17, .42);
            border-bottom: 1.5px solid rgba(17, 17, 17, .42);
            transform: rotate(-45deg);
        }

        .perfDetail--thermal .airFormalChart__scroll {
            width: 100%;
            max-width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
            padding: 0 0 12px;
            box-sizing: border-box;
            -webkit-overflow-scrolling: touch;
            overscroll-behavior-x: contain;
            scrollbar-width: thin;
            scrollbar-color: rgba(17, 17, 17, .22) transparent;
        }

        .perfDetail--thermal .airFormalChart__scroll::-webkit-scrollbar {
            height: 7px;
        }

        .perfDetail--thermal .airFormalChart__scroll::-webkit-scrollbar-thumb {
            background: rgba(17, 17, 17, .2);
            border-radius: 4px;
        }

        .perfDetail--thermal .airFormalChart__svg {
            display: block;
            width: 100%;
            min-width: 760px;
            height: auto;
            aspect-ratio: 920 / 430;
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__gridLines line {
            stroke: rgba(17, 17, 17, .12);
            stroke-width: 1;
            stroke-dasharray: 4 6;
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__axis {
            stroke: rgba(17, 17, 17, .45);
            stroke-width: 1.2;
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__axisText {
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: 14px;
            font-weight: 500;
            fill: rgba(17, 17, 17, .58);
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__axisText--xUnit {
            font-size: 12px;
            fill: rgba(17, 17, 17, .5);
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__guidelineLine {
            stroke: rgba(45, 110, 155, .75);
            stroke-width: 1.5;
            stroke-dasharray: 7 6;
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__guidelineText {
            font-family: "Noto Sans JP", system-ui, sans-serif;
            font-size: 13px;
            font-weight: 500;
            fill: rgba(24, 98, 148, .9);
            letter-spacing: .04em;
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__line {
            fill: none;
            stroke-width: 2.2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__line--airtight {
            stroke: rgba(17, 17, 17, .48);
        }

        .perfDetail--thermal .airFormalChart__svg .airFormalChart__line--wb {
            stroke: rgba(24, 98, 148, .88);
        }

        .perfDetail--thermal .airFormalChart__legend {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(18px, 2.5vw, 28px);
            margin-top: clamp(26px, 3.5vw, 36px);
        }

        .perfDetail--thermal .airFormalChart__legendItem {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            min-width: 0;
        }

        .perfDetail--thermal .airFormalChart__legendItem > div {
            min-width: 0;
            flex: 1 1 auto;
        }

        .perfDetail--thermal .airFormalChart__legendSwatch {
            flex: 0 0 36px;
            height: 2px;
            margin-top: 10px;
            border-radius: 1px;
        }

        .perfDetail--thermal .airFormalChart__legendSwatch--airtight {
            background: rgba(17, 17, 17, .48);
        }

        .perfDetail--thermal .airFormalChart__legendSwatch--wb {
            background: rgba(24, 98, 148, .88);
        }

        .perfDetail--thermal .airFormalChart__legendSwatch--guideline {
            background: repeating-linear-gradient(
                90deg,
                rgba(45, 110, 155, .75) 0,
                rgba(45, 110, 155, .75) 6px,
                transparent 6px,
                transparent 10px
            );
        }

        .perfDetail--thermal .airFormalChart__legendItem strong {
            display: block;
            margin-bottom: 6px;
            font-size: 13px;
            font-weight: 600;
            line-height: 1.55;
            letter-spacing: .02em;
            color: #0a0a0a;
        }

        .perfDetail--thermal .airFormalChart__legendItem p {
            margin: 0;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.8;
            letter-spacing: .03em;
            color: rgba(17, 17, 17, .52);
        }

        .perfDetail--thermal .airFormalChart__condition {
            display: grid;
            grid-template-columns: 100px minmax(0, 1fr) minmax(0, 240px);
            gap: clamp(16px, 2.2vw, 24px);
            align-items: start;
            margin-top: clamp(28px, 3.8vw, 40px);
            padding: clamp(18px, 2.4vw, 24px) clamp(16px, 2vw, 22px);
            border: 1px solid rgba(17, 17, 17, .1);
            border-radius: 6px;
            background: rgba(17, 17, 17, .02);
        }

        .perfDetail--thermal .airFormalChart__condition strong {
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .08em;
            color: rgba(17, 17, 17, .72);
        }

        .perfDetail--thermal .airFormalChart__condition p {
            margin: 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.9;
            letter-spacing: .03em;
            color: rgba(17, 17, 17, .55);
        }

        .perfDetail--thermal .airFormalChart__note {
            margin: clamp(20px, 2.8vw, 28px) 0 0;
            font-size: 11px;
            font-weight: 400;
            line-height: 1.9;
            letter-spacing: .04em;
            color: rgba(17, 17, 17, .45);
        }

        @media (min-width: 901px) {
            .perfDetail--thermal .airFormalChart__legend {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                justify-content: stretch;
                gap: clamp(14px, 2vw, 32px);
                width: 100%;
                max-width: min(1200px, 100%);
                margin-inline: 0 auto;
            }

            .perfDetail--thermal .airFormalChart__legendItem {
                min-width: 0;
                max-width: 100%;
            }
        }

        @media (min-width: 1280px) {
            .perfDetail--thermal .airFormalChart__legend {
                grid-template-columns: repeat(3, max-content);
                justify-content: flex-start;
                gap: clamp(24px, 3.2vw, 48px);
                width: fit-content;
                max-width: min(1200px, 100%);
                margin-inline: 0 auto;
            }
        }

        @media (max-width: 900px) {
            .perfDetail--thermal .airFormalChart__header {
                grid-template-columns: 1fr;
                gap: 22px;
            }

            .perfDetail--thermal .airFormalChart__guidelineCard {
                max-width: 320px;
            }

            .perfDetail--thermal .airFormalChart__legend {
                grid-template-columns: 1fr;
                gap: 18px;
            }

            .perfDetail--thermal .airFormalChart__condition {
                grid-template-columns: 1fr;
                gap: 12px;
            }
        }

        @media (max-width: 767px) {
            .perfDetail--thermal .airFormalChart__scrollHint {
                display: flex;
            }

            .perfDetail--thermal .airFormalChart__svg {
                min-width: 720px;
            }

            .perfDetail--thermal .airFormalChart__lead {
                font-size: 12px;
                line-height: 1.95;
            }

            .perfDetail--thermal .airFormalChart__leadNote {
                font-size: 10px;
                line-height: 1.75;
            }
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specCluster {
            gap: clamp(10px, 1.35vw, 14px);
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specValueRow:not(.thermalHero__specValueRow--text) {
            width: 100%;
            min-width: 0;
            flex-wrap: nowrap;
            white-space: nowrap;
            margin-top: clamp(8px, 1.15vw, 20px);
            margin-bottom: clamp(4px, 0.55vw, 10px);
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specDigit--aux {
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: clamp(30px, 7vw, 62px);
            font-weight: 500;
            letter-spacing: -0.02em;
            line-height: 1;
            color: #0a0a0a;
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specDigit--airCore {
            margin-inline: clamp(3px, 0.55vw, 9px);
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specValueRow > .thermalHero__specDigit--airCore:first-child {
            margin-inline-start: 0;
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specMeta--formaldehyde {
            display: flex;
            flex-wrap: wrap;
            align-items: baseline;
            gap: 0.35em 0.75em;
            line-height: 1.55;
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specInlineCompare {
            display: inline-flex;
            flex-wrap: nowrap;
            align-items: baseline;
            gap: 0.22em 0.38em;
            font-family: "Inter", "Noto Sans JP", system-ui, sans-serif;
            font-size: clamp(13px, 1.3vw, 15px);
            font-weight: 500;
            letter-spacing: 0.02em;
            color: var(--th-spec-accent);
            white-space: nowrap;
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specInlineCompare__arrow {
            font-weight: 500;
            letter-spacing: -0.04em;
            color: rgba(17, 17, 17, .38);
        }

        .perfDetail--thermal .thermalHero__specs--airLead .thermalHero__specInlineNote {
            font-size: inherit;
            font-weight: 400;
            letter-spacing: .03em;
            color: var(--th-spec-accent-soft);
        }

        @media (min-width: 641px) and (max-width: 1023px) {
            .perfDetail--thermal .thermalHero__specs--airLead {
                grid-template-columns: minmax(min-content, 1fr) minmax(min-content, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .perfDetail--thermal .thermalHero__specs--airLead {
                grid-template-columns: minmax(min-content, 1.05fr) minmax(min-content, 1.05fr) minmax(0, 1.55fr);
            }
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent {
            background: #fafaf9;
            box-shadow:
                0 1px 0 rgba(17, 17, 17, .06),
                0 18px 44px rgba(17, 17, 17, .07);
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard {
            background: #fafaf9;
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__media,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__media {
            background: #fafaf9;
            padding: 0;
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__media::after {
            background:
                linear-gradient(
                    180deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0) 58%,
                    rgba(250, 250, 249, .38) 82%,
                    rgba(250, 250, 249, .62) 100%
                );
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__media::after {
            background:
                linear-gradient(
                    180deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0) 62%,
                    rgba(250, 250, 249, .22) 84%,
                    rgba(250, 250, 249, .4) 100%
                );
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__media img {
            width: 117%;
            height: 100%;
            object-fit: cover;
            object-position: 50% 44%;
            transform: scale(1.17);
            transform-origin: center center;
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }

        @media (min-width: 1024px) {
            .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__media img {
                object-position: 50% 24%;
            }
        }

        @media (min-width: 641px) {
            .perfDetail--thermal .thermalFeatureCardWrap--airVapor.is-expanded .thermalFeatureCard,
            .perfDetail--thermal .thermalFeatureCardWrap--airVapor.is-focus-expanded .thermalFeatureCard,
            .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent.is-expanded .thermalFeatureCard,
            .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent.is-focus-expanded .thermalFeatureCard {
                min-height: clamp(320px, 44vh, 500px);
            }

            .perfDetail--thermal .thermalFeatureCardWrap--airVapor.is-expanded .thermalFeatureCard__media img,
            .perfDetail--thermal .thermalFeatureCardWrap--airVapor.is-focus-expanded .thermalFeatureCard__media img {
                width: 112%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 40%;
                transform: scale(1.08);
                transform-origin: center center;
            }

            .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent.is-expanded .thermalFeatureCard__media img,
            .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent.is-focus-expanded .thermalFeatureCard__media img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: 50% 18%;
                transform: scale(1.04);
                transform-origin: center center;
            }
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__lead,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__lead {
            gap: 4px;
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__tag {
            color: rgba(255, 255, 255, .82);
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__title {
            margin-bottom: 10px;
            color: #fff;
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__tag {
            color: rgba(255, 255, 255, .82);
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__title {
            margin-bottom: 10px;
            color: #fff;
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__toggle,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__toggle {
            color: #111;
            border-color: rgba(17, 17, 17, .22);
            background: rgba(255, 255, 255, .9);
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__toggle:hover,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__toggle:hover {
            background: #fff;
            border-color: rgba(17, 17, 17, .38);
        }

        .perfDetail--thermal .thermalFeatureCardWrap--airVapor .thermalFeatureCard__toggleOpen,
        .perfDetail--thermal .thermalFeatureCardWrap--airInnerVent .thermalFeatureCard__toggleOpen {
            color: rgba(17, 17, 17, .5);
        }

        .perfDetail--thermal #air-vapor-wall-expand-heading.thermalNeomaProse__lede,
        .perfDetail--thermal #air-vapor-wall-expand-heading .thermalNeomaProse__ledeSub {
            font-size: clamp(20px, 2.05vw, 27px);
            line-height: 1.28;
        }

        @media (max-width: 640px) {

            .perfDetail--thermal #air-vapor-wall-expand-heading.thermalNeomaProse__lede,
            .perfDetail--thermal #air-vapor-wall-expand-heading .thermalNeomaProse__ledeSub {
                font-size: clamp(23px, 6.2vw, 31px);
                line-height: 1.26;
            }
        }

        @media (min-width: 1024px) {

            .perfDetail--thermal #air-vapor-wall-expand-heading.thermalNeomaProse__lede,
            .perfDetail--thermal #air-vapor-wall-expand-heading .thermalNeomaProse__ledeSub {
                font-size: clamp(26px, 2.4vw, 34px);
            }
        }

