/* ═══════════════════════════════════════════════════════════
   VoiceFit 운영 웹사이트 v1 — 스타일
   톤: 검은 배경 + 큰 사진 + 짧은 문장(편집형), 포인트 = 포스터의 보라·민트·크림
   ═══════════════════════════════════════════════════════════ */
:root {
  --ink: #14111F;
  --ink-2: #1E1930;
  --ink-3: #2A2440;
  --paper: #F6F3EC;
  --paper-2: #EEEAE0;
  --white: #FFFFFF;
  --purple: #6247E5;
  --purple-deep: #4630B8;
  --purple-soft: #EEE9FF;
  --mint: #7EE2C4;
  --mint-deep: #1F8F6E;
  --coral: #F26B6B;
  --text: #1B1727;
  --muted: #6B6580;
  --muted-on-dark: #B9B3CC;
  --line: #E2DDD2;
  --line-dark: #332C4A;
  --radius: 14px;
  --sans: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", system-ui, sans-serif;
  --shadow: 0 10px 30px rgba(20, 17, 31, 0.12);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--sans); color: var(--text); background: var(--paper); line-height: 1.6; word-break: keep-all; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; }
.wrap { width: min(1200px, 100% - 40px); margin: 0 auto; }
.wrap-narrow { width: min(820px, 100% - 40px); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ── 타이포 ── */
h1, h2, h3 { line-height: 1.2; letter-spacing: -0.02em; font-weight: 800; }
h2 { font-size: clamp(26px, 3.4vw, 40px); }
h3 { font-size: clamp(18px, 2vw, 22px); }
.kicker { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.dark .kicker { color: var(--mint); }
.lead { font-size: clamp(16px, 1.5vw, 18px); color: var(--muted); max-width: 720px; margin-top: 14px; }
.dark .lead { color: var(--muted-on-dark); }
.sec-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.sec-head .lead { margin-top: 10px; }

/* ── 버튼 ── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 999px; font-size: 15px; font-weight: 700; border: 1.5px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s, color .15s, border-color .15s; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--purple); color: #fff; }
.btn-primary:hover { background: var(--purple-deep); }
.btn-mint { background: var(--mint); color: var(--ink); }
.btn-mint:hover { background: #9BEBD3; }
.btn-outline { border-color: var(--purple); color: var(--purple); background: transparent; }
.btn-outline:hover { background: var(--purple-soft); }
.btn-ghost { border-color: rgba(255,255,255,.35); color: #fff; background: transparent; }
.btn-ghost:hover { border-color: #fff; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--ink-3); }
.btn-lg { padding: 17px 30px; font-size: 17px; }
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }
.ext::after { content: "↗"; font-size: .9em; }

/* ── 헤더 ── */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(20,17,31,.72); backdrop-filter: blur(12px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.06); transition: background .2s; }
.site-header.is-solid { background: rgba(20,17,31,.96); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 16px; }
.logo { font-weight: 900; font-size: 22px; letter-spacing: -0.03em; display: flex; align-items: baseline; gap: 8px; }
.logo small { font-size: 12px; font-weight: 600; color: var(--muted-on-dark); letter-spacing: 0; }
.gnb { display: flex; gap: 26px; font-size: 15px; font-weight: 600; }
.gnb a { opacity: .85; padding: 6px 0; }
.gnb a:hover { opacity: 1; color: var(--mint); }
.header-cta { display: flex; gap: 10px; align-items: center; }
.nav-toggle { display: none; background: none; border: 0; color: #fff; width: 42px; height: 42px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; margin: 5px auto; }

/* ── 섹션 공통 ── */
.section { padding: clamp(64px, 8vw, 110px) 0; }
.dark { background: var(--ink); color: #fff; }
.dark h2, .dark h3 { color: #fff; }
.paper { background: var(--paper); }
.paper-2 { background: var(--paper-2); }
.white { background: var(--white); }

/* ── 히어로 ── */
.hero { background: var(--ink); color: #fff; padding: clamp(48px, 6vw, 90px) 0 clamp(40px, 5vw, 70px); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: auto -20% -40% auto; width: 60vw; height: 60vw; border-radius: 50%; background: radial-gradient(closest-side, rgba(98,71,229,.35), transparent 70%); pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 5vw, 64px); align-items: center; position: relative; }
.hero-copy .eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--mint); margin-bottom: 22px; }
.hero-copy .eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--mint); }
.hero h1 { font-size: clamp(44px, 7vw, 92px); line-height: 1.02; letter-spacing: -0.04em; }
.hero .brand-line { margin-top: 18px; font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; }
.hero .brand-line span { color: var(--muted-on-dark); font-weight: 600; font-size: .8em; margin-left: 10px; }
.hero .hero-sub { margin-top: 18px; font-size: clamp(16px, 1.6vw, 20px); color: var(--muted-on-dark); max-width: 560px; }
.hero .hero-sub strong { color: #fff; font-weight: 700; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-note { margin-top: 18px; font-size: 13px; color: var(--muted-on-dark); }
.hero-visual { position: relative; }
.poster-frame { border-radius: 18px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,.45); background: #fff; aspect-ratio: 4 / 5; max-height: 640px; margin-left: auto; }
.poster-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 0; }
.poster-cap { margin-top: 10px; font-size: 12px; color: var(--muted-on-dark); text-align: right; }
.flow-strip { margin-top: clamp(36px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.flow-strip li { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--radius); padding: 18px 20px; display: flex; gap: 14px; align-items: flex-start; }
.flow-strip .no { font-weight: 900; color: var(--mint); font-size: 22px; line-height: 1; }
.flow-strip strong { display: block; font-size: 16px; }
.flow-strip small { display: block; color: var(--muted-on-dark); font-size: 13px; margin-top: 4px; }

/* ── 상태 배지 ── */
.badge { display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px; font-size: 12.5px; font-weight: 800; letter-spacing: .02em; }
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.badge-open { background: #E3FAF1; color: var(--mint-deep); }
.badge-upcoming { background: var(--purple-soft); color: var(--purple-deep); }
.badge-closed { background: #F3EFEA; color: #7B7468; }
.badge-ended { background: #EFEDEA; color: #8A8478; }
.dark .badge-closed, .dark .badge-ended { background: rgba(255,255,255,.1); color: var(--muted-on-dark); }

/* ── 모임(상품) 카드 ── */
.prod-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.prod-card { background: var(--white); border-radius: 18px; overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.prod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.prod-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--ink-2); position: relative; }
.prod-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.prod-card .thumb .badge { position: absolute; top: 14px; left: 14px; }
.prod-card .thumb .kind { position: absolute; top: 14px; right: 14px; background: rgba(20,17,31,.7); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 10px; border-radius: 999px; }
.prod-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.prod-body h3 { font-size: 22px; }
.prod-body .tagline { color: var(--muted); font-size: 15px; margin-top: -6px; }
.meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; font-size: 14px; }
.meta div { display: flex; gap: 8px; align-items: baseline; }
.meta dt { color: var(--muted); flex: 0 0 40px; font-weight: 600; }
.meta dd { font-weight: 600; }
.meta dd.tbd { color: var(--muted); font-weight: 500; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; }
.tags span { font-size: 12.5px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 4px 10px; color: var(--text); }
.prod-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 6px; flex-wrap: wrap; }
.prod-actions .btn { flex: 1; }
.prod-note { font-size: 13px; color: var(--muted); }
.empty-state { background: var(--white); border: 1px dashed var(--line); border-radius: 18px; padding: 40px; text-align: center; color: var(--muted); }

/* ── 활동 이미지 2장(4:3, 같은 크기·정렬) ── */
.scene-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.scene { margin: 0; border-radius: 18px; overflow: hidden; background: var(--ink-2); border: 1px solid var(--line-dark); }
.scene img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.scene figcaption { padding: 14px 18px 16px; font-size: 14px; color: var(--muted-on-dark); }
.scene figcaption b { display: block; color: #fff; font-size: 17px; margin-bottom: 4px; }
.scene-note { margin-top: 14px; font-size: 13px; color: #9B95AC; }
.scene-cta { margin-top: 18px; }
.sub-head { margin: clamp(36px, 5vw, 56px) 0 18px; font-size: 20px; color: #fff; }
@media (max-width: 960px) { .scene-pair { grid-template-columns: 1fr; } }

/* ── 활동 타일(편집형) ── */
.tile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.tile { position: relative; border-radius: 18px; overflow: hidden; background: var(--ink-2); border: 1px solid var(--line-dark); min-height: 420px; display: flex; flex-direction: column; }
.tile .tile-img { aspect-ratio: 16 / 10; overflow: hidden; }
.tile .tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tile .tile-img.contain { background: #0F0D18; display: grid; place-items: center; }
.tile .tile-img.contain img { object-fit: contain; height: 100%; width: auto; }
.tile-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; }
.tile-body .label { font-size: 12.5px; font-weight: 800; color: var(--mint); letter-spacing: .08em; }
.tile-body h3 { font-size: 26px; }
.tile-body p { color: var(--muted-on-dark); font-size: 15px; }
.tile-body .cap { font-size: 12px; color: #857FA0; margin-top: 6px; }
.tile-km { background: linear-gradient(160deg, #241B4B, #14111F 70%); }
.tile-km .tile-body { position: relative; z-index: 1; }
.tile-km .km-mark { position: absolute; right: 18px; bottom: 10px; z-index: 0; font-size: clamp(64px, 8vw, 120px); font-weight: 900; letter-spacing: -0.05em; color: rgba(126,226,196,.12); line-height: 1; pointer-events: none; }
.notice-line { margin-top: 26px; font-size: 14px; color: var(--muted-on-dark); border-left: 3px solid var(--mint); padding-left: 14px; }

/* ── 진단 섹션 ── */
.diag-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.spec-list { display: grid; gap: 12px; margin-top: 22px; }
.spec-list li { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; }
.spec-list b { flex: 0 0 110px; color: var(--purple-deep); }
.screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.screens figure { background: #0F0D18; border-radius: 16px; padding: 8px; box-shadow: var(--shadow); }
.screens img { border-radius: 10px; width: 100%; aspect-ratio: 9 / 13; object-fit: cover; object-position: top; }
.screens figcaption { color: #B9B3CC; font-size: 12px; padding: 8px 4px 4px; }
.diag-note { font-size: 13.5px; color: var(--muted); margin-top: 18px; }

/* ── 함께한 순간 ── */
.moment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.moment { border-radius: 14px; overflow: hidden; background: var(--ink-2); border: 1px solid var(--line-dark); }
.moment img { aspect-ratio: 4 / 3; width: 100%; object-fit: cover; }
.moment figcaption { padding: 12px 14px 14px; font-size: 13.5px; color: var(--muted-on-dark); }
.moment figcaption b { display: block; color: #fff; font-size: 14px; margin-bottom: 2px; }
.story-list { margin-top: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.story { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 14px; padding: 22px 24px; }
.story .when { font-size: 13px; color: var(--mint); font-weight: 700; }
.story h3 { margin: 6px 0 8px; font-size: 19px; }
.story p { color: var(--muted-on-dark); font-size: 14.5px; }

/* ── 기관 도입 ── */
.b2b-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.b2b-points { display: grid; gap: 14px; margin-top: 22px; }
.b2b-points li { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.b2b-points b { display: block; margin-bottom: 4px; color: var(--purple-deep); }
.b2b-points p { font-size: 14.5px; color: var(--muted); }
.book-pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.book-pages figure { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 8px; box-shadow: var(--shadow); }
.book-pages img { border-radius: 6px; }
.book-pages figcaption { font-size: 12px; color: var(--muted); padding: 8px 2px 2px; }

/* ── 운영자·공간 / 대표 프로필 ── */
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.profile-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.profile-photo { margin: 0; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 5; max-width: 440px; box-shadow: var(--shadow); background: var(--ink-2); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.profile-name { font-size: clamp(30px, 3.6vw, 44px); }
.profile-name span { display: block; font-size: 15px; font-weight: 600; color: var(--muted); margin-top: 8px; letter-spacing: 0; }
.dark .profile-name span { color: var(--mint); }
.profile-facts { margin-top: 22px; display: grid; gap: 12px; }
.profile-facts li { display: grid; grid-template-columns: 72px 1fr; gap: 12px; font-size: 15px; color: var(--muted-on-dark); }
.profile-facts b { color: #fff; font-weight: 700; }
.profile-facts a { color: var(--mint); text-decoration: underline; }
.scene.light { background: var(--white); border-color: var(--line); }
.scene.light figcaption { color: var(--muted); }
.scene.light figcaption b { color: var(--text); }
.about-photo { border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-facts { margin-top: 20px; display: grid; gap: 8px; font-size: 15px; }
.about-facts li { display: flex; gap: 10px; }
.about-facts b { flex: 0 0 64px; color: var(--muted); font-weight: 600; }

/* ── FAQ ── */
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 0 20px; margin-bottom: 10px; }
.faq summary { cursor: pointer; padding: 18px 0; font-weight: 700; font-size: 16px; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::after { content: "+"; color: var(--purple); font-weight: 900; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 0 18px; color: var(--muted); font-size: 15px; }

/* ── 문의 ── */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-card { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.contact-card h3 { font-size: 18px; }
.contact-card p { color: var(--muted-on-dark); font-size: 14.5px; flex: 1; }
.contact-card .btn { align-self: flex-start; margin-top: 8px; }

/* ── 푸터 ── */
.site-footer { background: #0E0B17; color: var(--muted-on-dark); padding: 40px 0 110px; font-size: 13.5px; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: start; }
.footer-logo { color: #fff; font-weight: 900; font-size: 20px; margin-bottom: 8px; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-links a { color: #fff; opacity: .8; }
.footer-fine { margin-top: 14px; }

/* ── 모바일 하단 바 ── */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(20,17,31,.96); border-top: 1px solid var(--line-dark); }
.mobile-bar .btn { flex: 1; padding: 13px; }

/* ── 폼 ── */
.form-page { padding: clamp(40px, 5vw, 72px) 0 clamp(60px, 7vw, 100px); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: clamp(22px, 3vw, 40px); box-shadow: var(--shadow); }
.form-card h1 { font-size: clamp(26px, 3vw, 34px); }
.form-intro { color: var(--muted); margin-top: 10px; font-size: 15px; }
.field { margin-top: 20px; }
.field label { display: block; font-weight: 700; font-size: 14.5px; margin-bottom: 8px; }
.field label b { color: var(--coral); }
.field input[type=text], .field input[type=tel], .field input[type=email], .field select, .field textarea {
  width: 100%; font: inherit; font-size: 16px; padding: 14px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; color: var(--text); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--purple); box-shadow: 0 0 0 3px rgba(98,71,229,.15); }
.field .hint { font-size: 13px; color: var(--muted); margin-top: 6px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--coral); }
.field .err { display: none; color: var(--coral); font-size: 13px; margin-top: 6px; }
.field.invalid .err { display: block; }
.row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice { display: flex; align-items: flex-start; gap: 10px; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px; cursor: pointer; font-size: 14.5px; }
.choice input { margin-top: 3px; }
.choice.on { border-color: var(--purple); background: var(--purple-soft); }
.consent { margin-top: 24px; border-top: 1px solid var(--line); padding-top: 18px; display: grid; gap: 12px; }
.consent label { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; cursor: pointer; }
.consent input { margin-top: 4px; }
.consent .box { background: var(--paper); border-radius: 10px; padding: 12px 14px; font-size: 13px; color: var(--muted); line-height: 1.55; }
.consent .box b { color: var(--text); }
.submit-row { margin-top: 26px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.form-msg { margin-top: 16px; padding: 14px 16px; border-radius: 10px; font-size: 14.5px; display: none; }
.form-msg.show { display: block; }
.form-msg.error { background: #FDECEC; color: #A93131; border: 1px solid #F5C4C4; }
.form-msg.info { background: var(--purple-soft); color: var(--purple-deep); }
.result-card { text-align: center; padding: 20px 0; }
.result-card .ok-mark { width: 64px; height: 64px; border-radius: 50%; background: var(--mint); display: grid; place-items: center; margin: 0 auto 18px; font-size: 30px; }
.result-card h2 { font-size: 26px; }
.result-card .receipt { display: inline-block; margin-top: 14px; background: var(--paper); border-radius: 10px; padding: 10px 16px; font-size: 14px; color: var(--muted); }
.result-card .next { text-align: left; margin: 24px auto 0; max-width: 520px; display: grid; gap: 10px; }
.result-card .next li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.result-card .next .no { flex: 0 0 26px; height: 26px; border-radius: 50%; background: var(--purple); color: #fff; font-size: 13px; font-weight: 800; display: grid; place-items: center; }
.spinner { width: 18px; height: 18px; border: 2.5px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; display: none; }
.btn.loading .spinner { display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }
.legal h2 { font-size: 20px; margin: 28px 0 10px; }
.legal p, .legal li { font-size: 15px; color: var(--text); }
.legal ul { list-style: disc; padding-left: 20px; display: grid; gap: 6px; }
.legal table { width: 100%; border-collapse: collapse; font-size: 14px; }
.legal th, .legal td { border: 1px solid var(--line); padding: 10px; text-align: left; vertical-align: top; }
.legal th { background: var(--paper); }
.banner { background: #FFF4D6; border: 1px solid #F0D48A; color: #6B5300; padding: 12px 16px; border-radius: 10px; font-size: 14px; margin-bottom: 18px; }

/* ── 상세 페이지 ── */
.detail-hero { background: var(--ink); color: #fff; padding: 40px 0 0; }
.detail-hero .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; padding-bottom: 40px; }
.detail-hero img { border-radius: 18px; aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.detail-hero h1 { font-size: clamp(30px, 4vw, 48px); margin-top: 12px; }
.detail-hero .tagline { color: var(--muted-on-dark); font-size: 18px; margin-top: 10px; }
.detail-body { padding: 48px 0 80px; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: start; }
.info-table { background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.info-table div { display: grid; grid-template-columns: 96px 1fr; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 15px; }
.info-table div:last-child { border-bottom: 0; }
.info-table dt { color: var(--muted); font-weight: 600; }
.info-table dd.tbd { color: var(--muted); }
.sticky-cta { position: sticky; top: 90px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 22px; display: grid; gap: 12px; }
.sticky-cta .price { font-size: 26px; font-weight: 900; }
.sticky-cta .price small { font-size: 14px; color: var(--muted); font-weight: 600; margin-left: 6px; }
.detail-body h2 { font-size: 22px; margin: 34px 0 12px; }
.detail-body .desc { font-size: 16px; }
.check-list li { display: flex; gap: 10px; font-size: 15px; margin-bottom: 8px; }
.check-list li::before { content: "✓"; color: var(--mint-deep); font-weight: 900; }

/* ── 반응형 ── */
@media (max-width: 960px) {
  .hero-inner, .diag-grid, .b2b-grid, .about-grid, .profile-grid, .detail-hero .wrap, .detail-grid { grid-template-columns: 1fr; }
  .profile-photo { max-width: 360px; }
  .b2b-points[style] { grid-template-columns: 1fr !important; }
  .poster-frame { max-height: none; aspect-ratio: 4 / 5; max-width: 520px; margin: 0 auto; }
  .moment-grid, .contact-grid, .screens, .book-pages { grid-template-columns: repeat(2, 1fr); }
  .prod-grid, .tile-grid, .story-list { grid-template-columns: 1fr; }
  .flow-strip { grid-template-columns: 1fr; }
  .sticky-cta { position: static; }
}
@media (max-width: 720px) {
  .gnb { position: fixed; inset: 66px 0 auto 0; background: rgba(20,17,31,.98); flex-direction: column; gap: 0; padding: 10px 20px 20px; display: none; border-bottom: 1px solid var(--line-dark); }
  .gnb.is-open { display: flex; }
  .gnb a { padding: 14px 0; border-bottom: 1px solid var(--line-dark); font-size: 17px; }
  .nav-toggle { display: block; }
  .header-cta .btn { display: none; }
  .mobile-bar { display: flex; }
  .hero h1 { font-size: clamp(42px, 13vw, 64px); }
  .hero-cta .btn { flex: 1 1 100%; }
  .meta { grid-template-columns: 1fr; }
  .moment-grid, .screens, .book-pages, .contact-grid { grid-template-columns: 1fr; }
  .screens { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .row-2, .choice-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .wrap, .wrap-narrow { width: min(100% - 32px, 1200px); }
  .tile { min-height: 0; }
  .prod-actions .btn { flex: 1 1 100%; }
}
