
.tpk-tech-image {
  box-sizing: border-box;
  --green: #009B74;
  --green-dark: #0B5F4B;
  --green-mid: #007A5E;
  --green-wash: #F7FBF9;
  --green-rec: #EAF7F2;
  --ink: #1D1D1F;
  --text: #4F555B;
  --tech: #62686E;
  --muted: #7B8288;
  --line: #E6E8EA;
  --tag: #F2F2F2;
  --radius: 10px;
  --pill: 999px;
  --ease: cubic-bezier(.16,1,.3,1);
  width: 100%;
  color: var(--ink);
  background: #fff;
  font-family: Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  letter-spacing: -.15px;
  -webkit-font-smoothing: antialiased;
  --soft: #F7F8F9;
}
.tpk-tech-image * {
  box-sizing: border-box;
}
.tpk-tech-image a {
  color: inherit;
}
.tpk-tech-image button {
  font: inherit;
}
.tpk-tech-image img {
  max-width: 100%;
}
.tpk-tech-image .tpk-article {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 24px 76px;
}
.tpk-tech-image .tpk-head-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  gap: 56px;
  align-items: start;
}
.tpk-tech-image .tpk-head-main {
  grid-column: 1;
  padding-bottom: 26px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
  min-width: 0;
}
.tpk-tech-image .tpk-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(32px,3.45vw,44px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.35px;
}
.tpk-tech-image .tpk-subtitle {
  max-width: 940px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.58;
}
.tpk-tech-image .tpk-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.tpk-tech-image .tpk-meta-items {
  display: flex;
  align-items: center;
  gap: 11px 28px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.tpk-tech-image .tpk-meta-pair {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.tpk-tech-image .tpk-meta-pair strong {
  color: var(--ink);
  font-weight: 700;
}
.tpk-tech-image .tpk-print-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #DEDEDE;
  border-radius: var(--pill);
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .25s ease,color .25s ease;
}
.tpk-tech-image .tpk-print-btn:hover {
  border-color: var(--green);
  color: var(--green);
}
.tpk-tech-image .tpk-print-btn:focus-visible {
  border-color: var(--green);
  color: var(--green);
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.tpk-tech-image .tpk-print-btn svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.tpk-tech-image .tpk-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 280px;
  gap: 56px;
  align-items: start;
}
.tpk-tech-image .tpk-prose p {
  margin: 0 0 18px;
  color: var(--tech);
  font-size: 15px;
  line-height: 1.85;
}
.tpk-tech-image .tpk-prose h2 {
  margin: 46px 0 14px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}
.tpk-tech-image .tpk-prose h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.42;
  font-weight: 700;
}
.tpk-tech-image .tpk-prose p a {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-tech-image .tpk-prose li a {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-tech-image .tpk-figure-copy a {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-tech-image .tpk-prose p a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-prose p a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-prose li a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-prose li a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-figure-copy a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-figure-copy a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-lead-box {
  margin: 0 0 36px;
  padding: 3px 0 3px 18px;
  border-left: 2px solid var(--green);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.68;
  font-weight: 650;
}
.tpk-tech-image .tpk-answer-box {
  margin: 30px 0;
  padding: 22px 24px;
  border-radius: var(--radius);
  background: #F2F2F2;
}
.tpk-tech-image .tpk-info-box {
  margin: 30px 0;
  padding: 22px 24px;
  border-radius: var(--radius);
  background: #F2F2F2;
}
.tpk-tech-image .tpk-answer-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tpk-tech-image .tpk-info-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tpk-tech-image .tpk-answer-text {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 500;
}
.tpk-tech-image .tpk-info-text {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 500;
}
.tpk-tech-image .tpk-engineering-note {
  margin: 30px 0;
  padding: 2px 0 2px 18px;
  border-left: 2px solid var(--green);
  color: var(--tech);
  font-size: 14px;
  line-height: 1.78;
}
.tpk-tech-image .tpk-figure {
  margin: 34px 0;
}
.tpk-tech-image .tpk-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  background: #F1F2F3;
}
.tpk-tech-image .tpk-figure-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  background: #F1F2F3;
}
.tpk-tech-image .tpk-figure-grid {
  display: grid;
  gap: 18px;
  margin: 34px 0;
}
.tpk-tech-image .tpk-figure-grid.is-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.tpk-tech-image .tpk-figure-grid.is-4 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.tpk-tech-image .tpk-figure-grid.is-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.tpk-tech-image .tpk-figure-item.is-3x2 img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.tpk-tech-image .tpk-figure-item.is-4x3 img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.tpk-tech-image .tpk-figure-item.is-square img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.tpk-tech-image .tpk-figure-item.is-portrait img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.tpk-tech-image .tpk-figure-item .tpk-figure-copy {
  margin: 11px 0 0;
  color: var(--tech);
  font-size: 15px;
  line-height: 1.82;
}
.tpk-tech-image .tpk-table-scroll {
  width: 100%;
  overflow-x: auto;
  margin: 28px 0 36px;
  border: 1px solid #DDE9E5;
  border-radius: var(--radius);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.tpk-tech-image .tpk-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  border-spacing: 0;
}
.tpk-tech-image .tpk-table th {
  padding: 12px 15px;
  background: var(--green-dark);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .055em;
  text-align: left;
  text-transform: uppercase;
}
.tpk-tech-image .tpk-table td {
  padding: 12px 15px;
  border-top: 1px solid #E2ECE8;
  color: var(--tech);
  font-size: 13.5px;
  line-height: 1.65;
  vertical-align: top;
}
.tpk-tech-image .tpk-table tbody tr:nth-child(even) td {
  background: var(--green-wash);
}
.tpk-tech-image .tpk-table .is-recommended td {
  background: var(--green-rec);
}
.tpk-tech-image .tpk-table .is-recommended td:first-child {
  color: var(--green-mid);
  font-weight: 750;
}
.tpk-tech-image .tpk-tags {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin: 38px 0;
}
.tpk-tech-image .tpk-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--pill);
  background: var(--tag);
  color: #404040;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: none;
  cursor: default;
}
.tpk-tech-image .tpk-sidebar {
  position: sticky;
  top: 24px;
}
.tpk-tech-image .tpk-sidebar-section {
  padding: 0 0 22px;
  margin: 0 0 22px;
  border-bottom: 1px solid var(--line);
}
.tpk-tech-image .tpk-sidebar-label {
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tpk-tech-image .tpk-sidebar-title {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}
.tpk-tech-image .tpk-sidebar-text {
  margin-bottom: 12px;
  color: var(--tech);
  font-size: 13px;
  line-height: 1.65;
}
.tpk-tech-image .tpk-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s ease;
}
.tpk-tech-image .tpk-sidebar-arrow {
  color: var(--muted);
  transition: transform .95s var(--ease),color .25s ease;
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  vertical-align: middle;
}
.tpk-tech-image .tpk-sidebar-link:hover {
  color: var(--green);
}
.tpk-tech-image .tpk-sidebar-link:focus-visible {
  color: var(--green);
}
.tpk-tech-image .tpk-sidebar-link:hover .tpk-sidebar-arrow {
  transform: translateX(4px);
  color: var(--green);
}
.tpk-tech-image .tpk-sidebar-link:focus-visible .tpk-sidebar-arrow {
  transform: translateX(4px);
  color: var(--green);
}
.tpk-tech-image .tpk-article-nav {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 34px;
  margin-top: 46px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.tpk-tech-image .tpk-article-nav-link {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
  transition: color .25s ease;
}
.tpk-tech-image .tpk-article-nav-link.is-next {
  justify-content: flex-end;
  text-align: right;
}
.tpk-tech-image .tpk-article-nav-copy {
  min-width: 0;
  max-width: 330px;
}
.tpk-tech-image .tpk-article-nav-label {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.tpk-tech-image .tpk-article-nav-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.48;
  font-weight: 600;
  transition: color .25s ease;
}
.tpk-tech-image .tpk-article-nav-arrow {
  flex: 0 0 17px;
  margin-top: 17px;
  color: var(--muted);
  transition: transform .95s var(--ease),color .25s ease;
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
}
.tpk-tech-image .tpk-article-nav-link:hover .tpk-article-nav-title {
  color: var(--green);
}
.tpk-tech-image .tpk-article-nav-link:focus-visible .tpk-article-nav-title {
  color: var(--green);
}
.tpk-tech-image .tpk-article-nav-link:hover .tpk-article-nav-label {
  color: var(--green-mid);
}
.tpk-tech-image .tpk-article-nav-link:focus-visible .tpk-article-nav-label {
  color: var(--green-mid);
}
.tpk-tech-image .tpk-article-nav-link:hover .tpk-article-nav-arrow {
  color: var(--green);
}
.tpk-tech-image .tpk-article-nav-link:focus-visible .tpk-article-nav-arrow {
  color: var(--green);
}
.tpk-tech-image .tpk-article-nav-link.is-prev:hover .tpk-article-nav-arrow {
  transform: translateX(-4px);
}
.tpk-tech-image .tpk-article-nav-link.is-prev:focus-visible .tpk-article-nav-arrow {
  transform: translateX(-4px);
}
.tpk-tech-image .tpk-article-nav-link.is-next:hover .tpk-article-nav-arrow {
  transform: translateX(4px);
}
.tpk-tech-image .tpk-article-nav-link.is-next:focus-visible .tpk-article-nav-arrow {
  transform: translateX(4px);
}
.tpk-tech-image .tpk-prose .tpk-factor-group-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 650;
}
.tpk-tech-image .tpk-factor-strip {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tpk-tech-image .tpk-factor-item {
  min-width: 0;
  padding: 22px 24px 23px;
}
.tpk-tech-image .tpk-factor-item+.tpk-factor-item {
  border-left: 1px solid var(--line);
}
.tpk-tech-image .tpk-factor-head {
  display: grid;
  grid-template-columns: 30px minmax(0,1fr);
  column-gap: 12px;
  align-items: baseline;
  margin-bottom: 9px;
}
.tpk-tech-image .tpk-factor-no {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.tpk-tech-image .tpk-factor-head .tpk-factor-title {
  margin: 0;
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 650;
}
.tpk-tech-image .tpk-factor-item .tpk-factor-text {
  margin: 0;
  padding-left: 42px;
  color: var(--tech);
  font-size: 13.5px;
  line-height: 1.72;
}
.tpk-tech-image .tpk-steps {
  margin: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tpk-tech-image .tpk-step {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.tpk-tech-image .tpk-step:last-child {
  border-bottom: 0;
}
.tpk-tech-image .tpk-step-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
}
.tpk-tech-image .tpk-step-no {
  flex: 0 0 32px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.tpk-tech-image .tpk-step-head .tpk-step-title {
  margin: 0;
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 650;
}
.tpk-tech-image .tpk-step .tpk-step-text {
  margin: 0;
  padding-left: 46px;
  color: var(--tech);
  font-size: 13.8px;
  line-height: 1.68;
}
.tpk-tech-image .tpk-faq {
  margin-top: 46px;
}
.tpk-tech-image .tpk-faq .tpk-faq-title {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}
.tpk-tech-image .tpk-faq-list {
  border-top: 1px solid var(--line);
}
.tpk-tech-image .tpk-faq-item {
  padding: 22px 0 20px;
  border-bottom: 1px solid var(--line);
}
.tpk-tech-image .tpk-faq-head {
  display: grid;
  grid-template-columns: 48px minmax(0,1fr);
  column-gap: 16px;
  align-items: baseline;
  margin-bottom: 8px;
}
.tpk-tech-image .tpk-faq-index {
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.tpk-tech-image .tpk-faq-head .tpk-faq-question {
  margin: 0;
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.5;
  font-weight: 700;
}
.tpk-tech-image .tpk-faq-item .tpk-faq-answer {
  margin: 0 0 0 64px;
  color: var(--tech);
  font-size: 13.5px;
  line-height: 1.82;
}
.tpk-tech-image .tpk-prose .tpk-answer-text li {
  margin: 0 0 6px;
}
.tpk-tech-image .tpk-prose .tpk-answer-text ul {
  margin: 8px 0 0;
  padding: 0 0 0 1.2em;
}
.tpk-tech-image .tpk-article-nav-next {
  text-align: right;
  align-items: flex-end;
}
.tpk-tech-image .tpk-article-nav-next .tpk-article-nav-title {
  text-align: right;
}
.tpk-tech-image .tpk-article-nav-next:focus-visible .tpk-article-nav-arrow {
  transform: translateX(4px);
}
.tpk-tech-image .tpk-article-nav-next:hover .tpk-article-nav-arrow {
  transform: translateX(4px);
}
.tpk-tech-image .tpk-article-nav-prev:focus-visible .tpk-article-nav-arrow {
  transform: translateX(-4px);
}
.tpk-tech-image .tpk-article-nav-prev:hover .tpk-article-nav-arrow {
  transform: translateX(-4px);
}
.tpk-tech-image .tpk-compare-item .tpk-compare-copy {
  margin: 0;
  color: var(--tech);
  font-size: 13.5px;
  line-height: 1.72;
}
.tpk-tech-image .tpk-compare-item:nth-child(n+3) {
  border-top: 1px solid #E1E5E7;
}
.tpk-tech-image .tpk-figure picture {
  display: block;
  width: 100%;
}
.tpk-tech-image .tpk-prose .tpk-info-text li {
  margin: 0 0 6px;
}
.tpk-tech-image .tpk-prose .tpk-info-text ul {
  margin: 8px 0 0;
  padding: 0 0 0 1.2em;
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-body {
  padding-top: 18px;
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-copy {
  margin: 10px 0 0;
  color: var(--tech);
  font-size: 13.5px;
  line-height: 1.72;
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-heading {
  margin: 0;
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-kicker {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-model {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.36;
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-model:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-product-reco-card .tpk-product-reco-model:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-product-reco-link:focus-visible .tpk-product-reco-arrow {
  color: var(--green);
  transform: translateX(4px);
}
.tpk-tech-image .tpk-product-reco-link:hover .tpk-product-reco-arrow {
  color: var(--green);
  transform: translateX(4px);
}
.tpk-tech-image .tpk-prose li {
  margin: 0 0 8px;
}
.tpk-tech-image .tpk-prose li::marker {
  color: var(--muted);
}
.tpk-tech-image .tpk-prose ol {
  margin: 18px 0 28px;
  padding-left: 22px;
  color: var(--tech);
  font-size: 15px;
  line-height: 1.85;
}
.tpk-tech-image .tpk-prose ol li {
  margin: 0 0 12px;
}
.tpk-tech-image .tpk-prose ul {
  margin: 0 0 18px;
  padding: 0 0 0 1.25em;
  color: var(--tech);
  font-size: 15px;
  line-height: 1.85;
}
.tpk-tech-image .tpk-prose ul li {
  margin: 0 0 8px;
}
.tpk-tech-image .tpk-prose ul li:last-child {
  margin-bottom: 0;
}
.tpk-tech-image .tpk-table td strong {
  color: var(--ink);
  font-weight: 700;
}
.tpk-tech-image .tpk-product-reco-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 28px;
  margin: 28px 0 36px;
}
.tpk-tech-image .tpk-product-reco-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.tpk-tech-image .tpk-product-reco-media {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  text-decoration: none;
}
.tpk-tech-image .tpk-product-reco-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tpk-tech-image .tpk-product-reco-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}
.tpk-tech-image .tpk-product-reco-spec {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: var(--pill);
  background: var(--tag);
  color: #5F666B;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}
.tpk-tech-image .tpk-product-reco-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  margin-top: 16px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
  font-weight: 650;
  text-decoration: none;
  transition: color .25s ease;
}
.tpk-tech-image .tpk-product-reco-arrow {
  color: var(--muted);
  transition: transform .95s var(--ease),color .25s ease;
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  vertical-align: middle;
}
.tpk-tech-image .tpk-product-reco-link:hover {
  color: var(--green);
}
.tpk-tech-image .tpk-product-reco-link:focus-visible {
  color: var(--green);
}
.tpk-tech-image .tpk-video {
  width: 100%;
  margin: 34px 0;
}
.tpk-tech-image .tpk-video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius);
}
.tpk-tech-image .tpk-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.tpk-tech-image .tpk-quote {
  margin: 28px 0;
  padding: 3px 0 3px 18px;
  border-left: 2px solid var(--green);
}
.tpk-tech-image .tpk-quote p {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.75;
}
.tpk-tech-image .tpk-quote cite {
  color: var(--muted);
  font-size: 12.5px;
  font-style: normal;
}
.tpk-tech-image .tpk-stat-row {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tpk-tech-image .tpk-stat-cell {
  min-width: 0;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.tpk-tech-image .tpk-stat-cell:last-child {
  border-right: 0;
}
.tpk-tech-image .tpk-stat-value {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.tpk-tech-image .tpk-stat-unit {
  font-size: .58em;
  margin-left: 1px;
  vertical-align: .06em;
}
.tpk-tech-image .tpk-stat-key {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.tpk-tech-image .tpk-compare-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  margin: 26px 0 36px;
  border: 1px solid #E1E5E7;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
}
.tpk-tech-image .tpk-compare-item {
  min-width: 0;
  padding: 24px 26px 23px;
  background: #fff;
}
.tpk-tech-image .tpk-compare-item:nth-child(2n) {
  border-left: 1px solid #E1E5E7;
}
.tpk-tech-image .tpk-compare-item.is-preferred {
  background: var(--soft);
}
.tpk-tech-image .tpk-compare-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.tpk-tech-image .tpk-compare-top .tpk-compare-value {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
  font-weight: 750;
  white-space: nowrap;
}
.tpk-tech-image .tpk-compare-label {
  min-width: 0;
  color: #666D72;
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.tpk-tech-image .tpk-compare-use {
  margin-top: 13px;
  color: #34383C;
  font-size: 11.5px;
  line-height: 1.55;
  font-weight: 700;
}
.tpk-tech-image .tpk-prose .tpk-figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.tpk-tech-image .tpk-prose .tpk-video-caption {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.tpk-tech-image .tpk-prose .tpk-parameter-line {
  margin: 20px 0 30px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
}
.tpk-tech-image .tpk-prose .tpk-code-block {
  overflow-x: auto;
  margin: 26px 0;
  padding: 20px 22px;
  border-radius: var(--radius);
  background: #111;
  color: #EEF2F1;
  font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;
  font-size: 12.5px;
  line-height: 1.7;
  letter-spacing: 0;
  white-space: pre;
}
.tpk-tech-image .tpk-inline-link {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-tech-image .tpk-inline-link:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-inline-link:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-tech-image .tpk-prose {
  min-width: 0;
}
.tpk-tech-image .tpk-sidebar-arrow[data-tpk-icon] {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.tpk-tech-image .tpk-sidebar-arrow>[data-tpk-icon] {
  display: block;
  width: 100%;
  height: 100%;
}
.tpk-tech-image .tpk-article-nav-arrow[data-tpk-icon] {
  display: inline-block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.tpk-tech-image .tpk-article-nav-arrow>[data-tpk-icon] {
  display: block;
  width: 100%;
  height: 100%;
}
.tpk-tech-image .tpk-product-reco-arrow[data-tpk-icon] {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.tpk-tech-image .tpk-product-reco-arrow>[data-tpk-icon] {
  display: block;
  width: 100%;
  height: 100%;
}
.tpk-tech-image .tpk-download-icon[data-tpk-icon] {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  vertical-align: middle;
}
.tpk-tech-image .tpk-scale {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0 34px;
  -webkit-overflow-scrolling: touch;
}
.tpk-tech-image .tpk-scale-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(92px,1fr));
  min-width: 620px;
  border: 1px solid #E4E7E6;
  border-radius: var(--radius);
  overflow: hidden;
}
.tpk-tech-image .tpk-scale-cell {
  padding: 12px 8px 10px;
  text-align: center;
  border-right: 1px solid rgba(29,29,31,.08);
}
.tpk-tech-image .tpk-scale-cell:last-child {
  border-right: 0;
}
.tpk-tech-image .tpk-scale-cell:nth-child(1) {
  background: #FFF1C9;
}
.tpk-tech-image .tpk-scale-cell:nth-child(2) {
  background: #FFF4D9;
}
.tpk-tech-image .tpk-scale-cell:nth-child(3) {
  background: #F8F3E8;
}
.tpk-tech-image .tpk-scale-cell:nth-child(4) {
  background: #F4F5F2;
}
.tpk-tech-image .tpk-scale-cell:nth-child(5) {
  background: #EEF4F5;
}
.tpk-tech-image .tpk-scale-cell:nth-child(6) {
  background: #E8EFF8;
}
.tpk-tech-image .tpk-scale-cell strong {
  display: block;
  color: var(--ink);
  font-size: 12.5px;
  line-height: 1.2;
}
.tpk-tech-image .tpk-scale-cell span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.2;
}
.tpk-tech-image .tpk-scale-axis {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-width: 620px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
}

@media (max-width:1100px) {
  .tpk-tech-image .tpk-head-grid {
    grid-template-columns: 1fr;
  }
  .tpk-tech-image .tpk-layout {
    grid-template-columns: 1fr;
  }
  .tpk-tech-image .tpk-sidebar {
    display: none;
  }
}

@media (max-width:900px) {
  .tpk-tech-image .tpk-product-reco-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px) {
  .tpk-tech-image .tpk-article {
    padding: 28px 16px 44px;
  }
  .tpk-tech-image .tpk-faq {
    display: none;
  }
  .tpk-tech-image .tpk-head-main {
    padding-bottom: 22px;
    margin-bottom: 28px;
  }
  .tpk-tech-image .tpk-title {
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: -.25px;
  }
  .tpk-tech-image .tpk-subtitle {
    font-size: 16px;
    line-height: 1.58;
  }
  .tpk-tech-image .tpk-meta {
    margin-top: 18px;
  }
  .tpk-tech-image .tpk-meta-items {
    gap: 8px 16px;
    font-size: 12px;
  }
  .tpk-tech-image .tpk-print-btn {
    display: none;
  }
  .tpk-tech-image .tpk-tags {
    display: none;
  }
  .tpk-tech-image .tpk-article-nav {
    display: none;
  }
  .tpk-tech-image .tpk-layout {
    display: block;
  }
  .tpk-tech-image .tpk-prose p {
    font-size: 15px;
    line-height: 1.82;
  }
  .tpk-tech-image .tpk-prose h2 {
    margin: 40px 0 13px;
    font-size: 20px;
    line-height: 1.34;
  }
  .tpk-tech-image .tpk-prose h3 {
    margin: 26px 0 9px;
    font-size: 16px;
  }
  .tpk-tech-image .tpk-lead-box {
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.68;
  }
  .tpk-tech-image .tpk-answer-box {
    margin: 28px 0;
    padding: 18px;
  }
  .tpk-tech-image .tpk-info-box {
    margin: 28px 0;
    padding: 18px;
  }
  .tpk-tech-image .tpk-engineering-note {
    margin: 28px 0;
    padding-left: 15px;
    font-size: 13.5px;
    line-height: 1.8;
  }
  .tpk-tech-image .tpk-figure-grid.is-2 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 30px 0;
  }
  .tpk-tech-image .tpk-figure-grid.is-3 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 30px 0;
  }
  .tpk-tech-image .tpk-figure-grid.is-4 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 30px 0;
  }
  .tpk-tech-image .tpk-table {
    min-width: 640px;
  }
  .tpk-tech-image .tpk-factor-strip {
    grid-template-columns: 1fr;
  }
  .tpk-tech-image .tpk-factor-item {
    padding: 18px 0;
  }
  .tpk-tech-image .tpk-factor-item+.tpk-factor-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .tpk-tech-image .tpk-factor-head {
    grid-template-columns: 28px minmax(0,1fr);
    column-gap: 10px;
  }
  .tpk-tech-image .tpk-factor-no {
    font-size: 15.5px;
  }
  .tpk-tech-image .tpk-factor-head .tpk-factor-title {
    font-size: 15px;
  }
  .tpk-tech-image .tpk-factor-item .tpk-factor-text {
    padding-left: 38px;
    font-size: 13.5px;
  }
  .tpk-tech-image .tpk-step {
    padding: 17px 0;
  }
  .tpk-tech-image .tpk-step-head {
    gap: 12px;
  }
  .tpk-tech-image .tpk-step-no {
    flex-basis: 30px;
    font-size: 13px;
  }
  .tpk-tech-image .tpk-step-head .tpk-step-title {
    font-size: 15px;
  }
  .tpk-tech-image .tpk-step .tpk-step-text {
    padding-left: 42px;
    font-size: 13.5px;
  }
  .tpk-tech-image .tpk-prose ul {
    font-size: 15px;
    line-height: 1.82;
  }
  .tpk-tech-image .tpk-product-reco-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tpk-tech-image .tpk-stat-row {
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin: 30px 0;
  }
  .tpk-tech-image .tpk-stat-cell {
    padding: 14px 3px 13px;
  }
  .tpk-tech-image .tpk-stat-value {
    max-width: 100%;
    font-size: clamp(15px,4.2vw,19px);
    letter-spacing: -.45px;
    font-variant-numeric: tabular-nums;
  }
  .tpk-tech-image .tpk-stat-unit {
    font-size: .54em;
    vertical-align: .08em;
  }
  .tpk-tech-image .tpk-stat-key {
    max-width: 72px;
    margin: 0 auto;
    font-size: 9.5px;
    line-height: 1.34;
    overflow-wrap: anywhere;
  }
  .tpk-tech-image .tpk-compare-grid {
    grid-template-columns: 1fr;
  }
  .tpk-tech-image .tpk-compare-item:nth-child(2n) {
    border-left: 0;
  }
  .tpk-tech-image .tpk-compare-item:nth-child(n+2) {
    border-top: 1px solid #DDE9E5;
  }
  .tpk-tech-image .tpk-prose .tpk-parameter-line {
    margin: 18px 0 26px;
    font-size: 12px;
  }
  .tpk-tech-image .tpk-prose .tpk-code-block {
    margin: 24px 0;
    padding: 18px;
    font-size: 12px;
  }
}

@media (max-width:480px) {
  .tpk-tech-image .tpk-title {
    font-size: 27px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .tpk-tech-image .tpk-sidebar-arrow {
    transition: none;
  }
  .tpk-tech-image .tpk-sidebar-link:hover .tpk-sidebar-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-sidebar-link:focus-visible .tpk-sidebar-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-article-nav-arrow {
    transition: none;
  }
  .tpk-tech-image .tpk-article-nav-link.is-prev:hover .tpk-article-nav-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-article-nav-link.is-next:hover .tpk-article-nav-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-article-nav-link.is-prev:focus-visible .tpk-article-nav-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-article-nav-link.is-next:focus-visible .tpk-article-nav-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-product-reco-arrow {
    transition: none;
  }
  .tpk-tech-image .tpk-product-reco-link:hover .tpk-product-reco-arrow {
    transform: none;
  }
  .tpk-tech-image .tpk-product-reco-link:focus-visible .tpk-product-reco-arrow {
    transform: none;
  }
}

