.section-04 {
  font-family: var(--font-primary);
  position: relative;
}

.section-04__heading {
  margin-bottom: 16px;
}

.section-04__title-wrap {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
}

.section-04__minus-logo {
  width: clamp(110px, 12vw, 180px);
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(18%, 14%);
  z-index: 3;
}

.section-04__shell {
  position: relative;
  min-height: auto;
}

.section-04__content {
  position: relative;
  z-index: 2;
}

.section-04__body-copy,
.section-04__bridge-copy {
  max-width: min(1000px, 75vw);
}

.section-04__body-copy p,
.section-04__bridge-copy p {
  margin: 0;
  font-size: 17px;
  line-height: 1.76;
  color: var(--text-body);
}

.section-04__body-copy {
  margin-top: 12px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.section-04__slogan-art {
  margin: 40px 0 52px;
  text-align: center;
}

.section-04__slogan-art img {
  width: min(100%, 980px);
  margin: 0 auto;
}

.section-04__slogan-fallback {
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(24px, 4.4vw, 48px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.02em;
  opacity: 0.55;
}

.section-04__window-stage {
  position: relative;
  min-height: auto;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 18px;
  align-items: start;
  padding-bottom: 6px;
}

.section-04__window {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: min(250px, 24vw) !important;
  flex: 0 0 min(250px, 24vw);
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 18px;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.section-04__window .win95-titlebar {
  background: rgba(255, 255, 255, 0.94);
  color: var(--text-primary);
  border-bottom: 1px solid rgba(26, 26, 26, 0.12);
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 12px 14px;
}

.section-04__window .win95-control {
  width: 26px;
  height: 26px;
  border-color: rgba(0, 0, 0, 0.14);
  background: #fff;
  border-radius: 999px;
  box-shadow: none;
  font-size: 12px;
}

.section-04__window .win95-content {
  height: 360px;
  overflow-y: auto;
  background: #fff;
}

.section-04__window-content {
  display: grid;
  gap: 8px;
  padding: 8px;
}

.section-04__window-media {
  margin: 0;
  min-height: 180px;
  position: relative;
}

.section-04__window-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.section-04__media-fallback {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px dashed rgba(0, 0, 0, 0.2);
}

.section-04__media-fallback.is-visible {
  display: flex;
}

.section-04__video-ribbon {
  margin: 24px 0 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  height: var(--video-banner-height);
  overflow: hidden;
}

.section-04__video-ribbon video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-04__slogan-art--k {
  margin-top: 40px;
  margin-bottom: 32px;
  text-align: center;
}

.section-04__slogan-art--k img {
  transform: translateX(44px);
}

.section-04__bridge {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(280px, 2fr);
  gap: 28px;
  align-items: stretch;
  margin: 10px auto 0;
  max-width: min(1120px, 92vw);
}

.section-04__bridge-copy {
  display: block;
}

.section-04__bridge-copy p {
  margin: 0;
  padding: 0;
}

.section-04__bridge-copy p + p {
  margin-top: 34px;
}

.section-04__bridge-copy p:nth-child(2) {
  font-size: clamp(28px, 2.6vw, 34px);
  line-height: 1.24;
  font-weight: 600;
  font-style: normal;
}

.section-04__bridge-frame {
  border: var(--frame-border);
  background: #fff;
  min-height: 260px;
  max-height: 520px;
  width: min(300px, 100%);
  max-width: 300px;
  justify-self: end;
  display: grid;
  grid-template-rows: auto 1fr;
}

.section-04__bridge-title {
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: none;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.section-04__bridge-media {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 4;
}

.section-04__bridge-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  height: 100%;
  transition: transform 520ms ease;
}

.section-04__bridge-track video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .section-04__window-stage {
    overflow-x: auto;
  }

  .section-04__video-ribbon {
    height: 160px;
  }

  .section-04__bridge {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  }

  .section-04__slogan-art--k img {
    transform: translateX(20px);
  }
}

@media (max-width: 768px) {
  .section-04__window-stage {
    gap: 14px;
  }

  .section-04__window {
    width: min(76vw, 280px) !important;
    flex: 0 0 min(76vw, 280px);
  }

  .section-04__window .win95-content {
    height: 280px;
  }

  .section-04__video-ribbon {
    height: 120px;
  }

  .section-04__bridge {
    grid-template-columns: 1fr;
  }

  .section-04__bridge-frame {
    max-width: 100%;
    justify-self: stretch;
    min-height: 240px;
  }

  .section-04__slogan-art--k img {
    transform: translateX(0);
  }
}
