/* Sunny Mode — Figma Component6 (11:14) 1920×1080, 100vh (rem 베이스: html 10px) */

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

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

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

/* Frame15: x332 y96, 1256×866.192 */
.sunny-mode__stage {
  position: relative;
  width: 100%;
  max-width: 129.6rem;
  height: 100%;
  margin: 0 auto;
  padding: 9.6rem 2rem 0;
}

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

/* Frame14: 966×280, x145 */
.sunny-mode__header {
  width: 96.6rem;
  max-width: 100%;
  text-align: center;
}

/* 0:301 line1 — 26/64 orange */
.sunny-mode__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:301 line2 — 50/64 black */
.sunny-mode__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:302 — 26/40, y160 (gap 40px from heading) */
.sunny-mode__body {
  margin: 4rem 0 0;
  padding: 0;
}

.sunny-mode__body-line {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 4rem;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: normal;
}

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

/* Group29 — 1256×542, gap 44.192px from header */
.sunny-mode__cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 1.6rem;
  width: 125.6rem;
  max-width: 100%;
  margin-top: 4.42rem;
}

.sunny-mode__card {
  flex: 0 0 62rem;
  max-width: calc(50% - 0.8rem);
}

/* 카드 — Figma 620×542 */
.sunny-mode__card-shell {
  position: relative;
  width: 62rem;
  max-width: 100%;
  height: 54.2rem;
  overflow: hidden;
  border-radius: 1.6rem;
}

.sunny-mode__gif {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  outline: none;
}

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

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

  .sunny-mode__header {
    width: 100%;
  }

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

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

  .sunny-mode__body {
    margin-top: 3rem;
  }

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

  .sunny-mode__cards {
    flex-direction: column;
    width: 100%;
    margin-top: 4rem;
    gap: 2.4rem;
  }

  .sunny-mode__card {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
  }

  .sunny-mode__card-shell {
    width: 100%;
    height: auto;
    aspect-ratio: 620 / 542;
  }
}
