/* photogram page specific styles */

body.photogram-page {
  background: #000000;
}

body.photogram-page.pb-intro-pending .site-header .brand,
body.photogram-page.pb-intro-pending #section-01,
body.photogram-page.pb-intro-pending #section-01-customizing,
body.photogram-page.pb-intro-pending #section-02 {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 800ms cubic-bezier(0.25, 1, 0.5, 1),
    opacity 800ms ease-out;
}

body.photogram-page.pb-intro-pending .site-header .brand {
  transform: translate3d(-72px, 0, 0);
}

body.photogram-page.pb-intro-pending #section-01,
body.photogram-page.pb-intro-pending #section-01-customizing,
body.photogram-page.pb-intro-pending #section-02 {
  transform: translate3d(0, -72px, 0);
}

body.photogram-page.pb-intro-pending .site-header .menu {
  opacity: 0;
  will-change: opacity;
  transition: opacity 800ms ease-out;
  pointer-events: none;
}

body.photogram-page.pb-intro-pending.pb-intro-brand-in .site-header .brand,
body.photogram-page.pb-intro-pending.pb-intro-section01-in #section-01,
body.photogram-page.pb-intro-pending.pb-intro-section02-in #section-01-customizing,
body.photogram-page.pb-intro-pending.pb-intro-section02-in #section-02 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.photogram-page.pb-intro-pending.pb-intro-brand-in .site-header .menu {
  opacity: 1;
  pointer-events: auto;
}

body.photogram-page.pb-intro-complete .site-header .brand,
body.photogram-page.pb-intro-complete .site-header .menu,
body.photogram-page.pb-intro-complete #section-01,
body.photogram-page.pb-intro-complete #section-01-customizing,
body.photogram-page.pb-intro-complete #section-02 {
  will-change: auto;
}

main {
  display: flex;
  flex-direction: column;
  gap: 80px;
  background: #000000;
}

main > #section-01 + #section-02 {
  margin-top: 176px;
}

main > #section-01 + #section-01-customizing {
  margin-top: 96px;
}

main > #section-01-customizing + #section-02 {
  margin-top: 176px;
}

main > #section-02 + #section-03 {
  margin-top: 160px;
}

main > #section-03 + #section-04 {
  margin-top: 160px;
}

main > #section-05 + #section-06 {
  margin-top: 176px;
}

main > #section-06 + #section-07 {
  margin-top: 176px;
}

.hero-photogram .eyebrow,
.pb-customizing-section .eyebrow,
.pb-intro-section .eyebrow,
.pb-function-section .eyebrow,
.pb-process-section .eyebrow,
.pb-value-section .eyebrow,
.pb-rental-section .eyebrow,
.pb-intro-feature-card__eyebrow {
  color: #FF318C;
}

.hero-photogram h1,
.pb-customizing-section h2,
.pb-intro-section h2,
.pb-function-section h2,
.pb-process-section h2,
.pb-value-section h2,
.pb-rental-section h2,
.pb-intro-feature-card__title {
  color: #fff;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photogram {
  min-height: 33vh;
  isolation: isolate;
}

.hero-photogram::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: min(100%, clamp(520px, 62.5vw, 1200px));
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1.5) 0%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.32) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.hero-photogram .section-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  max-width: 100%;
  min-height: calc(33vh - 24px);
  padding-left: clamp(24px, 6.2vw, 130px);
  gap: 0;
}

.hero-photogram .section-inner > .eyebrow {
  order: 1;
  margin-bottom: 12px;
  font-size: clamp(18px, 1.32vw, 24px);
  letter-spacing: -0.01em;
  text-transform: none;
}

.hero-photogram .section-inner > h1 {
  order: 2;
  max-width: min(100%, 980px);
  margin-bottom: 18px;
  font-size: clamp(28.8px, 3.6vw, 50.4px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.hero-photogram .section-inner > p:not(.eyebrow) {
  order: 3;
  max-width: min(100%, 980px);
  margin-bottom: 20px;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 2560px) {
  .hero-photogram::before {
    width: 1200px;
  }

  .hero-photogram .section-inner > h1 {
    max-width: min(100%, 980px);
  }

  .hero-photogram .section-inner > p:not(.eyebrow) {
    max-width: min(100%, 980px);
  }
}

@media (min-width: 1024px) {
  .hero-photogram .section-inner > h1 {
    white-space: nowrap;
  }
}

.hero-photogram .section-inner > .pb-hero-contact-button {
  order: 4;
  margin-top: 80px;
}

.hero-photogram .section-inner > .eyebrow,
.hero-photogram .section-inner > h1,
.hero-photogram .section-inner > p:not(.eyebrow),
.hero-photogram .section-inner > .pb-hero-contact-button {
  opacity: 1;
  transform: none;
  animation: none;
}

.pb-hero-contact-button {
  min-width: 260px;
  padding: 6.5px 24px;
  border: 0;
  border-radius: 999px;
  background: #FA6578;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pb-hero-contact-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(250, 101, 120, 0.28);
}

.pb-customizing-section {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  overflow: hidden;
}

.pb-customizing-section .section-inner {
  max-width: 100%;
  text-align: center;
}

.pb-customizing-copy {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}

.pb-customizing-copy > .eyebrow {
  margin-bottom: 10px;
  font-size: clamp(14px, 1.05vw, 18px);
  line-height: 1.2;
  letter-spacing: 0;
}

.pb-customizing-copy > h2 {
  margin-bottom: 24px;
  font-size: clamp(30px, 3.3vw, 52px);
  line-height: 1.14;
  letter-spacing: 0;
}

.pb-customizing-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.45;
  font-weight: 700;
}

.pb-customizing-slider {
  width: 100vw;
  margin-top: 104px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.pb-customizing-slider__track {
  display: flex;
  width: max-content;
  animation: pb-customizing-slide 87s linear infinite;
  will-change: transform;
}

.pb-customizing-slider__group {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  padding-right: 18px;
}

.pb-customizing-print-card {
  flex: 0 0 clamp(320px, 33vw, 560px);
  min-width: 0;
  margin: 0;
}

.pb-customizing-print-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1220 / 822;
  object-fit: contain;
  -webkit-user-drag: none;
}

.pb-customizing-actions {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 72px;
  padding: 0 24px;
}

.pb-customizing-button {
  min-width: 242px;
  padding: 10px 24px;
  border: 0;
  border-radius: 999px;
  background: #cf6f9c;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pb-customizing-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(207, 111, 156, 0.3);
}

.pb-customizing-sample-modal {
  position: fixed;
  inset: 0;
  z-index: 4200;
  display: none;
}

.pb-customizing-sample-modal.is-open {
  display: block;
}

body.pb-customizing-sample-open {
  overflow: hidden;
}

.pb-customizing-sample-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at right top, rgba(255, 93, 169, 0.28), rgba(255, 93, 169, 0) 24%),
    rgba(0, 0, 0, 0.78);
}

.pb-customizing-sample-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1620px, calc(100vw - 40px), calc((100vh - 40px) * 2.89));
  aspect-ratio: 1620 / 560;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(207, 111, 156, 0.86);
  border-radius: 22px;
  background: #151515;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42), 0 0 34px rgba(207, 111, 156, 0.1);
  overflow: hidden;
}

.pb-customizing-sample-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #ff5da9;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  transform: scale(1.4);
  transform-origin: top right;
}

.pb-customizing-sample-modal__body {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: 14px;
  height: 100%;
  padding: 18px 30px;
}

.pb-customizing-sample-modal__tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: auto;
  margin-right: auto;
}

.pb-customizing-sample-modal__tab {
  flex: 0 0 220px;
  width: 220px;
  padding: 10px 8px;
  border: 2px solid rgba(242, 83, 156, 0.72);
  border-radius: 999px;
  background: rgba(242, 83, 156, 0.08);
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.pb-customizing-sample-modal__tab:hover {
  transform: translateY(-1px);
}

.pb-customizing-sample-modal__tab.is-active {
  background: #cf6c9c;
}

.pb-customizing-sample-modal__gallery-frame {
  align-self: center;
  min-height: 0;
  overflow: hidden;
  padding-top: 0;
  cursor: grab;
}

.pb-customizing-sample-modal__gallery-frame.is-dragging {
  cursor: grabbing;
}

.pb-customizing-sample-modal__gallery {
  --pb-customizing-sample-gap: 8px;
  display: flex;
  align-items: center;
  gap: var(--pb-customizing-sample-gap);
  transition: transform 0.35s ease;
  will-change: transform;
}

.pb-customizing-sample-modal__item {
  flex: 0 0 calc((100% - (var(--pb-customizing-sample-gap) * 2)) / 3);
  margin: 0;
  min-width: 0;
  background: #202020;
}

.pb-customizing-sample-modal__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.48 / 1;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.pb-customizing-sample-modal__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 9px;
}

.pb-customizing-sample-modal__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.36);
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.pb-customizing-sample-modal__dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: #7f7f7f;
}

@keyframes pb-customizing-slide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.333333%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pb-customizing-slider__track {
    animation: none;
  }
}

.pb-intro-dual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 128px;
}

#section-02 {
  padding-left: 0;
  padding-right: 0;
}

#section-02 .section-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#section-02 .pb-intro-dual > * {
  margin-left: 0;
  margin-right: 0;
}

#section-02 .pb-intro-dual > :nth-child(3) {
  margin-top: 112px;
}

#section-02.pb-function-reveal-ready .pb-intro-panel--function.pb-intro-panel--copy-only {
  opacity: 0;
  transform: translate3d(0, 42px, 0);
  will-change: transform, opacity;
  transition:
    transform 720ms cubic-bezier(0.25, 1, 0.5, 1),
    opacity 720ms ease-out;
}

#section-02.pb-function-reveal-ready .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card {
  opacity: 0;
  transform: translate3d(0, 52px, 0) scale(0.95);
  will-change: transform, opacity;
  transition:
    transform 720ms cubic-bezier(0.2, 0.95, 0.25, 1),
    opacity 640ms ease-out;
  transition-delay: calc(var(--pb-domino-order, 0) * 120ms);
}

#section-02.pb-function-reveal-ready.pb-function-reveal-in .pb-intro-panel--function.pb-intro-panel--copy-only,
#section-02.pb-function-reveal-ready.pb-function-reveal-in .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

#section-02.pb-function-reveal-ready.pb-function-reveal-in .pb-intro-panel--function.pb-intro-panel--copy-only,
#section-02.pb-function-reveal-ready.pb-function-reveal-in .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card {
  will-change: auto;
}

.pb-intro-panel {
  display: grid;
  gap: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.96) 0%, rgba(10, 10, 10, 0.96) 100%),
    radial-gradient(circle at top left, rgba(255, 49, 140, 0.14), rgba(255, 49, 140, 0) 42%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.pb-intro-panel__copy {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.pb-intro-panel__copy > .eyebrow {
  font-size: 18px;
}

.pb-intro-panel__copy > h2 {
  margin: 0;
  font-size: clamp(17px, 3vw, 36px);
  line-height: 1.08;
}

.pb-intro-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.pb-intro-feature-card {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: center;
  text-align: center;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.pb-intro-feature-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}

.pb-intro-feature-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-intro-panel--advantages .pb-intro-feature-card__icon {
  width: min(100%, clamp(140px, 11vw, 200px));
  height: clamp(98px, 7.8vw, 140px);
}

.pb-intro-panel--advantages .pb-intro-feature-card {
  overflow: hidden;
}

.pb-intro-panel--advantages .pb-intro-feature-card__title,
.pb-intro-panel--advantages .pb-intro-feature-card__desc {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.pb-intro-panel--advantages .pb-intro-feature-card__title {
  font-size: clamp(18px, 1.28vw, 22px);
  line-height: 1.3;
}

.pb-intro-panel--advantages .pb-intro-feature-card__desc {
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.45;
}

.pb-intro-panel--copy-only {
  min-height: 0;
  padding-top: clamp(28px, 3vw, 42px);
  padding-bottom: clamp(28px, 3vw, 42px);
}

.pb-intro-panel--features-only {
  gap: 0;
}

.pb-intro-panel--function .pb-intro-feature-card__icon {
  width: clamp(96px, 7.2vw, 128px);
  height: clamp(96px, 7.2vw, 128px);
}

.pb-intro-panel--function .pb-intro-feature-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.pb-intro-panel--function .pb-intro-feature-card {
  padding: 14px 10px;
  gap: 10px;
}

.pb-intro-panel--function .pb-intro-feature-card__eyebrow {
  font-size: clamp(16px, 1.15vw, 22px);
}

.pb-intro-panel--function .pb-intro-feature-card__title {
  font-size: clamp(16px, 1.15vw, 20px);
}

.pb-intro-panel--function .pb-intro-feature-card__desc {
  font-size: clamp(11px, 0.78vw, 13px);
}

.pb-intro-feature-card__eyebrow {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 22px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pb-intro-feature-card__title {
  margin: 0;
  font-size: clamp(19px, 1.5vw, 24px);
  line-height: 1.25;
}

.pb-intro-feature-card__desc {
  margin: 0;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.55;
  color: #d7d7d7;
}

.pb-function-section .section-inner {
  max-width: none;
}

#section-03 {
  padding-left: 0;
  padding-right: 0;
}

.pb-function-header-card {
  display: grid;
  gap: 10px;
  padding: clamp(28px, 3vw, 42px);
  border: 0;
  border-radius: 24px;
  background: #000000;
  text-align: center;
}

.pb-function-header-card > .eyebrow {
  margin: 0;
}

.pb-function-header-card > h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 40px);
}

.pb-function-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 128px;
  margin-top: 128px;
}

.pb-function-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: clamp(260px, 28vw, 380px);
  padding: clamp(24px, 2.6vw, 40px) clamp(18px, 3.1vw, 48px);
  border: 0;
  border-radius: 16px;
  background: #000000;
}

.pb-function-card.is-right {
  justify-content: flex-end;
}

.pb-function-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--pb-card-bg);
  background-size: cover;
  background-position: center;
}

.pb-function-stack > .pb-function-card:first-child::after,
.pb-function-stack > .pb-function-card:nth-child(2)::after,
.pb-function-stack > .pb-function-card:nth-child(3)::after,
.pb-function-stack > .pb-function-card:nth-child(4)::after,
.pb-function-stack > .pb-function-card:nth-child(6)::after,
.pb-function-stack > .pb-function-card:nth-child(5)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1.5) 0%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.32) 60%, rgba(0, 0, 0, 0) 100%);
}

.pb-function-stack > .pb-function-card:nth-child(2)::after,
.pb-function-stack > .pb-function-card:nth-child(4)::after,
.pb-function-stack > .pb-function-card:nth-child(6)::after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.32) 60%, rgba(0, 0, 0, 0) 100%);
}

.pb-function-stack > .pb-function-card.pb-s03-reveal-ready::before,
.pb-function-stack > .pb-function-card.pb-s03-reveal-ready::after {
  transform: scaleX(0);
  will-change: transform;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-odd::before,
.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-odd::after {
  transform-origin: left center;
}

.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-even::before,
.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-even::after {
  transform-origin: right center;
}

.pb-function-stack > .pb-function-card.pb-s03-reveal-ready .pb-function-card__body {
  opacity: 0;
  pointer-events: none;
}

.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-in::before,
.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-in::after {
  transform: scaleX(1);
}

.pb-function-stack > .pb-function-card.pb-s03-reveal-ready.pb-s03-reveal-in .pb-function-card__body {
  opacity: 1;
  pointer-events: auto;
}

.pb-function-card__body {
  display: grid;
  gap: 10px;
  max-width: min(580px, 86%);
}

.pb-function-card__eyebrow {
  margin: 0;
  color: #FF318C;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pb-function-card__title {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3.3vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.pb-function-card__desc {
  margin: 30px 0 0;
  color: #d7d7d7;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.45;
}

.pb-function-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 60px;
}

.pb-function-card__actions--wide-gap {
  gap: 30px;
}

@media (min-width: 769px) {
  #section-03 .pb-function-card__actions--wide-gap {
    flex-wrap: nowrap;
  }

  #section-03 .pb-function-card__button[data-open-kiosk-spec],
  #section-03 .pb-function-card__button[data-scroll-target="#section-05"] {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

.pb-function-card__button {
  min-width: 260px;
  padding: 6.5px 24px;
  border: 0;
  border-radius: 999px;
  background: #E96CA9;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.section button {
  transform-origin: center;
}

#section-01 button:hover {
  transform: scale(1.2) !important;
}

.pb-kiosk-spec-modal {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
}

body.pb-kiosk-spec-open,
body.pb-function-modal-open {
  overflow: hidden;
}

.pb-kiosk-spec-modal.is-open {
  display: block;
}

.pb-kiosk-spec-modal__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at left bottom, rgba(255, 79, 163, 0.18), rgba(255, 79, 163, 0) 28%),
    radial-gradient(circle at top center, rgba(255, 79, 163, 0.1), rgba(255, 79, 163, 0) 24%),
    rgba(0, 0, 0, 0.76);
}

.pb-kiosk-spec-modal__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1620px, calc(100vw - 40px), calc((100vh - 40px) * 1.8));
  aspect-ratio: 1620 / 900;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(242, 83, 156, 0.68);
  border-radius: 22px;
  background: #161616;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(255, 133, 189, 0.08) inset,
    0 0 32px rgba(242, 83, 156, 0.08);
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}

.pb-kiosk-spec-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #ff5da9;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transform: scale(2);
  transform-origin: top right;
}

.pb-kiosk-spec-modal__viewport {
  height: 100%;
  overflow: hidden;
}

.pb-kiosk-spec-modal__canvas {
  height: 100%;
  padding: 30px 30px 26px;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
}

.pb-kiosk-spec-modal__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(0, 0.76fr);
  gap: 18px;
  min-height: 0;
  height: 100%;
}

.pb-kiosk-spec-modal__media {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  min-height: 0;
}

.pb-kiosk-spec-modal__caption {
  width: 100%;
  display: grid;
  gap: 14px;
  color: #ffffff;
}

.pb-kiosk-spec-modal__media:last-child {
  padding-bottom: 20px;
}

.pb-kiosk-spec-modal__media:last-child .pb-kiosk-spec-modal__caption {
  padding-bottom: 20px;
}

.pb-kiosk-spec-modal__caption-title {
  margin: 0;
  color: #f2539c;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.pb-kiosk-spec-modal__spec-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pb-kiosk-spec-modal__spec-list div {
  display: grid;
  gap: 6px;
}

.pb-kiosk-spec-modal__spec-list dt {
  margin: 0;
  color: #c6c6c6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.pb-kiosk-spec-modal__spec-list dd {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.pb-kiosk-spec-modal__note-list {
  margin: 0;
  padding-left: 24px;
  display: grid;
  gap: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.pb-kiosk-spec-modal img {
  -webkit-user-drag: none;
  user-select: none;
  -webkit-user-select: none;
}

.pb-kiosk-spec-modal__media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100% - 90px);
  object-fit: contain;
}

.pb-result-view-modal__canvas {
  height: 100%;
  padding: 30px 40px 34px;
  display: grid;
  align-content: center;
}

.pb-result-view-modal .pb-kiosk-spec-modal__viewport {
  overflow: auto;
}

.pb-result-view-modal__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  min-height: 100%;
  align-items: center;
  align-content: center;
}

.pb-result-view-modal__item {
  margin: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 22px;
  text-align: center;
}

.pb-result-view-modal__label {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.pb-result-view-modal__item img {
  display: block;
  width: min(100%, 540px);
  height: auto;
  max-height: 360px;
  object-fit: cover;
  border-radius: 14px;
}

.pb-result-view-modal__copy {
  margin: 0;
  width: min(100%, 560px);
  display: grid;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
}

.pb-result-view-modal__copy p {
  margin: 0;
}

.pb-difference-view-modal__canvas {
  height: 100%;
  padding: 22px 42px 30px;
  display: grid;
  align-content: center;
}

.pb-difference-view-modal .pb-kiosk-spec-modal__viewport {
  overflow: auto;
}

.pb-difference-view-modal__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  min-height: 100%;
  align-items: start;
}

.pb-difference-view-modal__item {
  margin: 0;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 18px;
  text-align: center;
}

.pb-difference-view-modal__label {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.pb-difference-view-modal__item img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.pb-difference-view-modal__copy {
  margin: 0;
  width: min(100%, 560px);
  display: grid;
  gap: 12px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.58;
  word-break: keep-all;
}

.pb-difference-view-modal__copy p {
  margin: 0;
}

.pb-frame-size-view-modal .pb-kiosk-spec-modal__viewport {
  overflow: auto;
}

.pb-frame-size-view-modal__canvas {
  height: 100%;
  padding: 24px 88px 28px 30px;
  display: grid;
}

.pb-frame-size-view-modal__layout {
  min-height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 18px;
}

.pb-frame-size-view-modal__left {
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pb-frame-size-view-modal__right {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(0, 0.66fr);
  gap: 18px;
}

.pb-frame-size-view-modal__item {
  margin: 0;
  min-height: 0;
  border-radius: 12px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 8px;
  padding: 10px;
}

.pb-frame-size-view-modal__label {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
}

.pb-frame-size-view-modal__media {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pb-frame-size-view-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-default-ui-view-modal .pb-kiosk-spec-modal__viewport {
  height: 100%;
  overflow: hidden;
}

.pb-default-ui-view-modal__canvas {
  height: 100%;
  padding: 24px 20px 18px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
}

.pb-default-ui-view-modal__gallery-shell {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.pb-default-ui-view-modal__gallery-frame {
  min-height: 0;
  overflow: hidden;
  padding: 4px 2px 0;
  cursor: grab;
}

.pb-default-ui-view-modal__gallery-frame.is-dragging {
  cursor: grabbing;
}

.pb-default-ui-view-modal__gallery {
  --pb-default-ui-gap: 12px;
  display: flex;
  gap: var(--pb-default-ui-gap);
  transition: transform 0.35s ease;
  will-change: transform;
}

.pb-default-ui-view-modal__gallery-item {
  flex: 0 0 calc((100% - (var(--pb-default-ui-gap) * 3)) / 4);
  margin: 0;
  min-height: 0;
  border-radius: 10px;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
}

.pb-default-ui-view-modal__label {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.pb-default-ui-view-modal__media {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pb-default-ui-view-modal__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-default-ui-view-modal__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pb-default-ui-view-modal__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.pb-default-ui-view-modal__dot.is-active {
  width: 40px;
  border-radius: 999px;
  background: #7f7f7f;
}

.pb-ai-filter-view-modal .pb-kiosk-spec-modal__viewport {
  height: 100%;
  overflow: hidden;
}

.pb-ai-filter-view-modal__canvas {
  height: 100%;
  padding: 28px 30px 24px;
  display: grid;
}

.pb-ai-filter-view-modal__shell {
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 20px;
  min-height: 100%;
}

.pb-ai-filter-view-modal__category-list,
.pb-ai-filter-view-modal__subcategory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.pb-ai-filter-view-modal__category {
  min-width: 194px;
  padding: 14px 30px;
  border: 2px solid rgba(242, 83, 156, 0.72);
  border-radius: 999px;
  background: rgba(242, 83, 156, 0.08);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.pb-ai-filter-view-modal__subcategory {
  min-width: 164px;
  padding: 12px 24px;
  border: 2px solid rgba(242, 83, 156, 0.72);
  border-radius: 999px;
  background: rgba(242, 83, 156, 0.08);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.pb-ai-filter-view-modal__category:hover,
.pb-ai-filter-view-modal__subcategory:hover {
  transform: translateY(-1px);
}

.pb-ai-filter-view-modal__category.is-active,
.pb-ai-filter-view-modal__subcategory.is-active {
  background: #cf6c9c;
}

.pb-ai-filter-view-modal__gallery-shell {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.pb-ai-filter-view-modal__gallery-frame {
  min-height: 0;
  overflow: hidden;
  padding: 10px 6px 0 6px;
}

.pb-ai-filter-view-modal__nav {
  display: none;
}

.pb-ai-filter-view-modal__gallery {
  --pb-ai-gallery-gap: 14px;
  --pb-ai-items-per-view: 2;
  display: flex;
  gap: var(--pb-ai-gallery-gap);
  transition: transform 0.35s ease;
  will-change: transform;
}

.pb-ai-filter-view-modal__gallery-item {
  flex: 0 0 calc((100% - (var(--pb-ai-gallery-gap) * 1.6)) / 2.18);
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #242424;
  aspect-ratio: 0.76;
}

.pb-ai-filter-view-modal__gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-ai-filter-view-modal__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.pb-ai-filter-view-modal__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.pb-ai-filter-view-modal__dot.is-active {
  width: 58px;
  border-radius: 999px;
  background: #7f7f7f;
}

#pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery-shell {
  height: 100%;
}

#pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery-frame {
  padding: 0;
  height: 100%;
  cursor: grab;
}

#pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery-frame.is-dragging {
  cursor: grabbing;
}

#pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery {
  height: 100%;
  align-items: stretch;
}

#pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery-item {
  height: 100%;
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery-item img {
  user-select: none;
  -webkit-user-drag: none;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__canvas {
  padding: 18px 18px 18px;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__shell {
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 18px;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__category-list {
  flex-wrap: nowrap;
  gap: 10px;
  width: 90%;
  margin-right: auto;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__category {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 8px;
  font-size: 15px;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-frame {
  padding: 0;
  height: 100%;
  cursor: grab;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-frame.is-dragging {
  cursor: grabbing;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery {
  gap: 14px;
  height: 100%;
  align-items: stretch;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-shell {
  height: 100%;
  padding-top: 24px;
  box-sizing: border-box;
}

.pb-frame-design-view-modal__page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
  min-height: 0;
}

[data-frame-design-view][data-active-category="4x6"] .pb-frame-design-view-modal__page {
  display: flex;
  gap: 12px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

[data-frame-design-view][data-active-category="2x6"] .pb-frame-design-view-modal__page {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}

[data-frame-design-view][data-active-category="card"] .pb-frame-design-view-modal__page {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  justify-items: stretch;
  height: 100%;
  min-height: 0;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-item {
  flex: initial;
  border-radius: 0;
  background: transparent;
  aspect-ratio: auto;
}

[data-frame-design-view][data-active-category="4x6"] .pb-ai-filter-view-modal__gallery-item {
  flex: 0 0 calc((100% - 36px) / 4);
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}

[data-frame-design-view][data-active-category="2x6"] .pb-ai-filter-view-modal__gallery-item {
  flex: 0 0 calc((100% - 60px) / 6);
}

[data-frame-design-view][data-active-category="card"] .pb-ai-filter-view-modal__gallery-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

[data-frame-design-view][data-active-category="4x6"] .pb-ai-filter-view-modal__gallery-item img {
  width: auto;
  height: 100%;
  max-width: none;
}

[data-frame-design-view][data-active-category="card"] .pb-ai-filter-view-modal__gallery-item img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__dots {
  gap: 10px;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__dot {
  width: 10px;
  height: 10px;
}

.pb-frame-design-view-modal .pb-ai-filter-view-modal__dot.is-active {
  width: 42px;
}

.pb-process-section {
  background: #000000;
  min-height: 37.5vh;
  padding-top: 36px;
  padding-bottom: 36px;
}

.pb-process-section .section-inner {
  max-width: 1320px;
}

#section-04 {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

#section-04 .section-inner {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.pb-process-layout {
  display: grid;
  gap: 128px;
}

.pb-process-header-card,
.pb-process-content-card {
  border: 0;
  border-radius: 24px;
  background: #000000;
}

.pb-process-header-card {
  display: grid;
  gap: 10px;
  padding: clamp(28px, 3vw, 42px);
  text-align: center;
}

#section-04 .pb-process-header-card {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#section-04 .pb-process-content-card {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.pb-process-header-card > .eyebrow {
  margin: 0;
}

.pb-process-header-card > h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 76px);
  line-height: 1.02;
}

.pb-process-content-card {
  padding: clamp(24px, 3vw, 36px);
}

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

.pb-process-step {
  text-align: center;
}

#section-04 .pb-process-step.pb-s04-wipe-ready {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path, opacity;
  transition:
    clip-path 760ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease-out;
}

#section-04 .pb-process-step.pb-s04-wipe-ready.pb-s04-wipe-in {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

#section-04 .pb-process-step.pb-s04-wipe-ready.pb-s04-wipe-in {
  will-change: auto;
}

.pb-process-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(70px, 7vw, 110px);
  height: clamp(70px, 7vw, 110px);
  color: #F86EB5;
}

.pb-process-step__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pb-process-step__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-process-step__icon text {
  fill: currentColor;
  stroke: none;
  font-size: 38px;
  font-weight: 800;
  font-family: inherit;
}

.pb-process-step__label {
  margin: 12px 0 0;
  color: #FF318C;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 800;
  letter-spacing: 0.04em;
}

.pb-process-step__title {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.25;
}

.pb-process-step__desc {
  margin: 8px 0 0;
  color: #c7c7c7;
  font-size: clamp(12px, 0.95vw, 15px);
  line-height: 1.45;
}

.pb-product-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  margin-top: 0;
  padding: clamp(20px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: var(--pb-product-card-bg, none) center center / cover no-repeat;
}

#section-04 .pb-product-card {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: transparent;
}

#section-04 .pb-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--pb-product-card-bg, none) center center / cover no-repeat;
}

#section-04 .pb-product-card.pb-s04-roll-ready::before {
  opacity: 0.28;
  transform: scaleY(0);
  transform-origin: top center;
  will-change: transform, opacity;
  transition:
    transform 1200ms cubic-bezier(0.2, 0.95, 0.25, 1),
    opacity 980ms ease-out;
}

#section-04 .pb-product-card.pb-s04-roll-ready.pb-s04-roll-in::before {
  opacity: 1;
  transform: scaleY(1);
}

#section-04 .pb-product-card .pb-s04-type-line-ready {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  will-change: clip-path, opacity;
  transition:
    clip-path 560ms steps(22, end) var(--pb-s04-type-delay, 0ms),
    opacity 120ms linear var(--pb-s04-type-delay, 0ms);
}

#section-04 .pb-product-card .pb-s04-type-line-ready.pb-s04-type-line-in {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.pb-product-card__head {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.pb-product-card__head > .eyebrow {
  margin: 0;
  font-size: clamp(14px, 1.2vw, 24px);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.pb-product-card__head > h2 {
  margin: 4px 0 0;
  font-size: clamp(36px, 5vw, 74px);
  line-height: 1.02;
}

.pb-product-card__footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.pb-product-card__info {
  display: grid;
  gap: 26px;
  width: min(100%, 50%);
  margin-left: auto;
  text-align: right;
}

.pb-product-spec {
  display: grid;
  gap: 10px;
  padding: clamp(18px, 2vw, 28px);
  border: 0;
  border-radius: 18px;
  background: transparent;
  text-align: left;
}

.pb-product-spec__title {
  margin: 0;
  color: #FF318C;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.1;
}

.pb-product-spec__list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.pb-product-spec__list > div {
  display: grid;
  gap: 4px;
}

.pb-product-spec__list dt {
  margin: 0;
  color: #bcbcbc;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.3;
}

.pb-product-spec__list dd {
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.1vw, 20px);
  font-weight: 700;
  line-height: 1.35;
}

.pb-product-spec__list--pair {
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 10px;
}

.pb-product-spec__list--pair > div:last-child {
  grid-column: 1 / -1;
}

.pb-product-contact-button {
  min-width: 260px;
  padding: 6.5px 24px;
  border: 0;
  border-radius: 999px;
  background: #FF318C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}

#section-04 .pb-product-contact-button {
  transform-origin: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

#section-06 .pb-rental-panel__button,
#section-07 .pb-rental-panel__button {
  transform-origin: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pb-value-section {
  background: #000000;
}

.pb-value-section .section-inner {
  max-width: 1320px;
}

#section-05 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

#section-05 .section-inner {
  width: 100%;
  max-width: 100%;
}

.pb-value-hero-stage {
  position: relative;
}

.pb-value-hero-stage__sticky {
  position: relative;
}

#section-05.pb-s05-stage-ready .pb-value-hero-stage {
  --pb-s05-extra-scroll: 220vh;
  height: calc(100vh + var(--pb-s05-extra-scroll));
  margin-bottom: clamp(34px, 4vw, 64px);
}

#section-05.pb-s05-stage-ready .pb-value-hero-stage__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  overflow: clip;
  z-index: 2;
}

#section-05.pb-s05-stage-ready .pb-value-hero-stage .pb-value-hero-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: calc(100% + (var(--pb-s05-target-width, 100%) - 100%) * var(--pb-s05-shrink-progress, 0));
  height: calc(100vh + (var(--pb-s05-target-height, 430px) - 100vh) * var(--pb-s05-shrink-progress, 0));
  min-height: 0;
  margin: 0;
  border-radius: calc(2px + 16px * var(--pb-s05-shrink-progress, 0));
  transform: translate3d(-50%, -50%, 0) translate3d(0, var(--pb-s05-rise-y, 0px), 0);
  will-change: transform, width, height, border-radius;
}

.pb-value-hero-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(260px, 32vw, 430px);
  padding: clamp(22px, 3.2vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: #121212;
}

.pb-value-hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1.5) 0%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.32) 60%, rgba(0, 0, 0, 0) 100%);
}

.pb-value-hero-card__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pb-value-hero-card__content {
  position: relative;
  z-index: 1;
  max-width: min(840px, 92%);
}

.pb-value-hero-card__eyebrow {
  color: #FF318C;
  font-size: var(--type-card-label-size);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.pb-value-hero-card__title {
  margin: 10px 0 0;
  color: #fff;
  font-size: var(--type-card-title-size);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.pb-value-hero-card__desc {
  margin: 14px 0 0;
  color: #f2f2f2;
  font-size: var(--type-card-body-size);
  line-height: 1.42;
  font-weight: 700;
}

#section-05.pb-s05-stage-ready .pb-value-hero-card__content {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition:
    opacity 320ms ease-out,
    transform 420ms cubic-bezier(0.2, 0.95, 0.25, 1);
}

#section-05.pb-s05-stage-ready.pb-s05-text-in .pb-value-hero-card__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pb-value-section > .section-inner > .eyebrow,
.pb-value-section > .section-inner > .pb-value-case-group > .eyebrow {
  margin: 34px 0 0;
  text-align: center;
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.pb-value-section > .section-inner > h2,
.pb-value-section > .section-inner > .pb-value-case-group > h2 {
  margin: 4px 0 0;
  text-align: center;
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 1.04;
}

.pb-value-case-group {
  margin-top: 80px;
}

#section-05.pb-s05-stage-ready .pb-value-case-group {
  margin-top: calc(30px + var(--pb-s05-case-offset, 0px));
}

#section-05 .pb-value-case-group,
#section-05 .pb-value-brand-card {
  margin-left: 0;
  margin-right: 0;
}

.pb-value-section > .section-inner > .pb-value-case-group > .eyebrow {
  margin-top: 0;
}

.pb-case-slider {
  margin-top: 128px;
}

.pb-case-slider__viewport {
  overflow: hidden;
  padding: 0 10px;
}

.pb-case-slider__track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
  will-change: transform;
}

#section-05 .pb-case-slider__track {
  gap: 12px;
}

.pb-case-card {
  flex: 0 0 0;
  min-width: 0;
}

.pb-case-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border-radius: 18px;
  object-fit: cover;
  cursor: grab;
  -webkit-user-drag: none;
}

.pb-case-slider__viewport.is-dragging .pb-case-card img {
  cursor: grabbing;
}

.pb-case-card__eyebrow {
  margin: 12px 0 0;
  color: #FF318C;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pb-case-card__title {
  margin: 6px 0 0;
  color: #fff;
  font-size: clamp(22px, 1.7vw, 34px);
  line-height: 1.12;
}

#section-05 .pb-case-card__title {
  font-size: clamp(19.2px, 1.44vw, 28.8px);
  line-height: 1.2;
}

.pb-case-slider__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.pb-case-slider__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(180, 180, 180, 0.7);
  cursor: pointer;
  transition: width 0.2s ease, border-radius 0.2s ease, background-color 0.2s ease;
}

.pb-case-slider__dot.is-active {
  width: 62px;
  border-radius: 999px;
  background: rgba(150, 150, 150, 0.95);
}

#section-05 .pb-case-slider__dot.is-active {
  width: 78px;
  height: 12px;
}

.pb-value-brand-card {
  margin-top: 100px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(16, 16, 16, 0.96) 0%, rgba(8, 8, 8, 0.96) 100%);
  padding: 12px 0;
}

#section-05 .pb-value-case-group + .pb-value-brand-card--cooperation {
  margin-top: 240px;
}

.pb-value-brand-card--cooperation {
  background: #000000;
}

.pb-value-brand-card__head {
  padding: clamp(22px, 2.8vw, 38px) clamp(14px, 2.2vw, 30px) clamp(20px, 2.4vw, 30px);
  text-align: center;
}

.pb-value-brand-card__eyebrow {
  margin: 0;
  color: #FF318C;
  font-size: clamp(14px, 1.2vw, 22px);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.pb-value-brand-card__title {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.3vw, 58px);
  line-height: 1.16;
  letter-spacing: -0.01em;
}

.pb-value-brand-card__head + .pb-cooperation-marquee {
  margin-top: 128px;
}

.pb-cooperation-marquee {
  position: relative;
  display: grid;
  gap: 50px;
  padding: 0 0 clamp(28px, 3.2vw, 44px);
}

.pb-cooperation-marquee__row {
  position: relative;
  overflow: hidden;
}

.pb-cooperation-marquee__row::before,
.pb-cooperation-marquee__row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(28px, 4vw, 56px);
  z-index: 1;
  pointer-events: none;
}

.pb-cooperation-marquee__row::before {
  left: 0;
  background: linear-gradient(90deg, #030303 0%, rgba(3, 3, 3, 0) 100%);
}

.pb-cooperation-marquee__row::after {
  right: 0;
  background: linear-gradient(270deg, #030303 0%, rgba(3, 3, 3, 0) 100%);
}

.pb-cooperation-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 70px;
  padding: 0;
}

.pb-cooperation-marquee__group {
  display: flex;
  align-items: center;
  gap: 70px;
  flex: 0 0 auto;
}

.pb-cooperation-marquee__row.is-left .pb-cooperation-marquee__track {
  animation: pbCooperationMarqueeLeft 120s linear infinite;
}

.pb-cooperation-marquee__row.is-right .pb-cooperation-marquee__track {
  animation: pbCooperationMarqueeRight 120s linear infinite;
}

.pb-cooperation-logo {
  flex: 0 0 auto;
  margin: 0;
  display: block;
}

.pb-cooperation-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  object-fit: initial;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
}

.pb-rental-section {
  background: #000000;
}

#section-06,
#section-07 {
  padding-left: 0;
  padding-right: 0;
}

.pb-rental-section .section-inner {
  max-width: 1320px;
}

#section-06 .section-inner,
#section-07 .section-inner {
  max-width: 100%;
}

#section-06 .section-inner,
#section-07 .section-inner {
  --pb-rental-section-gutter: clamp(24px, 3vw, 48px);
  padding-left: var(--pb-rental-section-gutter);
  padding-right: var(--pb-rental-section-gutter);
}

.pb-rental-panel {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(20, 20, 20, 0.94), rgba(10, 10, 10, 0.96));
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.pb-rental-panel--hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  background: #111;
}

.pb-rental-panel__video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-06 .pb-rental-panel--hero,
#section-07 .pb-rental-panel--hero {
  min-height: clamp(260px, 32vw, 430px);
}

#section-06 .pb-rental-panel--hero,
#section-07 .pb-rental-panel--hero {
  margin-left: calc(var(--pb-rental-section-gutter) * -1);
  margin-right: calc(var(--pb-rental-section-gutter) * -1);
}

.pb-rental-panel--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--pb-rental-hero-bg);
  background-size: cover;
  background-position: center;
}

.pb-rental-panel--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(104deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 42%, rgba(0, 0, 0, 0.4) 72%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, 0.2) 0%, rgba(8, 8, 8, 0.62) 100%);
}

#section-06 .pb-rental-panel--hero::after,
#section-07 .pb-rental-panel--hero::after {
  inset: 0 auto 0 0;
  width: min(100%, clamp(520px, 62.5vw, 1200px));
  background: linear-gradient(90deg, rgba(0, 0, 0, 1.5) 0%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.32) 60%, rgba(0, 0, 0, 0) 100%);
}

.pb-rental-panel--hero > :not(.pb-rental-panel__video) {
  position: relative;
  z-index: 1;
}

.pb-rental-panel--hero > .eyebrow {
  margin: 0;
}

.pb-rental-panel--hero > h2 {
  margin: 8px 0 0;
  font-size: clamp(36px, 4.4vw, 66px);
  line-height: 1.04;
}

.pb-rental-panel__lead {
  margin: 12px 0 0;
  color: #dedede;
  font-size: clamp(15px, 1.2vw, 21px);
  line-height: 1.45;
}

.pb-rental-panel__button {
  margin-top: 18px;
  min-width: 260px;
  padding: 6.5px 24px;
  border: 0;
  border-radius: 999px;
  background: #FF318C;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.pb-rental-panel--process {
  margin-top: 18px;
  padding: clamp(20px, 2.4vw, 32px);
  text-align: center;
}

.pb-rental-panel--process > .eyebrow {
  margin: 0;
}

.pb-rental-panel--process > h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.1;
}

#section-06 .pb-rental-panel--process,
#section-07 .pb-rental-panel--process {
  padding: clamp(52px, 5.8vw, 84px) clamp(24px, 3vw, 40px) clamp(44px, 5vw, 72px);
  background: #000000;
  box-shadow: none;
}

#section-06 .pb-rental-panel--process > .eyebrow,
#section-07 .pb-rental-panel--process > .eyebrow {
  color: #ff4ca0;
  font-size: clamp(18px, 1.6vw, 30px);
  letter-spacing: 0.08em;
}

#section-06 .pb-rental-panel--process > h3,
#section-07 .pb-rental-panel--process > h3 {
  margin-top: 10px;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
}

.pb-rental-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

#section-06 .pb-rental-steps {
  gap: clamp(18px, 2.2vw, 34px);
  margin-top: 128px;
  align-items: start;
}

#section-07 .pb-rental-steps {
  gap: clamp(18px, 2.2vw, 34px);
  margin-top: 128px;
  align-items: start;
}

.pb-rental-steps li {
  display: grid;
  gap: 6px;
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

#section-06 .pb-rental-steps li,
#section-07 .pb-rental-steps li {
  gap: 10px;
  padding: 0;
  justify-items: center;
  background: transparent;
  border: 0;
}

.pb-rental-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(54px, 4vw, 70px);
  height: clamp(54px, 4vw, 70px);
  margin: 0 auto 2px;
  border-radius: 14px;
  border: 1px dashed rgba(255, 49, 140, 0.48);
  background: rgba(255, 49, 140, 0.08);
}

#section-06 .pb-rental-step__icon,
#section-07 .pb-rental-step__icon {
  width: clamp(84px, 6.8vw, 124px);
  height: clamp(84px, 6.8vw, 124px);
  margin-bottom: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pb-rental-step__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pb-rental-steps strong {
  color: #FF318C;
  font-size: clamp(12px, 0.95vw, 14px);
  letter-spacing: 0.04em;
}

#section-06 .pb-rental-steps strong,
#section-07 .pb-rental-steps strong,
#section-04 .pb-process-step__label {
  font-size: clamp(16px, 1.15vw, 22px);
  letter-spacing: 0.06em;
}

.pb-rental-step__title {
  color: #fff;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 700;
}

#section-06 .pb-rental-step__title,
#section-07 .pb-rental-step__title,
#section-04 .pb-process-step__title,
#section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__title,
#section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__title {
  font-size: clamp(22px, 1.75vw, 34px);
  line-height: 1.15;
}

.pb-rental-step__desc {
  color: #c7c7c7;
  font-size: clamp(11px, 0.85vw, 13px);
  line-height: 1.45;
  font-weight: 600;
}

#section-06 .pb-rental-step__desc,
#section-07 .pb-rental-step__desc,
#section-04 .pb-process-step__desc,
#section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__desc,
#section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__desc {
  color: #ffffff;
  font-size: clamp(14px, 0.98vw, 18px);
  line-height: 1.45;
  font-weight: 600;
}

@keyframes pbCooperationMarqueeLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pbCooperationMarqueeRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pb-cooperation-marquee__row.is-left .pb-cooperation-marquee__track,
  .pb-cooperation-marquee__row.is-right .pb-cooperation-marquee__track {
    animation: none;
  }
}

@media (max-width: 1200px) {
  .pb-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 16px;
  }
}

@media (max-width: 1200px) {
  .pb-product-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pb-customizing-slider {
    margin-top: 72px;
  }

  .pb-customizing-print-card {
    flex-basis: clamp(300px, 48vw, 460px);
  }

}

@media (max-width: 1200px) {
  .pb-case-slider {
    grid-template-columns: 42px 1fr 42px;
    gap: 10px;
  }

  .pb-case-card__title {
    font-size: clamp(20px, 2.4vw, 30px);
  }
}

@media (max-width: 1200px) {
  .pb-rental-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  #section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  main > #section-01 + #section-01-customizing {
    margin-top: 56px;
  }

  main > #section-01-customizing + #section-02 {
    margin-top: 80px;
  }

  .hero-photogram {
    min-height: 44svh;
  }

  .hero-photogram::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.72) 46%, rgba(0, 0, 0, 0.34) 78%, rgba(0, 0, 0, 0.06) 100%);
  }

  .hero-photogram .section-inner {
    min-height: calc(44svh - 32px);
    padding-left: 44px;
  }

  .hero-photogram .section-inner > .eyebrow {
    margin-bottom: 10px;
    font-size: clamp(16.8px, 4.56vw, 21.6px);
  }

  .hero-photogram .section-inner > h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(22.5px, 7.2vw, 31.5px);
  }

  .hero-photogram .section-inner > p:not(.eyebrow) {
    max-width: min(100%, 320px);
    margin-bottom: 18px;
    font-size: clamp(14px, 3.7vw, 18px);
  }

  .pb-hero-contact-button {
    min-width: 170px;
    padding: 6.3px 18px;
    font-size: 14px;
  }

  .pb-customizing-section {
    padding-left: 0;
    padding-right: 0;
  }

  .pb-customizing-copy {
    padding: 0 18px;
  }

  .pb-customizing-copy > .eyebrow {
    margin-bottom: 8px;
    font-size: clamp(13px, 3.6vw, 15px);
  }

  .pb-customizing-copy > h2 {
    margin-bottom: 16px;
    font-size: clamp(28px, 8.6vw, 38px);
    line-height: 1.18;
  }

  .pb-customizing-copy > p:not(.eyebrow) {
    font-size: clamp(14px, 3.8vw, 16px);
    line-height: 1.5;
  }

  .pb-customizing-copy > p:not(.eyebrow) br {
    display: none;
  }

  .pb-customizing-slider {
    margin-top: 44px;
  }

  .pb-customizing-slider__group {
    gap: 10px;
    padding-right: 10px;
  }

  .pb-customizing-print-card {
    flex-basis: min(82vw, 340px);
  }

  .pb-customizing-actions {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 36px;
    padding: 0 18px;
  }

  .pb-customizing-button {
    width: min(100%, 260px);
    min-width: 0;
    padding: 10px 18px;
    font-size: 15px;
  }

  .pb-customizing-sample-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
  }

  .pb-customizing-sample-modal__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .pb-customizing-sample-modal__body {
    align-content: start;
    gap: 12px;
    height: auto;
    min-height: 100%;
    padding: 54px 12px 14px;
  }

  .pb-customizing-sample-modal__tabs {
    flex-wrap: wrap;
    gap: 8px;
    width: auto;
  }

  .pb-customizing-sample-modal__tab {
    flex: 0 0 150px;
    width: 150px;
    padding: 10px 8px;
    font-size: 13px;
  }

  .pb-customizing-sample-modal__item {
    flex-basis: 100%;
  }

  .pb-intro-dual {
    gap: 16px;
  }

  #section-02 .pb-intro-dual > :nth-child(3) {
    margin-top: 32px;
  }

  .pb-intro-panel {
    padding: 22px 18px;
    gap: 18px;
  }

  .pb-intro-feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .pb-intro-panel--function .pb-intro-feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .pb-intro-feature-card {
    padding: 16px 14px;
    gap: 12px;
  }

  .pb-intro-panel--function .pb-intro-feature-card__icon {
    width: clamp(76px, 22vw, 110px);
    height: clamp(76px, 22vw, 110px);
  }

  .pb-intro-panel--advantages .pb-intro-feature-card__icon {
    width: min(100%, clamp(96px, 32vw, 140px));
    height: clamp(72px, 24vw, 105px);
  }

  .pb-intro-feature-card__title {
    font-size: clamp(17px, 4.5vw, 20px);
  }

  .pb-intro-feature-card__desc {
    font-size: clamp(12px, 3.4vw, 14px);
  }

  .pb-intro-feature-card__eyebrow {
    font-size: 10px;
  }

  .pb-function-stack {
    gap: 12px;
    margin-top: 18px;
  }

  .pb-function-card {
    min-height: 220px;
    padding: 16px 14px;
  }

  .pb-function-card__eyebrow {
    font-size: 12px;
  }

  .pb-function-card__title {
    font-size: clamp(22px, 6.4vw, 34px);
  }

  .pb-function-card__desc {
    font-size: clamp(12px, 3.8vw, 16px);
  }

  .pb-function-card__actions {
    margin-top: 60px;
    gap: 8px;
  }

  .pb-function-card__actions--wide-gap {
    gap: 30px;
  }

  .pb-function-card__button {
    min-width: 170px;
    padding: 6.3px 18px;
    font-size: 13px;
  }

  .pb-kiosk-spec-modal__panel {
    width: min(calc(100vw - 24px), calc((100vh - 24px) * 1.8));
    border-radius: 18px;
  }

  .pb-kiosk-spec-modal__close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .pb-kiosk-spec-modal__viewport {
    height: 100%;
  }

  .pb-kiosk-spec-modal__canvas {
    height: 100%;
    padding: 20px 14px 16px;
  }

  .pb-kiosk-spec-modal__gallery {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
    gap: 10px;
  }

  .pb-kiosk-spec-modal__media {
    gap: 10px;
  }

  .pb-kiosk-spec-modal__caption {
    gap: 10px;
  }

  .pb-kiosk-spec-modal__caption-title {
    font-size: 24px;
  }

  .pb-kiosk-spec-modal__spec-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .pb-kiosk-spec-modal__spec-list dt {
    font-size: 14px;
  }

  .pb-kiosk-spec-modal__spec-list dd,
  .pb-kiosk-spec-modal__note-list {
    font-size: 20px;
  }

  .pb-kiosk-spec-modal__note-list {
    padding-left: 20px;
    gap: 8px;
  }

  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__canvas {
    height: auto;
    min-height: 100%;
    padding-top: 54px;
  }

  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__media img {
    max-height: none;
  }

  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__media:last-child,
  #pb-kiosk-spec-modal .pb-kiosk-spec-modal__media:last-child .pb-kiosk-spec-modal__caption {
    padding-bottom: 0;
  }

  .pb-result-view-modal__canvas {
    padding: 22px 14px 20px;
  }

  .pb-result-view-modal__gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pb-result-view-modal__item {
    gap: 16px;
  }

  .pb-result-view-modal__label {
    font-size: 22px;
  }

  .pb-result-view-modal__copy {
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  #pb-result-view-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-result-view-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-result-view-modal .pb-result-view-modal__canvas {
    height: auto;
    min-height: 100%;
    padding: 54px 14px 20px;
    align-content: start;
  }

  #pb-result-view-modal .pb-result-view-modal__gallery {
    min-height: 0;
    align-content: start;
  }

  #pb-result-view-modal .pb-result-view-modal__item img {
    max-height: min(42dvh, 320px);
    object-fit: contain;
  }

  .pb-difference-view-modal__canvas {
    padding: 20px 14px 18px;
  }

  .pb-difference-view-modal__gallery {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pb-difference-view-modal__item {
    gap: 14px;
  }

  .pb-difference-view-modal__label {
    font-size: 22px;
  }

  .pb-difference-view-modal__copy {
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  #pb-difference-view-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-difference-view-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-difference-view-modal .pb-difference-view-modal__canvas {
    height: auto;
    min-height: 100%;
    padding: 54px 14px 20px;
    align-content: start;
  }

  #pb-difference-view-modal .pb-difference-view-modal__gallery {
    min-height: 0;
    align-content: start;
  }

  #pb-difference-view-modal .pb-difference-view-modal__item img {
    max-height: min(42dvh, 320px);
    object-fit: contain;
  }

  #pb-frame-size-view-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-frame-size-view-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-frame-size-view-modal .pb-frame-size-view-modal__canvas {
    height: auto;
    min-height: 100%;
    padding: 54px 54px 16px 14px;
  }

  #pb-frame-size-view-modal .pb-frame-size-view-modal__layout {
    min-height: 0;
    align-content: start;
  }

  .pb-frame-size-view-modal__canvas {
    padding: 20px 54px 16px 14px;
  }

  .pb-frame-size-view-modal__layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pb-frame-size-view-modal__left {
    gap: 10px;
  }

  .pb-frame-size-view-modal__right {
    gap: 10px;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
  }

  .pb-frame-size-view-modal__item {
    border-radius: 10px;
    padding: 6px;
    gap: 6px;
  }

  .pb-frame-size-view-modal__label {
    font-size: 13px;
  }

  .pb-default-ui-view-modal__canvas {
    padding: 20px 12px 14px;
    gap: 10px;
  }

  .pb-default-ui-view-modal__gallery-shell {
    grid-template-columns: 1fr;
  }

  .pb-default-ui-view-modal__gallery {
    --pb-default-ui-gap: 8px;
  }

  .pb-default-ui-view-modal__gallery-item {
    flex-basis: calc((100% - var(--pb-default-ui-gap)) / 2);
    padding: 6px;
    gap: 6px;
  }

  .pb-default-ui-view-modal__label {
    font-size: 12px;
  }

  .pb-default-ui-view-modal__dots {
    gap: 8px;
  }

  .pb-default-ui-view-modal__dot {
    width: 8px;
    height: 8px;
  }

  .pb-default-ui-view-modal__dot.is-active {
    width: 28px;
  }

  #pb-default-ui-view-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-default-ui-view-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-default-ui-view-modal .pb-default-ui-view-modal__canvas {
    height: auto;
    min-height: 100%;
    padding: 54px 12px 14px;
    grid-template-rows: minmax(220px, 1fr) auto;
    align-content: start;
  }

  #pb-default-ui-view-modal .pb-default-ui-view-modal__gallery-shell {
    min-height: 220px;
  }

  .pb-ai-filter-view-modal__canvas {
    padding: 20px 14px 16px;
  }

  .pb-ai-filter-view-modal__shell {
    gap: 12px;
  }

  .pb-ai-filter-view-modal__category-list,
  .pb-ai-filter-view-modal__subcategory-list {
    gap: 10px;
  }

  .pb-ai-filter-view-modal__category,
  .pb-ai-filter-view-modal__subcategory {
    min-width: 0;
    padding: 10px 16px;
    font-size: 14px;
  }

  .pb-ai-filter-view-modal__gallery-shell {
    grid-template-columns: 1fr;
  }

  .pb-ai-filter-view-modal__gallery-frame {
    padding: 6px 2px 0;
  }

  .pb-ai-filter-view-modal__gallery {
    --pb-ai-gallery-gap: 12px;
  }

  .pb-ai-filter-view-modal__gallery-item {
    flex-basis: calc(100% - 26px);
  }

  .pb-ai-filter-view-modal__dot.is-active {
    width: 34px;
  }

  #pb-ai-filter-view-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-ai-filter-view-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-ai-filter-view-modal .pb-ai-filter-view-modal__canvas {
    height: auto;
    min-height: 100%;
    padding: 54px 14px 16px;
  }

  #pb-ai-filter-view-modal .pb-ai-filter-view-modal__shell {
    min-height: 100%;
    grid-template-rows: auto auto minmax(220px, 1fr) auto;
    gap: 10px;
  }

  #pb-ai-filter-view-modal .pb-ai-filter-view-modal__gallery-shell {
    min-height: 220px;
  }

  #pb-frame-design-view-modal .pb-kiosk-spec-modal__panel {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px);
    height: auto;
    aspect-ratio: auto;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
  }

  #pb-frame-design-view-modal .pb-kiosk-spec-modal__viewport {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
  }

  #pb-frame-design-view-modal .pb-ai-filter-view-modal__canvas {
    height: auto;
    min-height: 100%;
    padding: 54px 12px 14px;
  }

  #pb-frame-design-view-modal .pb-ai-filter-view-modal__shell {
    min-height: 100%;
    grid-template-rows: auto minmax(220px, 1fr) auto;
    gap: 10px;
  }

  #pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-shell {
    min-height: 220px;
  }

  .pb-frame-design-view-modal .pb-ai-filter-view-modal__canvas {
    padding: 16px 12px 14px;
  }

  .pb-frame-design-view-modal .pb-ai-filter-view-modal__gallery-shell {
    padding-top: 16px;
  }

  .pb-frame-design-view-modal .pb-ai-filter-view-modal__category-list {
    flex-wrap: wrap;
    gap: 8px;
    width: 90%;
    margin-right: auto;
  }

  .pb-frame-design-view-modal .pb-ai-filter-view-modal__category {
    flex: 1 1 calc(50% - 8px);
    font-size: 13px;
    padding: 10px 8px;
  }

  .pb-frame-design-view-modal__page {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  [data-frame-design-view][data-active-category="4x6"] .pb-frame-design-view-modal__page {
    align-items: flex-end;
    gap: 8px;
  }

  [data-frame-design-view][data-active-category="4x6"] .pb-ai-filter-view-modal__gallery-item {
    flex-basis: calc((100% - 16px) / 3);
    height: auto;
    aspect-ratio: auto;
  }

  [data-frame-design-view][data-active-category="4x6"] .pb-ai-filter-view-modal__gallery-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }

  [data-frame-design-view][data-active-category="2x6"] .pb-ai-filter-view-modal__gallery-item {
    flex-basis: calc((100% - 36px) / 4);
  }

  [data-frame-design-view][data-active-category="card"] .pb-frame-design-view-modal__page {
    gap: 8px;
  }

  .pb-process-header-card > h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .pb-process-content-card {
    padding: 18px;
  }

  .pb-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 14px;
  }

  .pb-process-step__icon {
    width: clamp(62px, 16vw, 78px);
    height: clamp(62px, 16vw, 78px);
  }

  .pb-process-step__title {
    font-size: clamp(16px, 4vw, 20px);
  }

  .pb-process-step__desc {
    font-size: clamp(11px, 3.2vw, 13px);
  }

  .pb-product-card__head > .eyebrow {
    font-size: clamp(13px, 3.8vw, 18px);
  }

  .pb-product-card__head > h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .pb-product-card__footer {
    margin-top: 12px;
  }

  .pb-product-card {
    margin-top: 0;
    padding: 16px 14px;
    border-radius: 14px;
  }

  .pb-product-card__info {
    gap: 18px;
    width: 100%;
  }

  .pb-product-spec__title {
    font-size: clamp(20px, 5.6vw, 28px);
  }

  .pb-product-spec__list {
    gap: 8px;
  }

  .pb-product-spec__list dd {
    font-size: clamp(13px, 3.7vw, 16px);
  }

  .pb-product-spec__list--pair {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .pb-product-contact-button {
    min-width: 170px;
    padding: 6.3px 18px;
    font-size: 16px;
  }

  .pb-value-section > .section-inner > .eyebrow,
  .pb-value-section > .section-inner > .pb-value-case-group > .eyebrow {
    font-size: clamp(13px, 3.8vw, 18px);
  }

  .pb-value-hero-card {
    min-height: 220px;
    padding: 16px 14px;
    border-radius: 14px;
  }

  #section-05.pb-s05-stage-ready .pb-value-hero-stage {
    margin-bottom: 26px;
  }

  #section-05.pb-s05-stage-ready .pb-value-hero-stage .pb-value-hero-card {
    padding: 16px 14px;
    border-radius: calc(2px + 12px * var(--pb-s05-shrink-progress, 0));
  }

  .pb-value-hero-card__content {
    max-width: 100%;
  }

  .pb-value-hero-card__eyebrow {
    font-size: var(--type-card-label-size);
  }

  .pb-value-hero-card__title {
    margin-top: 8px;
    font-size: var(--type-card-title-size);
  }

  .pb-value-hero-card__desc {
    margin-top: 10px;
    font-size: var(--type-card-body-size);
  }

  .pb-value-section > .section-inner > .eyebrow,
  .pb-value-section > .section-inner > .pb-value-case-group > .eyebrow {
    margin-top: 20px;
  }

  .pb-value-section > .section-inner > .pb-value-case-group > .eyebrow {
    margin-top: 0;
  }

  .pb-value-section > .section-inner > h2,
  .pb-value-section > .section-inner > .pb-value-case-group > h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .pb-case-slider {
    margin-top: 24px;
  }

  .pb-case-card img {
    border-radius: 14px;
  }

  .pb-case-card__title {
    font-size: clamp(18px, 5.8vw, 24px);
  }

  .pb-value-brand-card {
    margin-top: 80px;
    border-radius: 12px;
    padding: 10px 0;
  }

  #section-05 .pb-value-case-group + .pb-value-brand-card--cooperation {
    margin-top: 80px;
  }

  #section-05 .pb-value-case-group,
  #section-05 .pb-value-brand-card {
    margin-left: 0;
    margin-right: 0;
  }

  .pb-value-brand-card__head {
    padding: 16px 12px 14px;
  }

  .pb-value-brand-card__eyebrow {
    font-size: clamp(13px, 3.6vw, 16px);
  }

  .pb-value-brand-card__title {
    margin-top: 8px;
    font-size: clamp(24px, 6.8vw, 34px);
    line-height: 1.2;
  }

  #section-05 .pb-value-brand-card--cooperation .pb-value-brand-card__head + .pb-cooperation-marquee {
    margin-top: 80px;
  }

  .pb-cooperation-marquee {
    gap: 50px;
    padding-bottom: 28px;
  }

  .pb-cooperation-marquee__track {
    gap: 70px;
    padding: 0;
  }

  .pb-cooperation-marquee__group {
    gap: 70px;
  }

  .pb-cooperation-logo {
    width: auto;
    height: auto;
    border-radius: 0;
  }

  .pb-cooperation-logo img {
    width: 240px;
    height: auto;
    max-width: none;
  }

  .pb-case-slider__viewport {
    padding: 0 4px;
  }

  .pb-case-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .pb-case-slider__dot.is-active {
    width: 42px;
    border-radius: 999px;
    background: #b5b5b5;
  }

  #section-05 .pb-case-slider__dot.is-active {
    width: 52px;
    height: 10px;
  }

  .pb-rental-panel--hero {
    padding: 16px 14px;
    border-radius: 14px;
  }

  #section-06 .section-inner,
  #section-07 .section-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  #section-06 .section-inner,
  #section-07 .section-inner {
    --pb-rental-section-gutter: 12px;
  }

  #section-06 .pb-rental-panel--hero,
  #section-07 .pb-rental-panel--hero {
    min-height: 220px;
  }

  .pb-rental-panel--hero > h2 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .pb-rental-panel__lead {
    font-size: clamp(13px, 3.8vw, 16px);
  }

  .pb-rental-panel__button {
    margin-top: 14px;
    min-width: 170px;
    padding: 6.3px 18px;
    font-size: 14px;
  }

  .pb-rental-panel--process {
    margin-top: 12px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  #section-06 .pb-rental-panel--process,
  #section-07 .pb-rental-panel--process {
    padding: 36px 16px 30px;
  }

  .pb-rental-panel--process > h3 {
    font-size: clamp(24px, 7vw, 32px);
  }

  #section-06 .pb-rental-panel--process > .eyebrow,
  #section-07 .pb-rental-panel--process > .eyebrow {
    font-size: clamp(16px, 4.4vw, 20px);
  }

  #section-06 .pb-rental-panel--process > h3,
  #section-07 .pb-rental-panel--process > h3 {
    margin-top: 8px;
    font-size: clamp(30px, 9vw, 48px);
  }

  .pb-rental-steps {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
  }

  #section-06 .pb-rental-steps,
  #section-07 .pb-rental-steps {
    gap: 20px 12px;
    margin-top: 34px;
  }

  .pb-rental-steps li {
    padding: 10px 8px;
  }

  #section-06 .pb-rental-steps li,
  #section-07 .pb-rental-steps li {
    padding: 0;
  }

  .pb-rental-step__icon {
    width: clamp(48px, 14vw, 60px);
    height: clamp(48px, 14vw, 60px);
    border-radius: 12px;
  }

  #section-06 .pb-rental-step__icon,
  #section-07 .pb-rental-step__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 6px;
    border-radius: 0;
  }

  .pb-rental-step__title {
    font-size: clamp(12px, 3.6vw, 14px);
  }

  #section-06 .pb-rental-step__title,
  #section-07 .pb-rental-step__title,
  #section-04 .pb-process-step__title,
  #section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__title,
  #section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__title {
    font-size: clamp(18px, 5.2vw, 24px);
  }

  .pb-rental-step__desc {
    font-size: clamp(10px, 3.1vw, 12px);
    line-height: 1.4;
  }

  #section-06 .pb-rental-step__desc,
  #section-07 .pb-rental-step__desc,
  #section-04 .pb-process-step__desc,
  #section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__desc,
  #section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__desc {
    font-size: clamp(12px, 3.5vw, 14px);
  }

}

/* Surface and radius normalization */
.section[id^="section-"] {
  position: relative;
  border-bottom: 0 !important;
}

.pb-intro-panel,
.pb-intro-feature-card,
.pb-function-card,
.pb-product-card,
.pb-value-hero-card,
.pb-value-brand-card,
.pb-rental-panel,
.pb-rental-steps li,
.pb-case-card img {
  border-width: 0 !important;
}

.pb-intro-panel {
  border-radius: 12px !important;
}

.pb-intro-feature-card {
  border-radius: 9px !important;
}

.pb-function-card {
  border-radius: 8px !important;
}

.pb-product-card {
  border-radius: 9px !important;
}

.pb-value-hero-card,
.pb-value-brand-card,
.pb-rental-panel,
.pb-case-card img {
  border-radius: 9px !important;
}

.pb-rental-steps li {
  border-radius: 6px !important;
}

/* section-02 explicit black background */
#section-02,
#section-02 .pb-intro-panel,
#section-02 .pb-intro-feature-card {
  background: #000000 !important;
}

/* section-03 explicit black background */
#section-03 {
  background: #000000 !important;
}

/* Shared responsive typography */
.hero-photogram .section-inner > .eyebrow,
.pb-intro-panel__copy > .eyebrow,
.pb-function-header-card > .eyebrow,
.pb-process-header-card > .eyebrow,
.pb-product-card__head > .eyebrow,
.pb-value-section > .section-inner > .eyebrow,
.pb-value-section > .section-inner > .pb-value-case-group > .eyebrow,
.pb-value-brand-card__eyebrow,
.pb-rental-panel--hero > .eyebrow,
:is(#section-06, #section-07) .pb-rental-panel--process > .eyebrow {
  font-size: var(--type-section-label-size);
  line-height: var(--type-section-label-line-height);
}

.hero-photogram .section-inner > h1,
.pb-intro-panel__copy > h2,
.pb-function-header-card > h2,
.pb-process-header-card > h2,
.pb-product-card__head > h2,
.pb-value-section > .section-inner > h2,
.pb-value-section > .section-inner > .pb-value-case-group > h2,
.pb-value-brand-card__title,
.pb-rental-panel--hero > h2,
:is(#section-06, #section-07) .pb-rental-panel--process > h3 {
  font-size: var(--type-section-title-size);
  line-height: var(--type-section-title-line-height);
}

.hero-photogram .section-inner > p:not(.eyebrow),
.pb-intro-section__lead,
.pb-rental-panel__lead {
  font-size: var(--type-section-body-size);
  line-height: var(--type-section-body-line-height);
}

.pb-hero-contact-button {
  font-size: var(--type-section-button-size);
  line-height: var(--type-section-button-line-height);
}

.pb-function-card__button,
.pb-product-contact-button,
.pb-rental-panel__button {
  font-size: var(--type-card-button-size);
  line-height: var(--type-card-button-line-height);
}

.pb-intro-panel--advantages .pb-intro-feature-card__eyebrow,
.pb-intro-panel--function .pb-intro-feature-card__eyebrow,
.pb-function-card__eyebrow,
#section-04 .pb-process-step__label,
.pb-product-spec__list dt,
.pb-case-card__eyebrow,
:is(#section-06, #section-07) .pb-rental-steps strong {
  font-size: var(--type-card-label-size);
  line-height: var(--type-card-label-line-height);
}

#section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__title,
#section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__title,
.pb-function-card__title,
#section-04 .pb-process-step__title,
.pb-product-spec__title,
.pb-case-card__title,
:is(#section-06, #section-07) .pb-rental-step__title {
  font-size: var(--type-card-title-size);
  line-height: var(--type-card-title-line-height);
}

#section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__desc,
#section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__desc,
.pb-function-card__desc,
#section-04 .pb-process-step__desc,
.pb-product-spec__list dd,
:is(#section-06, #section-07) .pb-rental-step__desc {
  font-size: var(--type-card-body-size);
  line-height: var(--type-card-body-line-height);
}

#section-06 .pb-rental-panel--hero > .pb-rental-panel__button,
#section-07 .pb-rental-panel--hero > .pb-rental-panel__button {
  margin-top: 80px;
}

#section-04 .pb-process-content-card + .pb-product-card {
  margin-top: 112px;
}

#section-06 .pb-rental-panel--hero + .pb-rental-panel--process {
  margin-top: 240px;
}

#section-07 .pb-rental-panel--hero + .pb-rental-panel--process {
  margin-top: 240px;
}

@media (max-width: 768px) {
  #section-01.hero-photogram .section-inner > .eyebrow {
    font-size: 20px;
  }

  #section-01.hero-photogram .section-inner > h1 {
    font-size: 42px;
  }

  #section-01.hero-photogram .section-inner > p:not(.eyebrow) {
    font-size: 20px;
  }

  #section-02 .pb-intro-panel__copy > .eyebrow {
    font-size: 20px;
  }

  #section-02 .pb-intro-panel__copy > h2 {
    font-size: 42px;
  }

  #section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__title,
  #section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__title {
    font-size: 28px;
  }

  #section-02 .pb-intro-panel--advantages.pb-intro-panel--features-only .pb-intro-feature-card__desc,
  #section-02 .pb-intro-panel--function.pb-intro-panel--features-only .pb-intro-feature-card__desc {
    font-size: 16px;
  }

  #section-03 .pb-function-header-card > .eyebrow {
    font-size: 20px;
  }

  #section-03 .pb-function-header-card > h2 {
    font-size: 42px;
  }

  #section-04 .pb-process-header-card > .eyebrow {
    font-size: 20px;
  }

  #section-04 .pb-process-header-card > h2 {
    font-size: 42px;
  }

  #section-04 .pb-process-step__title {
    font-size: 28px;
  }

  #section-04 .pb-process-step__desc {
    font-size: 16px;
  }

  #section-04 .pb-product-card__head > .eyebrow {
    font-size: 20px;
  }

  #section-04 .pb-product-card__head > h2 {
    font-size: 42px;
  }

  #section-04 .pb-product-spec__title {
    font-size: 30px;
  }

  #section-05 .pb-value-case-group > .eyebrow,
  #section-05 .pb-value-brand-card__eyebrow {
    font-size: 20px;
  }

  #section-05 .pb-value-case-group > h2,
  #section-05 .pb-value-brand-card__title {
    font-size: 42px;
  }

  #section-06 .pb-rental-panel--hero > .eyebrow,
  #section-07 .pb-rental-panel--hero > .eyebrow {
    font-size: 20px;
  }

  #section-06 .pb-rental-panel--hero > h2,
  #section-07 .pb-rental-panel--hero > h2 {
    font-size: 42px;
  }

  #section-06 .pb-rental-panel__lead,
  #section-07 .pb-rental-panel__lead {
    font-size: 20px;
  }

  #section-06 .pb-rental-step__title,
  #section-07 .pb-rental-step__title {
    font-size: 28px;
  }

  #section-06 .pb-rental-step__desc,
  #section-07 .pb-rental-step__desc {
    font-size: 16px;
  }

  #section-06 .pb-rental-panel--process > .eyebrow {
    font-size: 20px;
  }

  #section-06 .pb-rental-panel--process > h3 {
    font-size: 42px;
  }

  #section-07 .pb-rental-panel--process > .eyebrow {
    font-size: 20px;
  }

  #section-07 .pb-rental-panel--process > h3 {
    font-size: 42px;
  }
}
