/* Editorial layer for 24Forward field notes */
.journal-hero{padding:64px 0 40px}
.journal-hero .eyebrow{margin:0 0 20px}
.journal-hero h1{max-width:13em;margin:0;font-size:clamp(2.4rem,4.5vw,3.35rem);font-weight:500;line-height:1.12;text-wrap:balance}
.journal-hero .section-intro{max-width:720px;margin-top:20px}
.journal-count{display:flex;width:max-content;min-width:0;max-width:calc(100vw - 40px);margin-top:20px;padding:7px 11px;border-radius:999px;background:var(--brand-soft);color:var(--brand-deep);font-size:.82rem;font-weight:750}
.journal-list{padding:0 0 96px}
.journal-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.journal-entry{position:relative;min-width:0;overflow:hidden;border-radius:var(--radius-card);background:var(--paper-warm);transition:transform .18s ease,background .18s ease}
.journal-entry:nth-child(2){background:var(--accent-soft)}
.journal-entry:hover{transform:translateY(-3px);background:var(--brand-soft)}
.journal-entry>a{display:flex;height:100%;min-height:350px;flex-direction:column;padding:36px}
.journal-entry .eyebrow{margin:0 0 20px}
.journal-entry h2{margin:0;font-size:clamp(1.35rem,2.4vw,1.65rem);font-weight:550;line-height:1.24}
.journal-entry p{margin:16px 0 0;color:var(--ink-soft)}
.entry-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;padding-top:32px;color:var(--muted);font-size:.86rem}
.entry-meta span{display:inline-flex;align-items:center;gap:8px}
.entry-meta span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand)}
.article-breadcrumb{padding-top:28px}
.article-breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;color:var(--muted);font-size:.84rem}
.article-breadcrumb li+li::before{content:"/";margin-right:8px;color:var(--line-dark)}
.article-breadcrumb a:hover{color:var(--brand-deep)}
.article-hero{padding:36px 0 36px}
.article-hero .eyebrow{margin:0 0 20px}
.article-hero h1{max-width:14em;margin:0;font-size:clamp(2.35rem,4.4vw,3.3rem);font-weight:500;line-height:1.12;text-wrap:balance}
.article-hero .section-intro{max-width:780px;margin-top:20px}
.article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.article-meta span,.article-meta time{display:inline-flex;align-items:center;width:max-content;padding:7px 11px;border-radius:999px;background:var(--paper-warm);color:var(--ink-soft);font-size:.82rem;font-weight:700}
.reading-shell{padding-bottom:96px}
.article-toc{position:relative;z-index:2;max-width:100%;margin-bottom:40px;padding:28px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--paper-warm)}
.article-toc h2{margin:0;font-size:1.25rem}
.article-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 24px;margin:18px 0 0;padding-left:1.35em}
.article-toc li{margin:0;color:var(--muted)}
.article-toc a:hover{color:var(--brand-deep)}
.article-toc .journal-count{margin-top:18px;background:var(--surface)}
.article-body{max-width:none}
.article-body section{padding:0 0 44px}
.article-body section+section{padding-top:4px}
.article-body h2{margin:0;font-size:clamp(1.5rem,2.7vw,1.85rem);font-weight:550;line-height:1.25}
.article-body h3{margin:24px 0 0;font-size:1.2rem}
.article-body p,.article-body ul,.article-body ol{margin:18px 0 0;color:var(--ink-soft)}
.article-body li+li{margin-top:7px}
.article-body a:not(.primary-button):not(.quiet-button){color:var(--brand-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.article-note{margin-top:24px;padding:22px 24px;border-radius:var(--radius-small);background:var(--accent-soft);color:var(--accent-deep)}
.article-note strong{display:block;margin-bottom:8px;color:var(--ink)}
.article-table{margin:24px 0 0;overflow-x:auto;border-radius:var(--radius-small);background:var(--surface)}
.article-table table{min-width:620px}
.article-body section.article-end-cta{display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;align-items:start;margin-top:16px;padding:32px;border-radius:var(--radius-card);background:var(--brand-soft)}
.end-cta-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:var(--brand);color:var(--ink)}
.end-cta-icon svg{width:30px;height:30px}
.article-end-cta h2{margin:0;font-size:1.45rem}
.article-end-cta p{margin:10px 0 0}
.article-end-cta .section-cta{display:flex;flex-wrap:wrap;gap:12px;padding-top:24px}
.article-float{position:fixed;z-index:45;right:18px;bottom:18px;width:min(350px,calc(100% - 36px));padding:18px 48px 18px 18px;border-radius:var(--radius-small);background:var(--ink);color:var(--paper)}
.article-float>a{display:flex;align-items:center;gap:12px}
.article-float .float-icon{display:grid;place-items:center;flex:none;width:42px;height:42px;border-radius:12px;background:var(--brand);color:var(--ink)}
.article-float .float-icon svg{width:23px;height:23px}
.article-float p{margin:0;color:var(--paper-warm);font-size:.84rem;line-height:1.45}
.article-float p strong{display:block;color:var(--paper)}
.article-float button.float-close{position:absolute;top:10px;right:10px;width:30px;height:30px;padding:0;border:0;border-radius:8px;background:var(--ink-soft);color:var(--paper);font-size:0;gap:0}
.article-float button.float-close::before,.article-float button.float-close::after{content:"";position:absolute;left:8px;top:14px;width:14px;height:2px;background:currentColor;transform:rotate(45deg)}
.article-float button.float-close::after{transform:rotate(-45deg)}
@media(max-width:720px){.journal-cards,.article-toc ol{grid-template-columns:minmax(0,1fr)}.journal-entry>a{min-height:310px;padding:28px}.article-hero{padding-top:48px}.article-toc{padding:24px}.article-body section.article-end-cta{grid-template-columns:minmax(0,1fr);padding:26px}.article-float{right:12px;bottom:12px;width:min(330px,calc(100% - 24px))}}
