/* ==========================================================================
   Hush 사용후기 — 갤러리 · 웹진 (itemuselist)
   Namespaced under .hb-rv to avoid collisions with shop style.css
   ========================================================================== */

.hb-rv {
    --hb-bg: #f7f8fa;
    --hb-ink: #0d0f14;
    --hb-ink-2: #1c1f27;
    --hb-ink-3: #2f333d;
    --hb-body: #4a4f5c;
    --hb-muted: #6c7280;
    --hb-faint: #9aa0ad;
    --hb-line: #e1e4eb;
    --hb-line-2: #c9cdd6;
    --hb-soft: #eef0f4;
    --hb-tint: #eef0ff;
    --hb-accent: #5b5bfe;
    --hb-accent-2: #4a45e8;
    --hb-star: #f4a72c;
    --hb-shadow-sm: 0 1px 2px rgba(13,15,20,0.04), 0 2px 4px rgba(13,15,20,0.04);
    --hb-shadow-lg: 0 4px 8px rgba(13,15,20,0.04), 0 16px 32px rgba(13,15,20,0.08);
    background: var(--hb-bg);
    color: var(--hb-ink);
    font-family: 'Pretendard', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}
.hb-rv *, .hb-rv *::before, .hb-rv *::after { box-sizing: border-box; }
.hb-rv a { color: inherit; text-decoration: none; }
.hb-rv a:hover { color: var(--hb-accent-2); }
.hb-rv ::selection { background: rgba(91,91,254,0.18); }
.hb-rv img { max-width: 100%; }

.hb-clamp1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.hb-clamp2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hb-clamp3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hb-clamp5 { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }

/* ===== HERO ===== */
.hb-rv-hero { max-width: 1200px; margin: 0 auto; padding: 64px 24px 20px; }
.hb-rv-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px; font-weight: 700; letter-spacing: 0.18em;
    color: var(--hb-accent); margin-bottom: 16px;
}
.hb-rv-title { margin: 0; font-size: 46px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; color: var(--hb-ink); }
.hb-rv-desc { margin: 16px 0 0; max-width: 560px; font-size: 16.5px; line-height: 1.7; color: var(--hb-muted); }

.hb-rv-stats { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hb-rv-stat {
    flex: 1; min-width: 180px; background: #fff;
    border: 1px solid var(--hb-line); border-radius: 16px;
    padding: 22px 24px; box-shadow: var(--hb-shadow-sm);
}
.hb-rv-stat-num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 34px; font-weight: 700; letter-spacing: -0.02em;
    color: var(--hb-ink); line-height: 1;
}
.hb-rv-stat-num > span { font-size: 20px; color: var(--hb-faint); }
.hb-rv-stat-score { display: flex; align-items: baseline; gap: 8px; }
.hb-rv-stat-stars { color: var(--hb-star); font-size: 15px; letter-spacing: 1px; }
.hb-rv-stat-label { margin-top: 8px; font-size: 13.5px; font-weight: 600; color: var(--hb-muted); }

/* ===== CONTROLS ===== */
.hb-rv-controls { max-width: 1200px; margin: 0 auto; padding: 28px 24px 0; }
.hb-rv-controls-row {
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 16px; padding-bottom: 22px;
    border-bottom: 1px solid var(--hb-line);
}
.hb-rv-controls-right { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

/* view toggle */
.hb-rv-seg { display: inline-flex; padding: 4px; background: var(--hb-soft); border-radius: 9999px; gap: 2px; }
.hb-rv-seg-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 8px 16px; border-radius: 9999px; border: 0;
    font-size: 13.5px; font-weight: 600; cursor: pointer;
    font-family: inherit; transition: all 150ms;
    background: transparent; color: var(--hb-muted);
}
.hb-rv-seg-btn.is-on { background: #fff; color: var(--hb-ink); box-shadow: 0 1px 2px rgba(13,15,20,0.08); }

/* sort */
.hb-rv-sort { display: inline-flex; align-items: center; gap: 18px; font-size: 14px; }
.hb-rv-sort-btn { font-weight: 500; color: var(--hb-faint); transition: color 120ms; }
.hb-rv-sort-btn.is-on { font-weight: 700; color: var(--hb-accent); }
.hb-rv-sort-div { width: 1px; height: 12px; background: var(--hb-line-2); }

/* search */
.hb-rv-search {
    display: inline-flex; align-items: center; gap: 6px; margin: 0;
    padding: 4px 4px 4px 12px; background: #fff;
    border: 1px solid var(--hb-line); border-radius: 9999px;
}
.hb-rv-search select {
    border: 0; background: transparent; font-family: inherit;
    font-size: 13px; font-weight: 600; color: var(--hb-body); outline: none; cursor: pointer;
}
.hb-rv-search input[type="text"] {
    width: 128px; border: 0; background: transparent; outline: none;
    font-family: inherit; font-size: 13.5px; color: var(--hb-ink);
}
.hb-rv-search input[type="text"]::placeholder { color: var(--hb-faint); }
.hb-rv-search button {
    width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center;
    border: 0; border-radius: 9999px; background: var(--hb-soft);
    color: var(--hb-body); cursor: pointer;
}
.hb-rv-search button:hover { background: var(--hb-accent); color: #fff; }

/* category tabs */
.hb-rv-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.hb-rv-cat {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 15px; border-radius: 9999px;
    border: 1px solid var(--hb-line); background: #fff;
    font-size: 13.5px; font-weight: 600; color: var(--hb-body);
    white-space: nowrap; transition: all 120ms; cursor: pointer;
}
.hb-rv-cat:hover { border-color: var(--hb-line-2); color: var(--hb-ink); }
.hb-rv-cat.is-on { background: var(--hb-accent); border-color: var(--hb-accent); color: #fff; }
.hb-rv-cat.is-on:hover { color: #fff; }
.hb-rv-cat-thumb { width: 20px; height: 20px; border-radius: 9999px; overflow: hidden; background: var(--hb-soft); flex: none; }
.hb-rv-cat-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hb-rv-cat-cnt {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11px; font-weight: 700; padding: 1px 7px; border-radius: 9999px;
    background: var(--hb-soft); color: var(--hb-faint);
}
.hb-rv-cat.is-on .hb-rv-cat-cnt { background: rgba(255,255,255,0.22); color: #fff; }

/* ===== shared bits ===== */
.hb-rv-stars { font-size: 14px; letter-spacing: 0.5px; }
.hb-rv-stars.sm { font-size: 13px; }
.hb-rv-stars.lg { font-size: 16px; letter-spacing: 1px; }
.hb-rv-stars .on { color: var(--hb-star); }
.hb-rv-stars .off { color: var(--hb-line); }
.hb-rv-starline { display: flex; align-items: center; gap: 8px; }
.hb-rv-ratingnum { font-family: 'Space Grotesk', sans-serif; font-size: 12.5px; font-weight: 600; color: var(--hb-faint); }

.hb-rv-meta { display: flex; align-items: center; gap: 8px; }
.hb-rv-meta.bordered { padding-top: 14px; border-top: 1px solid var(--hb-soft); }
.hb-rv-meta-author { font-size: 13px; font-weight: 600; color: var(--hb-ink-3); }
.hb-rv-meta-dot { width: 3px; height: 3px; border-radius: 9999px; background: var(--hb-line-2); }
.hb-rv-meta-date { font-family: 'Space Grotesk', sans-serif; font-size: 12px; color: var(--hb-faint); }

.hb-rv-pill {
    position: absolute; top: 12px; left: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 7px;
    padding: 6px 11px 6px 6px; background: rgba(255,255,255,0.92);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
    border-radius: 9999px; box-shadow: 0 1px 2px rgba(13,15,20,0.08);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11.5px; font-weight: 600; letter-spacing: 0.03em; color: var(--hb-ink-3);
    max-width: calc(100% - 24px);
}
.hb-rv-pill.light { position: static; background: var(--hb-bg); border: 1px solid var(--hb-line); box-shadow: none; }
.hb-rv-pill-thumb { width: 20px; height: 20px; border-radius: 9999px; overflow: hidden; background: var(--hb-soft); flex: none; }
.hb-rv-pill-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* pin badge (everyone) / pin toggle (admin) */
.hb-rv-pinned, .hb-rv-pinbtn {
    position: absolute; top: 12px; right: 12px; z-index: 3;
    display: inline-flex; align-items: center; gap: 5px;
    padding: 5px 10px; border-radius: 9999px;
    font-family: inherit; font-size: 11.5px; font-weight: 700; line-height: 1;
}
.hb-rv-pinned { background: var(--hb-accent); color: #fff; box-shadow: 0 1px 2px rgba(13,15,20,0.12); }
.hb-rv-pinbtn {
    border: 1px solid var(--hb-line); background: rgba(255,255,255,0.92);
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    color: var(--hb-body); cursor: pointer; transition: all 120ms;
}
.hb-rv-pinbtn:hover { border-color: var(--hb-accent); color: var(--hb-accent); }
.hb-rv-pinbtn.is-pinned { background: var(--hb-accent); border-color: var(--hb-accent); color: #fff; }
.hb-rv-qcard .hb-rv-pinned, .hb-rv-qcard .hb-rv-pinbtn { position: static; }
/* detail page: pin sits inline in the star row, not floating over a photo */
.hb-rv-starline .hb-rv-pinned, .hb-rv-starline .hb-rv-pinbtn { position: static; margin-left: 4px; }
.hb-rv-qcard-head { justify-content: flex-start; }
.hb-rv-qcard-head .hb-rv-stars { margin-left: auto; }
.hb-rv-feature { position: relative; }

/* share: copy deep link */
.hb-rv-copylink {
    margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 13px; border-radius: 9999px;
    border: 1px solid var(--hb-line); background: #fff;
    font-family: inherit; font-size: 12.5px; font-weight: 600; line-height: 1;
    color: var(--hb-body); cursor: pointer; transition: all 120ms;
}
.hb-rv-copylink:hover { border-color: var(--hb-accent); color: var(--hb-accent); }
.hb-rv-copylink.is-copied { background: var(--hb-accent); border-color: var(--hb-accent); color: #fff; }

/* ===== GALLERY VIEW ===== */
.hb-rv-gallery { max-width: 1200px; margin: 0 auto; padding: 32px 24px 0; }
.hb-rv[data-view="webzine"] .hb-rv-gallery { display: none; }
.hb-rv[data-view="gallery"] .hb-rv-webzine { display: none; }

.hb-rv-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(288px, 1fr)); gap: 22px; }

.hb-rv-card {
    background: #fff; border: 1px solid var(--hb-line); border-radius: 18px;
    overflow: hidden; box-shadow: var(--hb-shadow-sm); cursor: pointer;
    transition: transform 200ms cubic-bezier(0.22,1,0.36,1), box-shadow 200ms, border-color 200ms;
}
.hb-rv-card:hover, .hb-rv-card:focus-visible {
    transform: translateY(-4px); box-shadow: var(--hb-shadow-lg); border-color: var(--hb-line-2);
}
.hb-rv-card-media { position: relative; aspect-ratio: 4/3; background: var(--hb-tint); overflow: hidden; }
.hb-rv-card-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hb-rv-card-ph {
    position: absolute; inset: 0; display: flex; flex-direction: column;
    align-items: center; justify-content: center; gap: 6px;
}
.hb-rv-card-ph-mark { font-family: 'Space Grotesk', sans-serif; font-size: 40px; font-weight: 700; color: #c0c7ff; }
.hb-rv-card-ph-name { font-family: 'Space Grotesk', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: #99a1ff; padding: 0 16px; text-align: center; }
.hb-rv-more {
    position: absolute; bottom: 12px; right: 12px; z-index: 2;
    display: inline-flex; align-items: center; gap: 4px;
    padding: 5px 10px; background: rgba(13,15,20,0.72);
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    border-radius: 9999px; color: #fff; font-size: 11.5px; font-weight: 600;
}
.hb-rv-card-body { padding: 18px 20px 20px; }
.hb-rv-card-body .hb-rv-starline { margin-bottom: 11px; }
.hb-rv-card-title { margin: 0 0 8px; font-size: 16.5px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.4; color: var(--hb-ink); }
.hb-rv-card-excerpt { margin: 0 0 16px; font-size: 13.5px; line-height: 1.65; color: var(--hb-muted); }
.hb-rv-card-body .hb-rv-meta { padding-top: 14px; border-top: 1px solid var(--hb-soft); }

/* ===== WEBZINE VIEW ===== */
.hb-rv-webzine { max-width: 1120px; margin: 0 auto; padding: 36px 24px 0; }

.hb-rv-feature {
    background: #fff; border: 1px solid var(--hb-line); border-radius: 24px;
    overflow: hidden; box-shadow: var(--hb-shadow-lg);
    display: grid; grid-template-columns: 1.05fr 1fr; min-height: 440px; cursor: pointer;
}
.hb-rv-feature-media { position: relative; background: var(--hb-tint); overflow: hidden; }
.hb-rv-feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hb-rv-feature-quote {
    position: relative; background: var(--hb-accent); overflow: hidden;
    display: flex; align-items: center; justify-content: center; padding: 48px;
}
.hb-rv-feature-qmark {
    position: absolute; top: 20px; left: 34px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 120px; line-height: 1; font-weight: 700; color: rgba(255,255,255,0.16);
}
.hb-rv-feature-quote p {
    position: relative; margin: 0;
    font-size: 22px; font-weight: 600; line-height: 1.6; letter-spacing: -0.01em; color: #fff;
}
.hb-rv-feature-body { padding: 44px 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.hb-rv-feature-eyebrow {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em;
    color: var(--hb-accent); margin-bottom: 18px;
}
.hb-rv-feature-body .hb-rv-starline { margin-bottom: 16px; gap: 10px; }
.hb-rv-feature-title { margin: 0 0 16px; font-size: 29px; font-weight: 700; letter-spacing: -0.025em; line-height: 1.25; color: var(--hb-ink); }
.hb-rv-feature-excerpt { margin: 0 0 26px; font-size: 15.5px; line-height: 1.75; color: var(--hb-body); }
.hb-rv-feature-foot { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.hb-rv-avatar {
    width: 40px; height: 40px; border-radius: 9999px; overflow: hidden;
    background: var(--hb-soft); border: 1px solid var(--hb-line); flex: none;
}
.hb-rv-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hb-rv-feature-who { display: flex; flex-direction: column; line-height: 1.35; }
.hb-rv-feature-author { font-size: 14px; font-weight: 700; color: var(--hb-ink); }
.hb-rv-feature-date { font-family: 'Space Grotesk', sans-serif; font-size: 12px; color: var(--hb-faint); }
.hb-rv-feature-link {
    margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
    font-size: 14px; font-weight: 600; color: var(--hb-accent);
}

/* section label */
.hb-rv-sectionlabel { display: flex; align-items: center; gap: 14px; margin: 52px 0 24px; }
.hb-rv-sectionlabel h3 { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; color: var(--hb-ink); }
.hb-rv-sectionlabel span { flex: 1; height: 1px; background: var(--hb-line); }

/* masonry */
.hb-rv-masonry { column-count: 2; column-gap: 22px; }
.hb-rv-mitem { break-inside: avoid; margin-bottom: 22px; }

.hb-rv-mcard {
    display: block;
    background: #fff; border: 1px solid var(--hb-line); border-radius: 18px;
    overflow: hidden; box-shadow: var(--hb-shadow-sm); cursor: pointer;
    transition: box-shadow 200ms, border-color 200ms;
}
.hb-rv-mcard:hover, .hb-rv-mcard:focus-visible { box-shadow: var(--hb-shadow-lg); border-color: var(--hb-line-2); }
.hb-rv-mcard-media { position: relative; aspect-ratio: 3/2; background: var(--hb-tint); overflow: hidden; }
.hb-rv-mcard-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hb-rv-mcard-body { padding: 18px 20px 20px; }
.hb-rv-mcard-title { margin: 9px 0 7px; font-size: 16px; font-weight: 700; letter-spacing: -0.01em; color: var(--hb-ink); }
.hb-rv-mcard-excerpt { margin: 0 0 15px; font-size: 13.5px; line-height: 1.65; color: var(--hb-muted); }

.hb-rv-qcard {
    display: block;
    background: #fff; border: 1px solid var(--hb-line); border-radius: 18px;
    padding: 26px 24px 22px; box-shadow: var(--hb-shadow-sm); cursor: pointer;
    transition: box-shadow 200ms, border-color 200ms;
}
.hb-rv-qcard:hover, .hb-rv-qcard:focus-visible { box-shadow: var(--hb-shadow-lg); border-color: var(--hb-line-2); }
.hb-rv-qcard-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.hb-rv-qmark {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 52px; line-height: 0.5; font-weight: 700; color: #dee2ff;
}
.hb-rv-qcard-excerpt {
    margin: 10px 0 18px; font-size: 17px; font-weight: 600;
    line-height: 1.6; letter-spacing: -0.01em; color: var(--hb-ink-2);
}

/* ===== EMPTY ===== */
.hb-rv-empty { max-width: 1200px; margin: 0 auto; padding: 80px 24px; text-align: center; }
.hb-rv-empty p { margin: 0; font-size: 15px; color: var(--hb-faint); }

/* ===== PAGINATION (gnuboard get_paging output) ===== */
.hb-rv-paging { max-width: 1200px; margin: 0 auto; padding: 56px 24px 72px; }
.hb-rv-paging .pg_wrap { display: block; text-align: center; padding: 0; }
.hb-rv-paging .pg { display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.hb-rv-paging .pg_page, .hb-rv-paging .pg_current {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 8px;
    border: 1px solid var(--hb-line); background: #fff; border-radius: 10px;
    font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 600;
    color: var(--hb-body); cursor: pointer; margin: 0; text-decoration: none;
    transition: border-color 120ms, color 120ms;
}
.hb-rv-paging .pg_page:hover { border-color: var(--hb-line-2); color: var(--hb-ink); }
.hb-rv-paging .pg_current {
    border-color: var(--hb-accent); background: var(--hb-accent);
    color: #fff; font-weight: 700; cursor: default;
}
.hb-rv-paging .pg_start, .hb-rv-paging .pg_prev, .hb-rv-paging .pg_next, .hb-rv-paging .pg_end {
    color: var(--hb-faint);
    /* undo theme's legacy text hiding (text-indent:-999px + overflow:hidden)
       which the ::after arrow would inherit; hide raw label via font-size instead */
    text-indent: 0;
    overflow: visible;
    font-size: 0;
}
.hb-rv-paging .pg_start::after, .hb-rv-paging .pg_prev::after,
.hb-rv-paging .pg_next::after, .hb-rv-paging .pg_end::after {
    font-size: 15px;
    text-indent: 0;
    line-height: 1;
}
.hb-rv-paging .pg_start::after { content: '\00ab'; }
.hb-rv-paging .pg_prev::after { content: '\2039'; }
.hb-rv-paging .pg_next::after { content: '\203a'; }
.hb-rv-paging .pg_end::after { content: '\00bb'; }
.hb-rv-paging .sound_only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ===== MODAL ===== */
body.hb-rv-lock { overflow: hidden; }
.hb-rv-modal { display: none; position: fixed; inset: 0; z-index: 11111; } /* above theme #header (1111) */
.hb-rv-modal.is-open { display: block; }
.hb-rv-modal-backdrop { position: absolute; inset: 0; background: rgba(13,15,20,0.56); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.hb-rv-modal-panel {
    position: relative; z-index: 1; max-width: 980px; width: calc(100% - 48px);
    max-height: calc(100vh - 96px); margin: 48px auto; overflow: hidden;
    background: #fff; border-radius: 24px; box-shadow: var(--hb-shadow-lg);
    display: flex; flex-direction: column;
    animation: hbRvUp 240ms cubic-bezier(0.22,1,0.36,1);
    font-family: 'Pretendard', system-ui, -apple-system, sans-serif;
    color: var(--hb-ink);
}
@keyframes hbRvUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.hb-rv-modal-close {
    position: absolute; top: 16px; right: 16px; z-index: 3;
    width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid var(--hb-line); background: rgba(255,255,255,0.92); border-radius: 9999px;
    color: var(--hb-body); cursor: pointer;
}
.hb-rv-modal-close:hover { color: var(--hb-ink); border-color: var(--hb-line-2); }
.hb-rv-modal-grid { display: grid; grid-template-columns: 340px 1fr; overflow-y: auto; }
.hb-rv-modal-side { padding: 28px; background: var(--hb-bg); border-right: 1px solid var(--hb-line); }
.hb-rv-modal-cover { border-radius: 16px; overflow: hidden; background: var(--hb-tint); margin-bottom: 18px; max-height: 200px;}
.hb-rv-modal-cover img { width: 100%; display: block; }
.hb-rv-modal-product {
    display: flex; gap: 14px; align-items: center;
    background: #fff; border: 1px solid var(--hb-line); border-radius: 16px; padding: 16px;
}
.hb-rv-modal-product-thumb { width: 56px; height: 56px; border-radius: 12px; overflow: hidden; background: var(--hb-soft); flex: none; }
.hb-rv-modal-product-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hb-rv-modal-product-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.hb-rv-modal-product-label { font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; color: var(--hb-faint); }
.hb-rv-modal-product-name { font-size: 14.5px; font-weight: 700; color: var(--hb-ink); }
.hb-rv-modal-product-link { display: inline-flex; align-items: center; gap: 4px; font-size: 12.5px; font-weight: 600; color: var(--hb-accent); }
.hb-rv-modal-main { padding: 36px 36px 32px; min-width: 0; }
.hb-rv-modal-title { margin: 12px 0 10px; font-size: 24px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.3; color: var(--hb-ink); }
.hb-rv-modal-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--hb-muted); margin-bottom: 22px; }
.hb-rv-modal-content { font-size: 15px; line-height: 1.8; color: var(--hb-ink-2); word-break: break-word; }
.hb-rv-modal-content img { border-radius: 12px; height: auto; max-width: 100%; }
.hb-rv-modal-content p { line-height: 1.8; }
.hb-rv-modal-reply { margin-top: 28px; background: var(--hb-bg); border: 1px solid var(--hb-line); border-radius: 16px; padding: 20px; }
.hb-rv-modal-reply-head { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.hb-rv-modal-reply-badge {
    display: inline-flex; padding: 3px 9px; border-radius: 9999px;
    background: var(--hb-accent); color: #fff; font-size: 11px; font-weight: 700;
}
.hb-rv-modal-reply-name { font-size: 12px; color: var(--hb-faint); }
.hb-rv-modal-reply-body { font-size: 14px; line-height: 1.75; color: var(--hb-body); }

/* ===== DETAIL PAGE (standalone review page — replaces the old share-link modal) ===== */
.hb-rv-detail { max-width: 1040px; margin: 0 auto; padding: 32px 20px 64px; }
.hb-rv-crumb { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--hb-faint); margin-bottom: 20px; }
.hb-rv-crumb a { color: var(--hb-faint); }
.hb-rv-crumb a:hover { color: var(--hb-accent); }
.hb-rv-detailcard {
    background: #fff; border: 1px solid var(--hb-line); border-radius: 24px;
    box-shadow: var(--hb-shadow-lg); overflow: hidden;
    font-family: 'Pretendard', system-ui, -apple-system, sans-serif; color: var(--hb-ink);
}
.hb-rv-backlink {
    display: inline-flex; align-items: center; gap: 6px; margin-top: 24px;
    font-size: 13.5px; font-weight: 600; color: var(--hb-body);
}
.hb-rv-backlink:hover { color: var(--hb-accent); }
.hb-rv-related { margin-top: 48px; }
.hb-rv-related h3 { font-size: 16px; font-weight: 700; margin-bottom: 16px; color: var(--hb-ink); }
.hb-rv-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hb-rv-related-grid a.hb-rv-mcard { display: block; text-decoration: none; color: inherit; }
@media (max-width: 720px) {
    .hb-rv-related-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
    .hb-rv-feature { grid-template-columns: 1fr; min-height: 0; }
    .hb-rv-feature-media { aspect-ratio: 16/9; }
    .hb-rv-feature-quote { min-height: 260px; padding: 40px 32px; }
    .hb-rv-feature-body { padding: 32px 28px; }
    .hb-rv-modal-grid { grid-template-columns: 1fr; }
    .hb-rv-modal-side { border-right: 0; border-bottom: 1px solid var(--hb-line); }
}
@media (max-width: 720px) {
    .hb-rv-hero { padding-top: 44px; }
    .hb-rv-title { font-size: 36px; }
    .hb-rv-masonry { column-count: 1; }
    .hb-rv-controls-row { align-items: flex-start; }
    .hb-rv-controls-right { width: 100%; justify-content: space-between; }
    .hb-rv-modal-panel { width: calc(100% - 24px); margin: 24px auto; max-height: calc(100vh - 48px); }
    .hb-rv-modal-main { padding: 26px 22px; }
    .hb-rv-modal-side { padding: 20px; }
}
