/* ============================================================
   v5 — Premium Media Property (manifesto + responsive polish)
   ============================================================ */

:root {
    --gold: #d4a843;
    --gold-soft: #c5a059;
    --bg-base: #0A0B0E;
    --bg-soft: #111315;
    --bg-card: #16181C;
    --bg-card-deep: #14161A;
    --bg-card-elevated: #1C1E22;
    --border-soft: rgba(255, 255, 255, 0.05);
    --border-medium: rgba(255, 255, 255, 0.10);
    --text-body: #A1A1AA;
    --text-muted-soft: #71717A;
}

body { background: var(--bg-base); color: var(--text-body); }

.section-label svg { display: none !important; }
.section-label { gap: 0 !important; color: var(--gold); }

/* ===== HERO ===== */
.hero {
    padding: 110px 0 80px;
    min-height: 90vh;
    position: relative; overflow: hidden;
    background: var(--bg-base);
    display: flex; align-items: center;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg::before {
    content: ''; position: absolute;
    top: 10%; left: -15%; width: 700px; height: 700px;
    background: radial-gradient(circle, rgba(120,135,165,0.05) 0%, transparent 65%);
    filter: blur(40px); pointer-events: none;
}
.hero-bg::after {
    content: ''; position: absolute;
    top: -10%; right: -15%; width: 1100px; height: 1100px;
    background: radial-gradient(circle, rgba(212,168,67,0.06) 0%, transparent 60%);
    filter: blur(50px); pointer-events: none; border-radius: 50%;
}
.hero-content { position: relative; z-index: 1; width: 100%; }
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 6.5fr) minmax(0, 5.5fr);
    gap: 48px;
    align-items: center;
}
.hero-left { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-left .hero-desc { max-width: 100%; color: var(--text-body); }
.hero h1 {
    font-size: clamp(40px, 5.6vw, 78px);
    line-height: 1.06; letter-spacing: -0.025em; font-weight: 800; color: #fff;
}
.hero h1 .highlight {
    background: linear-gradient(135deg, var(--gold) 0%, #e8c378 50%, var(--gold) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.hero-eyebrow {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(212,168,67,0.06) !important;
    border: 1px solid rgba(212,168,67,0.28) !important;
    padding: 6px 16px !important;
    border-radius: 100px !important;
    color: var(--gold) !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.18em !important;
    font-weight: 600 !important;
    margin-bottom: 28px !important;
}
.hero-eyebrow .live-dot {
    background: var(--gold) !important;
    width: 6px !important; height: 6px !important;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(212,168,67,0.5);
    animation: hero-pulse 2.4s ease-in-out infinite;
}
@keyframes hero-pulse {
    0%,100% { opacity: 1; box-shadow: 0 0 6px rgba(212,168,67,0.4); }
    50% { opacity: 0.55; box-shadow: 0 0 14px rgba(212,168,67,0.7); }
}

.hero-right { display: flex; flex-direction: column; gap: 24px; }
.hero-right .platform-row {
    margin-top: 0; padding-top: 0; border-top: none;
    opacity: 0.65; gap: 18px; justify-content: center;
    transition: opacity 0.25s; color: var(--text-muted-soft);
    flex-wrap: wrap;
}
.hero-right .platform-row:hover { opacity: 1; }
.hero-right .platform-row-label { font-size: 10px; letter-spacing: 2.5px; color: var(--text-muted-soft); }
.hero-right .platform-row-logos { gap: 22px; }
.hero-right .platform-row-logos .platform-logo svg { width: 22px !important; height: 22px !important; }

.hero-visual {
    position: relative;
    aspect-ratio: 4 / 5;
    max-height: 680px; min-height: 480px;
    border-radius: 24px; overflow: hidden;
    border: 1px solid var(--border-medium);
    background: var(--bg-card);
    box-shadow: 0 30px 80px rgba(0,0,0,0.55), 0 0 60px rgba(212,168,67,0.05);
}
.hero-visual-grid { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr; gap: 4px; }
.hero-visual-img {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: 60% center;
    filter: grayscale(30%) contrast(1.05) brightness(0.92);
    transition: filter 0.5s ease;
}
.hero-visual:hover .hero-visual-img { filter: grayscale(5%) contrast(1.05) brightness(1); }
.hero-visual::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, transparent 40%, rgba(10,11,14,0.92) 100%),
        radial-gradient(ellipse at 50% 100%, rgba(212,168,67,0.14) 0%, transparent 60%);
    pointer-events: none; z-index: 1;
}

/* Media player */
.media-player {
    position: absolute; bottom: 24px; left: 24px; right: 24px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px; padding: 16px 18px;
    display: flex; align-items: center; gap: 14px; z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.45);
}
.media-play-btn {
    width: 44px; height: 44px; min-width: 44px; border-radius: 50%;
    background: var(--gold); color: #14161A;
    display: flex; align-items: center; justify-content: center;
    border: none; cursor: pointer;
    box-shadow: 0 0 28px rgba(212,168,67,0.5);
    transition: transform .2s, box-shadow .2s;
}
.media-play-btn:hover { transform: scale(1.08); box-shadow: 0 0 36px rgba(212,168,67,0.7); }
.media-play-btn svg { margin-left: 2px; }
.media-info { flex: 1; min-width: 0; }
.media-title { font-size: 13px; color: #fff; font-weight: 600; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.media-meta { font-size: 10.5px; color: rgba(255,255,255,0.5); letter-spacing: 1.8px; text-transform: uppercase; font-family: 'Inter', monospace; }
.media-waveform { display: flex; gap: 3px; align-items: center; height: 28px; flex-shrink: 0; }
.media-waveform span {
    width: 2.5px; background: rgba(255,255,255,0.4); border-radius: 2px;
    animation: szwave 1.4s ease-in-out infinite; transform-origin: center;
}
.media-waveform span:nth-child(1) { height: 30%; animation-delay: 0s; }
.media-waveform span:nth-child(2) { height: 65%; animation-delay: 0.1s; }
.media-waveform span:nth-child(3) { height: 95%; animation-delay: 0.2s; background: var(--gold); }
.media-waveform span:nth-child(4) { height: 75%; animation-delay: 0.3s; }
.media-waveform span:nth-child(5) { height: 50%; animation-delay: 0.4s; background: var(--gold); opacity: 0.8; }
.media-waveform span:nth-child(6) { height: 35%; animation-delay: 0.5s; }
.media-waveform span:nth-child(7) { height: 60%; animation-delay: 0.6s; }
@keyframes szwave { 0%,100% { transform: scaleY(0.35); } 50% { transform: scaleY(1); } }

/* ===== NEW Manifesto Section ===== */
.manifesto-section {
    padding: 140px 0;
    background: var(--bg-base);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border-soft);
    border-bottom: 1px solid var(--border-soft);
}
.manifesto-section::before {
    content: ''; position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 900px; height: 500px;
    background: radial-gradient(ellipse at center, rgba(212,168,67,0.05) 0%, transparent 70%);
    pointer-events: none;
    filter: blur(30px);
}
.manifesto-quote {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}
.manifesto-quote-mark {
    display: block;
    font-family: 'Noto Serif SC', Georgia, serif;
    font-size: 96px;
    line-height: 1;
    color: var(--gold);
    opacity: 0.55;
    margin-bottom: 20px;
}
.manifesto-quote p {
    font-family: 'Noto Serif SC','Noto Serif',Georgia,serif;
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.005em;
    margin: 0;
}

/* Capture bar */
.capture-bar {
    background: var(--bg-card);
    border: 1px solid var(--border-medium);
    border-radius: 14px;
    display: flex;
    align-items: stretch;
    padding: 6px;
    padding-left: 22px;
    gap: 8px;
    max-width: 540px;
}
.capture-bar input {
    flex: 1; min-width: 0;
    color: #fff; background: transparent;
    border: none; outline: none;
    font-family: inherit;
    font-size: 16px;
    padding: 16px 12px 16px 0;
}
.capture-bar input::placeholder { color: var(--text-muted-soft); }
.capture-bar button {
    background: var(--gold); color: #14161A; font-weight: 700;
    border: none; cursor: pointer;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
    transition: background 0.25s;
    flex-shrink: 0;
}
.capture-bar button:hover { background: #e0b65a; color: #14161A; }

.wechat-link { color: var(--text-muted-soft); }
.wechat-link:hover { color: var(--gold); }
.wechat-link svg { color: var(--gold); }

/* Section pacing — generous breathing room */
.section { padding: 130px 0; }
.section-title { color: #fff; }
.section-subtitle { color: var(--text-body); }
.show-section { background: var(--bg-soft); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }

/* Show grid */
.show-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: stretch !important;
    gap: 32px !important;
    margin-top: 56px;
}

.podcast-mock {
    background: linear-gradient(180deg, rgba(212,168,67,0.10) 0%, var(--bg-card-elevated) 70%) !important;
    border: 1px solid rgba(212,168,67,0.40) !important;
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    height: 100%;
    padding: 32px;
    position: relative;
    box-shadow: 0 20px 60px rgba(212,168,67,0.08);
}
.podcast-mock::before { display: none; }
.podcast-mock-header { margin-bottom: 8px; }
.podcast-mock .episode-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 4px 0;
}
.podcast-mock-info h4 { color: #fff; }
.podcast-mock-info span { color: var(--text-muted-soft); }
.podcast-mock-cover { background: linear-gradient(135deg, #1c1d20, #2c2d30); border-color: var(--border-medium); color: var(--gold); }

.episode-tagline { display: none !important; }
.episode-item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 12px !important;
    border-radius: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    transition: background 0.2s; cursor: default;
}
.episode-item:last-child { border-bottom: none !important; }
.episode-item:hover { background: rgba(255,255,255,0.04); }
.episode-play {
    width: 32px; height: 32px;
    background: rgba(212,168,67,0.10);
    border: 1px solid rgba(212,168,67,0.4);
    border-radius: 50%;
    display: inline-flex !important; align-items: center; justify-content: center;
    color: var(--gold);
    flex-shrink: 0;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.episode-item:hover .episode-play { background: var(--gold); color: #14161A; border-color: var(--gold); transform: scale(1.08); }
.episode-play svg { width: 11px; height: 11px; margin-left: 1px; }
.episode-num {
    width: auto !important; height: auto !important;
    background: transparent !important; border: none !important;
    color: var(--text-muted-soft) !important;
    font-weight: 600 !important; font-size: 13px !important;
    flex-shrink: 0; font-family: 'Inter', sans-serif;
    min-width: 22px; text-align: center;
}
.episode-title {
    flex: 1; min-width: 0;
    color: #fff; font-size: 15px; font-weight: 500; margin: 0; line-height: 1.4;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.episode-duration {
    color: var(--text-muted-soft); font-size: 12px;
    font-family: 'Inter', sans-serif; flex-shrink: 0; letter-spacing: 0.02em;
}
.episode-badge {
    background: transparent !important;
    border: 1px solid rgba(212,168,67,0.55);
    color: var(--gold);
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: 10px; font-weight: 700; letter-spacing: 1.5px;
    border-radius: 100px; flex-shrink: 0;
}
.episode-meta .episode-detail { display: none; }
.episode-meta h5 { font-size: 15px; font-weight: 500; color: #fff; margin: 0; line-height: 1.4; }

.manifesto-card {
    background: var(--bg-soft) !important;
    border: 1px solid var(--border-soft) !important;
    padding: 48px 44px !important;
    border-radius: 20px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.manifesto-card::before { display: none; }
.manifesto-card-quote-icon { color: var(--gold); width: 32px; height: 32px; margin-bottom: 20px; opacity: 0.85; }
.manifesto-eyebrow { margin-bottom: 24px; font-size: 11px; letter-spacing: 3px; color: var(--gold); }
.manifesto-list { gap: 0; }
.manifesto-list li { padding: 22px 8px; border-bottom: 1px solid var(--border-soft); }
.manifesto-list li:first-child { padding-top: 4px; }
.manifesto-list li:last-child { border-bottom: none; padding-bottom: 4px; }
.manifesto-list li p { font-size: clamp(15px, 1.2vw, 18px); line-height: 1.7; font-weight: 500; color: #e4e4e7; }

.show-cta { gap: 20px; margin-top: 48px; }

/* Hosts */
.hosts-section { background: var(--bg-base); border-bottom: 1px solid var(--border-soft); }
.host-card { background: var(--bg-card); border: 1px solid var(--border-medium); border-radius: 18px; overflow: hidden; }
.host-photo {
    aspect-ratio: 5 / 6;
    max-height: 440px;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(212,168,67,0.08) 0%, transparent 60%),
        linear-gradient(135deg, #1a1b1f 0%, #222428 60%, #1a1b1f 100%);
}
.host-img { filter: grayscale(40%) contrast(1.08) brightness(0.96); }
.host-info { padding: 32px 32px 28px; }
.host-name {
    display: block !important; color: #fff;
    font-size: 26px; font-weight: 700;
    margin-bottom: 8px; letter-spacing: -0.01em;
    gap: 0 !important;
}
.host-name-mic { display: none !important; }
.host-role { color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 18px; }
.host-tags { display: none !important; }
.host-bio { color: var(--text-body); font-size: 15px; line-height: 1.75; margin-bottom: 24px; }
.host-stats { display: flex; gap: 28px; border-top: none !important; padding-top: 0 !important; margin-top: auto; flex-wrap: wrap; }
.host-stat-num { color: #fff; font-size: 22px; font-weight: 700; margin-bottom: 2px; }
.host-stat-label { color: var(--text-muted-soft); font-size: 11px; letter-spacing: 0.04em; }

/* Interlude */
.interlude { position: relative; background-color: var(--bg-base); padding: 200px 0; overflow: hidden; }
.interlude-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(1) contrast(1.05); }
.interlude::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 45%, rgba(10,11,14,0.35) 0%, rgba(10,11,14,0.7) 60%, rgba(10,11,14,0.92) 100%);
    z-index: 1; pointer-events: none;
}
.interlude::after {
    content: ''; position: absolute; inset: 0;
    background:
        linear-gradient(180deg, rgba(10,11,14,0.4) 0%, transparent 18%, transparent 82%, rgba(10,11,14,0.4) 100%),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.4 0'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.05'/></svg>");
    pointer-events: none; z-index: 2;
}
.interlude-inner { position: relative; z-index: 3; }
.interlude-lead {
    font-family: 'Noto Serif SC','Noto Serif',Georgia,serif;
    color: var(--gold);
    font-size: clamp(40px, 6.5vw, 80px);
    font-weight: 700; letter-spacing: -0.02em; line-height: 1.1;
    margin-bottom: 32px;
    text-shadow: 0 2px 24px rgba(0,0,0,0.7);
}
.interlude-body { color: #e4e4e7; text-shadow: 0 1px 12px rgba(0,0,0,0.75); }

.btn-outline-gold {
    display: inline-flex; align-items: center; gap: 12px;
    background: transparent; border: 1px solid var(--gold); color: var(--gold);
    padding: 16px 36px; border-radius: 100px;
    text-transform: uppercase; letter-spacing: 3px;
    font-size: 12px; font-weight: 700; cursor: pointer;
    font-family: inherit;
    transition: background .3s, color .3s, transform .2s, box-shadow .3s;
}
.btn-outline-gold svg { transition: transform .3s; }
.btn-outline-gold:hover { background: var(--gold); color: #14161A; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(212,168,67,0.3); }
.btn-outline-gold:hover svg { transform: translateX(4px); }
.btn-outline-gold[aria-disabled="true"] { opacity: 0.92; cursor: not-allowed; }
.btn-outline-gold[aria-disabled="true"]:hover { background: transparent; color: var(--gold); transform: none; box-shadow: none; }
.btn-outline-gold[aria-disabled="true"]:hover svg { transform: none; }
.btn-gold { display: none; }

.btn-primary { background: var(--gold) !important; color: #14161A !important; font-weight: 700; }
.btn-primary:hover { background: #e0b65a !important; color: #14161A !important; transform: translateY(-2px); }

/* For Whom */
section#who { background: var(--bg-base); }
.audience-card {
    background: var(--bg-card);
    border: 1px solid var(--border-medium);
    border-top: 2px solid var(--gold);
    border-radius: 0 0 16px 16px;
    padding: 36px 32px 32px;
    box-shadow: 0 -2px 24px rgba(212,168,67,0.05), 0 8px 32px rgba(0,0,0,0.3);
}
.audience-card::before { display: none; }
.audience-card h4 { padding-top: 0; font-size: 19px; color: #fff; }
.audience-card h4::before { display: none; }
.audience-card p { color: var(--text-body); }

.cta-section { background: var(--bg-soft); border-top: 1px solid var(--border-soft); }
.cta-note { color: var(--text-muted-soft) !important; }

/* QR Modal */
.qr-modal-frame { width: 192px; height: 192px; padding: 12px; background: #fff; }
.qr-modal-frame img { width: 128px; height: 128px; max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 8px; inset: auto; position: relative; }
.qr-modal-frame svg.qr-fallback { width: 128px; height: 128px; max-width: 100%; max-height: 100%; border-radius: 8px; }
.qr-modal-card { background: linear-gradient(180deg, #1d1f23 0%, #14161a 100%); border-color: var(--border-medium); }
.qr-modal h3 { color: #fff; }
.qr-modal-sub { color: var(--text-body); }
.qr-modal-footnote { color: var(--text-muted-soft); }

/* Nav — mobile breathing room */
.nav { background: rgba(10,11,14,0.85); padding: 16px 24px; }
.nav.scrolled { border-bottom-color: var(--border-soft); }
.nav-brand { color: #fff; }
.nav-brand .dot { background: var(--gold); }
.nav-links a { color: var(--text-body); }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--gold) !important; color: #14161A !important; }
.nav-cta:hover { background: #e0b65a !important; color: #14161A !important; }
.lang-toggle { color: var(--text-muted-soft); border-color: var(--border-medium); }
.lang-toggle:hover { color: #fff; border-color: var(--text-body); }

/* Footer — desktop: side-by-side (brand | nav | platforms) */
.footer { padding: 48px 0 32px; border-top: 1px solid var(--border-soft); background: var(--bg-base); }
.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    text-align: left;
}
.footer-col-left { display: flex; flex-direction: column; gap: 4px; }
.footer-col-right { display: flex; align-items: center; gap: 24px; }
.footer-brand { font-size: 15px; font-weight: 700; color: #fff; letter-spacing: -0.01em; }
.footer-copy { font-size: 12px; color: var(--text-muted-soft); }
.footer-nav { display: flex; flex-direction: row !important; gap: 28px !important; list-style: none; padding: 0; margin: 0; flex-wrap: wrap; }
.footer-nav a { color: var(--text-body) !important; text-decoration: none; font-size: 13px; font-weight: 500; transition: color 0.2s; }
.footer-nav a:hover { color: #fff !important; }
.footer-platforms { display: flex !important; flex-direction: row !important; gap: 16px !important; flex-wrap: nowrap !important; list-style: none; padding: 0; margin: 0; align-items: center; }
.footer-platforms li { display: flex; }
.footer-platforms a {
    background: transparent !important; border: none !important;
    width: auto !important; height: auto !important; padding: 4px !important;
    color: var(--text-muted-soft) !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important;
    transition: color .25s, transform .2s;
}
.footer-platforms a:hover { color: #fff !important; transform: translateY(-2px); background: transparent !important; border-color: transparent !important; }
.footer-platforms svg { width: 18px !important; height: 18px !important; }
.footer .lang-toggle { padding: 6px 10px; font-size: 11px; color: var(--text-muted-soft); }

.cta-section .capture-bar { margin-left: auto; margin-right: auto; }
.cta-section .wechat-link { display: inline-flex; margin-left: auto; margin-right: auto; }

/* ===== WeChat-mobile optimizations ===== */

/* Hero scannable bullets */
.hero-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.hero-bullets li {
    font-size: 17px;
    line-height: 1.6;
    color: var(--text-body);
    padding-left: 22px;
    position: relative;
    font-weight: 500;
}
.hero-bullets li::before {
    content: '';
    position: absolute;
    left: 0; top: 0.7em;
    width: 8px; height: 8px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(212,168,67,0.55);
}
.hero-bullets .gold {
    color: var(--gold);
    font-weight: 800;
    letter-spacing: 0.01em;
}

/* Big WeChat scan CTA — replaces capture form, hugs content */
.scan-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    max-width: 100%;
    background: var(--gold);
    color: #14161A;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.02em;
    padding: 18px 32px;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 18px 48px rgba(212,168,67,0.32), 0 0 0 1px rgba(212,168,67,0.6) inset;
    transition: transform 0.2s, box-shadow 0.25s, background 0.25s;
    font-family: inherit;
}
.scan-cta:hover {
    background: #e0b65a;
    transform: translateY(-1px);
    box-shadow: 0 22px 56px rgba(212,168,67,0.45), 0 0 0 1px rgba(212,168,67,0.8) inset;
}
.scan-cta:active { transform: translateY(0); }
.scan-cta svg { color: #14161A; flex-shrink: 0; }
.scan-cta-sub {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: var(--text-muted-soft);
    letter-spacing: 0.04em;
    max-width: 540px;
}
.cta-section .scan-cta { margin-left: auto; margin-right: auto; }
.cta-section .scan-cta-sub { margin-left: auto; margin-right: auto; text-align: center; }

/* Audience cards — bullet list */
.audience-bullets {
    list-style: none;
    padding: 0;
    margin: 14px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.audience-bullets li {
    color: var(--text-body);
    font-size: 15px;
    line-height: 1.65;
    padding-left: 26px;
    position: relative;
}
.audience-bullets li::before {
    content: '✓';
    position: absolute;
    left: 0; top: 0;
    color: var(--gold);
    font-weight: 800;
    font-size: 15px;
}

/* Host bio — rapid-fire resume list */
.host-resume {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.host-resume {
    border-left: 1px solid rgba(212,168,67,0.18);
    padding-left: 18px !important;
}
.host-resume li {
    color: var(--text-body);
    font-size: 15px;
    line-height: 1.75;
}
.host-resume li strong { color: #fff; font-weight: 700; }
.host-resume li em {
    color: var(--gold);
    font-style: normal;
    font-weight: 700;
}

/* QR modal — long press hint */
.qr-modal-hint {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* Nav CTA chip — solid, no dot (brand dot lives on the left brand mark) */
.nav-cta.notify-chip {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    padding: 9px 18px;
    border-radius: 999px;
}

/* Slightly more breathing on dark text */
body { line-height: 1.65; }

@media (max-width: 700px) {
    .hero-bullets li { font-size: 15.5px; }
    .hero-bullets { margin-bottom: 24px; }
    .hero-left .scan-cta { margin-top: 24px; }
    .scan-cta {
        font-size: 13px;
        padding: 13px 20px;
        gap: 10px;
        letter-spacing: 0;
        white-space: nowrap;
    }
    .scan-cta svg { width: 16px; height: 16px; }
    .audience-bullets li { font-size: 14.5px; }
    .host-resume li { font-size: 14px; line-height: 1.75; }
    .nav-cta.notify-chip { font-size: 12px; padding: 8px 13px; }
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 36px; }
}
@media (max-width: 1000px) {
    .hero { min-height: auto; padding: 100px 0 70px; }
    .hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .hero-visual { aspect-ratio: 16 / 11; min-height: auto; max-height: 500px; }
    .hero-right .platform-row { justify-content: flex-start; }
    .show-grid { grid-template-columns: 1fr; }
    .hosts-grid { grid-template-columns: 1fr; gap: 24px; }
    .audience-grid { grid-template-columns: 1fr; gap: 16px; }
    .host-photo { aspect-ratio: 16 / 11; max-height: 360px; }
    .manifesto-section { padding: 100px 0; }
}
@media (max-width: 800px) {
    .nav-links { display: none; }
    .nav { padding: 14px 16px !important; }

    /* Hero platform-row centered above the image on mobile */
    .hero-right .platform-row { justify-content: center !important; text-align: center; }

    /* Hero scan-cta sub-label centered under CTA on mobile */
    .hero-left .scan-cta { margin-left: auto; margin-right: auto; }
    .hero-left .scan-cta-sub { text-align: center; align-self: center; }

    /* Footer — stacked hierarchy on mobile: nav → platforms → brand+© (muted, bottom) */
    .footer { padding: 44px 0 24px; }
    .footer-row {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center;
        text-align: center;
        gap: 22px;
    }
    .footer-col-left {
        order: 3;
        align-items: center;
        width: 100%;
        padding-top: 18px;
        border-top: 1px solid var(--border-soft);
        gap: 4px;
    }
    .footer-col-left .footer-brand {
        font-size: 12px;
        font-weight: 600;
        color: var(--text-muted-soft);
        letter-spacing: 0.04em;
    }
    .footer-col-left .footer-copy {
        font-size: 11px;
        color: var(--text-muted-soft);
        opacity: 0.75;
        letter-spacing: 0.04em;
    }
    .footer-nav { order: 1; justify-content: center; gap: 24px !important; }
    .footer-col-right { order: 2; flex-wrap: wrap; justify-content: center; }
    .footer-platforms { justify-content: center; flex-wrap: wrap !important; }
}
@media (max-width: 700px) {
    .container { padding: 0 16px; }
    .nav { padding: 12px 14px !important; }
    .hero { padding: 90px 0 56px; }
    .hero h1 { font-size: 34px; line-height: 1.1; }
    .hero-desc { font-size: 16px; }
    .hero-eyebrow { font-size: 10px !important; padding: 5px 12px !important; }
    .hero-visual { aspect-ratio: 4 / 5; max-height: 540px; min-height: 320px; }
    .media-player { padding: 12px 14px; gap: 10px; bottom: 16px; left: 16px; right: 16px; }
    .media-waveform { display: none; }
    .media-play-btn { width: 38px; height: 38px; min-width: 38px; }

    .section { padding: 88px 0 !important; }
    .section-title { font-size: clamp(26px, 7vw, 36px); }
    .section-subtitle { font-size: 15px; }

    .manifesto-section { padding: 80px 0; }
    .manifesto-quote-mark { font-size: 64px; margin-bottom: 12px; }
    .manifesto-quote p { font-size: 21px; line-height: 1.55; }

    .show-section { padding: 80px 0 !important; }
    .show-grid { gap: 44px !important; margin-top: 32px; }
    .podcast-mock { padding: 22px 18px; }
    .manifesto-card { padding: 28px 20px !important; }
    .manifesto-list li p { font-size: 15px; line-height: 1.8; }
    .manifesto-list li { padding: 16px 4px; }

    .episode-item { padding: 10px 6px !important; gap: 10px !important; }
    .episode-play { width: 28px; height: 28px; }
    .episode-play svg { width: 9px; height: 9px; }
    .episode-num { font-size: 11px !important; min-width: 18px; }
    .episode-title { white-space: normal; font-size: 13px; line-height: 1.35; }
    .episode-duration { display: none; }
    .episode-badge { font-size: 9px; padding: 3px 8px; letter-spacing: 1px; }

    .interlude { padding: 110px 0; }
    .interlude-lead { font-size: 38px; line-height: 1.15; }
    .interlude-body { font-size: 15px; }

    .audience-card { padding: 24px 22px; }
    .audience-card h4 { font-size: 17px; }
    .audience-card::before { font-size: 120px; top: -6px; right: -6px; }

    .btn-outline-gold { padding: 13px 24px; letter-spacing: 1.5px; font-size: 11px; }

    .host-info { padding: 24px 22px; }
    .host-name { font-size: 22px; }
    .host-bio { font-size: 14px; line-height: 1.7; }
    .host-stats { gap: 18px; }
    .host-stat-num { font-size: 19px; }

    .footer-nav { gap: 18px !important; }
    .footer-platforms { gap: 12px !important; }
}
@media (max-width: 600px) {
    .capture-bar {
        flex-direction: column;
        padding: 10px;
        padding-left: 10px;
        gap: 8px;
        align-items: stretch;
    }
    .capture-bar input { padding: 14px 12px; }
    .capture-bar button { padding: 14px; justify-content: center; width: 100%; text-align: center; }
    .cta-section .capture-bar { margin-left: auto; margin-right: auto; width: 100%; }
}
