:root {
  --mf-bg: #fff7fb;
  --mf-bg-alt: #ffffff;
  --mf-text: #1f2933;
  --mf-muted: #6b7280;
  --mf-border: #f3d4ff;
  --mf-accent-pink: #fb7185;
  --mf-accent-yellow: #fbbf24;
  --mf-accent-blue: #38bdf8;
  --mf-radius-lg: 22px;
  --mf-radius-xl: 30px;
  --mf-shadow-soft: 0 18px 45px rgba(148, 163, 184, 0.26);
  --mf-container: 1040px;
}

/* RESET-ish */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: radial-gradient(circle at top left, #fdf2ff, #f5f5ff);
  color: var(--mf-text);
}

.mf-root {
  min-height: 100vh;
}

/* COMMON LAYOUT */
.mf-container {
  max-width: var(--mf-container);
  margin: 0 auto;
  padding: 0 18px;
}

/* HEADER */
.mf-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(255, 247, 251, 0.96);
  border-bottom: 1px solid rgba(243, 212, 255, 0.9);
}

.mf-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.mf-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mf-logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #fb7185, #fbbf24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff7ed;
}

.mf-logo-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.mf-nav {
  display: flex;
  gap: 14px;
}

.mf-nav-link {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--mf-muted);
  transition: 0.16s ease-out;
}

.mf-nav-link:hover {
  background-color: rgba(251, 113, 133, 0.18);
  color: #9f1239;
  transform: translateY(-1px);
}

.mf-nav-cta {
  background-color: #f97316;
  color: #fff7ed;
}

/* HERO */
.mf-hero {
  position: relative;
  overflow: hidden;
}

.mf-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(251, 113, 133, 0.26), transparent 60%),
    radial-gradient(circle at 80% 10%, rgba(56, 189, 248, 0.28), transparent 60%),
    radial-gradient(circle at 0% 95%, rgba(251, 191, 36, 0.22), transparent 55%);
}

.mf-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 54px 0 64px;
}

.mf-hero-content {
  max-width: 540px;
}

.mf-hero-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(248, 113, 113, 0.5);
  color: #9f1239;
  letter-spacing: 0.16em;
}

.mf-hero-title {
  margin: 12px 0 10px;
  font-size: clamp(28px, 3.3vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.mf-hero-highlight {
  display: block;
  color: #9f1239;
}

.mf-hero-subtitle {
  margin: 0 0 16px;
  font-size: 15px;
  color: var(--mf-muted);
}

.mf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.16s ease-out;
}

.mf-btn-primary {
  background: linear-gradient(to right, #fb7185, #f97316);
  color: #fff7ed;
  box-shadow: var(--mf-shadow-soft);
}

.mf-btn-primary:hover {
  transform: translateY(-1px);
}

.mf-btn-secondary {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(148, 163, 184, 0.6);
  color: #111827;
}

.mf-btn-secondary:hover {
  background-color: #111827;
  color: #f9fafb;
}

.mf-hero-meta {
  margin: 0;
  font-size: 13px;
  color: var(--mf-muted);
}

/* HERO VISUAL: 캐릭터/굿즈 느낌 이미지 3장 */
.mf-hero-visual {
  position: relative;
  height: 260px;
}

.mf-hero-circle {
  position: absolute;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--mf-shadow-soft);
}

/* 메인 큰 썸네일 (데스크/굿즈) */
.mf-hero-main {
  width: 220px;
  height: 220px;
  right: 10px;
  top: 20px;
  background-image: url("https://images.unsplash.com/photo-1517840933442-d2d1a05edb84?auto=format&fit=crop&w=900&q=80");
}

/* 작은 동그라미 1 (스티커/문구) */
.mf-hero-1 {
  width: 120px;
  height: 120px;
  left: 0;
  bottom: 12px;
  background-image: url("https://images.unsplash.com/photo-1526498460520-4c246339dccb?auto=format&fit=crop&w=800&q=80");
}

/* 작은 동그라미 2 (컬러풀 굿즈) */
.mf-hero-2 {
  width: 110px;
  height: 110px;
  right: 40px;
  bottom: -4px;
  background-image: url("https://images.unsplash.com/photo-1612198527510-1d76e8704612?auto=format&fit=crop&w=800&q=80");
}

.mf-hero-floating {
  animation: mf-float 4s ease-in-out infinite alternate;
}

@keyframes mf-float {
  from { transform: translateY(0); }
  to { transform: translateY(-10px); }
}

/* SECTION COMMON */
.mf-section {
  padding: 52px 0 60px;
}

.mf-section-alt {
  background-color: var(--mf-bg-alt);
}

.mf-section-head {
  margin-bottom: 18px;
}

.mf-section-title {
  margin: 0 0 6px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.mf-section-subtitle {
  margin: 0;
  font-size: 15px;
  color: var(--mf-muted);
}

.mf-body {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--mf-text);
}

/* PRODUCTS */
.mf-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.mf-card {
  border-radius: var(--mf-radius-xl);
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--mf-border);
  box-shadow: 0 12px 30px rgba(148, 163, 184, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.mf-card-thumb {
  height: 160px;
  background-size: cover;
  background-position: center;
}

/* 썸네일들 – 스티커 / 키링 / 메모패드 느낌 이미지 */
.mf-card-thumb-1 {
  background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?auto=format&fit=crop&w=900&q=80");
}

.mf-card-thumb-2 {
  background-image: url("https://images.unsplash.com/photo-1526498460520-4c246339dccb?auto=format&fit=crop&w=900&q=80");
}

.mf-card-thumb-3 {
  background-image: url("https://images.unsplash.com/photo-1526498460520-4c246339dccb?auto=format&fit=crop&w=900&q=80");
}

.mf-card-body {
  padding: 12px 14px 14px;
}

.mf-card-title {
  margin: 0 0 6px;
  font-size: 15px;
}

.mf-card-text {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--mf-muted);
}

.mf-card-meta {
  margin: 0;
  font-size: 13px;
  color: var(--mf-muted);
}

/* STORY */
.mf-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: center;
}

.mf-story-photo {
  height: 260px;
  border-radius: var(--mf-radius-xl);
  background-image: url("https://images.unsplash.com/photo-1462396240927-52058a6a84ec?auto=format&fit=crop&w=1000&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: var(--mf-shadow-soft);
}

/* COLLECTION (배경 이미지 섹션) */
.mf-collection {
  position: relative;
  overflow: hidden;
  padding: 60px 0 64px;
  background-image: url("https://images.unsplash.com/photo-1500534314211-0a24cd03f2c0?auto=format&fit=crop&w=1600&q=80");
  background-size: cover;
  background-position: center;
}

.mf-collection-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(24, 24, 27, 0.65),
    rgba(24, 24, 27, 0.4),
    rgba(24, 24, 27, 0.3)
  );
}

.mf-collection-inner {
  position: relative;
  z-index: 1;
}

.mf-collection-card {
  max-width: 460px;
  border-radius: 26px;
  background-color: rgba(24, 24, 27, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 18px 18px 20px;
  color: #f9fafb;
}

.mf-collection-badge {
  border-color: rgba(252, 211, 77, 0.7);
  color: #fbbf24;
}

.mf-collection-card .mf-section-title {
  color: #f9fafb;
}

.mf-collection-card .mf-body {
  color: #e5e7eb;
}

.mf-collection-list {
  margin: 10px 0 8px;
  padding-left: 18px;
  font-size: 14px;
  color: #e5e7eb;
}

.mf-collection-list li {
  margin-bottom: 4px;
}

.mf-collection-note {
  margin: 0;
  font-size: 13px;
  color: #facc15;
}

/* WHERE / CONTACT */
.mf-where-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  align-items: flex-start;
}

.mf-where-list {
  margin: 10px 0 0;
  padding-left: 18px;
  font-size: 14px;
  color: var(--mf-muted);
}

.mf-where-list li {
  margin-bottom: 4px;
}

.mf-contact-box {
  border-radius: var(--mf-radius-lg);
  background-color: #fff7ff;
  border: 1px solid var(--mf-border);
  padding: 14px 16px 16px;
  box-shadow: 0 10px 26px rgba(148, 163, 184, 0.25);
}

.mf-contact-title {
  margin: 0 0 6px;
  font-size: 16px;
}

.mf-contact-line {
  margin: 0 0 6px;
  font-size: 14px;
}

.mf-contact-line span {
  display: inline-block;
  min-width: 80px;
  font-weight: 600;
}

.mf-contact-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--mf-muted);
}

/* FOOTER */
.mf-footer {
  border-top: 1px solid rgba(243, 212, 255, 0.9);
  padding: 16px 0 20px;
  background-color: rgba(255, 255, 255, 0.94);
}

.mf-footer-inner {
  max-width: var(--mf-container);
  margin: 0 auto;
  padding: 0 18px;
}

.mf-footer-text {
  margin: 0;
  font-size: 12px;
  color: var(--mf-muted);
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .mf-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .mf-product-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .mf-story-grid,
  .mf-where-grid {
    grid-template-columns: minmax(0,1fr);
  }
}

@media (max-width: 720px) {
  .mf-header-inner {
    height: 56px;
  }

  .mf-nav {
    display: none;
  }

  .mf-section,
  .mf-collection {
    padding: 44px 0 48px;
  }

  .mf-product-grid {
    grid-template-columns: minmax(0,1fr);
  }

  .mf-container {
    padding: 0 14px;
  }
}
