/* Homepage editorial layout — deliberately overrides legacy homepage grid rules. */
.home-top{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);gap:0;margin-top:22px}
.home-top .lead{padding:20px 28px 8px 0;border-right:1px solid var(--line)}
.home-top .lead img{width:100%;height:460px;object-fit:cover}
.home-top .lead .top-story-tag{margin-top:14px}
.home-top .lead .kicker{margin-top:10px}
.home-top .lead h2{font-size:38px;line-height:1.1;margin:7px 0 12px}
.home-top .lead .summary{font-size:15px;line-height:1.55;max-width:820px}
.secondary-grid{display:flex;flex-direction:column;min-width:0;padding-left:28px;padding-top:20px}
.secondary-grid .story{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid var(--line)}
.secondary-grid .story:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.secondary-grid .story>a img{width:100%;height:200px;object-fit:cover;margin-bottom:10px}
.secondary-grid .story .kicker{margin-top:0}
.secondary-grid .story h3{font-size:19px;line-height:1.22;margin:6px 0 8px}
.secondary-grid .story p{font-size:12px;line-height:1.5}
.market-ticker{height:42px;display:flex;align-items:center;overflow:hidden;margin:0 -24px;padding:0 24px;background:#181818}
.market-ticker-label{flex:0 0 auto;display:flex;align-items:center;height:100%;padding:0 16px 0 0;margin-right:16px;border-right:1px solid #333;font-size:9px;font-weight:700;letter-spacing:1.3px;color:#eee;text-decoration:none}
.market-ticker-label a,.market-rate-link{color:inherit;text-decoration:none}
.market-ticker-label a:hover,.market-rate-link:hover{text-decoration:underline;color:#fff}
.market-ticker-window{min-width:0;flex:1;overflow:hidden;position:relative}
.market-ticker-track{display:flex;width:max-content;will-change:transform;animation:marketTickerScroll 30s linear infinite}
.market-ticker-set{display:flex;align-items:center;flex-shrink:0}
.market-ticker-item{display:inline-flex;align-items:baseline;gap:5px;padding:0 26px 0 0;margin-right:26px;border-right:1px solid #333;white-space:nowrap;font-family:"Barlow Semi Condensed",Arial,sans-serif;font-size:8px;color:#bbb}
.market-rate-link{display:inline-flex;align-items:baseline;gap:7px;color:inherit}
.market-ticker-item span{font-weight:700;letter-spacing:.7px;color:#ccc}
.market-ticker-item small{font-size:7px;color:#999;text-transform:uppercase;letter-spacing:.4px}
.market-ticker-item strong{font-family:"Source Serif 4",Georgia,serif;font-weight:600;font-size:12px;color:#fff}
@keyframes marketTickerScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.market-ticker-track{animation:none}}
.story-date{margin-top:10px;font-family:"Barlow Semi Condensed",Arial,sans-serif;font-size:13px;line-height:1.2;font-weight:600;letter-spacing:.55px;text-transform:uppercase;color:var(--muted)}
.home-top .lead .story-date{font-size:10px;margin-top:12px}
.latest-section .cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(280px,31%);grid-template-columns:none;gap:0;overflow-x:auto;overflow-y:hidden;padding:0 0 18px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--muted) transparent;-webkit-overflow-scrolling:touch}.latest-section .cards::-webkit-scrollbar{height:8px}.latest-section .cards::-webkit-scrollbar-track{background:var(--line);border-radius:4px}.latest-section .cards::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px}.latest-section .cards::-webkit-scrollbar-thumb:hover{background:var(--accent)}
.latest-section .cards .card{min-width:0;margin:0;padding:18px 20px 20px;border-right:1px solid var(--line);scroll-snap-align:start}
.latest-section .cards .card:first-child{padding-left:0}
.latest-section .cards .card:last-child{border-right:0}
.latest-section .cards .card img{width:100%;height:195px;object-fit:cover;margin-bottom:12px}
.latest-section .cards .card h3{font-size:20px;line-height:1.25;margin:7px 0 9px}
.latest-section .cards .card p{font-size:12px;line-height:1.55}
.bottom-top-stories{margin-top:34px;border-top:3px solid var(--ink);padding-top:10px}
.bottom-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:14px}
.bottom-story-grid .bottom-story{padding:0 18px 18px;border-right:1px solid var(--line)}
.bottom-story-grid .bottom-story:nth-child(3n+1){padding-left:0}
.bottom-story-grid .bottom-story:nth-child(3n){border-right:0}
.bottom-story-grid .bottom-story:nth-child(n+4){padding-top:18px;border-top:1px solid var(--line)}
.bottom-story-grid .bottom-story:last-child{border-right:0}
.bottom-story-grid img{width:100%;height:160px;object-fit:cover;margin-bottom:10px}
.bottom-story-grid h3{font-size:18px;line-height:1.25;margin:5px 0 8px}
.bottom-story-grid p{font-size:11px;line-height:1.5;margin:0}
@media(max-width:900px){
 .home-top{grid-template-columns:1fr}.home-top .lead{padding-right:0;border-right:0;border-bottom:1px solid var(--line);padding-top:16px}.home-top .lead img{height:360px}.home-top .lead h2{font-size:34px}.secondary-grid{flex-direction:row;padding-left:0;padding-top:18px;gap:18px}.secondary-grid .story{flex:1;padding:0;margin:0;border-bottom:0}.secondary-grid .story>a img{height:170px}.latest-section .cards{grid-auto-columns:minmax(300px,42%)}.bottom-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bottom-story-grid .bottom-story:nth-child(odd){padding-left:0}.bottom-story-grid .bottom-story:nth-child(even){border-right:0}.bottom-story-grid .bottom-story:nth-child(n+3){padding-top:18px;border-top:1px solid var(--line)}
}
@media(max-width:650px){
 .home-top{margin-top:14px}.home-top .lead{padding-top:14px}.home-top .lead img{height:220px}.home-top .lead h2{font-size:29px}.secondary-grid{flex-direction:column;gap:0}.secondary-grid .story{padding:18px 0;border-bottom:1px solid var(--line);margin:0}.secondary-grid .story:last-child{border-bottom:0;padding-bottom:0}.secondary-grid .story>a img{height:190px}.market-ticker{height:38px;margin:0 -14px;padding:0 14px}.market-ticker-label{padding-left:0;margin-right:12px;padding-right:12px}.market-ticker-item{padding-right:18px;margin-right:18px}.market-ticker-track{animation-duration:24s}.latest-section .cards{grid-auto-columns:minmax(285px,86%);gap:0;padding-bottom:12px}.latest-section .cards .card{padding:16px 16px 18px}.latest-section .cards .card:first-child{padding-left:0}.bottom-story-grid{grid-template-columns:1fr}.bottom-story-grid .bottom-story{padding:16px 0;border-right:0;border-bottom:1px solid var(--line)}.bottom-story-grid .bottom-story:first-child{padding-top:0}.bottom-story-grid .bottom-story:nth-child(n+3){padding-top:16px;border-top:0}.bottom-story-grid img{height:190px}
}
.section-head-note{font-family:"Barlow Semi Condensed",Arial,sans-serif;font-size:11px;letter-spacing:.5px;color:var(--muted);text-transform:uppercase}.most-viewed-section{border-top:3px solid var(--ink);padding-top:14px}.most-viewed-list{list-style:none;margin:10px 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:0;border-top:1px solid var(--line)}.most-viewed-list li{display:flex;align-items:flex-start;gap:10px;padding:16px 18px 16px 0;border-right:1px solid var(--line);min-width:0}.most-viewed-list li:last-child{border-right:0}.most-viewed-list .placeholder-note{color:var(--muted);font-family:"Barlow Semi Condensed",Arial,sans-serif;font-size:12px;padding:16px 0}.most-viewed-rank{font-family:"Source Serif 4",Georgia,serif;font-weight:600;font-size:26px;color:var(--accent);line-height:1;flex-shrink:0}.most-viewed-list .kicker{font-size:9px;margin-bottom:4px}.most-viewed-list h3{font-family:"Source Serif 4",Georgia,serif;font-weight:600;font-size:15px;line-height:1.3;margin:0}.most-viewed-list h3 a{color:inherit;text-decoration:none}.most-viewed-list h3 a:hover{color:var(--accent)}@media (max-width:900px){.most-viewed-list{grid-template-columns:1fr;border-top:0}.most-viewed-list li{border-right:0;border-bottom:1px solid var(--line);padding:14px 0}.most-viewed-list li:last-child{border-bottom:0}}.story-date{text-transform:none;letter-spacing:0;font-size:13px}.section-head-note{text-transform:none;letter-spacing:0;font-size:14px}.kicker,.story-kicker{text-transform:lowercase;letter-spacing:0}.kicker::first-letter,.story-kicker::first-letter{text-transform:uppercase}
.most-viewed-list .kicker{font-size:13px;letter-spacing:0}.secondary-story p,.card p,.bottom-story p{font-family:"Source Serif 4",Georgia,serif}
.secondary-grid .story p,.latest-section .cards .card p{font-family:"Source Serif 4",Georgia,serif;font-size:15px;line-height:1.5}.bottom-story-grid p{font-family:"Source Serif 4",Georgia,serif;font-size:14px;line-height:1.5}
