/* Podcast artwork, the site's circular hero arrow, and a simple cream episode feed. */
body.page-template-page-podcast { margin: 0; background: var(--primary-900); }
body.page-template-page-podcast::after { display: none; }
body.page-template-page-podcast::before { opacity: .35; }
.podcast-page { position: relative; color: var(--gray-50); font-size: 17px; line-height: 1.65; }
.podcast-page h2, .podcast-page h3 { margin: 0; font-weight: 900; letter-spacing: -.035em; line-height: 1.12; }
.podcast-page p { margin: 0 0 18px; color: inherit; line-height: inherit; }
.podcast-page .podcast-copy > :last-child { margin-bottom: 0; }
.podcast-copy a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.podcast-copy ul, .podcast-copy ol { padding-left: 24px; }
.podcast-page a:focus-visible, .podcast-page summary:focus-visible, .podcast-page button:focus-visible, .podcast-page input:focus-visible { outline: 3px solid var(--secondary-300); outline-offset: 5px; }
.podcast-container { width: calc(100% - 112px); max-width: 1200px; margin-inline: auto; }
.podcast-section { padding-block: 76px; }
.podcast-hero { position: relative; background: #031421; }
.podcast-hero-image { display: block; width: 100%; height: auto; }
.podcast-actions { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 32px; border-bottom: 1px solid rgb(255 255 255 / 20%); }
.podcast-links { display: flex; flex-wrap: wrap; }
.podcast-links--hero { gap: 12px; flex: 1; }
.podcast-platform { display: inline-flex; align-items: center; text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease; }
.podcast-platform i { flex: 0 0 23px; font-size: 22px; text-align: center; }
.podcast-links--hero .podcast-platform { justify-content: center; gap: 10px; flex: 1; max-width: 200px; min-height: 54px; padding: 12px 16px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 3px; color: var(--gray-50); font-size: 15px; font-weight: 900; line-height: 1.25; }
.podcast-links--hero .podcast-platform:hover, .podcast-links--hero .podcast-platform:focus-visible { background-color: var(--primary-300); border-color: var(--primary-300); color: var(--primary-900); transform: translateY(-2px); }
.podcast-links--hero .podcast-platform:active { transform: translateY(0); }
.podcast-jump { display: flex; justify-content: center; align-items: center; flex: 0 0 220px; min-height: 54px; padding-top: 32px; color: var(--gray-50); text-align: center; font-size: 11px; font-weight: 900; line-height: 1.4; letter-spacing: .055em; text-transform: uppercase; text-decoration: none; transition: color .2s ease; }
.podcast-jump .hero-arrow-circle { position: absolute; top: -60px; right: 50px; bottom: auto; display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; border-radius: 50%; background-color: var(--primary-900); pointer-events: auto; }
.podcast-jump .hero-arrow-circle::before, .podcast-jump .hero-arrow-circle::after { content: none; display: none; }
.podcast-jump .hero-arrow-circle i { font-size: 60px; color: var(--secondary-400); text-shadow: none; transition: color .2s ease, transform .2s ease; }
.podcast-jump:hover, .podcast-jump:focus-visible { color: var(--primary-300); }
.podcast-jump:hover i, .podcast-jump:focus-visible i { color: var(--primary-300); transform: translateY(4px); }
.podcast-intro { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; }
.podcast-page .podcast-eyebrow { margin-bottom: 18px; color: var(--secondary-300); font-size: 12px; font-weight: 900; line-height: 1.4; letter-spacing: .15em; text-transform: uppercase; }
.podcast-intro h2 { max-width: 530px; font-size: clamp(32px, 3.3vw, 49px); color: var(--primary-300); background: linear-gradient(110deg, var(--primary-300), var(--secondary-300)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.podcast-intro .podcast-copy { font-size: 16px; }
.podcast-details summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; cursor: pointer; list-style: none; font-size: 13px; font-weight: 900; line-height: 1.4; transition: color .2s ease; }
.podcast-details summary::-webkit-details-marker { display: none; }
.podcast-details summary span { flex-shrink: 0; font-size: 24px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.podcast-details[open] > summary span { transform: rotate(45deg); }
.podcast-details[open] > .podcast-copy { padding-bottom: 4px; }
.podcast-about { margin-top: 24px; border-top: 1px solid rgb(255 255 255 / 25%); border-bottom: 1px solid rgb(255 255 255 / 25%); }
.podcast-about summary { color: var(--secondary-300); }
.podcast-about summary:hover { color: var(--primary-300); }
.podcast-about[open] > .podcast-copy { padding-bottom: 22px; }
.podcast-feed { width: 100%; padding-bottom: 48px; scroll-margin-top: 35px; }
.podcast-feed-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.podcast-feed-heading h2 { color: #fff3e5; font-size: clamp(28px, 2.6vw, 38px); letter-spacing: -.02em; text-transform: uppercase; }
.podcast-search { display: flex; align-items: stretch; width: 280px; max-width: 100%; border-bottom: 1px solid rgb(255 255 255 / 55%); }
.podcast-search input { width: 100%; min-width: 0; padding: 12px 0; border: 0; border-radius: 0; background: transparent; color: #fff; font: inherit; font-size: 15px; }
.podcast-search input::placeholder { color: var(--gray-100); opacity: 1; }
.podcast-search button { width: 44px; flex-shrink: 0; border: 0; background: transparent; color: var(--secondary-300); cursor: pointer; transition: color .2s ease; }
.podcast-search button:hover { color: var(--primary-300); }
.podcast-search-results { font-size: 15px; }
.podcast-search-results a { margin-left: 12px; color: var(--secondary-300); }
.podcast-episode-list { display: grid; gap: 16px; }
.podcast-episode { padding: 24px; background: #fff3e5; color: #173d38; }
.podcast-episode-art { max-width: 280px; margin-block: 16px; }
.podcast-cover { display: block; width: 100%; height: auto; }
.podcast-episode-content { min-width: 0; }
.podcast-episode h3 { margin-bottom: 10px; color: #133b35; font-size: clamp(22px, 2vw, 28px); line-height: 1.2; }
.podcast-description { color: #3c5c53; font-size: 16px; }
.podcast-episode .podcast-excerpt { display: inline; margin: 0; }
.podcast-description:has(.podcast-notes[open]) > .podcast-excerpt { display: none; }
.podcast-player { margin-block: 22px; }
.podcast-episode .podcast-player { margin-block: 16px; }
.podcast-player iframe { display: block; width: 100%; border: 0; background: #fff; }
.podcast-player--video iframe { height: auto; aspect-ratio: 16 / 9; }
.podcast-links--feed { gap: 8px; margin-top: 16px; }
.podcast-links--feed .podcast-platform { justify-content: center; gap: 7px; min-height: 36px; padding: 8px 12px; border: 1px solid #b6c8ba; border-radius: 3px; color: #125c4c; font-size: 12px; font-weight: 900; line-height: 1.2; }
.podcast-links--feed .podcast-platform:hover, .podcast-links--feed .podcast-platform:focus-visible { background-color: #125c4c; border-color: #125c4c; color: #fff3e5; transform: translateY(-1px); }
.podcast-links--feed .podcast-platform:active { transform: translateY(0); }
.podcast-links--feed .podcast-platform i { font-size: 16px; flex-basis: 16px; }
.podcast-notes { display: inline; margin-left: 5px; }
.podcast-notes summary { display: inline-block; padding: 0; color: #125c4c; cursor: pointer; list-style: none; font-size: 13px; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; transition: color .2s ease; }
.podcast-notes summary::-webkit-details-marker { display: none; }
.podcast-notes summary:hover { color: #087d63; }
.podcast-read-less, .podcast-notes[open] .podcast-read-all { display: none; }
.podcast-notes[open] { display: block; margin-left: 0; }
.podcast-notes[open] .podcast-read-less { display: inline; }
.podcast-notes .podcast-copy { margin-top: 8px; }
.podcast-empty { padding: 24px; background: #fff3e5; color: #173d38; }
.podcast-empty h3 { margin-bottom: 12px; color: inherit; }
.podcast-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; margin-top: 34px; }
.podcast-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 44px; min-height: 44px; padding: 8px 14px; border: 1px solid rgb(255 255 255 / 30%); color: #fff; font-size: 14px; text-decoration: none; transition: color .2s ease, background-color .2s ease, border-color .2s ease; }
.podcast-pagination .current, .podcast-pagination a:hover { color: #103a36; background-color: var(--primary-300); border-color: transparent; }
.podcast-pagination .dots { border: 0; }
@media (max-width: 1100px) {
    .podcast-container { width: calc(100% - 64px); }
    .podcast-intro { gap: 40px; }
    .podcast-actions { gap: 20px; }
    .podcast-links--hero { gap: 8px; }
    .podcast-links--hero .podcast-platform { padding: 12px 10px; gap: 8px; font-size: 13px; }
    .podcast-jump { flex-basis: 190px; font-size: 10px; }
    .podcast-jump .hero-arrow-circle { right: 35px; }
}
@media (max-width: 900px) {
    .podcast-actions { flex-direction: column; gap: 18px; padding-block: 24px; }
    .podcast-links--hero { width: 100%; }
    .podcast-links--hero .podcast-platform { max-width: none; }
    .podcast-jump { flex: none; gap: 12px; padding-top: 0; font-size: 11px; }
    .podcast-jump .hero-arrow-circle { position: static; width: 64px; height: 64px; flex: 0 0 64px; }
    .podcast-jump .hero-arrow-circle i { font-size: 32px; }
}
@media (max-width: 760px) {
    .podcast-container { width: calc(100% - 40px); }
    .podcast-section { padding-block: 48px; }
    .podcast-links--hero .podcast-platform { flex-direction: column; gap: 8px; padding: 12px 5px; min-height: 76px; font-size: 12px; text-align: center; }
    .podcast-intro { grid-template-columns: 1fr; gap: 28px; }
    .podcast-intro h2 { max-width: 570px; font-size: clamp(34px, 6vw, 44px); }
    .podcast-feed-heading { flex-wrap: wrap; gap: 16px; margin-bottom: 16px; }
    .podcast-feed-heading h2 { font-size: 28px; }
    .podcast-search { width: 100%; }
    .podcast-episode { padding: 18px; }
    .podcast-episode h3 { font-size: 22px; }
}
@media (max-width: 400px) {
    .podcast-container { width: calc(100% - 28px); }
    .podcast-episode { padding: 16px; }
    .podcast-links--feed { gap: 6px; }
    .podcast-links--feed .podcast-platform { gap: 5px; padding: 8px 6px; font-size: 11px; }
    .podcast-intro h2 { font-size: 34px; }
}
@media (prefers-reduced-motion: reduce) {
    .podcast-page *, .podcast-page *::before, .podcast-page *::after { transition: none !important; scroll-behavior: auto !important; }
}
