:root {
    --primary: #2a9d8f;
    --primary-dark: #207e74;
    --secondary: #264653;
    --accent: #e9c46a;
    --surface: #ffffff;
    --background: #f4f7fc;
    --text: #263238;
    --muted: #60727a;
    --border: #dfe8eb;
    --shadow: 0 18px 50px rgba(38, 70, 83, .12);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--background); font-family: Poppins, sans-serif; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; }
.content-container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.content-container.narrow { width: min(790px, calc(100% - 40px)); }
.content-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(223,232,235,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { display: block; width: auto; height: 52px; }
.content-header nav { display: flex; align-items: center; gap: 26px; }
.content-header nav a { text-decoration: none; color: var(--secondary); font-weight: 600; }
.content-header nav a:hover { color: var(--primary); }
.header-cta, .spotify-link { display: inline-flex; justify-content: center; align-items: center; padding: 11px 20px; border-radius: 10px; background: var(--primary); color: white !important; text-decoration: none; font-weight: 700; }
.content-hero { padding: 100px 0 90px; color: white; background: radial-gradient(circle at 80% 20%, rgba(233,196,106,.28), transparent 34%), linear-gradient(135deg, var(--secondary), #19353f); text-align: center; }
.content-hero h1, .podcast-hero h1 { max-width: 850px; margin: 13px auto 20px; color: white; font-size: clamp(2.35rem, 6vw, 4.5rem); line-height: 1.08; letter-spacing: -.045em; }
.content-hero p { max-width: 760px; margin: 0 auto; font-size: 1.15rem; color: rgba(255,255,255,.82); }
.eyebrow { display: inline-block; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.content-hero .eyebrow, .podcast-hero .eyebrow { color: var(--accent); }
.content-section { padding: 84px 0 110px; }
.content-tools { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 16px; margin-bottom: 38px; padding: 18px; border: 1px solid var(--border); border-radius: 16px; background: white; box-shadow: 0 10px 30px rgba(38,70,83,.06); }
.content-tools label span { display: block; margin: 0 0 7px 3px; color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.content-tools input, .content-tools select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--border); border-radius: 10px; background: #fbfcfd; color: var(--text); font: inherit; }
.content-tools input:focus, .content-tools select:focus { outline: 3px solid rgba(42,157,143,.15); border-color: var(--primary); }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.content-card { min-width: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: 0 8px 28px rgba(38,70,83,.08); transition: transform .25s, box-shadow .25s; }
.content-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-image { display: block; height: 220px; overflow: hidden; background: linear-gradient(135deg, var(--primary), var(--secondary)); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.content-card:hover .card-image img { transform: scale(1.035); }
.card-placeholder { height: 100%; display: grid; place-items: center; color: rgba(255,255,255,.8); font-size: 2rem; font-weight: 800; }
.card-body { padding: 24px; }
.card-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: .75rem; }
.card-meta span { padding: 5px 11px; border-radius: 999px; background: rgba(233,196,106,.35); color: var(--secondary); font-weight: 800; }
.card-body h2 { margin: 16px 0 10px; font-size: 1.25rem; line-height: 1.35; }
.card-body h2 a { color: var(--secondary); text-decoration: none; }
.card-body p { margin: 0; color: var(--muted); font-size: .94rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--border); color: var(--muted); font-size: .77rem; }
.card-footer a { color: var(--primary); text-decoration: none; font-weight: 800; }
.empty-state, .empty-filter { grid-column: 1/-1; padding: 55px 20px; text-align: center; border: 1px dashed var(--border); border-radius: var(--radius); background: white; }
.empty-filter { margin-top: 20px; }

.article-page { background: white; padding-bottom: 100px; }
.article-head { padding-top: 60px; text-align: center; }
.breadcrumbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 34px; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: var(--primary); text-decoration: none; }
.article-head h1 { margin: 13px auto 22px; color: var(--secondary); font-size: clamp(2.15rem, 6vw, 4rem); line-height: 1.12; letter-spacing: -.04em; }
.article-lead { margin: 0 auto; color: var(--muted); font-size: 1.16rem; }
.article-byline { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 28px; color: var(--muted); font-size: .86rem; }
.article-cover { width: min(1050px, calc(100% - 40px)); max-height: 580px; margin: 48px auto 55px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.article-cover img { display: block; width: 100%; max-height: 580px; object-fit: cover; }
.article-content { color: #34464d; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.9; }
.article-content h2, .article-content h3 { color: var(--secondary); font-family: Poppins, sans-serif; line-height: 1.3; }
.article-content h2 { margin: 2.4em 0 .7em; font-size: 1.75rem; }
.article-content h3 { margin: 1.8em 0 .6em; font-size: 1.3rem; }
.article-content a { color: var(--primary-dark); }
.article-content blockquote { margin: 2em 0; padding: 20px 24px; border-left: 4px solid var(--primary); background: var(--background); color: var(--secondary); font-style: italic; }
.episode-callout { margin: 55px 0 28px; padding: 30px; border-radius: 20px; color: white; background: radial-gradient(circle at 90% 10%, rgba(233,196,106,.28), transparent 32%), var(--secondary); box-shadow: var(--shadow); }
.episode-callout h2 { margin: 7px 0 8px; color: white; line-height: 1.35; }
.episode-callout p { color: rgba(255,255,255,.78); }
.episode-callout audio { width: 100%; margin: 20px 0 12px; }
.episode-actions { display: flex; flex-wrap: wrap; gap: 15px; }
.episode-actions a { color: var(--accent); font-size: .86rem; font-weight: 700; }
.editorial-note { margin: 24px 0 60px; padding: 20px 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--background); color: var(--muted); font-size: .84rem; }
.editorial-note p { margin: 5px 0 0; }
.related-section { padding-top: 20px; }
.related-section > h2 { color: var(--secondary); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.related-grid .card-image { height: 130px; }
.related-grid .card-body { padding: 16px; }
.related-grid .card-body h2 { font-size: .95rem; }
.related-grid .card-body p, .related-grid .card-footer span { display: none; }

.podcast-hero { padding: 80px 0; color: white; background: radial-gradient(circle at 15% 15%, rgba(42,157,143,.35), transparent 30%), linear-gradient(140deg, #172f38, var(--secondary)); }
.podcast-hero-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 65px; }
.podcast-hero h1 { margin-left: 0; font-size: clamp(2.5rem, 5vw, 4.3rem); }
.podcast-hero p { max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.05rem; }
.podcast-hero .spotify-link { margin-top: 16px; }
.show-embed { padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.podcast-library { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: 50px; }
.playlist-player { position: sticky; top: 105px; overflow: hidden; padding: 28px; border-radius: 22px; color: white; background: var(--secondary); box-shadow: var(--shadow); }
.playlist-player > img { width: 100%; aspect-ratio: 1; object-fit: cover; margin-bottom: 25px; border-radius: 16px; }
.playlist-player h2 { margin: 6px 0 10px; color: white; line-height: 1.3; }
.playlist-player p { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.72); font-size: .9rem; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.playlist-player audio { width: 100%; margin: 14px 0; }
.playlist-player > a { color: var(--accent); font-size: .85rem; font-weight: 700; }
.section-heading h2 { margin: 5px 0 28px; color: var(--secondary); font-size: 2rem; }
.episode-list { display: grid; gap: 12px; }
.episode-row { width: 100%; display: grid; grid-template-columns: 42px 72px 1fr; align-items: center; gap: 14px; padding: 13px; border: 1px solid var(--border); border-radius: 14px; background: white; color: var(--text); text-align: left; cursor: pointer; transition: .2s; }
.episode-row:hover, .episode-row.active { border-color: var(--primary); background: rgba(42,157,143,.055); transform: translateX(3px); }
.episode-row img { width: 72px; height: 72px; border-radius: 10px; object-fit: cover; }
.play-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: white; font-size: .72rem; }
.episode-copy { min-width: 0; }
.episode-copy strong { display: -webkit-box; overflow: hidden; color: var(--secondary); line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.episode-copy small { display: block; margin-top: 6px; color: var(--muted); }

.content-footer { padding: 55px 0; color: rgba(255,255,255,.78); background: #19343e; text-align: center; }
.content-footer strong { color: white; font-size: 1.25rem; }
.content-footer p { margin: 6px 0 18px; }
.content-footer div div { display: flex; justify-content: center; gap: 22px; margin-bottom: 20px; }
.content-footer a { color: var(--accent); text-decoration: none; font-size: .88rem; }
.content-footer small { opacity: .75; }

@media (max-width: 900px) {
    .content-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .podcast-hero-grid, .podcast-library { grid-template-columns: 1fr; }
    .playlist-player { position: static; }
    .related-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
    .content-container, .content-container.narrow { width: min(100% - 28px, 1160px); }
    .header-inner { min-height: 66px; }
    .brand img { height: 42px; }
    .content-header nav { gap: 13px; font-size: .82rem; }
    .content-header nav a:first-child, .header-cta { display: none; }
    .content-hero { padding: 70px 0 65px; }
    .content-section { padding: 55px 0 75px; }
    .content-tools, .content-grid { grid-template-columns: 1fr; }
    .article-head { padding-top: 38px; }
    .article-cover { width: calc(100% - 28px); margin: 35px auto; border-radius: 16px; }
    .article-content { font-size: 1.03rem; line-height: 1.8; }
    .episode-callout { padding: 22px; }
    .podcast-hero { padding: 60px 0; }
    .podcast-hero-grid { gap: 35px; }
    .episode-row { grid-template-columns: 38px 58px 1fr; }
    .episode-row img { width: 58px; height: 58px; }
}
