@charset "utf-8";
/* 尚好聽 V2.0-2.1｜內容探索與策展入口 */

body.discover-v2 .site-main,
body.discover-v2 .main_content { background: #f4f7fa; }
body.discover-v2 .main_content > .container { width: 100%; max-width: none; padding: 0; }
body.discover-v2 .main_content > .container > .row { margin: 0; }
body.discover-v2 .main_content .content { float: none; width: 100%; padding: 0; }
body.discover-v2 .main_top { display: none; }

.sv-discover {
    --sv-navy: #0b3155;
    --sv-blue: #1d5d91;
    --sv-orange: #f47a38;
    --sv-cream: #fbf8f2;
    --sv-text: #18324a;
    --sv-muted: #6b7f91;
    color: var(--sv-text);
}

.sv-discover-hero,
.sv-moment-section,
.sv-editor-note,
.sv-discover-cta { width: min(1280px, calc(100% - 48px)); margin-left: auto; margin-right: auto; }

.sv-discover-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr);
    gap: 38px;
    align-items: end;
    margin-top: 34px;
    padding: 58px 62px;
    border-radius: 28px;
    background:
      radial-gradient(circle at 88% 18%, rgba(244,122,56,.22), transparent 26%),
      linear-gradient(135deg, #082b4b 0%, #123f6d 68%, #1b5887 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(11,49,85,.18);
}
.sv-kicker { display: block; margin-bottom: 12px; color: var(--sv-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.sv-discover-hero h1 { margin: 0 0 16px; color: #fff; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.15; font-weight: 800; }
.sv-discover-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.85; }
.sv-discover-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.sv-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 22px; border-radius: 999px; font-weight: 800; }
.sv-btn-primary { background: var(--sv-orange); color: #fff !important; }
.sv-btn-primary:hover { background: #d95d20; transform: translateY(-1px); }
.sv-btn-ghost { border: 1px solid rgba(255,255,255,.38); color: #fff !important; background: rgba(255,255,255,.08); }
.sv-btn-ghost:hover { background: rgba(255,255,255,.16); }
.sv-discover-guide { display: grid; gap: 10px; }
.sv-discover-guide span { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.9); }
.sv-discover-guide b { color: #ffc29e; font-size: 12px; letter-spacing: .1em; }

.sv-moment-section { padding: 78px 0 58px; }
.sv-section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 26px; }
.sv-section-head h2 { margin: 0 0 8px; color: var(--sv-navy); font-size: 34px; font-weight: 800; }
.sv-section-head p { margin: 0; color: var(--sv-muted); }
.sv-moment-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.sv-moment-card { position: relative; min-height: 205px; display: flex; flex-direction: column; padding: 26px; border-radius: 22px; overflow: hidden; color: var(--sv-navy) !important; box-shadow: 0 14px 36px rgba(15,55,88,.08); }
.sv-moment-card:after { content: ""; position: absolute; right: -28px; bottom: -32px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.55); }
.sv-moment-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(15,55,88,.14); }
.sv-moment-story { background: #f7eadf; }
.sv-moment-calm { background: #e5f0ed; }
.sv-moment-learn { background: #e7eef8; }
.sv-moment-family { background: #f7edcf; }
.sv-moment-no { color: rgba(11,49,85,.46); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.sv-moment-card strong { margin-top: 28px; font-size: 21px; line-height: 1.35; }
.sv-moment-card small { margin-top: 9px; color: #607486; font-size: 14px; line-height: 1.55; }
.sv-arrow { margin-top: auto; padding-top: 20px; color: var(--sv-blue); font-weight: 800; }

.sv-editor-note { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 34px; align-items: center; margin-bottom: 28px; padding: 28px 34px; border: 1px solid #e2e9ef; border-radius: 22px; background: #fff; }
.sv-editor-note-mark { color: var(--sv-orange); font-weight: 900; letter-spacing: .13em; }
.sv-editor-note h2 { margin: 0 0 8px; color: var(--sv-navy); font-size: 24px; font-weight: 800; }
.sv-editor-note p { margin: 0; color: var(--sv-muted); line-height: 1.8; }

body.discover-v2 .sh-home-section { padding-top: 58px; padding-bottom: 58px; }
body.discover-v2 .sh-home-section:nth-of-type(even) { background: #fff; }
body.discover-v2 .sh-home-section:nth-of-type(odd) { background: #f4f7fa; }
body.discover-v2 .sh-featured-manifesto { display: none !important; }
body.discover-v2 .sv-curated-shelf .sh-book-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
body.discover-v2 .sv-curated-shelf .sh-book-card:first-child { grid-column: auto; grid-row: auto; }
body.discover-v2 .sv-curated-shelf .sh-book-card:first-child .sh-book-card-link { display: block; }
body.discover-v2 .sv-curated-shelf .sh-book-card:first-child .sh-book-cover { width: auto; min-height: 0; }
body.discover-v2 .sv-curated-shelf .sh-feature-label,
body.discover-v2 .sv-curated-shelf .sh-book-summary,
body.discover-v2 .sv-curated-shelf .sh-editor-reason,
body.discover-v2 .sv-curated-shelf .sh-feature-action { display: none; }
body.discover-v2 .sv-curated-shelf .sh-book-content { padding: 16px 4px 2px; }
body.discover-v2 .sv-curated-shelf .sh-book-title { min-height: 48px; }
body.discover-v2 .sv-curated-story { border-top: 5px solid #b76a3c; }
body.discover-v2 .sv-curated-growth { border-top: 5px solid #4f8b78; }
body.discover-v2 .sv-curated-knowledge { border-top: 5px solid #4678a9; }
body.discover-v2 .sv-curated-family { border-top: 5px solid #d1a33f; }
body.discover-v2 .sv-curated-drama { border-top: 5px solid #875a91; }

.sv-discover-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 58px; margin-bottom: 76px; padding: 38px 42px; border-radius: 24px; background: var(--sv-navy); color: #fff; }
.sv-discover-cta h2 { margin: 0 0 8px; color: #fff; font-size: 30px; font-weight: 800; }
.sv-discover-cta p { margin: 0; color: rgba(255,255,255,.78); }
.sv-btn-light { flex: 0 0 auto; background: #fff; color: var(--sv-navy) !important; }

@media (max-width: 1100px) {
    .sv-discover-hero { grid-template-columns: 1fr; }
    .sv-discover-guide { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .sv-moment-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    body.discover-v2 .sv-curated-shelf .sh-book-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 767px) {
    .sv-discover-hero,
    .sv-moment-section,
    .sv-editor-note,
    .sv-discover-cta { width: min(100% - 28px, 1280px); }
    .sv-discover-hero { margin-top: 16px; padding: 34px 24px; border-radius: 20px; }
    .sv-discover-hero h1 { font-size: 36px; }
    .sv-discover-hero p { font-size: 16px; }
    .sv-discover-guide { grid-template-columns: 1fr; }
    .sv-moment-section { padding: 54px 0 38px; }
    .sv-section-head h2 { font-size: 28px; }
    .sv-moment-grid { grid-template-columns: 1fr; }
    .sv-moment-card { min-height: 178px; }
    .sv-editor-note { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
    body.discover-v2 .sv-curated-shelf .sh-book-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .sv-discover-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
}

/* V2.0-2.2｜聲音人物與內容夥伴入口 */
.sv-people-entry { width: min(1280px, calc(100% - 48px)); margin: 72px auto 0; }
.sv-people-entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.sv-people-entry-card { position: relative; min-height: 260px; display: flex; flex-direction: column; overflow: hidden; padding: 34px; border-radius: 24px; box-shadow: 0 18px 48px rgba(11,49,85,.11); color: #fff !important; }
.sv-people-entry-card:after { content: ""; position: absolute; right: -46px; bottom: -68px; width: 210px; height: 210px; border: 38px solid rgba(255,255,255,.1); border-radius: 50%; }
.sv-people-entry-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(11,49,85,.17); }
.sv-people-entry-voice { background: linear-gradient(135deg, #0b3155 0%, #1f6599 100%); }
.sv-people-entry-publisher { background: linear-gradient(135deg, #8b4d2d 0%, #d7793f 100%); }
.sv-people-entry-label { position: relative; z-index: 1; display: inline-flex; align-self: flex-start; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.sv-people-entry-card strong { position: relative; z-index: 1; margin-top: 34px; font-size: 29px; line-height: 1.35; }
.sv-people-entry-card p { position: relative; z-index: 1; max-width: 520px; margin: 12px 0 0; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.75; }
.sv-people-entry-card .sv-arrow { position: relative; z-index: 1; margin-top: auto; color: #fff; }
@media (max-width: 767px) {
    .sv-people-entry { width: min(100% - 28px, 1280px); margin-top: 52px; }
    .sv-people-entry-grid { grid-template-columns: 1fr; }
    .sv-people-entry-card { min-height: 235px; padding: 28px 24px; }
    .sv-people-entry-card strong { font-size: 25px; }
}
