/* =========================================================
   HERO ON SHOP — SHOP 첫 화면 · 월드별 샵 페이지
   (주문 화면은 css/shop-order.css)
   ========================================================= */

/* ---------- 공통 ---------- */
.btn.is-disabled { opacity: .55; cursor: not-allowed; }
.btn.is-disabled:hover { border-color: rgba(244, 241, 234, .42); background: none; }

/* =========================================================
   SHOP 첫 화면 — 상단 아트토이
   ========================================================= */
.shop-hero { padding: calc(var(--header-h) + clamp(36px, 6vw, 84px)) var(--gutter) clamp(64px, 8vw, 110px); background: radial-gradient(120% 80% at 85% 0%, #1d1d21 0%, var(--ink) 62%); }
.shop-hero__head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; gap: 28px 56px; margin-bottom: clamp(32px, 5vw, 56px); }
.shop-hero .eyebrow { color: var(--acid); }
/* 제목 : 쇼츠 자막처럼 두 줄이 살짝 겹치는 디자인 */
.shop-hero__title { display: grid; justify-items: start; margin: 0; padding-bottom: .1em; font-family: var(--display); font-size: clamp(44px, 6vw, 96px); font-weight: 800; font-synthesis: none; letter-spacing: .015em; line-height: .92; }
.shop-hero__cap { position: relative; display: inline-block; padding: .06em .18em .02em; color: var(--text); text-shadow: .045em 0 0 #000, -.045em 0 0 #000, 0 .045em 0 #000, 0 -.045em 0 #000, .035em .035em 0 #000, -.035em .035em 0 #000, .035em -.035em 0 #000, -.035em -.035em 0 #000; transform: rotate(-2deg); transform-origin: left bottom; }
.shop-hero__cap--accent { z-index: 1; margin: -.22em 0 0 .55em; border-radius: .06em; background: var(--acid); color: var(--ink); text-shadow: none; box-shadow: .07em .07em 0 #000; transform: rotate(1.5deg); }
.shop-hero__side { justify-self: end; width: 100%; max-width: 460px; }
.shop-hero__lead { margin: 0 0 22px; font-size: clamp(17px, 1.5vw, 21px); font-weight: 700; line-height: 1.55; }
.shop-hero__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.shop-hero__facts li { display: flex; flex-direction: column; gap: 4px; padding: 14px 12px 0 0; }
.shop-hero__facts span { color: var(--faint); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.shop-hero__facts b { font-size: 15px; white-space: nowrap; }

/* 오픈한 월드 카드 */
.shop-worlds { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 24px); }
.world-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--ink-2); transition: border-color .25s, transform .25s; }
.world-card:hover { border-color: var(--c); transform: translateY(-3px); }
.world-card__toys { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2px; background: #000; }
.world-card__toys span { aspect-ratio: 4 / 5; overflow: hidden; background: #c9c9c9; }
.world-card__toys img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.world-card:hover .world-card__toys img { transform: scale(1.05); }
.world-card__body { display: grid; gap: 6px; padding: 22px 24px 24px; border-top: 3px solid var(--c); }
.world-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--c); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.world-card__status { display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; letter-spacing: .04em; }
.world-card__status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; }
.world-card__name { font-family: var(--display); font-size: clamp(34px, 3.6vw, 54px); font-weight: 800; font-synthesis: none; letter-spacing: .02em; line-height: .95; }
.world-card__ko { color: var(--muted); font-size: 14px; }
.world-card__genres { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.world-card__genres i { padding: 4px 11px; border-radius: 999px; background: rgba(244, 241, 234, .1); font-size: 12px; font-style: normal; font-weight: 700; }
.world-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 14px; }
.world-card__go { display: inline-flex; align-items: center; gap: 8px; color: var(--c); font-weight: 700; white-space: nowrap; }
.world-card__go svg { width: 14px; height: 14px; }

/* 준비중 월드 카드 — 링크가 아니라 들어가지지 않음 */
.shop-soon { margin-top: clamp(28px, 4vw, 44px); }
.shop-soon__head { display: flex; justify-content: space-between; gap: 16px; margin: 0 0 14px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.shop-soon__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.soon-card { position: relative; display: grid; overflow: hidden; border: 1px dashed rgba(244, 241, 234, .22); border-radius: 6px; background: var(--ink-2); cursor: not-allowed; }
.soon-card__img { aspect-ratio: 3 / 2; overflow: hidden; background: #fff; }
.soon-card__img img { width: 100%; height: 100%; object-fit: cover; opacity: .42; filter: grayscale(1) contrast(.9); }
.soon-card__body { display: grid; align-content: center; gap: 3px; padding: 14px 16px 16px; border-top: 2px solid rgba(244, 241, 234, .14); }
.soon-card__num { color: var(--faint); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.soon-card__name { color: var(--muted); font-family: var(--display); font-size: 24px; font-weight: 800; font-synthesis: none; letter-spacing: .03em; line-height: 1; }
.soon-card__ko { color: var(--faint); font-size: 13px; }
.soon-card__badge { position: absolute; top: 12px; right: 12px; padding: 6px 12px; border-radius: 999px; background: rgba(10, 10, 11, .88); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.soon-card__badge::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--c); vertical-align: 1px; }

/* =========================================================
   영상 + 문구 "누구나 쇼츠의 주인공이 됩니다."
   ========================================================= */
.shop-band { position: relative; isolation: isolate; display: grid; align-items: center; min-height: clamp(520px, 86vh, 820px); overflow: hidden; background: #000; }
.shop-band__video { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.shop-band__shade { position: absolute; inset: 0; z-index: -1; background: radial-gradient(90% 90% at 50% 50%, rgba(0, 0, 0, .28), rgba(0, 0, 0, .8)), linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0) 45%); }
.shop-band__copy { max-width: 980px; margin: 0 auto; padding: 80px var(--gutter); text-align: center; }
.shop-band__tag { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 22px; padding: 6px 14px; border: 1px solid rgba(244, 241, 234, .4); border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.shop-band__tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ff4136; box-shadow: 0 0 10px #ff4136; }
.shop-band__title { margin: 0; font-size: clamp(42px, 7vw, 104px); font-weight: 800; letter-spacing: -.035em; line-height: 1.08; text-shadow: 0 4px 40px rgba(0, 0, 0, .45); }
.shop-band__text { max-width: 560px; margin: 22px auto 0; color: rgba(244, 241, 234, .88); font-size: clamp(15px, 1.3vw, 19px); }
.shop-band__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 32px; }

/* =========================================================
   주문 방법 · 구매 방식 · 쇼츠 인원 · 버전
   ========================================================= */
.shop-how { background: var(--paper); color: var(--paper-ink); }
.shop-how .section-head > p { color: var(--paper-muted); }
.shop-flow { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.flow-step { display: flex; flex-direction: column; gap: 6px; padding: 20px 18px 22px; border-radius: 6px; background: #fff; }
.flow-step__icon { width: 46px; height: 46px; margin-bottom: 8px; }
.flow-step__icon svg { width: 100%; height: 100%; }
.flow-step__num { color: #8a857a; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.flow-step strong { font-size: 16px; line-height: 1.35; }
.flow-step p { margin: 0; color: var(--paper-muted); font-size: 13px; line-height: 1.6; }

.shop-plans { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(20px, 3vw, 40px); margin-top: clamp(40px, 6vw, 72px); }
.shop-plans__title { display: flex; align-items: baseline; gap: 10px; margin: 0 0 14px; font-size: 20px; }
.shop-plans__title span { color: #8a857a; font-size: 11px; letter-spacing: .16em; }
.plan-cards { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.plan-card { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 16px; padding: 16px 18px; border-radius: 6px; background: #fff; }
.plan-card__icon { width: 52px; height: 52px; }
.plan-card__icon svg { width: 100%; height: 100%; }
.plan-card__text { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; }
.plan-card__en { width: 100%; color: #8a857a; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.plan-card__text b { font-size: 17px; }
.plan-card__text em { padding: 2px 8px; border-radius: 999px; background: var(--paper-ink); color: var(--acid); font-size: 11px; font-style: normal; font-weight: 700; }
.plan-card__text small { width: 100%; color: var(--paper-muted); font-size: 13px; }
.plan-card__price { font-size: 15px; font-weight: 800; white-space: nowrap; }

.prod-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.prod-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 6px; background: #fff; }
.prod-card__img { aspect-ratio: 16 / 10; overflow: hidden; background: #000; }
.prod-card__img img { width: 100%; height: 100%; object-fit: cover; }
.prod-card__body { position: relative; display: flex; flex: 1; flex-direction: column; gap: 4px; padding: 18px; }
.prod-card__icon { position: absolute; top: -26px; right: 16px; display: grid; place-items: center; width: 52px; height: 52px; padding: 9px; border-radius: 50%; background: var(--paper-ink); color: var(--acid); }
.prod-card__icon svg { width: 100%; height: 100%; }
.prod-card__en { color: #8a857a; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.prod-card__name { font-size: 18px; }
.prod-card__desc { color: var(--paper-muted); font-size: 13px; line-height: 1.6; }
.prod-card__foot { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid rgba(22, 22, 22, .12); font-size: 13px; }
.prod-card__foot b { font-size: 15px; }
.shop-note { margin: 28px 0 0; color: var(--paper-muted); font-size: 13px; }

/* =========================================================
   월드별 샵 페이지 — 상단 아트토이
   ========================================================= */
.sw-top { padding: calc(var(--header-h) + clamp(28px, 4vw, 56px)) var(--gutter) clamp(56px, 7vw, 96px); background: var(--ink); background: radial-gradient(100% 70% at 85% 0%, color-mix(in srgb, var(--c) 16%, transparent), transparent 62%), var(--ink); }
.sw-crumb { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(24px, 3vw, 40px); color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.sw-crumb a:hover { color: var(--text); }
.sw-crumb b { color: var(--c); font-weight: 700; }
.sw-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); align-items: end; gap: 24px 48px; margin-bottom: clamp(32px, 5vw, 56px); }
.sw-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 0 0 14px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.sw-meta b { color: var(--c); }
.sw-status { padding: 4px 10px; border: 1px solid var(--line); border-radius: 999px; letter-spacing: .04em; }
.sw-status.is-open { border-color: var(--c); color: var(--c); }
.sw-title { margin: 0; font-family: var(--display); font-size: clamp(56px, 9vw, 140px); font-weight: 800; font-synthesis: none; letter-spacing: .01em; line-height: .88; }
.sw-tagline { max-width: 560px; margin: 18px 0 0; color: rgba(244, 241, 234, .86); font-size: clamp(16px, 1.3vw, 19px); }
.sw-head__side { display: grid; justify-items: end; gap: 16px; text-align: right; }
.sw-material { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.sw-label { display: flex; justify-content: space-between; margin: 0 0 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .2em; }

.toy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.4vw, 20px); margin: 0; padding: 0; list-style: none; }
.toy-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.toy-grid > li { display: flex; }
.toy-card { position: relative; display: flex; flex: 1; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--ink-2); transition: border-color .25s, transform .25s; }
a.toy-card:hover { border-color: var(--c); transform: translateY(-3px); }
.toy-card__img { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: #c9c9c9; }
.toy-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
a.toy-card:hover .toy-card__img img { transform: scale(1.05); }
.toy-card__num { position: absolute; top: 12px; left: 12px; padding: 3px 9px; border-radius: 999px; background: rgba(10, 10, 11, .8); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.toy-card__body { display: flex; flex: 1; flex-direction: column; gap: 5px; padding: 16px 16px 18px; border-top: 2px solid var(--c); }
.toy-card__name { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px 8px; font-family: var(--display); font-size: clamp(22px, 2vw, 30px); font-weight: 800; font-synthesis: none; letter-spacing: .03em; line-height: 1; }
.toy-card__name small { color: var(--muted); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0; }
.toy-card__role { color: var(--c); font-size: 13px; font-weight: 700; }
.toy-card__desc { color: var(--muted); font-size: 13px; line-height: 1.55; }
.toy-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; color: var(--muted); font-size: 13px; }
.toy-card__meta b { color: var(--text); font-size: 15px; }
.toy-card__cta { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; margin-top: 12px; border-radius: 999px; background: var(--text); color: var(--ink); font-size: 13px; font-weight: 700; transition: background-color .2s; }
.toy-card__cta svg { width: 13px; height: 13px; }
a.toy-card:hover .toy-card__cta { background: var(--c); }
.toy-card.is-soon { cursor: not-allowed; }
.toy-card.is-soon .toy-card__img img { opacity: .5; filter: grayscale(1); }
.toy-card.is-soon .toy-card__body { border-top-color: var(--line); }
.toy-card.is-soon .toy-card__role { color: var(--muted); }
.toy-card__soon { position: absolute; top: 12px; right: 12px; padding: 5px 11px; border-radius: 999px; background: var(--text); color: var(--ink); font-size: 12px; font-weight: 700; }

/* 월드 샵 — 쇼츠 옵션 미리보기 */
.sw-options { background: var(--ink-2); }
.sw-options .eyebrow { color: var(--c); }
.sw-options .section-head > p { color: var(--muted); }
.opt-board { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(14px, 1.6vw, 22px); }
.opt-block { padding: clamp(18px, 2vw, 28px); border: 1px solid var(--line); border-radius: 6px; background: var(--ink); }
.opt-block--wide { grid-column: 1 / -1; }
.opt-block__title { display: flex; align-items: baseline; gap: 10px; margin: 0 0 18px; font-size: 19px; }
.opt-block__title span { color: var(--faint); font-size: 11px; letter-spacing: .16em; }
.genre-row { display: grid; grid-template-columns: 56px minmax(0, .7fr) minmax(0, 2fr); align-items: center; gap: 18px; padding: 16px 0; border-top: 1px solid var(--line); }
.genre-row__icon { width: 56px; height: 56px; padding: 10px; border-radius: 50%; background: rgba(244, 241, 234, .08); color: var(--c); }
.genre-row__icon svg { width: 100%; height: 100%; }
.genre-row__text { display: grid; gap: 2px; }
.genre-row__text b { font-size: 20px; }
.genre-row__text small { color: var(--muted); font-size: 13px; }
.genre-row__bgs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.genre-row__bgs figure { margin: 0; }
.genre-row__bgs img { width: 100%; aspect-ratio: 16 / 9; border-radius: 4px; background: #000; object-fit: cover; }
.genre-row__bgs figcaption { margin-top: 6px; color: var(--muted); font-size: 12px; }
.genre-row__bgs em { margin-left: 4px; padding: 1px 6px; border-radius: 999px; background: rgba(244, 241, 234, .14); color: var(--text); font-size: 10px; font-style: normal; }
.looks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.looks li { display: grid; justify-items: center; align-content: start; gap: 2px; padding: 14px 8px; border-radius: 6px; background: rgba(244, 241, 234, .05); text-align: center; }
.look__icon { width: 48px; height: 48px; margin-bottom: 6px; color: var(--c); }
.look__icon svg { width: 100%; height: 100%; }
.looks b { font-size: 14px; }
.looks small { color: var(--muted); font-size: 11.5px; line-height: 1.45; }
.sw-options .prod-card { background: rgba(244, 241, 234, .05); }
.sw-options .prod-card__en { color: var(--faint); }
.sw-options .prod-card__desc { color: var(--muted); }
.sw-options .prod-card__foot { border-top-color: var(--line); }
.prod-cards--stack { grid-template-columns: 1fr; }
.prod-cards--stack .prod-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.prod-cards--stack .prod-card__img { aspect-ratio: auto; min-height: 100%; }
.prod-cards--stack .prod-card__icon { position: static; width: 40px; height: 40px; margin-bottom: 4px; padding: 7px; background: var(--c); color: var(--ink); }

/* 월드 샵 — 준비중 */
.sw-soon { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: clamp(28px, 5vw, 72px); background: var(--ink-2); }
.sw-soon__img { margin: 0; overflow: hidden; border-radius: 6px; background: #fff; }
.sw-soon__img img { width: 100%; }
.sw-soon__text .eyebrow { color: var(--c); }
.sw-soon__text h2 { margin: 0; font-size: clamp(30px, 3.6vw, 50px); letter-spacing: -.02em; line-height: 1.2; }
.sw-soon__text p { color: var(--muted); }
.sw-soon__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.sw-missing { min-height: 70vh; padding-top: calc(var(--header-h) + 80px); }

/* ---------- 반응형 ---------- */
@media (max-width: 1100px) {
  .shop-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-plans { grid-template-columns: 1fr; }
  .toy-grid--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .shop-hero__head, .sw-head { grid-template-columns: 1fr; }
  .shop-hero__side { justify-self: start; }
  .sw-head__side { justify-items: start; text-align: left; }
  .shop-worlds { grid-template-columns: 1fr; }
  .shop-soon__list { grid-template-columns: 1fr; }
  .soon-card { grid-template-columns: 150px minmax(0, 1fr); }
  .soon-card__img { height: 100%; aspect-ratio: auto; }
  .soon-card__img img { object-fit: contain; }
  .soon-card__body { border-top: 0; border-left: 2px solid rgba(244, 241, 234, .14); }
  .toy-grid, .toy-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .opt-board { grid-template-columns: 1fr; }
  .genre-row { grid-template-columns: 48px minmax(0, 1fr); }
  .genre-row__icon { width: 48px; height: 48px; padding: 8px; }
  .genre-row__bgs { grid-column: 1 / -1; }
  .sw-soon { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .shop-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow-step { padding: 16px 14px 18px; }
  .shop-hero__facts b { font-size: 13px; }
  .world-card__body { padding: 18px 18px 20px; }
  .soon-card { grid-template-columns: 112px minmax(0, 1fr); }
  .soon-card__badge { top: auto; right: auto; bottom: 10px; left: 8px; padding: 4px 9px; font-size: 11px; }
  .toy-card__body { padding: 12px 12px 14px; }
  .toy-card__desc { display: none; }
  .toy-card__meta { flex-direction: column; gap: 2px; }
  .prod-cards { grid-template-columns: 1fr; }
  .prod-cards--stack .prod-card { grid-template-columns: 1fr; }
  .prod-cards--stack .prod-card__img { aspect-ratio: 16 / 10; }
  .looks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-card { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
  .plan-card__icon { width: 44px; height: 44px; }
  .plan-card__price { grid-column: 2; }
}

/* =========================================================
   정식 오픈 전 테스트 안내 (SHOP 페이지 맨 위)
   ========================================================= */
.has-notice { --notice-h: 32px; scroll-padding-top: calc(var(--header-h) + var(--notice-h)); }
.has-notice body { padding-top: var(--notice-h); }
.has-notice .wo-header { top: var(--notice-h); }
.test-notice { position: fixed; top: 0; left: 0; right: 0; z-index: 110; display: flex; align-items: center; justify-content: center; gap: 10px; height: var(--notice-h, 32px); margin: 0; padding: 0 var(--gutter); overflow: hidden; background: var(--acid); color: var(--ink); font-size: 13px; font-weight: 700; white-space: nowrap; }
.test-notice b { padding: 2px 7px; border-radius: 3px; background: var(--ink); color: var(--acid); font-size: 10.5px; letter-spacing: .14em; }
@media (max-width: 980px) {
  .has-notice .wo-nav { height: calc(100vh - var(--header-h) - var(--notice-h)); height: calc(100dvh - var(--header-h) - var(--notice-h)); }
}

/* SHOP 제목 : ART TOY & AI SHORTS */
.shop-hero__amp { color: var(--acid); }

/* 피규어 준비중 월드 안내 */
.sw-notice { margin: -2px 0 16px; padding: 10px 14px; border-left: 3px solid var(--c); background: rgba(244, 241, 234, .05); color: var(--muted); font-size: 14px; }

/* 첫 문구 강조 : 나만의 AI 영화 쇼츠 */
.shop-hero__lead b { color: var(--acid); font-weight: 800; }

/* ---------- 쇼츠 인원 카드 (1인 · 2인) ---------- */
.cast-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 12px; padding: 0; list-style: none; }
.cast-card { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: start; gap: 8px 12px; padding: 14px 16px; border-radius: 6px; background: #fff; }
.cast-card__icon { width: 44px; height: 44px; }
.cast-card__icon svg { width: 100%; height: 100%; }
.cast-card__text { display: grid; gap: 1px; }
.cast-card__en { color: #8a857a; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.cast-card__text b { font-size: 17px; }
.cast-card__text small { color: var(--paper-muted); font-size: 12.5px; line-height: 1.5; }
.cast-card__side { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 10px; padding-top: 10px; border-top: 1px solid rgba(22, 22, 22, .12); }
.cast-card__side strong { font-size: 18px; }
.cast-card__side em { color: var(--paper-muted); font-size: 12px; font-style: normal; font-weight: 700; }
.prod-card__foot { flex-wrap: wrap; }
.sw-options .cast-card { background: rgba(244, 241, 234, .05); }
.sw-options .cast-card__icon { color: var(--c); }
.sw-options .cast-card__en { color: var(--faint); }
.sw-options .cast-card__text small, .sw-options .cast-card__side em { color: var(--muted); }
.sw-options .cast-card__side { border-top-color: var(--line); }
@media (max-width: 560px) {
  .cast-cards { grid-template-columns: 1fr; }
}

/* 쇼츠 가격 옆 '오픈 특가' 표시 */
.sale-tag { display: inline-block; margin-right: 8px; padding: 3px 9px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: 0; line-height: 1.35; vertical-align: 2px; white-space: nowrap; }
.cast-card .sale-tag { background: var(--paper-ink); color: var(--acid); }
.sw-options .cast-card .sale-tag { background: var(--acid); color: var(--ink); }
.shop-hero__facts .sale-tag { margin: 0 0 0 8px; padding: 2px 7px; font-size: 10px; vertical-align: 1px; }
.sw-options .cast-card__side { flex-direction: column; align-items: flex-start; gap: 6px; }
@media (max-width: 560px) {
  .shop-hero__facts .sale-tag { display: block; width: max-content; margin: 5px 0 0; }
}
