.pb-page {
  width: 100%;
  margin: 0;
  padding: 0 20px 72px;
  background: #f3f3f3;
  box-sizing: border-box;
}

.pb-page *,
.pb-page *::before,
.pb-page *::after {
  box-sizing: border-box;
}

html.pb-modal-open,
html.pb-modal-open body {
  overflow: hidden;
}

.pb-wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fbfbf8;
  color: #1f1f1f;
  font-family: "Helvetica Neue", Arial, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.65;
}

.pb-wrap img,
.pb-wrap video,
.pb-wrap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.pb-wrap h1,
.pb-wrap h2,
.pb-wrap h3,
.pb-wrap p,
.pb-wrap ul,
.pb-wrap li,
.pb-wrap figure,
.pb-wrap figcaption,
.pb-wrap blockquote {
  margin: 0;
}

.pb-wrap a {
  color: inherit;
  text-decoration: none;
}

.pb-hero,
.pb-toc,
.pb-section {
  padding-left: 44px;
  padding-right: 44px;
}

.pb-hero {
  margin-bottom: 64px;
}

.pb-hero-image {
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.pb-hero-card {
  position: relative;
  width: 70%;
  min-width: 520px;
  margin-top: -72px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px 30px 30px;
  background: #ffffff;
}

.pb-eyebrow {
  margin-bottom: 10px;
  color: #cf1b22;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pb-hero-card h1 {
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pb-hero-card p {
  font-size: 16px;
  color: #333333;
}

.pb-toc {
  margin-bottom: 74px;
}

.pb-toc ul {
  list-style: none;
  padding: 18px 0 0;
  border-top: 1px solid #d9d9d9;
}

.pb-toc li + li {
  margin-top: 8px;
}

.pb-toc a {
  color: #cf1b22;
  font-size: 18px;
  line-height: 1.45;
}

.pb-toc a::before {
  content: "»";
  margin-right: 10px;
}

.pb-section {
  margin-bottom: 88px;
}

.pb-section-last {
  margin-bottom: 28px;
}

.pb-section-narrow .pb-copy,
.pb-copy {
  max-width: 610px;
}

.pb-copy-wide {
  max-width: 680px;
}

.pb-copy h2,
.pb-row-head h2 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pb-copy p,
.pb-split-copy p,
.pb-panel-text p,
.pb-col-feature p,
.pb-adv-copy p,
.pb-product-item p,
.pb-add-item p {
  font-size: 16px;
  color: #343434;
}

.pb-copy p + p,
.pb-panel-text p + p,
.pb-split-copy p + p {
  margin-top: 16px;
}

.pb-gallery-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pb-gallery-item img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.pb-gallery-item figcaption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}

.pb-collage-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.pb-collage-image img,
.pb-collage-video-image img {
  min-height: 320px;
  height: 100%;
  object-fit: cover;
}

.pb-collage-image-left img {
  clip-path: polygon(0 0, 96% 0, 86% 100%, 0 100%);
}

.pb-collage-row::after,
.pb-collage-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 74px;
  height: 100%;
  background: #fbfbf8;
  transform: translateX(-50%) skewX(-14deg);
  transform-origin: center;
  pointer-events: none;
  z-index: 3;
}

.pb-collage-quote {
  display: flex;
  align-items: center;
  padding: 0 0 0 38px;
}

.pb-collage-quote blockquote,
.pb-quote {
  position: relative;
  padding-left: 24px;
  font-size: 30px;
  line-height: 1.24;
  font-weight: 500;
  color: #111111;
}

.pb-collage-quote blockquote::before,
.pb-quote::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -8px;
  color: #cf1b22;
  font-size: 46px;
  line-height: 1;
}

.pb-split-row {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
}

.pb-split-copy {
  max-width: 320px;
}

.pb-split-image img {
  min-height: 320px;
  object-fit: cover;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.pb-product-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 30px;
}

.pb-panel-visual {
  position: relative;
  min-height: 420px;
  margin-bottom: 18px;
}

.pb-panel-visual-cover {
  background-color: #cc141b;
  background-image: var(--pb-bg-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pb-panel-visual-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cc141b;
  overflow: hidden;
}

.pb-panel-visual-dark img {
  width: 78%;
  max-width: 380px;
  object-fit: contain;
}

.pb-panel-label,
.pb-panel-badge {
  position: absolute;
  left: 22px;
  color: #ffffff;
  font-weight: 700;
}

.pb-panel-label {
  bottom: 22px;
  font-size: 24px;
}

.pb-panel-badge {
  top: 20px;
  font-size: 22px;
}

.pb-panel-text h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.pb-section-collage-video {
  margin-top: -10px;
}

.pb-collage-video {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  position: relative;
}

.pb-collage-video-player {
  position: relative;
  background: #111111;
}

.pb-collage-video-player::before {
  content: "";
  display: block;
  padding-top: 43.47%;
}

.pb-collage-video-player video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-collage-video-image img {
  aspect-ratio: 23 / 10;
}

.pb-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pb-button {
  display: inline-block;
  padding: 13px 20px;
  background: #e1111a;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 2px;
}

.pb-adv-layout {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(240px, 360px) minmax(220px, 1fr);
  gap: 20px;
  align-items: center;
  margin-top: 38px;
}

.pb-adv-side {
  display: grid;
  gap: 58px;
}

.pb-adv-item {
  position: relative;
  display: grid;
  align-items: center;
  gap: 16px;
}

.pb-adv-side-left .pb-adv-item {
  grid-template-columns: 80px minmax(0, 1fr);
  padding-right: 52px;
}

.pb-adv-side-right .pb-adv-item {
  grid-template-columns: minmax(0, 1fr) 80px;
  padding-left: 52px;
  text-align: right;
}

.pb-adv-text-only {
  grid-template-columns: 1fr;
}

.pb-adv-side-left .pb-adv-item::after,
.pb-adv-side-right .pb-adv-item::after {
  content: "";
  position: absolute;
  top: 40px;
  width: 86px;
  border-top: 1px dotted #9a9a9a;
}

.pb-adv-side-left .pb-adv-item::after {
  right: -26px;
}

.pb-adv-side-right .pb-adv-item::after {
  left: -26px;
}

.pb-adv-text-only::after {
  top: 18px;
}

.pb-adv-icon {
  width: 80px;
  height: 80px;
}

.pb-adv-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.pb-adv-copy h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 700;
}

.pb-adv-copy p {
  font-size: 15px;
  color: #4d4d4d;
}

.pb-adv-center {
  display: flex;
  justify-content: center;
}

.pb-adv-product {
  width: 100%;
  max-width: 320px;
}

.pb-adv-mobile {
  display: none;
}

.pb-adv-mobile-figure {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 34px auto 0;
}

.pb-adv-mobile-product {
  width: 100%;
}

.pb-adv-hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 999px;
  background: #e1121a;
  transform: translate(-50%, -50%);
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
}

.pb-adv-hotspot::before {
  background: transparent;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 2px solid #e1121a;
  border-radius: 50%;
}

.pb-adv-hotspot::after {
  content: "";
  position: absolute;
  inset: -8px;
}

.pb-adv-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, 0.58);
  z-index: 999;
}

.pb-adv-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: calc(100% - 32px);
  max-width: 360px;
  padding: 18px 18px 16px;
  background: #ffffff;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.pb-adv-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #222222;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.pb-adv-modal-body {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-top: 8px;
}

.pb-adv-modal-thumb {
  width: 64px;
  height: 64px;
}

.pb-adv-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.pb-adv-modal-thumb-empty {
  border-radius: 999px;
  background: #f3f3f3;
}

.pb-adv-modal-copy h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
}

.pb-adv-modal-copy p {
  font-size: 14px;
  line-height: 1.55;
  color: #444444;
}

.pb-row-head {
  margin-bottom: 18px;
}

.pb-product-scroller {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 0 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #c9c9c9 transparent;
}

.pb-product-scroller::-webkit-scrollbar {
  height: 7px;
}

.pb-product-scroller::-webkit-scrollbar-thumb {
  background: #c9c9c9;
}

.pb-product-scroller::-webkit-scrollbar-track {
  background: transparent;
}

.pb-product-item {
  flex: 0 0 184px;
  scroll-snap-align: start;
}

.pb-product-item figure {
  margin-bottom: 12px;
  background: #231f20;
}

.pb-product-item img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.pb-product-item h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.pb-product-item p {
  font-size: 14px;
  line-height: 1.5;
  color: #5b5b5b;
}

.pb-add-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.pb-add-item figure {
  margin-bottom: 14px;
}

.pb-add-item img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

.pb-add-item h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.24;
  font-weight: 700;
}

.pb-add-item p {
  color: #4f4f4f;
}

@media (max-width: 991px) {
  .pb-hero,
  .pb-toc,
  .pb-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .pb-hero-card {
    width: 72%;
    min-width: 0;
  }

  .pb-hero-card h1 {
    font-size: 34px;
  }

  .pb-copy h2,
  .pb-row-head h2 {
    font-size: 28px;
  }

  .pb-split-row,
  .pb-product-panels,
  .pb-adv-layout {
    grid-template-columns: 1fr;
  }

  .pb-collage-row,
  .pb-collage-video {
    grid-template-columns: 1fr 1fr;
  }

  .pb-adv-side {
    gap: 24px;
  }

  .pb-adv-side-left .pb-adv-item,
  .pb-adv-side-right .pb-adv-item {
    grid-template-columns: 80px minmax(0, 1fr);
    padding: 0;
    text-align: left;
  }

  .pb-adv-side-right .pb-adv-copy {
    order: 2;
  }

  .pb-adv-side-right .pb-adv-icon {
    order: 1;
  }

  .pb-adv-side-left .pb-adv-item::after,
  .pb-adv-side-right .pb-adv-item::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .pb-page {
    padding: 0 12px 56px;
  }

  .pb-hero,
  .pb-toc,
  .pb-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pb-section {
    margin-bottom: 56px;
  }

  .pb-hero {
    margin-bottom: 48px;
  }

  .pb-hero-image {
    aspect-ratio: 4 / 3;
  }

  .pb-hero-card {
    width: calc(100% - 20px);
    margin-top: -34px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 18px 22px;
  }

  .pb-hero-card h1 {
    font-size: 28px;
  }

  .pb-toc {
    margin-bottom: 48px;
  }

  .pb-toc a {
    font-size: 17px;
  }

  .pb-gallery-three,
  .pb-collage-row,
  .pb-collage-video,
  .pb-two-columns,
  .pb-add-grid {
    grid-template-columns: 1fr;
  }

  .pb-collage-row::after,
  .pb-collage-video::after {
    display: none;
  }

  .pb-collage-image img,
  .pb-collage-video-image img,
  .pb-split-image img,
  .pb-diagonal-pair img {
    min-height: 220px;
  }

  .pb-collage-image-left img,
  .pb-split-image img {
    clip-path: none;
  }

  .pb-collage-quote {
    padding: 18px 0 0;
  }

  .pb-collage-quote blockquote,
  .pb-quote {
    font-size: 22px;
  }

  .pb-panel-visual {
    min-height: 300px;
  }

  .pb-adv-layout {
    display: none;
  }

  .pb-adv-mobile {
    display: block;
  }

  .pb-adv-mobile-figure {
    width: 100%;
    max-width: 418px;
  }

  .pb-adv-hotspot {
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    background: #e1121a;
    box-shadow: none;
    z-index: 4;
  }

  .pb-adv-hotspot::before {
    width: 40px;
    height: 40px;
    top: -7px;
    left: -7px;
    border: 2px solid #e1121a;
  }

  .pb-adv-hotspot[data-modal-target="pb-adv-modal-1"] {
    top: 17% !important;
    left: 21% !important;
  }

  .pb-adv-hotspot[data-modal-target="pb-adv-modal-2"] {
    top: 58% !important;
    left: 22.5% !important;
  }

  .pb-adv-hotspot[data-modal-target="pb-adv-modal-3"] {
    top: 83% !important;
    left: 20.5% !important;
  }

  .pb-adv-hotspot[data-modal-target="pb-adv-modal-4"] {
    top: 8% !important;
    left: 70% !important;
  }

  .pb-adv-hotspot[data-modal-target="pb-adv-modal-5"] {
    top: 36% !important;
    left: 70% !important;
  }

  .pb-adv-hotspot[data-modal-target="pb-adv-modal-6"] {
    top: 65% !important;
    left: 67.5% !important;
  }

  .pb-product-item {
    flex: 0 0 170px;
  }
}

@media (min-width: 540px) and (max-width: 767px) {
  .pb-adv-mobile-figure {
    width: min(50vw, 418px);
    max-width: 418px;
  }
}

.pb-alt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.pb-alt-grid + .pb-alt-grid {
  margin-top: 88px;
}

.pb-alt-copy h2,
.pb-alt-copy h3,
.pb-policy-copy h3 {
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pb-alt-copy p,
.pb-policy-copy p,
.pb-policy-copy li {
  font-size: 16px;
  color: #343434;
}

.pb-alt-copy p + p,
.pb-policy-copy p + p {
  margin-top: 16px;
}

.pb-alt-media img {
  min-height: 320px;
  object-fit: cover;
}

.pb-alt-media-diagonal-left img {
  clip-path: polygon(0 0, 96% 0, 86% 100%, 0 100%);
}

.pb-alt-media-diagonal-right img {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.pb-alt-grid-reverse .pb-alt-copy {
  order: 2;
}

.pb-alt-grid-reverse .pb-alt-media {
  order: 1;
}

.pb-hero-card .pb-hero-lead {
  font-size: 20px;
  line-height: 1.45;
  color: #222222;
}

.pb-hero-card .pb-hero-lead + p {
  margin-top: 16px;
}

.pb-policy-nav {
  margin-bottom: 74px;
}

.pb-policy-nav ul {
  list-style: none;
  padding: 18px 0 0;
  border-top: 1px solid #d9d9d9;
}

.pb-policy-nav li + li {
  margin-top: 8px;
}

.pb-policy-nav a {
  color: #cf1b22;
  font-size: 18px;
  line-height: 1.45;
}

.pb-policy-nav a::before {
  content: "»";
  margin-right: 10px;
}

.pb-policy-copy {
  max-width: 760px;
}

.pb-policy-copy ul {
  margin: 14px 0 0 20px;
  padding: 0;
}

.pb-policy-copy li + li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .pb-alt-grid {
    grid-template-columns: 1fr;
  }

  .pb-alt-grid-reverse .pb-alt-copy,
  .pb-alt-grid-reverse .pb-alt-media {
    order: initial;
  }
}

@media (max-width: 767px) {
  .pb-policy-nav {
    margin-bottom: 48px;
  }

  .pb-policy-nav a {
    font-size: 17px;
  }

  .pb-alt-grid + .pb-alt-grid {
    margin-top: 56px;
  }

  .pb-alt-copy h2,
  .pb-alt-copy h3,
  .pb-policy-copy h3 {
    font-size: 24px;
  }

  .pb-alt-media img {
    min-height: 220px;
  }

  .pb-alt-media-diagonal-left img,
  .pb-alt-media-diagonal-right img {
    clip-path: none;
  }
}
