/* START DRIVE · 공지 — 프로토타입 격리 (Tailwind/레거시 CSS보다 뒤에 로드) */

#container > .harmony-scope {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  background: #ffffff;
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #1A1D26;
  -webkit-font-smoothing: antialiased;
}

#container > .harmony-scope *,
#container > .harmony-scope *::before,
#container > .harmony-scope *::after {
  box-sizing: border-box;
}

.harmony-scope {
  --brand: #0033A0;
  --brand-50: #EEF2FB;
  --brand-100: #DCE5F5;
  --brand-600: #002B85;
  --ink-900: #1A1D26;
  --ink-700: #3D424E;
  --ink-500: #6B7280;
  --ink-400: #9CA3AF;
  --ink-300: #D1D5DB;
  --ink-200: #E5E7EB;
  --ink-100: #F3F4F6;
  --ink-50: #F9FAFB;
  --bg: #fff;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
}

.harmony-scope .page {
  display: none;
}

.harmony-scope .page.active {
  display: block;
}

.harmony-scope a {
  color: inherit;
  text-decoration: none;
}

.harmony-scope img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

.harmony-scope h1,
.harmony-scope h2,
.harmony-scope h3,
.harmony-scope p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

.harmony-scope .harmony-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 32px 24px;
}

.harmony-scope .harmony-container.wide {
  max-width: 1200px;
}

.harmony-scope .harmony-breadcrumb {
  font-size: 12px;
  color: var(--ink-500);
  margin-bottom: 12px;
}

.harmony-scope .harmony-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.harmony-scope .harmony-breadcrumb a:hover {
  color: var(--brand);
}

.harmony-scope .harmony-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 32px;
}

.harmony-scope .harmony-page-btn {
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--ink-200);
  background: var(--bg);
  border-radius: var(--r-sm);
  font-size: 13px;
  color: var(--ink-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

.harmony-scope .harmony-page-btn:hover:not(.disabled) {
  border-color: var(--brand);
  color: var(--brand);
}

.harmony-scope .harmony-page-btn.active {
  background: var(--ink-900);
  color: white;
  border-color: var(--ink-900);
  font-weight: 600;
}

.harmony-scope .harmony-page-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.harmony-scope .back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: var(--ink-500);
  margin-bottom: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.harmony-scope .back-link:hover {
  color: var(--brand);
}

.harmony-scope .harmony-detail-nav {
  margin-top: 24px;
  border: 1px solid var(--ink-200);
  border-radius: var(--r-md);
  overflow: hidden;
}

.harmony-scope .harmony-detail-nav-item {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--ink-200);
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  color: inherit;
}

.harmony-scope .harmony-detail-nav-item:last-child {
  border-bottom: 0;
}

.harmony-scope .harmony-detail-nav-item:hover {
  background: var(--ink-50);
}

.harmony-scope .harmony-detail-nav-item:hover .dn-title {
  color: var(--brand);
}

.harmony-scope .harmony-detail-nav-item.is-empty {
  cursor: default;
  color: var(--ink-400);
}

.harmony-scope .harmony-detail-nav-item.is-empty:hover {
  background: transparent;
}

.harmony-scope .harmony-detail-nav-item.is-empty .dn-title {
  color: var(--ink-400);
}

.harmony-scope .dn-label {
  width: 70px;
  color: var(--ink-500);
  font-size: 12px;
  flex-shrink: 0;
}

.harmony-scope .dn-title {
  flex: 1;
  color: var(--ink-700);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.harmony-scope .dn-arrow {
  color: var(--ink-400);
  margin-left: 10px;
}

.harmony-scope .back-to-list {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.harmony-scope .back-to-list a,
.harmony-scope .back-to-list button {
  background: var(--ink-900);
  color: white;
  border: 0;
  padding: 12px 28px;
  border-radius: var(--r-md);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
}

.harmony-scope .back-to-list a:hover,
.harmony-scope .back-to-list button:hover {
  background: var(--brand);
}

/* START DRIVE 목록 */
.harmony-scope .sd-page-title-area {
  border-bottom: 2px solid var(--ink-900);
  padding-bottom: 18px;
  margin-bottom: 32px;
}

.harmony-scope .sd-page-title {
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--ink-900);
  line-height: 1.3;
}

.harmony-scope .campaign-intro {
  background: linear-gradient(135deg, #FFF8E7 0%, #FEF3C7 100%) !important;
  border-radius: var(--r-lg) !important;
  padding: 48px 40px !important;
  margin-bottom: 32px !important;
  text-align: center !important;
  border: none !important;
  box-shadow: none !important;
}

.harmony-scope .intro-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #F59E0B;
  letter-spacing: 0.1em;
  padding: 4px 14px;
  background: white;
  border-radius: 999px;
  margin-bottom: 18px;
}

.harmony-scope .intro-title {
  font-size: 32px;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  line-height: 1.3;
  margin: 0 0 14px !important;
  color: var(--ink-900) !important;
}

.harmony-scope .intro-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink-700);
  margin-bottom: 20px;
}

.harmony-scope .intro-desc {
  font-size: 14px;
  color: var(--ink-700);
  line-height: 1.8;
  max-width: 720px;
  margin: 0 auto 28px;
}

.harmony-scope .intro-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.harmony-scope .btn-sd-primary {
  background: var(--ink-900) !important;
  color: white !important;
  border: 0 !important;
  padding: 14px 28px !important;
  border-radius: var(--r-md) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  line-height: 1.2;
  box-shadow: none !important;
}

.harmony-scope .btn-sd-primary:hover {
  background: var(--brand);
}

.harmony-scope .btn-sd-secondary {
  background: white !important;
  color: var(--ink-900) !important;
  border: 1px solid var(--ink-300) !important;
  padding: 14px 28px !important;
  border-radius: var(--r-md) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
  line-height: 1.2;
  box-shadow: none !important;
}

.harmony-scope .btn-sd-secondary:hover {
  border-color: var(--ink-900);
}

.harmony-scope .stats-section {
  background: var(--ink-900) !important;
  color: white !important;
  border-radius: var(--r-lg) !important;
  padding: 32px 24px !important;
  margin-bottom: 32px !important;
  border: none !important;
  box-shadow: none !important;
}

.harmony-scope .stats-title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  color: white;
}

.harmony-scope .stats-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.harmony-scope .stat-item {
  text-align: center;
  padding: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.harmony-scope .stat-item:last-child {
  border-right: 0;
}

.harmony-scope .stat-icon {
  font-size: 28px;
  margin-bottom: 8px;
}

.harmony-scope .stat-value {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: white;
  margin-bottom: 4px;
}

.harmony-scope .stat-value .unit {
  font-size: 18px;
  font-weight: 700;
}

.harmony-scope .stat-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.harmony-scope .stats-custom .sd-stats-grid,
.harmony-scope .stats-custom .sd-stat-card {
  color: white;
}

.harmony-scope .marquee-section {
  margin-bottom: 48px;
  overflow: hidden;
  position: relative;
}

.harmony-scope .marquee-section::before,
.harmony-scope .marquee-section::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.harmony-scope .marquee-section::before {
  left: 0;
  background: linear-gradient(to right, var(--ink-50), transparent);
}

.harmony-scope .marquee-section::after {
  right: 0;
  background: linear-gradient(to left, var(--ink-50), transparent);
}

.harmony-scope .marquee-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-500);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
}

.harmony-scope .marquee-track {
  display: flex;
  gap: 14px;
  animation: sd-marquee 60s linear infinite;
  width: max-content;
}

@keyframes sd-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.harmony-scope .marquee-item {
  display: inline-flex;
  align-items: center;
  background: white;
  border: 1px solid var(--ink-200);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-700);
  white-space: nowrap;
}

.harmony-scope .marquee-item .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #F59E0B;
  margin-right: 8px;
}

/* START DRIVE 목록: 통계 배너 — 가로 풀블리드, 내부 크기는 축소 유지 */
.sd-start-drive-embed--list .sd-stats-section {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.sd-start-drive-embed--list .sd-stats-inner {
  height: auto !important;
  min-height: 0 !important;
  max-width: 1920px;
}

.sd-start-drive-embed--list .sd-stats-mo-align {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100% !important;
  max-width: min(1160px, calc(100vw - 40px)) !important;
  height: auto !important;
  gap: 36px !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.sd-start-drive-embed--list .sd-stats-heading {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
}

@media (min-width: 768px) {
  .sd-start-drive-embed--list .sd-stats-heading {
    font-size: 32px !important;
  }

  .sd-start-drive-embed--list .sd-stats-grid {
    height: auto !important;
    gap: 18px !important;
  }

  .sd-start-drive-embed--list .sd-stat-card {
    height: 156px !important;
    padding: 28px 18px !important;
    box-shadow: 0 0 22px rgba(0, 51, 160, 0.31);
  }

  .sd-start-drive-embed--list .sd-stat-card__value {
    font-size: 30px !important;
  }

  .sd-start-drive-embed--list .sd-stat-card__row {
    font-size: 16px !important;
  }

  .sd-start-drive-embed--list .sd-stat-card__ico {
    width: 26px !important;
    height: 26px !important;
  }
}

.sd-start-drive-embed--list .sd-stats-grid {
  max-width: 100% !important;
  gap: 18px !important;
}

.sd-start-drive-embed--list .sd-stat-card {
  height: 118px !important;
  padding: 20px 15px !important;
  gap: 14px !important;
  border-radius: 14px !important;
  box-shadow: 0 0 17px rgba(0, 51, 160, 0.26);
}

.sd-start-drive-embed--list .sd-stat-card__value {
  font-size: 24px !important;
}

.sd-start-drive-embed--list .sd-stat-card__label,
.sd-start-drive-embed--list .sd-stat-card__row {
  font-size: 15px !important;
}

.sd-start-drive-embed--list .sd-stat-card__ico {
  width: 21px !important;
  height: 21px !important;
}

.sd-start-drive-embed--list .watermark-text {
  font-size: clamp(2.35rem, 9.5vw, 96px) !important;
}

.sd-start-drive-embed--list .sd-stats-watermark__group--tl {
  top: -0.2em;
  left: -0.2em;
}

.sd-start-drive-embed--list .sd-stats-watermark__group--br {
  right: -0.2em;
  bottom: -0.2em;
}

.sd-start-drive-embed--footer {
  margin-top: 48px;
  margin-bottom: 8px;
}

.sd-start-drive-embed--footer .start-drive-section--footer {
  padding: 0;
  background: transparent;
  text-align: inherit;
}

.sd-start-drive-embed--footer .sd-main-container--footer {
  padding: 0;
}

.sd-start-drive-embed--hero .start-drive-section {
  padding-bottom: 0;
}

.sd-start-drive-embed--hero .sd-stories-static-wrap {
  max-width: min(1080px, calc(100vw - 40px));
}

.sd-start-drive-embed--hero .sd-stories-static .sd-story-slide,
.sd-start-drive-embed--hero .sd-stories-static .sd-story-layout {
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.harmony-scope .sd-list-stories {
  padding-top: 48px;
}

.harmony-scope .stories-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--ink-200);
  padding-bottom: 14px;
}

.harmony-scope .stories-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.harmony-scope .stories-count {
  font-size: 12px;
  color: var(--ink-500);
}

.harmony-scope .stories-count b {
  color: var(--ink-900);
}

.harmony-scope .story-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100%;
}

.harmony-scope .story-card {
  background: white;
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  border: 1px solid var(--ink-200);
  transition: box-shadow 0.15s, transform 0.15s;
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
}

.harmony-scope .story-card:hover {
  box-shadow: 0 8px 24px rgba(0, 51, 160, 0.18);
  transform: translateY(-2px);
}

.harmony-scope .story-card.intro {
  grid-column: span 2 !important;
  background: linear-gradient(135deg, var(--brand-50) 0%, #F3E8FF 100%) !important;
  border-color: var(--brand-100) !important;
}

.harmony-scope .story-thumb {
  height: 160px;
  background: var(--ink-100);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-400);
  font-size: 13px;
  position: relative;
  overflow: hidden;
}

.harmony-scope .story-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.harmony-scope .story-thumb.intro-thumb {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-600) 100%);
  color: white;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.harmony-scope .story-card.intro .story-thumb {
  height: 200px;
}

.harmony-scope .badge-intro {
  background: var(--brand);
  color: white;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 999px;
  display: inline-block;
}

.harmony-scope .badge-heart {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 1;
}

.harmony-scope .story-body {
  padding: 16px;
}

.harmony-scope .story-card.intro .story-body {
  padding: 20px;
}

.harmony-scope .story-meta {
  font-size: 11px;
  color: var(--ink-400);
  margin-bottom: 6px;
}

.harmony-scope .story-name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--ink-900);
}

.harmony-scope .story-card.intro .story-name {
  font-size: 17px;
  color: var(--brand-600);
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.harmony-scope .story-card.intro .story-body {
  min-width: 0;
}

.harmony-scope .story-card.intro .story-summary {
  -webkit-line-clamp: 4;
}

.harmony-scope .story-summary {
  font-size: 13px;
  color: var(--ink-700);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.harmony-scope .story-tags {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.harmony-scope .story-tag {
  font-size: 10px;
  background: var(--ink-100);
  color: var(--ink-700);
  padding: 3px 8px;
  border-radius: 4px;
}

.harmony-scope .story-grid-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 16px;
  color: var(--ink-500);
  font-size: 14px;
}

.harmony-scope .story-card--write {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--ink-200);
  background: var(--brand-50);
  min-height: 100%;
  text-align: center;
}

.harmony-scope .story-card--write:hover {
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 51, 160, 0.12);
}

.harmony-scope .story-card-write {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 248px;
  padding: 24px 16px;
  box-sizing: border-box;
}

.harmony-scope .story-card-write__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--brand-100);
  color: var(--brand);
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  padding-bottom: 2px;
}

.harmony-scope .story-card--write:hover .story-card-write__icon {
  background: var(--brand);
  border-color: var(--brand);
  color: #fff;
}

.harmony-scope .story-card-write__label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-600);
}

.harmony-scope .sd-admin-bar {
  text-align: right;
  margin: 16px 0 0;
}

.harmony-scope .sd-admin-write-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  text-decoration: none;
}

/* START DRIVE 상세 */
.harmony-scope .sd-detail-admin {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.harmony-scope .sd-detail-admin__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: var(--r-sm);
  border: 1px solid var(--ink-200);
  background: #fff;
  color: var(--ink-700);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.harmony-scope .sd-detail-admin__link:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.harmony-scope .sd-detail-admin__link--danger:hover {
  border-color: #dc2626;
  color: #dc2626;
}

.harmony-scope .sd-hero-img {
  width: 100%;
  height: 380px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-600) 100%);
  border-radius: var(--r-lg);
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.harmony-scope .sd-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.harmony-scope .sd-name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
  flex-wrap: wrap;
}

.harmony-scope .sd-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--brand);
}

.harmony-scope .sd-heart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #EF4444;
  font-weight: 700;
  background: transparent;
  border: 1px solid var(--ink-200);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: inherit;
  line-height: 1;
}

.harmony-scope .sd-heart .sd-heart-ic {
  font-size: 20px;
  line-height: 1;
  transition: transform 0.15s;
  display: inline-block;
  transform-origin: center;
}

.harmony-scope .sd-heart.sd-heart--pulse .sd-heart-ic {
  animation: sdHeartClickPop 0.58s cubic-bezier(0.34, 1.45, 0.48, 1) both;
}

.harmony-scope .sd-heart.cheered {
  background: #FEE2E2;
  border-color: #EF4444;
}

.harmony-scope .sd-heart.cheered .sd-heart-ic {
  transform: scale(1.15);
}

.harmony-scope #sdBtnCheer.sd-heart--pulse {
  animation: sdHeartClickPop 0.58s cubic-bezier(0.34, 1.45, 0.48, 1) both;
}

.harmony-scope .sd-title-large {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  line-height: 1.4;
}

.harmony-scope .sd-summary {
  font-size: 16px;
  color: var(--ink-700);
  line-height: 1.7;
  margin-bottom: 20px;
  white-space: pre-line;
}

.harmony-scope .sd-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.harmony-scope .video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--ink-900);
  border-radius: var(--r-md);
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.harmony-scope .sd-video-slide[hidden] {
  display: none !important;
}
.harmony-scope .video-embed:has(iframe)::before,
.harmony-scope .video-embed:has(video)::before,
.harmony-scope .video-embed:has(.sd-link-hero)::before {
  display: none;
}

.harmony-scope .video-embed iframe,
.harmony-scope .video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.harmony-scope .video-embed .sd-link-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  padding: 24px;
  box-sizing: border-box;
}

.harmony-scope .sd-video-stage {
  position: relative;
  margin-bottom: 12px;
}

.harmony-scope .sd-video-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--ink-900);
}

.harmony-scope .sd-video-slide {
  position: absolute;
  inset: 0;
}

.harmony-scope .sd-video-viewport .video-embed {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin-bottom: 0;
  border-radius: 0;
}

.harmony-scope .sd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
}

.harmony-scope .sd-nav--prev { left: 8px; }
.harmony-scope .sd-nav--next { right: 8px; }

.harmony-scope .sd-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 20px;
}

.harmony-scope .sd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: var(--ink-300);
  padding: 0;
  cursor: pointer;
}

.harmony-scope .sd-dot.is-active {
  background: var(--ink-900);
}

.harmony-scope .support-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}

.harmony-scope .support-item {
  background: var(--brand-50);
  border-radius: var(--r-md);
  padding: 18px 20px;
  border-left: 3px solid var(--brand);
}

.harmony-scope .support-label {
  font-size: 11px;
  color: var(--ink-500);
  margin-bottom: 4px;
}

.harmony-scope .support-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand);
}

.harmony-scope .notice-detail-body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink-700);
  min-height: 120px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ink-200);
}

.harmony-scope .notice-detail-body p {
  margin: 0 0 16px;
}

.harmony-scope .notice-detail-body img {
  max-width: 100%;
  height: auto;
}

.harmony-scope .cheer-section {
  margin-top: 36px;
  margin-bottom: 28px;
}

.harmony-scope .cheer-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ink-200);
}

.harmony-scope .cheer-title .heart-ic {
  color: #EF4444;
}

.harmony-scope .cheer-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.harmony-scope .cheer-list .sd-chat-bubble__text {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.harmony-scope .sd-chat-bubble {
  box-sizing: border-box;
  max-width: 85%;
  width: fit-content;
  padding: 14px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink-900);
}

.harmony-scope .sd-chat-bubble--left {
  align-self: flex-start;
  border-radius: 0 18px 18px 18px;
}

.harmony-scope .sd-chat-bubble--right {
  align-self: flex-end;
  border-radius: 18px 0 18px 18px;
}

.harmony-scope .sd-chat-bubble--bd-white {
  background: #ffffff;
  border: 1px solid rgba(168, 168, 168, 0.2);
}

.harmony-scope .sd-chat-bubble--bd-sky {
  background: #cae3fe;
  border: none;
}

.harmony-scope .cheer-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--ink-100);
  font-size: 13px;
  color: var(--ink-700);
  line-height: 1.7;
}

.harmony-scope .cheer-item:last-child {
  border-bottom: 0;
}

.harmony-scope .cheer-empty {
  padding: 12px 0;
  color: var(--ink-500);
  font-size: 13px;
}

.harmony-scope .campaign-cta {
  background: linear-gradient(135deg, #FFF8E7 0%, #FEF3C7 100%);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  text-align: center;
  margin-top: 40px;
}

.harmony-scope .campaign-cta-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 6px;
}

.harmony-scope .campaign-cta-desc {
  font-size: 13px;
  color: var(--ink-700);
  margin-bottom: 18px;
}

.harmony-scope .campaign-cta-btn {
  background: var(--ink-900);
  color: white;
  border: 0;
  padding: 13px 32px;
  border-radius: var(--r-md);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  display: inline-block;
}

.harmony-scope .campaign-cta-btn:hover {
  background: var(--brand);
}

.harmony-scope .sd-info {
  background: var(--brand-50);
  color: var(--brand);
  padding: 12px 16px;
  border-radius: var(--r-md);
  margin-bottom: 16px;
  font-size: 14px;
}

.harmony-scope .sd-memo-write {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--ink-200);
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 560px;
}

.harmony-scope .sd-memo-write__limit {
  margin: 0 0 16px;
  font-size: 13px;
  color: var(--ink-500);
}

.harmony-scope .sd-memo-write__label {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink-900);
}

.harmony-scope .sd-memo-write textarea,
.harmony-scope .sd-memo-write select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--ink-200);
  border-radius: var(--r-sm);
  font-size: 14px;
  box-sizing: border-box;
  font-family: inherit;
  resize: vertical;
}

.harmony-scope .sd-memo-write__opts {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--ink-700);
}

.harmony-scope .sd-memo-write__opts label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.harmony-scope .sd-memo-write__opts select {
  width: auto;
  min-width: 110px;
}

.harmony-scope .sd-memo-write__submit {
  align-self: flex-start;
  margin-top: 4px;
}

.harmony-scope .sd-memo-admin {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--ink-200);
  font-size: 13px;
}

.harmony-scope .sd-memo-admin .sd-memo__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 560px;
}

.harmony-scope .sd-memo-admin textarea,
.harmony-scope .sd-memo-admin select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--ink-200);
  border-radius: var(--r-sm);
  font-size: 14px;
  box-sizing: border-box;
}

/* 응원 성공: 하트가 위로 샤라락 떠오름 (body에 붙으므로 harmony-scope 밖) */
.sd-floating-heart {
  position: fixed;
  z-index: 10052;
  pointer-events: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #e53935;
  display: block;
  font-family: inherit;
  animation: sdFloatingHeart 1.15s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  filter: drop-shadow(0 2px 6px rgba(211, 60, 60, 0.35));
}

@keyframes sdHeartClickPop {
  0% { transform: scale(1); }
  28% { transform: scale(1.28); }
  48% { transform: scale(0.94); }
  72% { transform: scale(1.12); }
  100% { transform: scale(1); }
}

@keyframes sdFloatingHeart {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.75);
  }
  18% {
    opacity: 1;
    transform: translate3d(calc(var(--sd-drift, 0px) * 0.25), -18px, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--sd-drift, 0px), -110px, 0) scale(1.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sd-floating-heart {
    animation: none !important;
    visibility: hidden;
  }

  .harmony-scope .sd-heart.sd-heart--pulse .sd-heart-ic,
  .harmony-scope #sdBtnCheer.sd-heart--pulse {
    animation: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .harmony-scope .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .harmony-scope .story-card.intro {
    grid-column: span 2 !important;
  }
}

@media (max-width: 768px) {
  .harmony-scope .harmony-container {
    padding: 20px 16px;
  }

  .harmony-scope .sd-page-title {
    font-size: 22px;
  }

  .harmony-scope .campaign-intro {
    padding: 32px 20px;
  }

  .harmony-scope .intro-title {
    font-size: 22px;
  }

  .harmony-scope .intro-subtitle {
    font-size: 15px;
  }

  .harmony-scope .intro-desc {
    font-size: 13px;
  }

  .harmony-scope .intro-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .harmony-scope .stats-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .harmony-scope .stat-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 16px 0;
  }

  .harmony-scope .stat-item:last-child {
    border-bottom: 0;
  }

  .harmony-scope .stat-value {
    font-size: 26px;
  }

  .harmony-scope .marquee-section::before,
  .harmony-scope .marquee-section::after {
    width: 30px;
  }

  .harmony-scope .story-grid {
    grid-template-columns: 1fr !important;
  }

  .harmony-scope .story-card.intro {
    grid-column: span 1 !important;
  }

  .harmony-scope .story-thumb {
    height: 180px;
  }

  .harmony-scope .sd-hero-img {
    height: 220px;
  }

  .harmony-scope .sd-title-large {
    font-size: 19px;
  }

  .harmony-scope .support-info {
    grid-template-columns: 1fr;
  }

  .harmony-scope .sd-nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .harmony-scope .marquee-track {
    animation: none;
  }
}
