/* The same Electric Orbit identity, with a quieter measure for long reading.
   Ghost continues to own article content, podcast links and editorial metadata. */
:root { --orbit-reading-width: 44rem; }
.page-head, .featured-wrap, .post-feed, .pagination { max-width: var(--orbit-width); padding-inline: var(--orbit-gutter); }
.page-head { text-align: left; padding-block: clamp(50px, 7vw, 100px) 48px; }
.page-title, .post-title, .featured-card-title, .post-card-title {
    font-family: var(--orbit-heading); font-weight: 400; text-transform: uppercase;
    letter-spacing: -.015em; line-height: 1.12; text-wrap: balance;
}
.page-title { font-size: clamp(58px, 8vw, 112px); }
.page-title span { color: var(--orbit-yellow); }
.page-subtitle { margin: 24px 0 0; max-width: 34rem; font-size: clamp(17px, 1.65vw, 20px); line-height: 1.65; }
.orbit-editorial-head { position: relative; isolation: isolate; overflow: hidden; padding-bottom: 70px; }
.orbit-editorial-head::before {
    content: ''; position: absolute; z-index: -1; width: 58%; height: 100%; right: -8%; top: 8%;
    background: url('planet.webp') center/cover no-repeat;
    mask-image: radial-gradient(ellipse at 75% 50%, #000 25%, transparent 73%);
    -webkit-mask-image: radial-gradient(ellipse at 75% 50%, #000 25%, transparent 73%); opacity: .65;
}
.orbit-editorial-head .page-subtitle { position: relative; }
.featured-wrap { padding-bottom: 58px; }
.featured-card { grid-template-columns: 1.1fr 1fr; border: 0; background: transparent; border-radius: 0; gap: clamp(28px, 4vw, 64px); }
.featured-card:hover, .post-card:hover { background: transparent; transform: none; }
.featured-card-image-wrap { border-radius: 4px; min-height: 360px; }
.featured-card-body { padding: 0; }
.featured-card-title { font-size: clamp(34px, 3.6vw, 52px); }
.featured-card:hover .featured-card-title, .post-card:hover .post-card-title { color: var(--orbit-yellow); }
.featured-card-excerpt { font-size: 18px; line-height: 1.65; }
.post-feed { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 30px; padding-bottom: 74px; }
.post-card { border: 0; background: transparent; border-radius: 0; min-width: 0; }
.post-card-image-wrap { border-radius: 4px; }
.post-card-image { transition: transform .35s ease-out; }
.post-card:hover .post-card-image { transform: scale(1.035); }
.post-card-body { padding: 22px 0 0; }
.post-card-title { font-size: clamp(27px, 2.5vw, 36px); }
.post-card-kicker, .post-kicker, .page-kicker { font: 700 12px/1.5 var(--font-body); letter-spacing: .1em; color: var(--orbit-yellow); }
.post-card-excerpt { font-size: 16px; line-height: 1.65; }
.post-card-meta { font-size: 13px; }
.pagination { flex-wrap: wrap; gap: 16px 28px; }
.pagination a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 700; text-underline-offset: 5px; text-decoration: underline; }
.pagination a:hover { color: var(--orbit-yellow); }

.post { max-width: 1200px; padding: clamp(44px, 6vw, 84px) var(--orbit-gutter) 80px; }
.post-header { max-width: 58rem; text-align: left; }
.post-title { font-size: clamp(42px, 5.5vw, 76px); line-height: 1.13; margin-top: 16px; }
.post-dek { max-width: 42rem; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.post-meta { font-size: 14px; }
.post-feature-image { border-radius: 4px; max-width: 58rem; }
.gh-content { max-width: var(--orbit-reading-width); font-size: 18px; line-height: 1.8; color: #d8e0e8; overflow-wrap: anywhere; }
.gh-content h2 { font: 400 clamp(30px, 3vw, 40px)/1.2 var(--orbit-heading); letter-spacing: 0; text-transform: uppercase; }
.gh-content h3, .gh-content h4 { font-family: var(--font-body); line-height: 1.35; }
.gh-content a { color: var(--orbit-yellow); text-decoration-color: rgba(255,178,36,.55); }
.gh-content a:hover { color: white; text-decoration-color: white; }
.gh-content blockquote { color: white; border-color: var(--orbit-yellow); }
.gh-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 16px; }
.gh-content th, .gh-content td { padding: 12px; border-bottom: 1px solid var(--orbit-line); text-align: left; }
.gh-content iframe, .gh-content video, .gh-content audio { max-width: 100%; }
.post-footer { max-width: var(--orbit-reading-width); align-items: flex-start; text-align: left; }
.post-tags { justify-content: flex-start; }
.tag-pill, .back-link { display: inline-flex; align-items: center; min-height: 44px; }
.tag-pill { border-radius: 4px; }
.back-link { color: var(--orbit-yellow); }
.author-head { align-items: flex-start; }
.study-source a::after { content: none; }

/* Existing podcast HTML cards include their original stylesheet. This explicit
   scope overrides that presentation while leaving all episode content untouched. */
.page.tag-hash-podcast { max-width: var(--orbit-width); }
.page.tag-hash-podcast > .gh-content { max-width: var(--orbit-reading-width); margin-top: 0; }
.page-podcast .page.tag-hash-podcast > .gh-content { max-width: none; }
#site-main #noesis-podcast { --np-af: var(--font-body); --np-df: MuseoModerno, sans-serif; --np-bright: var(--orbit-yellow); --np-star: white; --np-muted: var(--orbit-muted); --np-faint: var(--orbit-muted); }
/* The original outlined Science of Noesis sign lives in the Ghost page HTML.
   Keep its lettering, white glow and responsive sizing intact. */
.page-podcast #site-main #noesis-podcast .np-sign { max-width: 44rem; text-align: left; margin-left: 0; margin-right: auto; }
.page-podcast #site-main #noesis-podcast .np-sign .noesis { font-size: clamp(64px, 14vw, 116px); }
.page-podcast #site-main #noesis-podcast .np-sign .l1,
.page-podcast #site-main #noesis-podcast .np-sign .l3 { font-size: clamp(15px, 2.6vw, 23px); }
.page-podcast #site-main #noesis-podcast .np-sign .l3 { padding-left: 0; }
#site-main #noesis-podcast .np-lede { font-size: 18px; line-height: 1.7; text-align: left; max-width: 38rem; margin: 24px 0 58px; }
.page-podcast #noesis-podcast { position: relative; isolation: isolate; }
.page-podcast #noesis-podcast::before { content: ''; position: absolute; pointer-events: none; right: 0; top: -30px; width: 52%; height: 460px; z-index: -1; background: url('planet.webp') center/contain no-repeat; opacity: .65; mask-image: radial-gradient(ellipse, #000 28%, transparent 72%); -webkit-mask-image: radial-gradient(ellipse, #000 28%, transparent 72%); }
#site-main #noesis-podcast .np-eps { padding: 0; margin: 0; gap: 0; }
#site-main #noesis-podcast .np-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); column-gap: 30px; margin: 0; padding: 40px 0; border: 0; border-top: 1px solid var(--orbit-line); border-radius: 0; background: transparent; }
#site-main #noesis-podcast .np-card > * { grid-column: 2; }
#site-main #noesis-podcast .np-card .np-kicker { grid-column: 1; grid-row: 1 / span 4; padding-top: 8px; }
#site-main #noesis-podcast a.np-ct, #site-main #noesis-podcast .np-eptitle { font: 400 clamp(32px, 3.6vw, 50px)/1.15 var(--orbit-heading); text-transform: uppercase; letter-spacing: -.01em; text-wrap: balance; }
#site-main #noesis-podcast a.np-ct { justify-self: start; }
#site-main #noesis-podcast .np-cs { max-width: 43rem; font-size: 17px; line-height: 1.7; margin-bottom: 18px; }
#site-main #noesis-podcast .np-cardbtns { gap: 12px 18px; }
#site-main #noesis-podcast .np-badge, #site-main #noesis-podcast .np-btn { min-height: 44px; align-items: center; }
#site-main #noesis-podcast .np-btn { border-radius: 4px; }
#site-main #noesis-podcast .np-btn.np-ghost { padding: 8px 0; }
#site-main #noesis-podcast .np-note { max-width: 48rem; font-size: 14px; line-height: 1.7; font-style: normal; }
#site-main #noesis-podcast .np-desc p { font-size: 18px; line-height: 1.8; color: #d8e0e8; }
#site-main #noesis-podcast .np-srch { font: 400 32px/1.2 var(--orbit-heading); text-transform: uppercase; }
#site-main #noesis-podcast ol.np-refs li { font-size: 16px; line-height: 1.7; }
#site-main #noesis-podcast .np-foot a { display: inline-flex; align-items: center; min-height: 44px; }

@media (max-width: 900px) {
    .post-feed { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .featured-card { grid-template-columns: 1fr; gap: 26px; }
    .featured-card-image-wrap { aspect-ratio: 16/9; min-height: 0; }
    .featured-card-body { max-width: 42rem; }
    .orbit-editorial-head::before { width: 68%; opacity: .35; }
    .page-podcast #noesis-podcast::before { width: 75%; opacity: .3; }
}
@media (max-width: 540px) {
    .page-head { padding-top: 40px; padding-bottom: 38px; }
    .page-title { font-size: clamp(52px, 15vw, 76px); }
    .page-subtitle { margin-top: 20px; font-size: 17px; }
    .orbit-editorial-head::before { right: -34%; width: 100%; }
    .featured-wrap { padding-bottom: 42px; }
    .featured-card-title { font-size: 35px; }
    .featured-card-excerpt { font-size: 16px; }
    .post-feed { grid-template-columns: 1fr; gap: 40px; }
    .post-card-title { font-size: 30px; }
    .post-title { font-size: clamp(36px, 10vw, 50px); }
    .post { padding-top: 38px; }
    .gh-content, #site-main #noesis-podcast .np-desc p { font-size: 17px; line-height: 1.75; }
    .gh-content .kg-width-wide { max-width: 100%; width: 100%; margin-left: 0; transform: none; }
    .page-podcast #noesis-podcast::before { top: -35px; right: -20px; width: 95%; height: 330px; opacity: .3; }
    #site-main #noesis-podcast .np-lede { font-size: 17px; margin-bottom: 34px; }
    #site-main #noesis-podcast .np-card { display: block; padding: 28px 0; }
    #site-main #noesis-podcast .np-card .np-kicker { padding: 0; margin-bottom: 12px; }
    #site-main #noesis-podcast .np-cs { font-size: 16px; }
    #site-main #noesis-podcast .np-cardbtns { gap: 8px 12px; }
    #site-main #noesis-podcast .np-badge svg { height: 34px; }
    #site-main #noesis-podcast .np-note { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    .post-card-image { transition: none; }
    .post-card:hover .post-card-image { transform: none; }
}
