/* ============================================================
   Hollow Silica performance matrix — object HTML v3
   HOLLOW-ADD-12/13: 9-col matrix, header align, chart density
   HOLLOW-ADD-24: detached chart section below image table
   HOLLOW-ADD-32: HTML/CSS optical charts (line overlay SVG only), enlarged type
   HOLLOW-ADD-33: chart type −2px; overflow/min-width fix
   HOLLOW-ADD-34: axis label rotate(-90deg); overflow guard
   HOLLOW-ADD-35: PC table no inner scroll; scroll hidden ≤1280 (mobile block)
   HOLLOW-DESIGN-P1: 920px column + brochure heading rhythm
   HOLLOW-ADD-37: PPT axis-scale (--bar / --line-y) + reflect/transmit ticks
   Scope: .hollow-performance-object-v3 only
   ============================================================ */

body.sub-page .hollow-performance-object-v3 {
  --hp-ink: #071827;
  --hp-text: #5b6978;
  --hp-line: #dbe3ec;
  --hp-head: #f8fafc;
  --hp-cell: #ffffff;
  --hp-header-h: 40px;
  --hp-tem-h: 176px;
  --hp-tem-img-h: 132px;
  --hp-img-h: 176px;
  --hp-chart-h: 275px;
  --hp-chart-svg-h: 255px;
  /* TiO₂ R.I. chart (tio2-sol-chart-ri.svg) tone */
  --hp-chart-bar: #2563eb;
  --hp-chart-line: #55d0df;
  --hp-chart-point: #55d0df;
  --hp-chart-axis: #94a3b8;
  --hp-chart-axis-muted: #e2e8f0;
  --hp-chart-tick: #64748b;
  --hp-chart-legend-text: #475569;
  --hp-chart-value: #1e3a5f;
  --hp-chart-axis-label: #334155;
  --hp-plot-pad-top: 30px;
  --hp-plot-pad-bottom: 0;
  --hp-plot-x-h: 30px;
  --hp-legend-h: 28px;
  --hp-chart-plot-h: 282px;
  --hp-chart-x-title-h: 20px;
  background: #f8fafc;
  border-top: 1px solid var(--hp-line);
  padding: 64px 32px 88px;
}

body.sub-page .hollow-performance-section.hollow-performance-object-v3,
body.sub-page .hollow-performance-object-v3.hollow-performance-section {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: clip;
}

body.sub-page .hollow-performance-object-v3 .content-inner {
  max-width: var(--product-web-body-max, 920px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-heading.brochure-section-title::before {
  content: none;
  display: none;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-heading .circle-mark {
  display: inline-flex !important;
  width: 8px !important;
  height: 8px !important;
  margin-top: 10px;
  background: #086797 !important;
  border-radius: 50% !important;
  flex: 0 0 auto;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-heading-copy {
  min-width: 0;
  flex: 1 1 auto;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-heading .product-web-kicker {
  display: block;
  margin: 0 0 14px;
  font-size: var(--fs-label, 12px);
  font-weight: var(--fw-bold, 700);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--blue, #086797);
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-heading h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(26px, 3vw, 29px);
  line-height: 1.25;
  letter-spacing: -0.05em;
  font-weight: 780;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-desc {
  margin: 18px 0 32px;
  color: #3d4c5f;
  font-size: 17px;
  line-height: 1.75;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: auto;
  background: var(--hp-cell);
  border: 1px solid var(--hp-line);
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 {
  width: 100%;
  min-width: 960px;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 2px solid #071827;
  background: var(--hp-cell);
  color: var(--hp-ink);
  font-size: 15px;
  line-height: 1.35;
}

/* Column widths — 7.5% + 14%×3 + 7.5% + 10.75%×4 = 100% (HOLLOW-ADD-12) */
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-label {
  width: 7.5%;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-grade {
  width: 14%;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-label-right {
  width: 7.5%;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-lr {
  width: 10.75%;
}

/* Central divider — Grade | LR zones */
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 thead th:nth-child(5),
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .right-row-label {
  border-left: 1px solid #cbd5e1 !important;
  background: var(--hp-head);
  color: var(--hp-ink);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.25;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .right-row-label {
  padding: 4px 3px;
  font-size: 13px;
}

/* HOLLOW-ADD-17/18: PC table only ≥1281px */
@media (min-width: 1281px) {
  body.sub-page .hollow-performance-section .hollow-performance-scroll,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll {
    display: block !important;
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.sub-page .hollow-performance-section .hollow-performance-mobile {
    display: none !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-label {
    width: 7.5% !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-grade {
    width: 14% !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-label-right {
    width: 7.5% !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 col.perf-col-lr {
    width: 10.75% !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 th,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 td {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-figure img {
    width: 100% !important;
    height: var(--hp-tem-img-h) !important;
    max-height: var(--hp-tem-img-h) !important;
    object-fit: contain !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row .cell-lr img {
    width: 100% !important;
    max-width: 100% !important;
    height: var(--hp-img-h) !important;
    max-height: var(--hp-img-h) !important;
    object-fit: cover !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-caption {
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #475569 !important;
  }

  /* HOLLOW-ADD-24: PC detached chart section */
  body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #dbe3ec;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-heading span {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border: 1px solid #dbe3ec;
    background: #f8fafc;
    color: #2563eb;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-heading h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 500;
    color: #071827;
  }

  /* HOLLOW-ADD-32: PC 2-column HTML/CSS chart cards */
  body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card {
    border: 1px solid #dbe3ec;
    background: #fff;
    padding: 18px 18px 22px !important;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card h4,
  body.sub-page .hollow-performance-object-v3 .hp-chart-card-header h4 {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 0 4px !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
    color: #071827;
  }
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 th,
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 td {
  border: 1px solid var(--hp-line);
  padding: 0;
  vertical-align: middle;
  text-align: center;
  word-break: keep-all;
  background: var(--hp-cell);
}

/* Header */
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 thead th {
  height: 40px;
  padding: 8px 4px;
  background: var(--hp-head);
  color: var(--hp-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .lr-image-label {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  white-space: normal;
  word-break: keep-all;
  text-align: center;
  padding: 6px 3px;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 tbody th {
  background: var(--hp-head);
  color: var(--hp-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

/* TEM row */
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1.25;
  text-align: center;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row-label strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--hp-ink);
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row-label span {
  font-size: 11px;
  font-weight: 500;
  color: var(--hp-text);
  white-space: normal;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row th {
  height: var(--hp-tem-h);
  padding: 6px 3px;
  vertical-align: middle;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row td.cell-image:not(.cell-lr) {
  height: var(--hp-tem-h);
  padding: 6px 5px !important;
  background: var(--hp-cell) !important;
  vertical-align: middle;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-figure img {
  display: block;
  width: 100%;
  height: var(--hp-tem-img-h);
  max-height: var(--hp-tem-img-h);
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

/* HOLLOW-ADD-18: TEM caption — auxiliary tone (not bold) */
body.sub-page .hollow-performance-section .tem-caption,
body.sub-page .hollow-performance-section .compare-caption,
body.sub-page .hollow-performance-object-v3 .tem-caption,
body.sub-page .hollow-performance-object-v3 .compare-caption {
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  color: #475569 !important;
  text-align: center !important;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

/* LR panel — wide horizontal strip (cover, no gap) */
body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row td.cell-lr {
  height: var(--hp-tem-h);
  padding: 0 !important;
  background: var(--hp-cell) !important;
  vertical-align: middle;
  border-left: 1px solid var(--hp-line);
  border-right: 0;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row td.cell-lr:last-child {
  border-right: 1px solid var(--hp-line);
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row td.cell-lr + td.cell-lr {
  border-left: 0 !important;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 .tem-row .cell-lr img {
  display: block !important;
  width: 100% !important;
  height: var(--hp-img-h) !important;
  max-height: var(--hp-img-h) !important;
  margin: 0;
  object-fit: cover !important;
  object-position: center center;
  background: var(--hp-cell) !important;
}

/* HOLLOW-ADD-32: HTML/CSS optical performance charts (TiO₂ tone) */
body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section {
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  padding-top: 18px;
  overflow-x: clip;
  overflow-y: visible;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
  width: 100% !important;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  overflow-y: visible;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbe3ec;
  background: #fff;
  padding: 12px 12px 16px;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  overflow-y: visible;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card h4 {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
  color: #071827;
  overflow: hidden;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-data-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.sub-page .hollow-performance-object-v3 .hp-css-chart {
  display: grid;
  grid-template-rows: var(--hp-legend-h) var(--hp-chart-plot-h) auto;
  row-gap: 0;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-chart,
body.sub-page .hollow-performance-object-v3 .hp-haze-chart {
  grid-template-rows: var(--hp-chart-plot-h) auto;
  overflow-x: clip;
  overflow-y: visible;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-chart .hp-chart-body,
body.sub-page .hollow-performance-object-v3 .hp-haze-chart .hp-chart-body {
  grid-row: 1;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-chart > .hp-chart-x-title,
body.sub-page .hollow-performance-object-v3 .hp-haze-chart > .hp-chart-x-title {
  grid-row: 2;
}

body.sub-page .hollow-performance-object-v3 .hp-chart-legend {
  display: flex;
  grid-row: 1;
  justify-content: center;
  align-items: center;
  gap: 9px;
  height: var(--hp-legend-h);
  min-height: var(--hp-legend-h);
  margin: 0 0 14px;
  color: #334155;
  font-size: 13px;
  font-weight: 400;
}

body.sub-page .hollow-performance-object-v3 .hp-chart-legend-spacer {
  visibility: hidden;
  pointer-events: none;
}

body.sub-page .hollow-performance-object-v3 .legend-bar {
  width: 34px;
  height: 6px;
  background: #2563eb;
  display: inline-block;
}

body.sub-page .hollow-performance-object-v3 .legend-line {
  width: 34px;
  height: 2px;
  background: #55d0df;
  display: inline-block;
  border-radius: 1px;
}

body.sub-page .hollow-performance-object-v3 .hp-chart-body {
  display: grid;
  grid-row: 2;
  align-items: stretch;
  align-self: stretch;
  width: 100%;
  height: var(--hp-chart-plot-h);
  min-height: var(--hp-chart-plot-h);
  max-height: var(--hp-chart-plot-h);
  max-width: 100%;
  min-width: 0;
  margin-bottom: 8px;
  overflow: clip;
}

body.sub-page .hollow-performance-object-v3 .hp-chart-card-header {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  margin: 0 0 4px;
  overflow: visible;
}

body.sub-page .hollow-performance-object-v3 .hp-chart-card-header h4 {
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 0 4px;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend,
body.sub-page .hollow-performance-object-v3 .performance-chart-card--haze .hp-haze-legend-spacer {
  flex: 0 0 auto;
  min-height: var(--hp-legend-h);
  margin: 0;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-legend-spacer {
  visibility: hidden;
  pointer-events: none;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px 6px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
  color: #334155 !important;
  overflow-x: clip;
  overflow-y: visible;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 3;
}

body.sub-page .hollow-performance-object-v3 .hp-legend-entry {
  display: inline-block !important;
  margin: 4px 8px;
  white-space: nowrap;
  vertical-align: middle;
  color: #334155 !important;
  font-size: 13px;
  font-weight: 400;
  visibility: visible !important;
  opacity: 1 !important;
}

body.sub-page .hollow-performance-object-v3 .hp-legend-entry i {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-style: normal;
}

body.sub-page .hollow-performance-object-v3 .hp-legend-entry--bar i {
  width: 34px;
  height: 6px;
  background: #2563eb;
}

body.sub-page .hollow-performance-object-v3 .hp-legend-entry--line i {
  width: 34px;
  height: 2px;
  background: #55d0df;
  border-radius: 1px;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-body {
  grid-template-columns: minmax(44px, max-content) minmax(0, 1fr) minmax(36px, max-content);
}

body.sub-page .hollow-performance-object-v3 .hp-haze-body {
  grid-template-columns: minmax(44px, max-content) minmax(0, 1fr);
}

body.sub-page .hollow-performance-object-v3 .hp-axis-side {
  position: relative;
  display: block;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: #1e3a5f;
  font-size: 14px;
  font-weight: 400;
}

body.sub-page .hollow-performance-object-v3 .hp-axis-left {
  padding-right: 4px;
}

body.sub-page .hollow-performance-object-v3 .hp-axis-right {
  padding-left: 4px;
}

body.sub-page .hollow-performance-object-v3 .hp-axis-side > span,
body.sub-page .hollow-performance-object-v3 .hp-axis-title {
  writing-mode: horizontal-tb;
  white-space: nowrap;
  display: inline-block;
  transform-origin: center center;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis {
  display: grid;
  grid-template-columns: 22px minmax(0, auto);
  align-items: stretch;
  align-self: stretch;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-axis-title,
body.sub-page .hollow-performance-object-v3 .hp-haze-axis .hp-axis-title,
body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-axis-title {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #1e3a5f;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-axis-title,
body.sub-page .hollow-performance-object-v3 .hp-haze-axis .hp-axis-title {
  grid-column: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-90deg);
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-y-ticks {
  grid-column: 2;
  width: 100%;
}

body.sub-page .hollow-performance-object-v3 .hp-plot-area {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) var(--hp-plot-x-h);
  height: 100%;
  min-width: 0;
  min-height: 0;
  padding: var(--hp-plot-pad-top) 0 0;
  border: none;
  overflow: clip;
}

body.sub-page .hollow-performance-object-v3 .hp-plot-main {
  position: relative;
  grid-row: 1;
  display: grid;
  align-items: end;
  min-height: 0;
  min-width: 0;
  border-bottom: 1px solid var(--hp-chart-axis);
  border-left: 1px solid var(--hp-chart-axis);
  overflow: clip;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-plot .hp-plot-main {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-right: 1px solid var(--hp-chart-axis);
}

body.sub-page .hollow-performance-object-v3 .hp-haze-plot .hp-plot-main {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-plot .hp-bar {
  min-height: 2px;
}

body.sub-page .hollow-performance-object-v3 .hp-x-axis {
  display: grid;
  grid-row: 2;
  align-items: center;
  align-self: stretch;
  height: var(--hp-plot-x-h);
  min-height: var(--hp-plot-x-h);
  max-height: var(--hp-plot-x-h);
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--hp-chart-axis-label);
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-x {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-x {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body.sub-page .hollow-performance-object-v3 .hp-x-axis span {
  justify-self: center;
  text-align: center;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.sub-page .hollow-performance-object-v3 .hp-bar-group,
body.sub-page .hollow-performance-object-v3 .hp-haze-group {
  position: relative;
  height: 100%;
  min-width: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

body.sub-page .hollow-performance-object-v3 .hp-bar {
  width: 50%;
  height: var(--bar);
  min-height: 0;
  background: #2563eb;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-plot .hp-bar {
  min-height: 0;
}

body.sub-page .hollow-performance-object-v3 .bar-value {
  position: absolute;
  bottom: calc(var(--bar) + 10px);
  left: calc(50% + var(--bar-label-x, 0px));
  transform: translateX(-50%);
  font-size: 15px;
  line-height: 1.1;
  font-weight: 400;
  color: #0f2742;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 5;
}

body.sub-page .hollow-performance-object-v3 .line-point {
  position: absolute;
  left: 50%;
  top: var(--line-y);
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 50%;
  background: #55d0df;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 5;
}

body.sub-page .hollow-performance-object-v3 .line-value {
  position: absolute;
  left: calc(50% + var(--line-label-x, 0px));
  top: calc(var(--line-y) + var(--line-label-offset, -30px));
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
  color: #0f2742;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  z-index: 6;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-chart > .hp-chart-x-title,
body.sub-page .hollow-performance-object-v3 .hp-haze-chart > .hp-chart-x-title {
  grid-row: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  min-height: var(--hp-chart-x-title-h);
  text-align: center;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  color: #1e3a5f;
  box-sizing: border-box;
}

body.sub-page .hollow-performance-object-v3 .hp-line-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 3;
}

body.sub-page .hollow-performance-object-v3 .hp-line-overlay polyline {
  fill: none;
  stroke: #55d0df;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

body.sub-page .hollow-performance-object-v3 .hp-bar-group--bare .line-value--in-bar {
  top: auto;
  left: 50%;
  bottom: calc(var(--bar) / 2);
  transform: translate(-50%, 50%);
  color: #fff !important;
  z-index: 6;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-axis {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, auto);
  align-items: stretch;
  align-self: stretch;
  height: 100%;
  justify-self: end;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
}


body.sub-page .hollow-performance-object-v3 .hp-y-ticks {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  min-height: 0;
  padding: var(--hp-plot-pad-top) 4px calc(var(--hp-plot-x-h) + 2px) 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: var(--hp-chart-tick);
  text-align: right;
  box-sizing: border-box;
}

body.sub-page .hollow-performance-object-v3 .hp-y-ticks span {
  display: block;
  flex: 0 0 auto;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-y-ticks {
  grid-column: 2;
  padding-right: 4px;
}

body.sub-page .hollow-performance-object-v3 .hp-transmit-axis {
  display: grid;
  grid-template-columns: minmax(0, auto) 20px;
  align-items: stretch;
  align-self: stretch;
  justify-self: start;
  width: max-content;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-y-ticks {
  grid-column: 1;
  align-items: flex-start;
  text-align: left;
  padding: var(--hp-plot-pad-top) 0 calc(var(--hp-plot-x-h) + 2px) 4px;
  font-size: 12px;
  letter-spacing: -0.02em;
}

body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-axis-title {
  grid-column: 2;
  position: absolute;
  right: 6px;
  top: 50%;
  z-index: 2;
  transform: translate(50%, -50%) rotate(90deg);
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-plot,
body.sub-page .hollow-performance-object-v3 .hp-haze-plot {
  border: none;
}


/* HOLLOW-ADD-17: mobile block — shown ≤1280px (PC table ≥1281px only) */
body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile {
  display: none;
  max-width: 100%;
  overflow-x: hidden;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-compare-group {
  display: none;
}

@media (max-width: 1280px) {
  body.sub-page .hollow-performance-object-v3.hollow-performance-section,
  body.sub-page .hollow-performance-object-v3 .content-inner,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile {
    max-width: 100%;
    overflow-x: clip;
  }

  /* HOLLOW-ADD-35: PC table hidden — mobile/compare block only; no table inner scroll */
  body.sub-page .hollow-performance-section .hollow-performance-scroll,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll {
    display: none !important;
  }

  body.sub-page .hollow-performance-section .hollow-performance-mobile,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile {
    display: block !important;
    width: 100%;
  }

  body.sub-page .hollow-performance-section *,
  body.sub-page .hollow-performance-object-v3 * {
    box-sizing: border-box;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-performance-group:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-performance-group:not(:first-child) {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #cbd5e1;
  }

  /* HOLLOW-ADD-24: chart section below mobile image blocks */
  body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section {
    border-top: 1px solid #cbd5e1;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-heading span {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    border: 1px solid var(--hp-line);
    background: var(--hp-head);
    color: #2563eb;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    flex-shrink: 0;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-heading h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
    color: var(--hp-ink);
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card h4,
  body.sub-page .hollow-performance-object-v3 .hp-chart-card-header h4 {
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    color: var(--hp-ink);
  }

  /* HOLLOW-MOBILE-02: 구분 라벨 / 섹션 헤더 */
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hp-line);
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-section-heading span,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-group-label {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    border: 1px solid var(--hp-line);
    background: var(--hp-head);
    color: var(--hp-chart-bar);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    flex-shrink: 0;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-section-heading strong {
    color: var(--hp-ink);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-card-label {
    margin: 12px 0 8px;
    color: var(--hp-chart-bar);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: left;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card h4 + .mobile-card-label {
    margin-top: 0;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card dl dt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card dl {
    grid-template-columns: 1fr;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card {
    border: 1px solid var(--hp-line);
    background: var(--hp-cell);
    padding: 16px;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card h4 {
    margin: 0 0 12px;
    font-size: 16px;
    color: var(--hp-ink);
    font-weight: 700;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card .tem-figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card img,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card .tem-figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: contain;
    object-position: center center;
    background: var(--hp-head);
  }


  body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card {
    border: 1px solid var(--hp-line);
    background: var(--hp-cell);
    max-width: 100%;
    min-width: 0;
    overflow-x: clip;
    overflow-y: visible;
  }
}

/* HOLLOW-ADD-17: tablet — 2×4 TEM/LR correspondence (681~1280px) */
@media (min-width: 681px) and (max-width: 1280px) {
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-group,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-group {
    display: none !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-compare-group {
    display: block !important;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-compare-heading {
    margin: 0 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--hp-line);
    color: var(--hp-ink);
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-align: left;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-compare-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: clamp(10px, 1.6vw, 16px);
    row-gap: 16px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-cell {
    min-width: 0;
    border: 1px solid var(--hp-line);
    background: var(--hp-cell);
    padding: clamp(10px, 1.4vw, 14px) clamp(8px, 1.2vw, 14px) clamp(8px, 1.2vw, 12px);
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-empty {
    border: 0;
    background: transparent;
    padding: 0;
    min-height: 0;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-head {
    margin: 0 0 12px;
    color: var(--hp-ink);
    font-size: clamp(13px, 1.4vw, 15px);
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-tem img,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-lr img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-tem img {
    height: clamp(140px, 22vw, 220px);
    object-fit: contain;
    object-position: center center;
    background: var(--hp-head);
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-lr img {
    height: clamp(180px, 28vw, 280px);
    object-fit: contain;
    object-position: center center;
    background: var(--hp-head);
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .compare-caption {
    margin-top: 10px;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body.sub-page .hollow-performance-object-v3 .hp-reflect-body {
    grid-template-columns: minmax(38px, max-content) minmax(0, 1fr) minmax(30px, max-content);
  }

  body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-y-ticks {
    font-size: 11px;
    padding-left: 2px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-y-ticks {
    padding-right: 2px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-x-axis span,
  body.sub-page .hollow-performance-object-v3 .bar-value,
  body.sub-page .hollow-performance-object-v3 .line-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* HOLLOW-ADD-18: phone — grade/LR/chart only (compare grid off) */
@media (max-width: 680px) {
  body.sub-page .hollow-performance-section {
    overflow-x: hidden !important;
  }

  body.sub-page .hollow-performance-section .hollow-performance-scroll,
  body.sub-page .hollow-performance-section .mobile-compare-group,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-compare-group {
    display: none !important;
  }

  body.sub-page .hollow-performance-section .hollow-performance-mobile,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-group,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-group {
    display: block !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section {
    border-top: 1px solid #cbd5e1;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100%;
    max-width: 100%;
  }

  body.sub-page .hollow-performance-object-v3 .hp-reflect-body {
    grid-template-columns: minmax(40px, max-content) minmax(0, 1fr) minmax(32px, max-content);
  }

  body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-y-ticks {
    font-size: 11px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-transmit-y-ticks span:nth-child(even) {
    display: none;
  }

  body.sub-page .hollow-performance-object-v3 .hp-haze-body {
    grid-template-columns: minmax(40px, max-content) minmax(0, 1fr);
  }

  body.sub-page .hollow-performance-object-v3 .hp-reflect-plot .hp-plot-main,
  body.sub-page .hollow-performance-object-v3 .hp-reflect-x {
    gap: 0;
  }

  body.sub-page .hollow-performance-object-v3 .hp-haze-plot .hp-plot-main,
  body.sub-page .hollow-performance-object-v3 .hp-haze-x {
    gap: 12px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-x-axis {
    font-size: 11px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-reflect-chart > .hp-chart-x-title,
  body.sub-page .hollow-performance-object-v3 .hp-haze-chart > .hp-chart-x-title {
    font-size: 13px;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card h4 {
    font-size: 16px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-chart-legend {
    font-size: 12px;
  }

  body.sub-page .hollow-performance-object-v3 .bar-value {
    font-size: 14px;
  }

  body.sub-page .hollow-performance-object-v3 .line-value {
    font-size: 13px;
  }


  body.sub-page .hollow-performance-object-v3 .hp-axis-side {
    font-size: 12px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-y-ticks {
    font-size: 12px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-chart-x-title {
    font-size: 13px;
  }

  body.sub-page .hollow-performance-object-v3 {
    padding: 72px 0 88px;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-heading h2 {
    font-size: 26px;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-desc {
    margin-bottom: 28px;
    font-size: 15px;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* HOLLOW-ADD-20: LR — 2×2 grid (Bare/H60 · H80/H100) */
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-group,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-grid {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-group {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
    scroll-snap-align: unset !important;
    scroll-snap-stop: unset !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    border: 1px solid var(--hp-line);
    background: var(--hp-cell);
    overflow: hidden;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-card img {
    display: block !important;
    width: 100% !important;
    height: 180px !important;
    max-height: 180px !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: var(--hp-head);
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-card strong {
    display: block;
    padding: 9px 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--hp-ink);
    border-top: 1px solid var(--hp-line);
  }

}

@media (max-width: 390px) {
  body.sub-page .hollow-performance-object-v3 .hp-reflect-body {
    grid-template-columns: minmax(32px, max-content) minmax(0, 1fr) minmax(30px, max-content);
  }

  body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-y-ticks {
    font-size: 10px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-haze-body {
    grid-template-columns: minmax(32px, max-content) minmax(0, 1fr);
  }

  body.sub-page .hollow-performance-object-v3 .hp-x-axis {
    font-size: 10px;
  }


  body.sub-page .hollow-performance-object-v3 .bar-value {
    font-size: 13px;
  }

  body.sub-page .hollow-performance-object-v3 .line-value {
    font-size: 12px;
  }

  body.sub-page .hollow-performance-object-v3 .hp-chart-legend {
    font-size: 11px;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-grid {
    gap: 10px !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-card img {
    height: 165px !important;
    max-height: 165px !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-card strong {
    font-size: 13px !important;
    padding: 8px 4px !important;
  }
}

@media (max-width: 360px) {
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-grade-card dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 340px) {
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-lr-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   HOLLOW-ADD-33/34: overflow guard + axis label whole-word rotation
   Scope: hollow performance section + chart cards only
   ============================================================ */

body.sub-page .hollow-performance-object-v3.hollow-performance-section {
  overflow-x: clip;
  overflow-y: visible;
}

body.sub-page .hollow-performance-object-v3.hollow-performance-section,
body.sub-page .hollow-performance-object-v3 .content-inner,
body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll,
body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section,
body.sub-page .hollow-performance-object-v3 .performance-chart-grid,
body.sub-page .hollow-performance-object-v3 .performance-chart-card,
body.sub-page .hollow-performance-object-v3 .hp-css-chart,
body.sub-page .hollow-performance-object-v3 .hp-chart-body,
body.sub-page .hollow-performance-object-v3 .hp-plot-area {
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card {
  min-width: 0 !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .hp-chart-body,
body.sub-page .hollow-performance-object-v3 .hp-plot-area {
  min-width: 0 !important;
}

body.sub-page .hollow-performance-object-v3 .hp-plot-area,
body.sub-page .hollow-performance-object-v3 .hp-plot-main {
  overflow: hidden !important;
}

body.sub-page .hollow-performance-object-v3 .hp-axis-side,
body.sub-page .hollow-performance-object-v3 .hp-haze-axis {
  overflow: hidden !important;
}

/* Korean axis labels: rotate whole phrase, not per-character vertical-rl */
body.sub-page .hollow-performance-object-v3 .hp-axis-side > span,
body.sub-page .hollow-performance-object-v3 .hp-axis-title {
  writing-mode: horizontal-tb !important;
  white-space: nowrap !important;
  display: inline-block !important;
  transform-origin: center center !important;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-axis-title,
body.sub-page .hollow-performance-object-v3 .hp-haze-axis .hp-axis-title {
  position: absolute !important;
  left: 10px !important;
  top: 50% !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #1e3a5f !important;
  transform: translate(-50%, -50%) rotate(-90deg) !important;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis {
  display: grid !important;
  grid-template-columns: 22px minmax(0, auto) !important;
  justify-self: end !important;
  width: max-content !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-axis .hp-y-ticks {
  grid-column: 2 !important;
}

body.sub-page .hollow-performance-object-v3 .hp-transmit-axis {
  display: grid !important;
  grid-template-columns: minmax(0, auto) 20px !important;
  justify-self: start !important;
  width: max-content !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-axis-title {
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #1e3a5f !important;
  transform: translate(50%, -50%) rotate(90deg) !important;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-axis {
  display: grid !important;
  grid-template-columns: 22px minmax(0, auto) !important;
  align-items: stretch !important;
  justify-self: end !important;
  width: max-content !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-axis .hp-axis-title {
  grid-column: 1 !important;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-axis .hp-y-ticks {
  grid-column: 2 !important;
}

body.sub-page .hollow-performance-object-v3 .hp-y-ticks {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  height: 100% !important;
  padding: var(--hp-plot-pad-top) 4px calc(var(--hp-plot-x-h) + 2px) 0 !important;
  text-align: right !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.sub-page .hollow-performance-object-v3 .line-value,
body.sub-page .hollow-performance-object-v3 .bar-value,
body.sub-page .hollow-performance-object-v3 .hp-x-axis span {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 680px) {
  body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    width: 100% !important;
    overflow: hidden !important;
  }
}

/* HOLLOW-DESIGN-P1: align performance block with product-web 920px column */
body.sub-page .hollow-performance-section .content-inner,
body.sub-page .hollow-performance-object-v3 .content-inner {
  max-width: var(--product-web-body-max, 920px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 900px) {
  body.sub-page .hollow-performance-object-v3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ============================================================
   HOLLOW-ADD-35: PC table — no inner scroll; ≤1280 uses mobile UI
   ============================================================ */

@media (min-width: 1281px) {
  body.sub-page .hollow-performance-object-v3.hollow-performance-section {
    max-width: none !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body.sub-page .hollow-performance-object-v3 .content-inner {
    max-width: var(--product-web-body-max, 920px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    overflow-y: visible !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll {
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.sub-page .hollow-performance-object-v3 .hollow-performance-table-v3 {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }
}

/* HOLLOW-ADD-39: override style.css HOLLOW-ADD-05 overflow-x:auto on .hollow-performance-scroll */
body.sub-page .hollow-performance-object-v3 .hollow-performance-scroll {
  overflow: clip !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: auto !important;
}

/* HOLLOW-ADD-38: page scroll only — clip chart overflow, no scroll containers */
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-chart-legend,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-chart-legend span,
body.sub-page .hollow-performance-object-v3 .hp-reflect-legend,
body.sub-page .hollow-performance-object-v3 .hp-reflect-legend .hp-legend-entry,
body.sub-page .hollow-performance-object-v3 .hp-reflect-legend .hp-legend-entry i,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-axis-side,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-axis-side > span,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-axis-title,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-y-ticks,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-y-ticks span,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .bar-value,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .line-value,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-x-axis span,
body.sub-page .hollow-performance-object-v3 .hp-css-chart .hp-chart-x-title {
  font-weight: 400 !important;
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section,
body.sub-page .hollow-performance-object-v3 .performance-chart-grid {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-chart-card-header {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .hp-reflect-chart {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

body.sub-page .hollow-performance-object-v3 .hp-haze-chart,
body.sub-page .hollow-performance-object-v3 .hp-chart-body,
body.sub-page .hollow-performance-object-v3 .hp-css-chart {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* HOLLOW-ADD-41: reflect legend — never clip on any breakpoint */
body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend,
body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-legend-entry,
body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-legend-entry i {
  visibility: visible !important;
  opacity: 1 !important;
  clip: auto !important;
  clip-path: none !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend {
  display: block !important;
}

body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-legend-entry {
  display: inline-block !important;
  flex-shrink: 0;
  color: #334155 !important;
}

/* HOLLOW-ADD-43: tablet/mobile — contain horizontal overflow in performance block */
@media (max-width: 1280px) {
  body.sub-page .hollow-performance-object-v3.hollow-performance-section,
  body.sub-page .hollow-performance-object-v3 .content-inner,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile .mobile-compare-grid,
  body.sub-page .hollow-performance-object-v3 .hollow-performance-chart-section,
  body.sub-page .hollow-performance-object-v3 .performance-chart-grid,
  body.sub-page .hollow-performance-object-v3 .performance-chart-card,
  body.sub-page .hollow-performance-object-v3 .hp-css-chart {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: clip !important;
  }

  body.sub-page .hollow-performance-object-v3 .hp-chart-body,
  body.sub-page .hollow-performance-object-v3 .hp-plot-area,
  body.sub-page .hollow-performance-object-v3 .hp-plot-main,
  body.sub-page .hollow-performance-object-v3 .hp-reflect-body,
  body.sub-page .hollow-performance-object-v3 .hp-haze-body {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body.sub-page .hollow-performance-object-v3 .hp-reflect-body {
    grid-template-columns: minmax(36px, max-content) minmax(0, 1fr) minmax(28px, max-content);
  }

  body.sub-page .hollow-performance-object-v3 .hp-transmit-axis .hp-y-ticks {
    font-size: 11px;
    letter-spacing: -0.03em;
  }

  body.sub-page .hollow-performance-object-v3 .hp-x-axis span,
  body.sub-page .hollow-performance-object-v3 .bar-value,
  body.sub-page .hollow-performance-object-v3 .line-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend .hp-legend-entry {
    white-space: normal;
    font-size: 11px;
    margin: 2px 5px;
  }
}

@media (max-width: 680px) {
  body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-reflect-legend {
    font-size: 12px;
  }

  body.sub-page .hollow-performance-object-v3 .performance-chart-card--reflect .hp-legend-entry {
    margin: 4px 10px;
    font-size: 12px;
  }
}

body.sub-page .hollow-performance-object-v3 .hollow-performance-mobile {
  overflow-x: clip;
  overflow-y: visible;
}

/* ============================================================
   HOLLOW-PAGE-01: product_hollow — document horizontal scroll off
   (visual bleed + off-canvas mobile drawer)
   ============================================================ */
html:has(.hollow-performance-object-v3),
body.sub-page:has(.hollow-performance-object-v3) {
  overflow-x: clip;
  max-width: 100%;
}

body.sub-page:has(.hollow-performance-object-v3) .site-header,
body.sub-page:has(.hollow-performance-object-v3) .sub-hero,
body.sub-page:has(.hollow-performance-object-v3) .breadcrumb-bar,
body.sub-page:has(.hollow-performance-object-v3) .site-footer {
  max-width: 100%;
  overflow-x: clip;
}

body.sub-page:has(.hollow-performance-object-v3) .product-page-v29.product-web-layout,
body.sub-page:has(.hollow-performance-object-v3) .product-page-v29.product-web-layout .content-inner.product-brochure {
  overflow-x: clip;
  max-width: 100%;
}

@media (max-width: 1280px) {
  body.sub-page:has(.hollow-performance-object-v3) .product-web-layout {
    --product-visual-h-bleed: 0px;
  }

  body.sub-page:has(.hollow-performance-object-v3) .product-web-layout .content-inner.product-brochure > .product-web-visual,
  body.sub-page:has(.hollow-performance-object-v3) .product-web-layout .product-web-visual {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

body.sub-page:has(.hollow-performance-object-v3) .mobile-menu:not(.open) {
  pointer-events: none;
  visibility: hidden;
}
