/* Film product pages */

.film-page .product-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

html[lang="en"] .heating-page .product-tabs__item.active {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
}

.film-page {
    font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

.film-page .product-visual__image img {
    height: 100%;
    object-position: center 50%;
    transform: none;
}

.film-page .muldori-overview__image {
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.film-page .muldori-overview__image::before {
    display: none;
}

.film-page .muldori-overview__main-image {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.film-overview__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: auto;
}

.film-overview__badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 53px;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #b3b3b3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.film-features {
    width: 100%;
    padding: 80px 20px;
    box-sizing: border-box;
    background: #F2F2F2;
}

.film-features__inner {
    display: grid;
    grid-template-columns: repeat(5, 240px);
    justify-content: space-between;
    gap: 24px;
    width: min(calc(100% - 120px), 1500px);
    margin: 0 auto;
}

.film-feature-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 240px;
    min-height: 232px;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}

.film-feature-card__icon {
    width: 64px;
    height: 64px;
}

.film-feature-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.film-feature-card p {
    margin: 0;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
}

.film-lineup {
    width: 100%;
    min-height: 668px;
    padding: 80px 20px;
    box-sizing: border-box;
    background-color: #0B5495;
    background-image: url("/img/product/lineupBg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.film-lineup__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto 1fr;
    gap: 36px;
    width: min(calc(100% - 120px), 1500px);
    min-height: 508px;
    margin: 0 auto;
}

.film-lineup h2 {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin: 0;
    border-radius: 6px;
    background: #0B5495;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0;
    text-align: center;
}

.film-lineup__cards {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
}

.film-lineup-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 318px;
    padding: 48px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(0, 62, 114, 0.4);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #fff;
}

.film-lineup-card__icon {
    width: 96px;
    height: 96px;
    margin-bottom: 60px;
}

.film-lineup-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.film-lineup-card h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
}

.film-lineup-card p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left;
    word-break: keep-all;
}

.film-detail {
    width: 100%;
    padding: 96px 0 104px;
    box-sizing: border-box;
    background: #fff;
}

.film-detail__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    width: min(calc(100% - 120px), 1500px);
    margin: 0 auto;
}

.film-detail__group {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.film-detail__group h2 {
    align-self: flex-start;
    margin: 0 0 24px;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

.film-detail__intro-cards {
    display: grid;
    grid-template-columns: repeat(2, 297px);
    gap: 36px;
    height: 100%;
    align-items: stretch;
}

.film-detail-intro-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 297px;
    height: 100%;
    min-height: 320px;
    padding: 36px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background: #fff;
}

.film-detail-intro-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #f2f2f2;
}

.film-detail-intro-card__image img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.film-detail-intro-card p {
    margin: 0;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
}

.film-detail-intro-card strong {
    color: #0B5495;
    font-weight: 700;
}

.film-detail__feature-list {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.film-detail__feature-list li {
    position: relative;
    min-height: 47px;
    padding: 13px 24px 13px 42px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background: #fff;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
}

.film-detail__feature-list li::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1A1A1A;
}

.film-application {
    width: 100%;
    padding: 0 0 104px;
    box-sizing: border-box;
    background: #fff;
}

.film-application__inner {
    width: min(calc(100% - 120px), 1500px);
    margin: 0 auto;
}

.film-application h2 {
    margin: 0 0 28px;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

.film-application__cards {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
    gap: 36px;
    min-height: 513px;
}

.film-application-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 513px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}

.film-application-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 14px 24px;
    margin: 0;
    box-sizing: border-box;
    background: #0B5495;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0;
    text-align: center;
}

.film-application-card__image {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 42px 48px;
    box-sizing: border-box;
    background: #fff;
}

.film-application-card__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.film-application-card--video .film-application-card__image img {
    width: 262px;
    max-width: 100%;
}

.film-application-card__product-image {
    position: relative;
    width: min(100%, 560px);
}

.film-application-card__product-image img {
    display: block;
    width: 560px;
    max-width: 100%;
    height: auto;
}

.film-application-card__levels {
    position: absolute;
    top: 0;
    right: -28px;
    width: 24px;
    height: 100%;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
    white-space: nowrap;
    pointer-events: none;
}

.film-application-card__levels span {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

.film-application-card__levels span:nth-child(1) {
    top: 23%;
}

.film-application-card__levels span:nth-child(2) {
    top: 55.5%;
}

.film-application-card__levels span:nth-child(3) {
    top: 91.5%;
}

html[lang="en"] .film-application-card__levels {
    right: -54px;
    width: 54px;
}

.film-performance {
    width: 100%;
    padding: 0 0 112px;
    box-sizing: border-box;
    background: #fff;
}

.film-performance__inner {
    width: min(calc(100% - 120px), 1500px);
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.film-performance__table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.film-performance__table th,
.film-performance__table td {
    height: 64px;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    word-break: keep-all;
}

.film-performance__table thead th {
    height: 58px;
    background: #0B5495;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.film-performance__table tbody th {
    background: #F2F2F2;
}

.film-performance__table tbody th:first-child,
.film-performance__table tbody th[colspan="2"] {
    font-weight: 500;
}

.conductive-overview {
    width: 100%;
    padding: 120px 0 128px;
    box-sizing: border-box;
    background: #fff;
}

.conductive-overview__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    width: min(calc(100% - 154px), 1466px);
    min-height: 400px;
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
    background: #F2F2F2;
}

.conductive-overview__image {
    min-width: 0;
    height: 400px;
    overflow: hidden;
    background: #E6E6E6;
}

.conductive-overview__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.conductive-overview__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    padding: 58px 56px;
    box-sizing: border-box;
    color: #1A1A1A;
}

.conductive-overview__content h2 {
    margin: 0 0 18px;
    color: #1A1A1A;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.conductive-overview__content p {
    margin: 0;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: 0;
    word-break: keep-all;
}

.conductive-overview__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: auto;
}

.conductive-overview__badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    height: 53px;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #B3B3B3;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

html[lang="en"] .heating-page .conductive-overview__inner {
    align-items: stretch;
}

html[lang="en"] .heating-page .conductive-overview__image {
    height: auto;
    min-height: 400px;
}

html[lang="en"] .heating-page .conductive-overview__image img {
    height: 100%;
}

html[lang="en"] .heating-page .conductive-overview__content {
    justify-content: center;
    padding-top: 58px;
    padding-bottom: 58px;
}

html[lang="en"] .heating-page .conductive-overview__content h2 {
    width: 100%;
    max-width: 620px;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.28;
    text-align: left;
    word-break: normal;
    overflow-wrap: anywhere;
}

html[lang="en"] .heating-page .conductive-overview__content p {
    max-width: 640px;
    font-size: 23px;
    line-height: 1.55;
    word-break: normal;
    overflow-wrap: anywhere;
}

html[lang="en"] .heating-page .conductive-overview__badges {
    margin-top: 36px;
}

.conductive-spec {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    background: #F2F2F2;
}

.conductive-spec__inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

.conductive-spec__cards {
    display: grid;
    grid-template-columns: repeat(4, 306px);
    justify-content: space-between;
    gap: 24px;
}

.conductive-spec-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 306px;
    min-height: 210px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background: #fff;
}

.conductive-spec-card__icon {
    width: 64px;
    height: 64px;
}

.conductive-spec-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.conductive-spec-card p {
    margin: 0;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
}

.conductive-spec__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.conductive-spec__table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.conductive-spec__table th,
.conductive-spec__table td {
    height: 64px;
    padding: 12px 16px;
    box-sizing: border-box;
    border: 1px solid #F2F2F2;
    font-weight: 400;
    line-height: 1.45;
    vertical-align: middle;
    word-break: keep-all;
}

.conductive-spec__table thead th {
    height: 64px;
    background: #0B5495;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.conductive-spec__table tbody th {
    font-weight: 700;
}

.conductive-gallery {
    width: 100%;
    padding: 80px 0 104px;
    box-sizing: border-box;
    background: #fff;
}

.conductive-gallery__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px;
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

.conductive-gallery-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 2px solid #E6E6E6;
    box-sizing: border-box;
    background: #fff;
}

.conductive-gallery-card__image {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 300px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.conductive-gallery-card__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    object-fit: contain;
}

.conductive-gallery-card p {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 12px 16px;
    margin: 0;
    box-sizing: border-box;
    background: #F2F2F2;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    word-break: keep-all;
}

.barrier-spec {
    width: 100%;
    padding: 80px 0 120px;
    box-sizing: border-box;
    background: #F2F2F2;
}

.barrier-spec__inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

.barrier-spec__cards {
    display: grid;
    grid-template-columns: repeat(5, 240px);
    justify-content: space-between;
    gap: 24px;
}

.barrier-spec-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 240px;
    height: 232px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background: #fff;
}

.barrier-spec-card__icon {
    width: 64px;
    height: 64px;
}

.barrier-spec-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.barrier-spec-card p {
    margin: 0;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    word-break: keep-all;
}

.heating-spec .barrier-spec-card {
    height: 280px;
}

html[lang="en"] .heating-spec .barrier-spec-card {
    height: auto;
    min-height: 320px;
}

.heating-summary {
    width: 100%;
    padding: 80px 0 36px;
    box-sizing: border-box;
    background: #fff;
}

.heating-summary__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 40px;
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

.heating-summary__block h2 {
    margin: 0 0 36px;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    word-break: keep-all;
}

.heating-summary__block p {
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.heating-summary__block {
    display: flex;
    flex-direction: column;
}

.heating-compare__table-wrap {
    width: 100%;
    flex: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.heating-compare__table {
    width: 100%;
    height: 100%;
    min-width: 420px;
    border-collapse: collapse;
    background: #fff;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.heating-compare__table th,
.heating-compare__table td {
    height: 52px;
    padding: 8px 12px;
    box-sizing: border-box;
    border: 2px solid #E6E6E6;
    font-weight: 400;
    line-height: 1.4;
    vertical-align: middle;
    word-break: keep-all;
}

.heating-compare__table thead th {
    border: 0;
    background: #0B5495;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.heating-compare__table tbody th {
    background: #fff;
    font-weight: 400;
}

.heating-chart {
    display: flex;
    gap: 12px;
    height: 260px;
}

.heating-chart--image {
    display: block;
    height: auto;
}

.heating-chart--image img {
    display: block;
    width: 100%;
    height: auto;
}

.heating-chart__axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    color: #999999;
    font-size: 13px;
    line-height: 1;
    text-align: right;
}

.heating-chart__plot {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #E0E0E0;
    background-image: repeating-linear-gradient(to bottom, #EDEDED 0, #EDEDED 1px, transparent 1px, transparent 32.5px);
}

.heating-chart__positive {
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    height: 195px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #CCCCCC;
}

.heating-chart__negative {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    height: 65px;
    padding: 12px 30px 0;
    box-sizing: border-box;
}

.heating-chart__negative span {
    width: 96px;
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.heating-chart__bar {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 96px;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.heating-chart__bar--glass {
    height: 187px;
    background: #0B5495;
}

.heating-chart__bar--film {
    height: 12px;
    align-items: center;
    background: #F2A93B;
    color: #1A1A1A;
    padding-top: 0;
}

.heating-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    margin: 20px 0 0;
    padding: 14px 20px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-top: 0;
    border-radius: 0;
    background: #F2F2F2;
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    word-break: keep-all;
}

.heating-evidence__slot {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #8C8C8C;
    text-align: center;
}

.heating-chart + .heating-caption,
.heating-evidence__slot + .heating-caption {
    margin-top: 0;
}

.heating-evidence__slot img {
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    max-width: none;
    margin: -2px;
    object-fit: cover;
}

.heating-evidence__slot span {
    padding: 0 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    word-break: keep-all;
}

.barrier-spec__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.barrier-spec__table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.barrier-spec__table th {
    height: 58px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 2px solid #f2f2f2;
    font-weight: 600;
    line-height: 1.45;
    vertical-align: middle;
    word-break: keep-all;
}
.barrier-spec__table td {
    height: 58px;
    padding: 10px 12px;
    box-sizing: border-box;
    border: 2px solid #f2f2f2;
    font-weight: 400;
    line-height: 1.45;
    vertical-align: middle;
    word-break: keep-all;
}
    
.barrier-spec__table thead th {
    height: 58px;
    background: #0B5495;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.barrier-spec__table--feature {
    min-width: 980px;
}

.thermal-season {
    width: 100%;
    padding: 48px 0 50px;
    box-sizing: border-box;
    background: #fff;
}

.thermal-season__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    justify-content: start;
    gap: 36px;
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

.thermal-season__intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    min-height: 452px;
}

.thermal-season__intro h2 {
    max-width: 408px;
    margin: 0;
    color: #1A1A1A;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    word-break: keep-all;
}

.thermal-season__layer-figure {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
    min-height: 228px;
    margin-top: auto;
}

.thermal-season__layer-labels {
    display: grid;
    gap: 17px;
    width: 150px;
    margin: 0 0 88px;
    padding: 0;
    box-sizing: border-box;
    color: #B3B3B3;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    list-style: none;
}

.thermal-season__layer-labels li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.thermal-season__layer-labels li::after {
    content: "";
    display: block;
    flex: 0 0 30px;
    width: 30px;
    height: 1px;
    background: #E0E0E0;
}

html[lang="en"] .thermal-season__layer-figure {
    gap: 10px;
}

html[lang="en"] .thermal-season__layer-labels {
    gap: 21px;
    width: 178px;
    margin-bottom: 82px;
    font-size: 12px;
}

html[lang="en"] .thermal-season__layer-labels li::after {
    flex-basis: 18px;
    width: 14px;
}

html[lang="en"] .thermal-season__layer-image {
    width: 252px;
}

html[lang="en"] .thermal-season__layer-image img {
    transform: translateX(-148px);
}

.thermal-season__layer-image {
    overflow: hidden;
    width: 252px;
    flex-shrink: 0;
}

.thermal-season__layer-image img {
    display: block;
    width: 400px;
    height: auto;
    object-fit: contain;
    transform: translateX(-148px);
}

.thermal-season__image-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px dashed #cccccc;
    background: #f1f1f1;
    color: #8C8C8C;
    text-align: center;
}

.thermal-season__image-slot span {
    padding: 0 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
}

.thermal-season-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 452px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}

.thermal-season-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    margin: 17px 18px 0;
    background: #1A1A1A;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.thermal-season-card__image {
    flex-shrink: 0;
    height: 180px;
    margin: 0 18px;
    overflow: hidden;
}

.thermal-season-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thermal-season-card p {
    margin: 16px 18px 0;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
}

.thermal-season-card small {
    display: block;
    margin: auto 18px 15px;
    color: #999999;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
}

.thermal-ir {
    width: 100%;
    padding: 80px 0;
    box-sizing: border-box;
    background: #F2F2F2;
}

.thermal-ir__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(360px, 2.12fr);
    gap: 36px;
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

.thermal-ir__heading {
    display: flex;
    align-items: flex-start;
    min-height: 196px;
}

.thermal-ir__heading h2 {
    max-width: 420px;
    margin: 0;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
    word-break: keep-all;
}

.thermal-ir__table-wrap {
    grid-column: 3 / 4;
    justify-self: end;
    width: 800px;
    max-width: 100%;
    overflow: hidden;
}

.thermal-ir__table {
    width: 100%;
    min-width: 0;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.thermal-ir__table th,
.thermal-ir__table td {
    height: 58px;
    padding: 12px 14px;
    box-sizing: border-box;
    border: 2px solid #F2F2F2;
    font-weight: 400;
    line-height: 1.45;
    vertical-align: middle;
    word-break: keep-all;
}

.thermal-ir__table thead th {
    height: 58px;
    background: #0B5495;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.thermal-ir__table tbody th {
    font-weight: 500;
}

.thermal-ir-stat {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    min-height: 297px;
    padding: 36px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background: #fff;
}

.thermal-ir-stat__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #F2F2F2;
}

.thermal-ir-stat__icon img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.thermal-ir-stat p {
    margin: 0;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.thermal-ir-stat strong {
    display: block;
    color: #0B5495;
    font-size: 82px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}

.thermal-ir-stat strong span {
    margin-left: 4px;
    font-size: 32px;
}

.thermal-ir__image-slot {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 1px;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    background: #fff;
    color: #8C8C8C;
    text-align: center;
}

.thermal-ir__image-slot img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 90%;
    /*height: 90%;*/
    object-fit: contain;
}

.thermal-ir__image-slot span {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
}

.thermal-product {
    width: 100%;
    padding: 80px 0 120px;
    box-sizing: border-box;
    background: #fff;
}

.heating-page .thermal-product {
    padding: 0 0 80px;
}

.thermal-product__inner {
    width: min(calc(100% - 154px), 1466px);
    margin-left: max(60px, calc((100% - 1500px) / 2));
    margin-right: 0;
}

html[lang="en"] .film-detail-intro-card p,
html[lang="en"] .film-detail__feature-list li,
html[lang="en"] .film-performance__table th,
html[lang="en"] .film-performance__table td {
    word-break: normal;
}

html[lang="en"] .conductive-spec-card p,
html[lang="en"] .barrier-spec-card p,
html[lang="en"] .conductive-spec__table th,
html[lang="en"] .conductive-spec__table td,
html[lang="en"] .barrier-spec__table th,
html[lang="en"] .barrier-spec__table td {
    word-break: normal;
}

html[lang="en"] .conductive-gallery-card p {
    word-break: normal;
}

html[lang="en"] .barrier-spec-card {
    height: 300px;
}

html[lang="en"] .barrier-spec-card p {
    line-height: 1.35;
}

html[lang="en"] .film-detail-intro-card p {
    line-height: 1.45;
}

html[lang="en"] .film-feature-card p,
html[lang="en"] .film-lineup-card p {
    word-break: normal;
}

html[lang="en"] .film-feature-card p {
    font-weight: 500;
}

.film-page.film-scroll-ready .film-animate {
    opacity: 0;
    transform: translateY(36px);
    transition:
            opacity 0.75s ease,
            transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: var(--film-delay, 0ms);
}

.film-page.film-scroll-ready .film-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.film-page.film-scroll-ready .product-visual.film-animate .product-visual__image img {
    transform: scale(1.045);
    transition: transform 1.1s ease;
    transition-delay: var(--film-delay, 0ms);
}

.film-page.film-scroll-ready .product-visual.film-animate.is-visible .product-visual__image img {
    transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .film-page.film-scroll-ready .film-animate,
    .film-page.film-scroll-ready .product-visual.film-animate .product-visual__image img {
        opacity: 1;
        transform: none;
        transition: none;
    }

}

@media (max-width: 1440px) {
    .conductive-overview__inner,
    .conductive-spec__inner,
    .conductive-gallery__inner,
    .barrier-spec__inner,
    .thermal-product__inner,
    .thermal-ir__inner {
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
    }

    .thermal-season__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
    }

    .conductive-spec__cards {
        grid-template-columns: repeat(2, 306px);
        justify-content: center;
    }

    .barrier-spec__cards {
        grid-template-columns: repeat(3, 240px);
        justify-content: center;
    }

    .conductive-gallery__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 28px;
    }

    .conductive-gallery-card__image {
        height: 240px;
    }

    .conductive-gallery-card p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .conductive-spec__cards,
    .barrier-spec__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
    }

    .conductive-spec-card,
    .barrier-spec-card {
        width: 100%;
    }

    .barrier-spec-card {
        height: 260px;
    }

    .conductive-spec-card {
        min-height: 260px;
    }
}

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

    .thermal-season__intro {
        grid-column: 1 / -1;
        min-height: 0;
        gap: 34px;
    }

    .thermal-season__intro h2 {
        max-width: 620px;
    }

    .thermal-season__layer-figure {
        width: fit-content;
        max-width: 100%;
        margin-top: 0;
    }

    .thermal-ir-stat {
        overflow: hidden;
    }

    .thermal-ir-stat strong {
        white-space: nowrap;
        font-size: clamp(42px, 4.6vw, 58px);
    }

    .thermal-ir-stat strong span {
        font-size: clamp(17px, 2.2vw, 26px);
    }
}

@media (max-width: 1158px) {
    .thermal-ir__table-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .thermal-ir__table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .thermal-ir__table th,
    .thermal-ir__table td {
        overflow-wrap: anywhere;
        word-break: break-word;
        min-width: 0;
    }

    .thermal-ir__table thead th {
        padding: 10px 6px;
        font-size: 14px;
        line-height: 1.3;
        white-space: normal;
    }

}

@media (max-width: 1100px) {
    .film-detail__inner,
    .film-application__inner,
    .film-performance__inner,
    .thermal-ir__inner,
    .thermal-product__inner,
    .conductive-spec__inner,
    .conductive-gallery__inner,
    .barrier-spec__inner,
    .heating-summary__inner,
    .conductive-overview__inner {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }

    .thermal-season__inner {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 1024px) {
    .film-detail {
        padding: 72px 0 80px;
    }

    .film-detail__inner {
        grid-template-columns: 1fr;
        width: calc(100% - 40px);
    }

    .film-detail__intro-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .film-detail-intro-card {
        width: 100%;
    }

    .film-detail__feature-list li {
        font-size: 15px;
    }

    .film-application {
        padding-bottom: 80px;
    }

    .film-application__cards {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .film-application-card {
        height: auto;
        min-height: 420px;
    }

    .film-application-card__image {
        min-height: 360px;
        padding: 34px 30px;
    }

    .conductive-overview {
        padding: 88px 0 80px;
    }

    .conductive-overview__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .conductive-overview__image {
        height: clamp(280px, 45vw, 420px);
    }

    html[lang="en"] .heating-page .conductive-overview__image {
        height: clamp(280px, 45vw, 420px);
        min-height: 0;
    }

    .conductive-overview__content {
        min-height: 0;
        padding: 48px 40px;
    }

    html[lang="en"] .heating-page .conductive-overview__content {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    html[lang="en"] .heating-page .conductive-overview__content h2,
    html[lang="en"] .heating-page .conductive-overview__content p {
        max-width: 100%;
    }

    .heating-summary {
        padding: 64px 0 36px;
    }

    .heating-summary__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .heating-summary__block h2 {
        max-width: 100%;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .heating-page .film-detail__feature-list li {
        overflow-wrap: anywhere;
        word-break: keep-all;
    }

    .heating-compare__table-wrap {
        overflow: visible;
    }

    .heating-compare__table {
        min-width: 0;
    }

    .heating-compare__table th,
    .heating-compare__table td {
        overflow-wrap: anywhere;
    }

    .heating-evidence__slot {
        flex: none;
        height: 340px;
        min-height: 340px;
    }

    .heating-evidence__slot img {
        width: 100%;
        height: 100%;
        margin: 0;
        object-fit: cover;
    }

    .conductive-overview__badges {
        margin-top: 44px;
    }

    .conductive-gallery__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .conductive-gallery-card__image {
        height: 220px;
    }

    .barrier-spec {
        padding: 72px 0 88px;
    }

    .thermal-season {
        padding: 72px 0;
    }

    .thermal-season__inner {
        grid-template-columns: 1fr 1fr;
    }

    .thermal-ir {
        padding: 72px 0;
    }

    .thermal-product {
        padding: 72px 0 88px;
    }

    .heating-page .thermal-product {
        padding: 0 0 72px;
    }

    .thermal-ir__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .thermal-ir__heading {
        min-height: 0;
    }

    .thermal-ir__table-wrap {
        grid-column: 1 / -1;
        order: 2;
    }

    .thermal-ir-stat {
        order: 3;
    }

    .thermal-ir__image-slot {
        grid-column: 1 / -1;
        order: 4;
    }

    .thermal-season__intro {
        grid-column: 1 / -1;
        min-height: 0;
    }

    .thermal-season__intro h2 {
        max-width: 408px;
    }

    .thermal-season__layer-figure {
        max-width: 100%;
    }

    .barrier-spec__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 20px;
    }

    .barrier-spec-card {
        width: 100%;
        height: 260px;
        padding: 30px;
    }

    html[lang="en"] .barrier-spec-card {
        height: 300px;
    }

    .barrier-spec__table {
        min-width: 860px;
        font-size: 13px;
    }

    .barrier-spec__table th,
    .barrier-spec__table td {
        height: 52px;
        padding: 9px 10px;
    }

    .barrier-spec__table thead th {
        height: 50px;
        font-size: 13px;
    }

}

@media (max-width: 768px) {
    .film-page .product-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .film-page .product-tabs__item:first-child {
        grid-column: 1 / -1;
    }

    html[lang="en"] .heating-page .product-tabs__item.active {
        grid-column: 1 / -1;
        display: flex !important;
        align-items: center;
        justify-content: center !important;
        text-align: center !important;
        padding-left: 24px;
        padding-right: 24px;
        white-space: normal;
    }

    .film-page .product-visual__image img {
        height: 100%;
        object-position: center 40%;
        transform: none;
    }

    .film-overview__badges {
        gap: 10px;
        margin-top: 32px;
    }

    .film-overview__badges span {
        min-width: 72px;
        height: 42px;
        padding: 0 16px;
        font-size: 14px;
    }

    .film-features {
        padding: 56px 20px;
    }

    .film-features__inner {
        grid-template-columns: repeat(2, 240px);
        justify-content: center;
        gap: 24px;
        width: 100%;
        max-width: 560px;
    }

    .film-feature-card {
        min-height: 232px;
        padding: 30px;
    }

    .film-feature-card__icon {
        width: 56px;
        height: 56px;
    }

    .film-lineup {
        min-height: 0;
        padding: 56px 20px;
    }

    .film-lineup__inner {
        width: 100%;
        max-width: 720px;
    }

    .film-lineup h2 {
        min-height: 52px;
        margin-bottom: 24px;
        font-size: 16px;
    }

    .film-lineup__cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .film-lineup-card {
        min-height: 240px;
        padding: 34px 32px;
    }

    .film-lineup-card__icon {
        width: 68px;
        height: 68px;
        margin-bottom: 34px;
    }

    .film-lineup-card h3 {
        font-size: 26px;
    }

    .film-detail {
        padding: 56px 0 64px;
    }

    .film-detail__inner {
        width: calc(100% - 40px);
        max-width: none;
        gap: 32px;
    }

    .film-detail__group h2 {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .film-detail__intro-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .film-detail-intro-card {
        width: 100%;
        height: auto;
        min-height: 280px;
        padding: 28px 24px;
    }

    .film-detail-intro-card__image {
        width: 64px;
        height: 64px;
    }

    .film-detail-intro-card__image img {
        width: 40px;
        height: 40px;
    }

    .film-detail__feature-list li {
        font-size: 14px;
    }

    .film-detail__feature-list li {
        padding: 12px 16px 12px 34px;
    }

    .film-detail__feature-list li::before {
        top: 20px;
        left: 18px;
    }

    .film-application {
        padding-bottom: 64px;
    }

    .film-application h2 {
        margin-bottom: 18px;
        font-size: 18px;
    }

    .film-application__cards {
        gap: 20px;
    }

    .film-application-card {
        min-height: 0;
    }

    .film-application-card h3 {
        min-height: 50px;
        padding: 12px 16px;
        font-size: 15px;
    }

    .film-application-card__image {
        min-height: 300px;
        padding: 26px 60px 26px 22px;
    }

    .film-application-card--video .film-application-card__image img {
        width: 220px;
    }

    .film-performance {
        padding-bottom: 64px;
    }

    .film-performance__table {
        min-width: 760px;
        font-size: 12px;
    }

    .film-performance__table th,
    .film-performance__table td {
        height: 52px;
        padding: 9px 10px;
    }

    .film-performance__table thead th {
        height: 48px;
        font-size: 13px;
    }

    .conductive-overview {
        padding: 72px 0 80px;
    }

    .conductive-overview__inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .conductive-overview__image {
        height: clamp(240px, 42vw, 360px);
    }

    .conductive-overview__content {
        min-height: 280px;
        padding: 40px 36px;
    }

    .conductive-overview__content h2 {
        font-size: 26px;
    }

    .conductive-overview__content p {
        font-size: 16px;
    }

    .conductive-spec {
        padding: 64px 0;
    }

    .thermal-ir {
        padding: 64px 0;
    }

    .thermal-product {
        padding: 64px 0 80px;
    }

    .heating-page .thermal-product {
        padding: 0 0 64px;
    }

    .thermal-ir__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .thermal-ir__heading h2 {
        font-size: 20px;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .thermal-ir__table-wrap {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .thermal-ir__table {
        min-width: 0;
        font-size: 13px;
    }

    .thermal-ir__table th,
    .thermal-ir__table td {
        padding: 10px 8px;
        overflow-wrap: anywhere;
    }

    .thermal-ir-stat {
        gap: 24px;
        min-height: 220px;
        padding: 30px;
        overflow: hidden;
    }

    .thermal-ir-stat strong {
        white-space: nowrap;
        font-size: clamp(40px, 8vw, 54px);
    }

    .thermal-ir-stat strong span {
        font-size: clamp(18px, 3.8vw, 28px);
    }

    .thermal-ir__image-slot {
        min-height: 220px;
    }

    .thermal-season {
        padding: 64px 0;
    }

    .thermal-season__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .thermal-season__intro h2 {
        font-size: 20px;
    }

    .thermal-season__layer-figure {
        margin-top: 28px;
        align-items: center;
        gap: 10px;
        overflow: hidden;
    }

    .thermal-season__layer-labels {
        flex: 0 0 136px;
        width: 136px;
        margin: 0;
        gap: 18px;
    }

    html[lang="en"] .thermal-season__layer-labels {
        flex-basis: 158px;
        width: 158px;
        gap: 18px;
    }

    .thermal-season__layer-labels li {
        white-space: normal;
    }

    .thermal-season__layer-labels li::after {
        flex-basis: 28px;
        width: 28px;
    }

    html[lang="en"] .thermal-season__layer-labels li::after {
        flex-basis: 24px;
        width: 24px;
    }

    .thermal-season__layer-image {
        flex: 0 0 226px;
        min-width: 0;
        width: 226px;
        overflow: hidden;
    }

    .thermal-season__layer-image img,
    html[lang="en"] .thermal-season__layer-image img {
        width: 400px;
        max-width: none;
        transform: translateX(-174px);
    }

    .thermal-season-card {
        min-height: 0;
    }

    .thermal-season-card h3 {
        height: 52px;
        margin: 16px 16px 0;
        font-size: 16px;
    }

    .thermal-season-card__image {
        height: 190px;
        margin: 0 16px;
    }

    .thermal-season-card p {
        margin: 18px 20px 0;
        font-size: 15px;
    }

    .thermal-season-card small {
        margin: 24px 20px 20px;
        padding-top: 0;
    }

    .conductive-spec__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 20px;
    }

    .conductive-spec-card {
        width: 100%;
        min-height: 210px;
        padding: 30px;
    }

    .conductive-spec-card p {
        font-size: 16px;
    }

    .conductive-spec__table {
        min-width: 860px;
        font-size: 13px;
    }

    .conductive-spec__table th,
    .conductive-spec__table td {
        height: 54px;
        padding: 9px 10px;
    }

    .conductive-spec__table thead th {
        height: 52px;
        font-size: 13px;
    }

    .conductive-gallery {
        padding: 64px 0 80px;
    }

    .conductive-gallery__inner {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 640px;
    }

    .conductive-gallery-card p {
        min-height: 58px;
        font-size: 17px;
    }

    .barrier-spec__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
    }

    .barrier-spec-card {
        width: 100%;
    }

    .film-application-card__levels {
        right: -24px;
        font-size: 15px;
    }

    html[lang="en"] .film-application-card__levels {
        right: -48px;
    }

}

@media (max-width: 560px) {
    .barrier-spec__cards {
        grid-template-columns: 240px;
        justify-content: center;
        gap: 24px;
    }

    .barrier-spec-card,
    html[lang="en"] .barrier-spec-card,
    html[lang="en"] .heating-page .barrier-spec-card {
        width: 240px;
        height: auto;
        min-height: 232px;
        padding: 30px;
        gap: 24px;
    }

    .barrier-spec-card__icon {
        width: 64px;
        height: 64px;
    }

    .barrier-spec-card p,
    html[lang="en"] .heating-page .barrier-spec-card p {
        font-size: 20px;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 480px) {
    .film-features {
        padding: 44px 16px;
    }

    .film-features__inner {
        grid-template-columns: 240px;
        max-width: 240px;
    }

    .film-feature-card {
        min-height: 232px;
    }

    .film-lineup {
        padding: 44px 16px;
    }

    .film-lineup h2 {
        min-height: 48px;
        padding: 0 14px;
        font-size: 14px;
    }

    .film-lineup-card {
        min-height: 220px;
        padding: 30px 26px;
    }

    .film-lineup-card__icon {
        width: 60px;
        height: 60px;
        margin-bottom: 28px;
    }

    .film-lineup-card h3 {
        font-size: 23px;
    }

    .film-lineup-card p {
        font-size: 14px;
    }

    .film-detail {
        padding: 44px 0 52px;
    }

    .film-detail__inner {
        gap: 28px;
    }

    .film-detail__group h2 {
        font-size: 16px;
    }

    .film-detail-intro-card {
        padding: 24px 20px;
        min-height: 260px;
    }

    .film-detail__feature-list li {
        word-break: break-word;
    }

    .film-application {
        padding-bottom: 52px;
    }

    .film-application h2 {
        font-size: 16px;
    }

    .film-application-card h3 {
        min-height: 46px;
        font-size: 13px;
    }

    .film-application-card__image {
        min-height: 240px;
        padding: 20px 56px 20px 14px;
    }

    .film-application-card--video .film-application-card__image img {
        width: 180px;
    }

    .film-performance {
        padding-bottom: 52px;
    }

    .film-performance__table {
        min-width: 680px;
        font-size: 11px;
    }

    .film-performance__table th,
    .film-performance__table td {
        height: 48px;
        padding: 8px 7px;
    }

    .film-performance__table thead th {
        height: 44px;
        font-size: 12px;
    }

    .conductive-overview {
        padding: 44px 0 56px;
    }

    .conductive-overview__image {
        height: 220px;
    }

    html[lang="en"] .heating-page .conductive-overview__image {
        height: 220px;
    }

    .conductive-overview__content {
        min-height: 240px;
        padding: 30px 24px;
    }

    html[lang="en"] .heating-page .conductive-overview__content {
        justify-content: flex-start;
        min-height: 240px;
        padding: 30px 24px;
    }

    .conductive-overview__content h2 {
        margin-bottom: 12px;
        font-size: 22px;
    }

    html[lang="en"] .heating-page .conductive-overview__content h2 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 1.25;
    }

    html[lang="en"] .heating-page .conductive-overview__content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .conductive-overview__badges {
        gap: 10px;
        margin-top: 32px;
    }

    html[lang="en"] .heating-page .conductive-overview__badges {
        margin-top: 34px;
    }

    .conductive-overview__badges span {
        min-width: 76px;
        height: 42px;
        padding: 0 16px;
        font-size: 14px;
    }

    .conductive-spec {
        padding: 52px 0;
    }

    .thermal-ir {
        padding: 52px 0;
    }

    .thermal-product {
        padding: 52px 0 64px;
    }

    .heating-page .thermal-product {
        padding: 0 0 52px;
    }

    .thermal-ir__heading h2 {
        font-size: 18px;
    }

    .thermal-ir__table {
        min-width: 0;
        font-size: 12px;
    }

    .thermal-ir__table th,
    .thermal-ir__table td {
        height: auto;
        min-height: 46px;
        padding: 8px 5px;
        line-height: 1.35;
    }

    .thermal-ir__table thead th {
        height: auto;
        font-size: 12px;
    }

    .thermal-ir-stat {
        gap: 18px;
        min-height: 0;
        padding: 24px;
    }

    .thermal-ir-stat__icon {
        width: 50px;
        height: 50px;
    }

    .thermal-ir-stat__icon img {
        width: 32px;
        height: 32px;
    }

    .thermal-ir-stat p {
        font-size: 16px;
    }

    .thermal-ir-stat strong {
        font-size: 46px;
    }

    .thermal-ir-stat strong span {
        font-size: 23px;
    }

    .thermal-ir__image-slot {
        min-height: 180px;
    }

    .thermal-season {
        padding: 52px 0;
    }

    .thermal-season__intro h2 {
        font-size: 18px;
    }

    .thermal-season__layer-figure {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        overflow: visible;
    }

    .thermal-season__layer-labels {
        gap: 13px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex-basis: auto;
        width: 100%;
        margin: 0;
        font-size: 11px;
    }

    .thermal-season__layer-labels li {
        gap: 6px;
        white-space: normal;
    }

    .thermal-season__layer-labels li::after {
        display: none;
    }

    html[lang="en"] .thermal-season__layer-labels {
        flex-basis: auto;
        width: 100%;
        font-size: 11px;
    }

    html[lang="en"] .thermal-season__layer-labels li {
        white-space: normal;
    }

    .thermal-season__layer-image {
        align-self: center;
        flex: 0 0 auto;
        width: min(280px, 100%);
        min-width: 0;
        overflow: hidden;
    }

    .thermal-season__layer-image img {
        width: 400px;
        max-width: none;
        transform: translateX(-148px);
    }

    html[lang="en"] .thermal-season__layer-image img {
        transform: translateX(-148px);
    }

    .thermal-season-card h3 {
        height: 48px;
        margin: 16px 16px 0;
        font-size: 15px;
    }

    .thermal-season-card__image {
        margin: 0 16px;
        height: 160px;
    }

    .thermal-season-card p {
        font-size: 14px;
    }

    .conductive-spec__inner {
        gap: 32px;
    }

    .conductive-spec__cards {
        grid-template-columns: 1fr;
        justify-content: stretch;
        gap: 16px;
    }

    .conductive-spec-card {
        width: 100%;
        min-height: 180px;
        padding: 24px;
    }

    .conductive-spec-card__icon {
        width: 46px;
        height: 46px;
    }

    .conductive-spec-card p {
        font-size: 15px;
    }

    .conductive-spec__table {
        min-width: 760px;
        font-size: 12px;
    }

    .conductive-spec__table th,
    .conductive-spec__table td {
        height: 48px;
        padding: 8px 7px;
    }

    .conductive-spec__table thead th {
        height: 46px;
        font-size: 12px;
    }

    .conductive-gallery {
        padding: 52px 0 64px;
    }

    .conductive-gallery__inner {
        gap: 16px;
    }

    .conductive-gallery-card p {
        min-height: 52px;
        padding: 12px 14px;
        font-size: 15px;
    }

    .barrier-spec {
        padding: 52px 0 64px;
    }

    .barrier-spec__inner {
        gap: 32px;
    }

    .barrier-spec__cards {
        grid-template-columns: 240px;
        justify-content: center;
        gap: 24px;
    }

    .barrier-spec-card {
        width: 240px;
        height: auto;
        min-height: 232px;
        padding: 30px;
    }

    html[lang="en"] .barrier-spec-card {
        height: auto;
        min-height: 232px;
    }

    .barrier-spec-card__icon {
        width: 64px;
        height: 64px;
    }

    .barrier-spec-card p {
        font-size: 20px;
    }

    .barrier-spec__table {
        min-width: 760px;
        font-size: 12px;
    }

    .barrier-spec__table th,
    .barrier-spec__table td {
        height: 48px;
        padding: 8px 7px;
    }

    .barrier-spec__table thead th {
        height: 46px;
        font-size: 12px;
    }

    .heating-page .heating-summary__block h2 {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .heating-page .film-detail__feature-list li {
        min-height: 0;
        padding: 12px 16px 12px 34px;
        font-size: 14px;
    }

    .heating-page .film-detail__feature-list li::before {
        top: 21px;
        left: 17px;
    }

    .heating-compare__table {
        font-size: 13px;
    }

    .heating-compare__table th,
    .heating-compare__table td {
        height: auto;
        min-height: 46px;
        padding: 10px 8px;
        line-height: 1.35;
    }

    .heating-compare__table thead th {
        font-size: 15px;
    }

    .heating-evidence__slot {
        height: 280px;
        min-height: 280px;
    }

    .heating-page .heating-caption {
        height: auto;
        min-height: 0;
        padding: 10px 12px;
        font-size: 14px;
        line-height: 1.35;
        overflow-wrap: anywhere;
    }

    .heating-page .thermal-product .barrier-spec__table-wrap {
        overflow: visible;
    }

    .heating-page .thermal-product .barrier-spec__table {
        min-width: 0;
        font-size: 11px;
    }

    .heating-page .thermal-product .barrier-spec__table th,
    .heating-page .thermal-product .barrier-spec__table td {
        height: auto;
        min-height: 42px;
        padding: 7px 4px;
        line-height: 1.25;
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .heating-page .thermal-product .barrier-spec__table thead th {
        height: auto;
        font-size: 10px;
    }

    .film-application-card__levels {
        right: -22px;
        font-size: 13px;
    }

    html[lang="en"] .film-application-card__levels {
        right: -42px;
    }

}
