/* Sunny Quasar — Figma Component5 (11:32) 1920×1080, 100vh (rem 베이스: html 10px) */

#previewContent .sunny-quasar {
  height: 108rem;
  min-height: 108rem;
}

.sunny-quasar {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 108rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fdf2e9;
  box-sizing: border-box;
}

.sunny-quasar *,
.sunny-quasar *::before,
.sunny-quasar *::after {
  box-sizing: border-box;
}

/* Frame13: x477 y96, 966×860.616 */
.sunny-quasar__stage {
  position: relative;
  width: 100%;
  max-width: 96.6rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 9.6rem;
}

.sunny-quasar__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Frame12: 858×280, x54 */
.sunny-quasar__header {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

/* 0:211 line1 — 26/64 orange */
.sunny-quasar__lead {
  margin: 0;
  padding: 0;
  color: #ff671f;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 6.4rem;
}

/* 0:211 line2 — 50/64 black */
.sunny-quasar__title {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 6.4rem;
}

/* 0:212 — 26/40, gap 40px from heading */
.sunny-quasar__body {
  margin: 4rem 0 0;
  padding: 0;
  color: #000000;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

.sunny-quasar__body-highlight {
  color: #ff671f;
  font-weight: 600;
}

/* img group — 966×544.616, gap 36px from text */
.sunny-quasar__media {
  position: relative;
  width: 96.6rem;
  max-width: 100%;
  height: 54.4rem;
  margin-top: 3.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  background-color: #ffffff;
}

/* [수정] 비디오(MP4) 재생 시 모바일 등 일부 브라우저에서 생기는 포커스 윤곽선 제거 */
.sunny-quasar__gif {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  outline: none;
}

/* 0:215 — 20px white, x25 y bottom24 */
.sunny-quasar__caption {
  position: absolute;
  left: 2.5rem;
  bottom: 2.4rem;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  z-index: 2;
  pointer-events: none;
}

/* 특허_mark — 183.754×183.754, bottom-right inset */
.sunny-quasar__patent {
  position: absolute;
  right: 1.8rem;
  bottom: 1.9rem;
  width: 18.4rem;
  height: 18.4rem;
  object-fit: contain;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 768px) {
  .sunny-quasar {
    height: auto;
    min-height: 100%;
  }

  .sunny-quasar__stage {
    max-width: 76.8rem;
    padding: 8rem 2rem 8rem;
  }

  .sunny-quasar__header {
    width: 100%;
  }

  .sunny-quasar__lead {
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .sunny-quasar__title {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-top: 1.2rem;
  }

  .sunny-quasar__body {
    margin-top: 3rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .sunny-quasar__media {
    width: 100%;
    height: auto;
    aspect-ratio: 966 / 544;
    margin-top: 4rem;
  }

  .sunny-quasar__caption {
    left: 2rem;
    bottom: 2rem;
    font-size: 2rem;
    line-height: 1.4;
  }

  .sunny-quasar__patent {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 12rem;
    height: 12rem;
  }
}