/* GENERATED by scripts/sync-design.ts — 고치지 마라. 시안 C draft-c/index.html <style> 그대로다.
   우리가 더하는 규칙은 overrides.css 에 둔다. */
  /* 시안 C — 온 가족 스티커 가게: 캐릭터 · 스티커 · 둥근 카드 (참고: soijeong.com) */
  :root {
    --ground: #F6F4F0;
    --white: #FFFFFF;
    --ink: #1D1B18;
    --ink-2: #57524A;
    --line: #E6E1D8;
    --coral: #EE5A45;
    --coral-deep: #C9402D;
    --coral-tint: #FDE5DF;
    --lilac: #9B8CC8;
    --lilac-tint: #ECE7F7;
    --gold: #D9B75A;
    --gold-tint: #F7EED2;
    --mint-tint: #DDEFE6;
    --round: "Jua", "Gothic A1", "Malgun Gothic", sans-serif;
    --body: "Gothic A1", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
    --wrap: 1280px;
    --gut: clamp(16px, 3.4vw, 40px);
    --r: 28px;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; background: var(--ground); color: var(--ink); font: 500 16px/1.7 var(--body); word-break: keep-all; -webkit-font-smoothing: antialiased; }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; }
  :focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
  .wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: var(--gut); }
  .ico { display: inline-flex; width: 1.2em; height: 1.2em; flex: none; }
  .ico svg { width: 100%; height: 100%; }
  .sec { padding-block: clamp(80px, 10vw, 140px); position: relative; }
  .kicker { margin: 0; font-weight: 800; font-size: 15px; color: var(--coral); }
  .h2 { margin: 8px 0 0; font: 400 clamp(36px, 4.6vw, 62px)/1.18 var(--round); text-wrap: balance; }
  .sub { margin: 14px 0 0; color: var(--ink-2); max-width: 60ch; }
  .hint { font-size: 13px; color: var(--ink-2); }
  .head-c { text-align: center; }
  .head-c .sub { margin-inline: auto; }
  .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 24px; border-radius: 14px; border: 0; font: 800 16px/1 var(--body); cursor: pointer; transition: transform .2s, background .2s; }
  .btn:hover { transform: translateY(-2px); }
  .btn .ico { width: 18px; height: 18px; }
  .btn--coral { background: var(--coral); color: #fff; }
  .btn--white { background: #fff; color: var(--ink); }
  .btn--ink { background: var(--ink); color: #fff; }
  .sticker { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: #fff; border: 2px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); font-weight: 800; font-size: 14px; white-space: nowrap; }

  /* 헤더 */
  .hd { position: fixed; top: 16px; left: 0; right: 0; z-index: 50; pointer-events: none; }
  /* 로고·메뉴를 히어로 사진 모서리(최대 1560px)에 맞춘다 */
  .hd-in { display: flex; justify-content: space-between; align-items: center; max-width: 1560px; margin: 0 auto; padding-inline: 16px; }
  .hd-in > * { pointer-events: auto; }
  .logo { display: flex; align-items: center; gap: 8px; height: 56px; padding: 0 18px 0 8px; border-radius: 999px; background: #fff; box-shadow: 0 6px 20px rgba(29,27,24,.08); font: 400 22px/1 var(--round); }
  .seal { display: inline-flex; color: var(--coral); }
  .seal svg { width: 100%; height: 100%; }
  .logo .seal { width: 40px; height: 40px; }
  .capsule { display: flex; align-items: center; gap: 8px; }
  .capsule .btn { height: 48px; padding: 0 20px; border-radius: 14px; font-size: 14px; box-shadow: 0 6px 20px rgba(29,27,24,.14); }
  .capsule .btn--coral { box-shadow: 0 6px 20px rgba(238,90,69,.35); }
  .dots { width: 48px; height: 48px; border-radius: 14px; border: 0; background: #fff; cursor: pointer; display: grid; place-items: center; box-shadow: 0 6px 20px rgba(29,27,24,.14); }
  .dots i { display: grid; grid-template-columns: 6px 6px; gap: 5px; }
  .dots i b { width: 6px; height: 6px; border-radius: 50%; background: var(--ink); }

  .menu { position: fixed; inset: 0; z-index: 60; display: none; background: var(--coral); color: #fff; overflow: auto; }
  .menu.is-open { display: block; }
  .menu-in { min-height: 100%; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding-block: 110px 60px; }
  .menu-links { display: grid; gap: 6px; }
  .menu-links a { display: flex; align-items: baseline; gap: 18px; font: 400 clamp(40px, 6vw, 80px)/1.15 var(--round); }
  .menu-links a small { font: 800 14px/1 var(--body); letter-spacing: .14em; text-transform: uppercase; opacity: .75; }
  .menu-links a:hover { color: var(--ink); }
  .menu-close { position: absolute; top: 22px; right: var(--gut); width: 52px; height: 52px; border-radius: 14px; border: 0; background: #fff; color: var(--ink); cursor: pointer; }
  .menu-close .ico { width: 24px; height: 24px; }
  .menu-chars { display: flex; align-items: end; gap: 0; }
  .menu-chars span { width: 130px; margin-left: -20px; }

  .side-dots { position: fixed; left: 22px; top: 50%; transform: translateY(-50%); z-index: 40; display: grid; gap: 12px; }
  .side-dots a { width: 8px; height: 8px; border-radius: 50%; background: rgba(29,27,24,.22); transition: .2s; }
  .side-dots a.is-on { background: var(--coral); transform: scale(1.5); }

  /* 히어로 */
  .hero { padding: 88px 16px 0; }
  .stage { position: relative; max-width: 1560px; margin: 0 auto; }
  .stage-photo { position: relative; height: clamp(600px, 86vh, 860px); border-radius: 36px; overflow: hidden; }
  .stage-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
  .stage-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,27,24,.78) 0%, rgba(29,27,24,.45) 45%, rgba(29,27,24,0) 75%); }
  .hero-copy { position: absolute; z-index: 2; left: clamp(24px, 5vw, 80px); top: 50%; transform: translateY(-50%); max-width: 640px; color: #fff; }
  .hero-rule { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
  .hero-rule .sticker { color: var(--ink); }
  .hero-rule .sticker:nth-child(2) { background: var(--gold); }
  .hero-eyebrow { margin: 0; font-weight: 800; font-size: 17px; color: #FFD3C9; }
  .hero-title { margin: 8px 0 0; font: 400 clamp(52px, 7vw, 104px)/1.08 var(--round); }
  .hero-title em { font-style: normal; color: var(--gold); }
  .hero-cta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
  .hero-note { margin: 16px 0 0; font-size: 14px; opacity: .85; }
  .hero-checks { position: absolute; z-index: 3; right: clamp(20px, 4vw, 60px); top: clamp(30px, 6vw, 80px); display: grid; justify-items: end; gap: 10px; }
  .hero-checks .sticker:nth-child(1) { transform: rotate(-3deg); background: var(--coral-tint); }
  .hero-checks .sticker:nth-child(2) { transform: rotate(2deg); background: var(--lilac-tint); }
  .hero-checks .sticker:nth-child(3) { transform: rotate(-1.5deg); background: var(--gold-tint); }
  .hero-checks .sticker:nth-child(4) { transform: rotate(3deg); background: var(--mint-tint); }
  .hero-checks .sticker:nth-child(5) { transform: rotate(-2deg); }
  .hero-checks .ico { width: 16px; height: 16px; color: var(--coral); }
  .hero-chars { position: absolute; z-index: 3; right: clamp(10px, 4vw, 70px); bottom: -46px; display: flex; align-items: end; }
  .hero-chars span { display: block; width: clamp(96px, 11vw, 170px); margin-left: -24px; filter: drop-shadow(0 10px 18px rgba(0,0,0,.25)); }
  .hero-chars span:nth-child(3), .hero-chars span:nth-child(4) { width: clamp(80px, 9vw, 140px); }
  .hero-chars svg { width: 100%; height: auto; }

  /* 기울어진 띠 */
  .bands { position: relative; height: 270px; overflow: hidden; margin-top: 30px; }
  .band { position: absolute; left: -5%; width: 110%; padding: 16px 0; white-space: nowrap; overflow: hidden; }
  .band--a { top: 60px; background: var(--ink); color: #fff; transform: rotate(-4deg); z-index: 2; }
  .band--b { top: 120px; background: var(--coral); color: #fff; transform: rotate(3deg); }
  .band-track { display: inline-flex; align-items: center; animation: slide 50s linear infinite; }
  .band--b .band-track { animation-direction: reverse; }
  .band-item { display: inline-flex; align-items: center; gap: 22px; padding-right: 22px; font: 400 34px/1 var(--round); }
  .band-item .mk { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #fff; }
  .band-item .mk svg { width: 80%; height: 80%; }
  @keyframes slide { to { transform: translateX(-50%); } }

  /* 지표 */
  .metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 0; }
  .metrics > div { position: relative; padding: 36px 30px; border-radius: var(--r); background: #fff; overflow: hidden; }
  .metrics dt { font: 400 clamp(52px, 6vw, 84px)/1 var(--round); color: var(--coral); }
  .metrics dd { margin: 10px 0 0; font-weight: 800; }
  .metrics .mk { position: absolute; right: 18px; bottom: 14px; width: 92px; height: 92px; transform: rotate(-10deg); }
  .metrics .mk svg { width: 100%; height: 100%; }

  /* 브랜드 */
  .story-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
  .story-text p.body { margin: 0 0 16px; font-size: 17px; color: var(--ink-2); max-width: 46ch; }
  .story-text .h2 { margin-bottom: 26px; }
  .story-contact { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
  .story-contact .ico { width: 16px; height: 16px; color: var(--coral); }
  /* top 4px: G마켓산스 숫자가 줄 상자 위쪽에 붙어 옆 칩 글자보다 4.25px 높게 보임(측정값) */
  .tel { font: 400 30px/1 var(--round); color: var(--coral); position: relative; top: 4px; }
  .bento { display: grid; grid-template-columns: 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: clamp(440px, 46vw, 620px); }
  .bento img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--r); }
  .bento img:first-child { grid-row: span 2; }

  /* 철학 */
  .philo { background: #fff; border-radius: 48px; margin-inline: 16px; }
  .philo-quote { margin: 12px 0 0; font: 400 clamp(40px, 5vw, 70px)/1.2 var(--round); }
  .philo-quote b { font-weight: inherit; color: var(--coral); }
  .philo .sub { font-size: 17px; max-width: 48em; }
  .family { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 60px 0 0; padding: 0; list-style: none; }
  .family li { border-radius: var(--r); padding: 26px 16px 22px; text-align: center; transition: transform .25s; }
  .family li:hover { transform: translateY(-8px) rotate(-1deg); }
  .family li:nth-child(1) { background: var(--coral-tint); }
  .family li:nth-child(2) { background: var(--lilac-tint); }
  .family li:nth-child(3) { background: var(--gold-tint); }
  .family li:nth-child(4) { background: var(--mint-tint); }
  .family .face { display: block; height: clamp(160px, 18vw, 240px); }
  .family .face svg { width: 100%; height: 100%; }
  .family figure { margin: 0; }
  .family figcaption { margin-top: 14px; font: 400 24px/1.2 var(--round); }
  .moments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
  .moments img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r); }

  /* 연혁 — 기울어진 검정 판 */
  .tl-board { position: relative; margin-top: 50px; padding: clamp(40px, 5vw, 70px) clamp(20px, 4vw, 60px); border-radius: 40px; background: var(--ink); color: #fff; transform: rotate(-1.5deg); }
  .tl-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; transform: rotate(1.5deg); }
  .tl-list li { padding: 20px 22px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: 0 10px 24px rgba(0,0,0,.3); transition: transform .25s, box-shadow .25s; }
  .tl-list li:nth-child(odd) { transform: rotate(-2deg); }
  .tl-list li:nth-child(even) { transform: rotate(1.5deg); }
  .tl-list li:nth-child(odd):hover { transform: translateY(-8px) rotate(-3deg); box-shadow: 0 18px 34px rgba(0,0,0,.38); }
  .tl-list li:nth-child(even):hover { transform: translateY(-8px) rotate(2.5deg); box-shadow: 0 18px 34px rgba(0,0,0,.38); }
  .tl-list li:last-child { background: var(--coral); color: #fff; }
  .tl-date { font: 400 26px/1 var(--round); color: var(--coral); }
  .tl-list li:last-child .tl-date { color: #fff; }
  .tl-label { margin-top: 8px; font-weight: 700; font-size: 15px; }
  .tl-char { position: absolute; right: 30px; top: -90px; width: 130px; transform: rotate(1.5deg); }
  .tl-char svg { width: 100%; height: auto; }

  /* 특별함 */
  .grid-a { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; }
  .card-a { display: flex; flex-direction: column; border-radius: var(--r); background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
  .card-a:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(29,27,24,.1); }
  .card-a .top { padding: 26px 24px 22px; flex: 1; }
  .card-a .ic { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 20px; background: var(--coral-tint); color: var(--coral); }
  .card-a:nth-child(2) .ic { background: var(--lilac-tint); color: #6D5DA6; }
  .card-a:nth-child(3) .ic { background: var(--gold-tint); color: #9A7524; }
  .card-a:nth-child(4) .ic { background: var(--mint-tint); color: #2F7D5B; }
  .card-a .ic .ico { width: 32px; height: 32px; }
  .card-a .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }
  .card-a .tags span { font: 400 22px/1.25 var(--round); }
  .card-a .tags span + span { color: var(--coral); }
  .card-a p { margin: 10px 0 0; font-size: 15px; color: var(--ink-2); }
  .card-a img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
  /* #저렴한 창업비용 카드: 간판이 보이도록 위쪽을 잡는다 */
  .card-a:nth-child(4) img { object-position: 50% 8%; }

  /* 상품 */
  .products { background: #fff; border-radius: 48px; margin-inline: 16px; }
  .lineup { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: center; margin-top: 50px; padding: 26px 34px; border-radius: var(--r); background: var(--ground); }
  .lineup img { mix-blend-mode: multiply; }
  .legend { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
  .legend .sticker { padding: 6px 14px 6px 6px; }
  .legend .mk { width: 38px; height: 38px; }
  .legend .mk svg { width: 100%; height: 100%; }
  .lineup .hint { margin: 16px 0 0; }
  .filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 50px 0 28px; }
  .chip { height: 46px; padding: 0 20px; border-radius: 999px; border: 2px solid var(--line); background: #fff; font-weight: 800; cursor: pointer; }
  .chip[aria-selected="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
  .grid-p { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .card-p { border-radius: 22px; background: #fff; box-shadow: 0 8px 26px rgba(29,27,24,.08); overflow: hidden; transition: transform .25s; }
  .card-p:hover { transform: translateY(-6px); }
  .card-p .thumb { aspect-ratio: 1; background: #fff; display: grid; place-items: center; overflow: hidden; }
  .card-p .thumb img { width: 100%; height: 100%; object-fit: cover; }
  .card-p .thumb--none { background: var(--gold-tint); color: #9A7524; }
  .card-p .thumb--none .ico { width: 40%; height: 40%; }
  .card-p .body { padding: 16px 18px 22px; border-top: 1px solid var(--line); }
  .card-p h3 { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.35; }
  .card-p p { margin: 6px 0 0; font-size: 14px; color: var(--ink-2); line-height: 1.55; }
  .card-p .tag { display: inline-block; margin-top: 12px; padding: 3px 10px; border-radius: 8px; background: var(--coral-tint); color: var(--coral-deep); font-size: 12px; font-weight: 800; }
  .cta-c { display: grid; justify-items: center; gap: 12px; margin-top: 44px; text-align: center; }

  /* 가맹 안내 */
  .grid-f { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 56px; }
  .card-f { display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r); background: #fff; overflow: hidden; min-height: 280px; }
  .card-f img { width: 100%; height: 100%; object-fit: cover; }
  .card-f .body { padding: 30px 28px; display: flex; flex-direction: column; }
  .card-f .num { font: 400 18px/1 var(--round); color: var(--coral); }
  .card-f .ic { display: grid; place-items: center; width: 52px; height: 52px; margin-top: auto; border-radius: 16px; background: var(--ink); color: #fff; }
  .card-f .ic .ico { width: 24px; height: 24px; }
  .card-f h3 { margin: 12px 0 0; font: 400 28px/1.25 var(--round); }
  .card-f p { margin: 8px 0 0; font-size: 15px; color: var(--ink-2); }
  .card-f .ic { order: -1; margin: 0 0 22px; }
  .grid-k { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; }
  .card-k { border-radius: var(--r); overflow: hidden; background: var(--lilac-tint); }
  .card-k:first-child { background: var(--coral-tint); }
  .card-k .ph { padding: 22px 22px 0; }
  .card-k .ph img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 20px; }
  .card-k .body { padding: 22px 30px 30px; }
  .card-k h4 { display: flex; align-items: center; gap: 10px; margin: 0; font: 400 28px/1.2 var(--round); }
  .card-k p { margin: 8px 0 0; color: var(--ink-2); }

  /* 가맹 비용 */
  .cost-card { max-width: 1000px; margin: 50px auto 0; padding: clamp(16px, 3vw, 34px); border-radius: 36px; background: #fff; }
  .table-wrap { overflow-x: auto; }
  table { width: 100%; min-width: 620px; border-collapse: separate; border-spacing: 0; font-size: 16px; }
  table { color: inherit; }
  caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  th, td { padding: 18px 20px; text-align: center; border-bottom: 1px solid var(--line); }
  thead th { font-weight: 800; color: var(--ink-2); font-size: 15px; }
  thead th:first-child, tbody th, tfoot th { text-align: left; }
  tbody th, tfoot th { font-weight: 800; }
  td { font-weight: 800; font-variant-numeric: tabular-nums; }
  .hq { background: var(--coral-tint); }
  thead .hq { position: relative; background: var(--coral); color: #fff; border-radius: 18px 18px 0 0; }
  tfoot .hq { border-radius: 0 0 18px 18px; }
  tfoot th, tfoot td { border-bottom: 0; }
  tfoot td { font: 400 clamp(20px, 2.3vw, 28px)/1.2 var(--round); color: var(--coral-deep); }
  .rec { margin-left: 8px; padding: 2px 10px; font-size: 12px; color: var(--ink); background: var(--gold); box-shadow: 2px 2px 0 var(--ink); transform: rotate(-4deg); vertical-align: 1px; }
  .scroll-hint { display: none; text-align: center; }

  /* 인테리어 드래그 */
  .drag { display: flex; gap: 16px; margin-top: 50px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; cursor: grab; padding-inline: max(var(--gut), calc((100vw - var(--wrap)) / 2 + var(--gut))); scroll-padding-inline: max(var(--gut), calc((100vw - var(--wrap)) / 2 + var(--gut))); }
  .drag::-webkit-scrollbar { display: none; }
  .drag figure { position: relative; flex: 0 0 min(460px, 78vw); margin: 0; scroll-snap-align: start; }
  .drag img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--r); pointer-events: none; }
  .drag figcaption { position: absolute; left: 16px; bottom: 16px; }
  .drag-label { display: flex; justify-content: center; margin-top: 22px; }
  .drag-label .sticker { background: var(--gold); }

  /* 가맹 절차 */
  .journey { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin: 60px 0 0; padding: 0; list-style: none; position: relative; }
  .journey::before { content: ""; position: absolute; top: 36px; left: 8%; right: 8%; border-top: 3px dashed var(--line); }
  .journey li { position: relative; text-align: center; }
  .journey .circle { position: relative; display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto; border-radius: 50%; background: #fff; border: 3px solid var(--ink); color: var(--coral); }
  .journey .circle .ico { width: 30px; height: 30px; }
  .journey .n { position: absolute; top: -8px; right: -10px; padding: 2px 8px; border-radius: 999px; background: var(--coral); color: #fff; font: 400 14px/1.4 var(--round); }
  .journey h3 { margin: 18px 0 0; font: 400 22px/1.3 var(--round); }
  .journey p { margin: 6px 0 0; font-size: 14px; color: var(--ink-2); }
  .status { display: grid; grid-template-columns: auto 1fr; gap: clamp(24px, 5vw, 70px); align-items: center; margin-top: 80px; padding: clamp(30px, 4vw, 50px); border-radius: 36px; background: #fff; }
  .status-num { display: block; margin-top: 6px; font: 400 clamp(80px, 9vw, 120px)/1 var(--round); color: var(--coral); }
  .status-label { display: block; font-weight: 800; }
  .status-note { margin: 0 0 18px; color: var(--ink-2); }
  .regions { display: flex; flex-wrap: wrap; gap: 8px; }
  .regions span { padding: 8px 16px; border-radius: 999px; background: var(--ground); font-weight: 800; font-size: 14px; }

  /* 창업문의 */
  .apply-panel { position: relative; margin-inline: 16px; padding-block: clamp(80px, 10vw, 130px); border-radius: 48px; background: var(--coral); color: #fff; overflow: hidden; }
  .apply-grid { display: grid; grid-template-columns: 1fr 460px; gap: clamp(40px, 6vw, 90px); align-items: start; }
  .apply .kicker { color: #FFE2DB; }
  .apply .lede { margin: 18px 0 0; font-size: 17px; max-width: 42ch; }
  .ci { display: grid; gap: 12px; margin-top: 30px; }
  .ci-row { display: flex; align-items: center; gap: 14px; padding: 14px 18px; border-radius: 18px; background: rgba(255,255,255,.14); max-width: 420px; }
  .ico-c { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: #fff; color: var(--coral); }
  .ico-c .ico { width: 20px; height: 20px; }
  .ci-label { display: block; font-size: 13px; opacity: .85; }
  .ci-value { display: block; font-weight: 800; font-size: 17px; }
  .ci-value a { text-decoration: underline; text-underline-offset: 3px; }
  .apply-chars { display: flex; align-items: end; margin-top: 40px; }
  .apply-chars span { width: clamp(90px, 10vw, 140px); margin-right: -16px; }
  .apply-chars svg { width: 100%; height: auto; }
  .form { display: grid; gap: 15px; padding: 32px 30px; border-radius: 32px; background: #fff; color: var(--ink); box-shadow: 8px 8px 0 var(--ink); border: 2px solid var(--ink); }
  .field { display: grid; gap: 6px; }
  .field label { font-size: 14px; font-weight: 800; }
  .control { width: 100%; height: 50px; padding: 0 16px; border-radius: 14px; border: 2px solid var(--line); background: #fff; font: 600 15px var(--body); color: var(--ink); }
  .agree { display: flex; align-items: center; gap: 10px; font-size: 14px; }
  .agree input { width: 20px; height: 20px; accent-color: var(--coral); }
  .form .btn { width: 100%; }
  .form .hint { margin: 0; text-align: center; }

  .ft { padding-block: 60px 120px; }
  .ft-in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
  .ft-brand { display: flex; align-items: center; gap: 8px; margin: 0; font: 400 24px/1 var(--round); }
  .ft-brand img { width: 40px; height: 40px; }
  .ft-meta { margin: 12px 0 0; font-size: 13px; color: var(--ink-2); }
  .ft-links { display: flex; gap: 20px; font-size: 14px; font-weight: 800; }

  .fab { position: fixed; right: 20px; bottom: 20px; z-index: 45; display: flex; align-items: center; gap: 8px; height: 58px; padding: 0 22px 0 8px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 800; box-shadow: 0 12px 28px rgba(29,27,24,.3); }
  .fab .mk { width: 44px; height: 44px; border-radius: 50%; background: #fff; display: grid; place-items: center; }
  .fab .mk svg { width: 84%; height: 84%; }
  .toast { position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%); z-index: 70; padding: 14px 22px; border-radius: 16px; background: var(--ink); color: #fff; font-weight: 800; }

  /* ── 비교안 공통 (B·C): 금색 제거 → 코랄 단일 강조, 버튼 체계 통일 ── */
  html.v-c { --body: "Pretendard", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; --hw: 800; --ls: -0.02em; }
  html.f-jua { --round: "Jua", "Pretendard", "Malgun Gothic", sans-serif; --hw: 400; --ls: 0; }
  html.f-nsr { --round: "NanumSquareRound", "Pretendard", "Malgun Gothic", sans-serif; }
  html.f-gmarket, html.f-mix { --round: "GmarketSans", "Pretendard", "Malgun Gothic", sans-serif; --hw: 700; }
  .v-c :is(.h2, .hero-title, .philo-quote, .metrics dt, .tel, .logo, .menu-links a, .band-item, .family figcaption, .tl-date, .card-a .tags span, .card-f .num, .card-f h3, .card-k h4, tfoot td, .journey .n, .journey h3, .status-num, .ft-brand) { font-weight: var(--hw); letter-spacing: var(--ls); }
  .v-c :is(.h2, .hero-title, .philo-quote) { line-height: 1.22; }
  /* 조합안: 히어로 제목만 주아 (주아는 굵기가 하나라 400 고정 — 800을 주면 가짜 굵게가 생긴다) */
  html.f-mix.v-c .hero-title { font-family: "Jua", "Pretendard", "Malgun Gothic", sans-serif; font-weight: 400; letter-spacing: 0; line-height: 1.16; }

  /* 히어로 태그라인: 검은 테두리 스티커 → 반투명 유리 알약 */
  :is(.v-b, .v-c) .hero-rule .sticker,
  :is(.v-b, .v-c) .hero-rule .sticker:nth-child(2) { background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.45); box-shadow: none; color: #fff; backdrop-filter: blur(6px); }
  .v-b .hero-title em { color: #FF8468; }
  .v-c .hero-title em { color: #fff; padding: 0 .06em; background: linear-gradient(180deg, transparent 60%, rgba(238,90,69,.95) 60%, rgba(238,90,69,.95) 92%, transparent 92%); -webkit-box-decoration-break: clone; box-decoration-break: clone; }

  /* 버튼: 알약형 + 아이콘 원, 사진 위 보조 버튼은 유리 */
  :is(.v-b, .v-c) .btn { border-radius: 999px; height: 56px; padding: 0 26px; }
  :is(.v-b, .v-c) .btn:has(> .ico:last-child) { padding: 0 8px 0 24px; gap: 14px; }
  :is(.v-b, .v-c) .btn:has(> .ico:last-child) .ico { width: 40px; height: 40px; padding: 11px; border-radius: 50%; box-sizing: border-box; transition: transform .2s; }
  :is(.v-b, .v-c) .btn:hover { transform: none; }
  :is(.v-b, .v-c) .btn:hover .ico { transform: translateX(3px); }
  :is(.v-b, .v-c) .btn--coral:hover { background: var(--coral-deep); }
  :is(.v-b, .v-c) .btn--coral .ico { background: #fff; color: var(--coral); }
  :is(.v-b, .v-c) .btn--ink .ico { background: rgba(255,255,255,.16); color: #fff; }
  :is(.v-b, .v-c) .hero-cta .btn--white { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.5); backdrop-filter: blur(8px); }
  :is(.v-b, .v-c) .hero-cta .btn--white .ico { background: rgba(255,255,255,.2); color: #fff; }
  :is(.v-b, .v-c) .hero-cta .btn--white:hover { background: rgba(255,255,255,.22); }
  /* 헤더 버튼은 아이콘이 앞에 있어 위 :has 규칙(명시도 높음)을 이겨야 한다 */
  :is(.v-b, .v-c) .hd .capsule .btn.btn { height: 48px; padding: 0 20px; gap: 8px; }
  :is(.v-b, .v-c) .hd .capsule .btn.btn .ico { width: 18px; height: 18px; padding: 0; background: none; color: inherit; transform: none; }
  :is(.v-b, .v-c) .dots { border-radius: 50%; }
  :is(.v-b, .v-c) .rec { background: var(--ink); color: #fff; }
  :is(.v-b, .v-c) .drag-label .sticker { background: #fff; }


  @media (max-width: 1080px) {
    .capsule .btn--white { display: none; }
    .side-dots { display: none; }
    .hero-checks { display: none; }
    .grid-a { grid-template-columns: repeat(2, 1fr); }
    .grid-p { grid-template-columns: repeat(3, 1fr); }
    .grid-f { grid-template-columns: 1fr; }
    .journey { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
    .journey::before { display: none; }
    .apply-grid { grid-template-columns: 1fr; }
    .menu-chars { display: none; }
    .menu-in { grid-template-columns: 1fr; }
  }
  @media (max-width: 760px) {
    .hd-in { padding-inline: 10px; }
    .logo { height: 50px; font-size: 18px; }
    .logo img { width: 36px; height: 36px; }
    .hero { padding: 80px 10px 0; }
    .stage-photo { height: 640px; border-radius: 28px; }
    .stage-photo::after { background: linear-gradient(0deg, rgba(29,27,24,.85) 10%, rgba(29,27,24,.2) 70%); }
    .hero-copy { top: auto; bottom: 100px; transform: none; left: 20px; right: 20px; }
    .hero-rule .sticker { font-size: 12px; padding: 8px 12px; }
    .hero-chars { bottom: -30px; right: 10px; }
    .hero-chars span { width: 78px !important; margin-left: -14px; }
    .bands { height: 200px; }
    .band-item { font-size: 24px; }
    .band-item .mk { width: 44px; height: 44px; }
    /* 지표 3개는 한 줄에 — 세로로 쌓으면 첫 화면 아래가 너무 길어진다 */
    .metrics { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .metrics > div { padding: 18px 8px 16px; border-radius: 18px; text-align: center; }
    .metrics dt { font-size: clamp(24px, 7.4vw, 32px); }
    .metrics dd { margin-top: 6px; font-size: 12px; line-height: 1.35; }
    .metrics .mk { position: static; display: block; width: 44px; height: 44px; margin: 0 auto 8px; transform: none; order: -1; }
    .metrics > div { display: flex; flex-direction: column; }
    /* 가맹 비용 표: 가로 스크롤 없이 한 화면에 3열 (추천 열이 가려지지 않게) */
    .cost-card { padding: 10px; border-radius: 24px; }
    table { min-width: 0; font-size: 13px; }
    th, td { padding: 12px 6px; }
    thead th { font-size: 12px; line-height: 1.3; }
    .rec { display: table; margin: 6px auto 0; }
    tfoot td { font-size: 15px; }
    .story-grid, .lineup { grid-template-columns: 1fr; }
    .bento { height: 420px; }
    .philo, .products, .apply-panel { margin-inline: 8px; border-radius: 32px; }
    .family { grid-template-columns: repeat(2, 1fr); }
    .moments { grid-template-columns: 1fr 1fr; }
    .moments img:first-child { grid-column: 1 / -1; }
    .grid-a, .grid-k { grid-template-columns: 1fr; }
    .grid-p { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .card-p .body { padding: 12px; }
    .card-p h3 { font-size: 15px; }
    .card-p p { font-size: 13px; }
    .card-f { grid-template-columns: 1fr; }
    .card-f img { aspect-ratio: 16 / 10; }
    .journey { grid-template-columns: repeat(2, 1fr); }
    .status { grid-template-columns: 1fr; }
    .tl-char { width: 90px; top: -60px; }
    .form { padding: 24px 18px; }
    .fab span.txt { display: none; }
    .fab { padding: 0 8px; }
  }
  /* ── 히어로 등장 연출 (A안 확정, 2026-09-16) — 첫 진입 시 1회, 끝나면 캐릭터만 살짝 흔들림 ── */
  @keyframes a-rise { from { opacity: 0; translate: 0 28px; } to { opacity: 1; translate: 0 0; } }
  @keyframes a-pop { 0% { opacity: 0; scale: .2; } 70% { opacity: 1; scale: 1.12; } 100% { opacity: 1; scale: 1; } }
  @keyframes a-hl { from { background-size: 0% 100%; } to { background-size: 100% 100%; } }
  @keyframes a-jump { 0% { opacity: 0; translate: 0 130%; } 60% { opacity: 1; translate: 0 -12%; } 80% { translate: 0 4%; } 100% { opacity: 1; translate: 0 0; } }
  @keyframes a-bob { from { translate: 0 0; } to { translate: 0 -7px; } }
  @keyframes a-zoom { from { scale: 1.14; } to { scale: 1; } }
  .anim-a .stage-photo img { animation: a-zoom 9s cubic-bezier(.2,.6,.2,1) both; }
  .anim-a .hero-rule .sticker { animation: a-rise .6s cubic-bezier(.2,.8,.2,1) both; }
  .anim-a .hero-rule .sticker:nth-child(1) { animation-delay: .15s; }
  .anim-a .hero-rule .sticker:nth-child(2) { animation-delay: .3s; }
  .anim-a .hero-eyebrow { animation: a-rise .6s .45s cubic-bezier(.2,.8,.2,1) both; }
  .anim-a .hero-title { animation: a-rise .7s .6s cubic-bezier(.2,.8,.2,1) both; }
  .anim-a.v-c .hero-title em { background-repeat: no-repeat; background-position: left center; animation: a-hl .7s 1.2s cubic-bezier(.6,0,.2,1) both; }
  .anim-a .hero-cta { animation: a-rise .6s 1.5s cubic-bezier(.2,.8,.2,1) both; }
  .anim-a .hero-note { animation: a-rise .6s 1.65s cubic-bezier(.2,.8,.2,1) both; }
  .anim-a .hero-checks .sticker { animation: a-pop .5s cubic-bezier(.3,1.4,.5,1) both; }
  .anim-a .hero-checks .sticker:nth-child(1) { animation-delay: 1.8s; }
  .anim-a .hero-checks .sticker:nth-child(2) { animation-delay: 1.95s; }
  .anim-a .hero-checks .sticker:nth-child(3) { animation-delay: 2.1s; }
  .anim-a .hero-checks .sticker:nth-child(4) { animation-delay: 2.25s; }
  .anim-a .hero-checks .sticker:nth-child(5) { animation-delay: 2.4s; }
  .anim-a .hero-chars span { animation: a-jump .8s cubic-bezier(.3,1.2,.5,1) both, a-bob 1.8s ease-in-out infinite alternate; }
  .anim-a .hero-chars span:nth-child(1) { animation-delay: 2.0s, 2.8s; }
  .anim-a .hero-chars span:nth-child(2) { animation-delay: 2.15s, 3.1s; }
  .anim-a .hero-chars span:nth-child(3) { animation-delay: 2.3s, 2.95s; }
  .anim-a .hero-chars span:nth-child(4) { animation-delay: 2.45s, 3.25s; }

  /* 운영체제 「동작 줄이기」 설정 시 등장 연출 전체 해제 */
  @media (prefers-reduced-motion: reduce) {
    html.anim-a .hero * { animation: none !important; }
  }

  /* 좁은 휴대폰(갤럭시 360px 등): 헤더 로고·버튼과 지표 숫자 축소 — 390px 기준으로만 맞췄다가 360px에서 잘렸다 */
  @media (max-width: 420px) {
    .logo { height: 46px; padding: 0 14px 0 6px; gap: 6px; font-size: 16px; }
    .logo .seal { width: 32px; height: 32px; }
    .capsule { gap: 6px; }
    .v-c .hd .capsule .btn.btn { height: 46px; padding: 0 16px; }
    .dots { width: 46px; height: 46px; }
    .metrics > div { min-width: 0; padding-inline: 4px; }
    .metrics dt { font-size: clamp(20px, 6.2vw, 30px); }
  }
  @media (max-width: 350px) {
    .logo { font-size: 14px; padding-right: 12px; }
    .logo .seal { width: 28px; height: 28px; }
    .v-c .hd .capsule .btn.btn { padding: 0 14px; }
    .v-c .hd .capsule .btn.btn .ico { display: none; }
    .hero-title { font-size: 42px; }
  }
  @media (prefers-reduced-motion: reduce) { .band-track { animation: none; } html { scroll-behavior: auto; } .family li, .card-a, .card-p, .btn { transition: none; } }
