/* CPW Home 3 — Business daily (body.home-daily). Loaded after theme.css. */
.home-daily.skin-cpw {
	--bg: #FFFFFF; --bar: #FFFFFF; --ink: #1A1A1A; --muted: #6B6B6B; --rule: #E6E6E6;
	--card: #FFFFFF; --soft: #FFF4EC; --accent: #F26522; --accent-soft: #F9B993;
	--head: 'IBM Plex Serif', Georgia, serif; --ui: 'IBM Plex Sans', system-ui, sans-serif; --read: 'IBM Plex Serif', Georgia, serif;
	--hw: 600; --hw2: 600; --track: -.01em; --track2: -.005em;
	--foot: #1A1A1A; --foot-txt: #A9A9A9; --foot-rule: #333;
}
.home-daily .cat, .home-daily .kicker, .dy-tag { font: 600 12px/1.3 var(--ui); letter-spacing: .02em; text-transform: uppercase; color: var(--accent); }
.home-daily .meta { font: 400 12.5px/1.4 var(--ui); color: var(--muted); }
.home-daily .img { border-radius: 0; }

/* header */
.dy-head { background: #fff; }
.dy-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-top: 18px; padding-bottom: 16px; }
.dy-date { font: 400 13px var(--ui); color: var(--muted); }
.dy-logo { display: flex; align-items: center; gap: 10px; font: 700 34px/1 var(--head); letter-spacing: -.02em; color: var(--ink); }
.dy-sq { width: 22px; height: 22px; background: var(--accent); display: inline-block; }
.dy-act { display: flex; justify-content: flex-end; align-items: center; gap: 8px; }
.dy-cta { background: var(--accent); color: #fff; font: 600 13.5px/1 var(--ui); padding: 11px 16px; border-radius: 2px; }
.dy-cta:hover { background: #D9531A; }
.dy-cta.wide { display: block; text-align: center; margin-top: 14px; }
.dy-nav { position: sticky; top: 0; z-index: 20; background: var(--ink); color: #fff; }
.dy-nav-in { display: flex; align-items: center; height: 46px; gap: 14px; }
.dy-nav .icon-btn { color: #fff; }
.dy-nav .icon-btn:hover { background: #333; }
.home-daily .menu-toggle { display: grid; }
.dy-home { font: 600 14px/1 var(--ui); color: #fff; padding-right: 18px; border-right: 1px solid #444; white-space: nowrap; }
.dy-home:hover { color: var(--accent); }
.dy-nav .cats { justify-content: flex-start; }
.dy-nav .cats ul { font: 500 14px/1 var(--ui); gap: 26px; }
.dy-nav .cats a { color: #fff; opacity: .92; }
.dy-nav .cats a:hover { color: var(--accent); opacity: 1; }
.home-daily .cats .sub-menu { background: #fff; border-top: 3px solid var(--accent); top: calc(100% + 14px); }
.home-daily .cats .sub-menu a { color: var(--ink); }
.home-daily .search-panel { border-top: 1px solid var(--rule); }
.home-daily .drawer { inset: 0; padding-top: 70px; z-index: 40; }
.home-daily.drawer-open .dy-nav .menu-toggle { position: fixed; top: 16px; left: 16px; z-index: 50; background: var(--ink); }

/* latest strip */
.dy-latest { border-bottom: 1px solid var(--rule); background: var(--soft); }
.dy-latest-in { display: flex; align-items: stretch; gap: 0; overflow-x: auto; scrollbar-width: none; }
.dy-latest-in::-webkit-scrollbar { display: none; }
.dy-latest-lbl { flex-shrink: 0; display: flex; align-items: center; font: 700 12px var(--ui); text-transform: uppercase; letter-spacing: .08em; color: #fff; background: var(--accent); padding: 0 14px; }
.dy-latest-in a { flex: 0 0 240px; padding: 12px 16px; border-right: 1px solid #F3D9C6; font: 500 13.5px/1.35 var(--ui); }
.dy-latest-in a:hover { color: var(--accent); }
.dy-latest-in time { display: block; font: 600 11px var(--ui); color: var(--accent); margin-bottom: 4px; }

/* main */
.dy-main { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 36px; padding-top: 30px; }
.dy-lead .img { display: block; aspect-ratio: 16/9; margin-bottom: 16px; }
.dy-lead h1 { font: 700 clamp(28px, 3vw, 40px)/1.15 var(--head); letter-spacing: -.015em; margin: 8px 0 10px; }
.dy-lead h1 a:hover, .dy-item h3 a:hover, .dy-top-item h3 a:hover, .dy-sec-lead h3 a:hover { color: var(--accent); }
.dy-lead p { font: 400 17px/1.55 var(--ui); color: #333; margin: 0 0 8px; }
.dy-under { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--rule); }
.dy-item { display: grid; grid-template-columns: 120px 1fr; gap: 14px; align-items: start; }
.dy-item .img { aspect-ratio: 4/3; }
.dy-item h3 { font: 600 16.5px/1.3 var(--head); margin: 4px 0 6px; }
.dy-right { border-left: 1px solid var(--rule); padding-left: 30px; }
.dy-h { font: 700 20px/1 var(--ui); margin: 0 0 16px; padding-bottom: 10px; border-bottom: 3px solid var(--accent); display: inline-block; }
.dy-h a:hover { color: var(--accent); }
.dy-top-item { display: grid; grid-template-columns: 1fr 96px; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.dy-top-item:first-of-type { padding-top: 4px; }
.dy-top-item h3 { font: 600 15.5px/1.35 var(--head); margin: 0 0 6px; }
.dy-top-item .img { aspect-ratio: 4/3; }
.dy-box { margin-top: 24px; background: var(--soft); border: 1px solid #F3D9C6; border-top: 4px solid var(--accent); padding: 20px; }
.dy-box-k { font: 700 11.5px var(--ui); text-transform: uppercase; letter-spacing: .06em; color: var(--accent); }
.dy-box h3 { font: 700 20px/1.25 var(--head); margin: 8px 0 12px; }
.dy-box ul { list-style: none; margin: 0; padding: 0; }
.dy-box li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #EBC7AE; font: 400 14px var(--ui); }
.dy-box b { font: 700 16px var(--ui); }

/* sections */
.dy-sec { padding-top: 46px; }
.dy-sec-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 30px; }
.dy-sec-lead .img { display: block; aspect-ratio: 16/9; margin-bottom: 12px; }
.dy-sec-lead h3 { font: 700 23px/1.25 var(--head); margin: 0 0 8px; }
.dy-sec-lead p { font: 400 15.5px/1.55 var(--ui); color: #444; margin: 0; }
.dy-sec-list { display: flex; flex-direction: column; gap: 18px; }
.dy-sec-list .dy-item { padding-bottom: 18px; border-bottom: 1px solid var(--rule); }
.dy-sec-list .dy-item:last-child { border-bottom: 0; }

/* inner pages */
.home-daily .art-head h1 { font: 700 clamp(30px, 4vw, 46px)/1.15 var(--head); letter-spacing: -.015em; }
.home-daily .art-head .dek { font: 400 19px/1.5 var(--ui); }
.home-daily .crumb a.on { color: var(--accent); }
.home-daily .avatar { background: var(--soft); color: var(--accent); }
.home-daily .fig .img { border-radius: 0; }
.home-daily .prose { font: 400 18.5px/1.7 var(--read); }
.home-daily .prose h2 { font: 700 27px/1.25 var(--head); }
.home-daily .prose h3 { font: 600 20px/1.3 var(--head); }
.home-daily .prose .key-takeaways { border: 0 !important; border-left: 4px solid var(--accent) !important; border-radius: 0; background: var(--soft) !important; box-shadow: none; font-family: var(--ui); }
.home-daily .prose table { border-radius: 0; }
.home-daily .prose th { background: var(--soft); }
.home-daily .share a, .home-daily .share button, .home-daily .tags a, .home-daily .chips a { border-radius: 2px; }
.home-daily .item { border-radius: 0; }
.home-daily .item .img, .home-daily .tile .img { border-radius: 0; }
.home-daily .sec-h h2 { font-family: var(--ui); font-weight: 700; }
.home-daily .progress { background: var(--accent); }
.home-daily .site-foot { border-top: 4px solid var(--accent); }

@media (max-width: 980px) {
	.dy-main, .dy-sec-grid { grid-template-columns: 1fr; }
	.dy-right { border-left: 0; padding-left: 0; }
	.dy-date { display: none; }
	.dy-top { grid-template-columns: 1fr auto; }
	.dy-logo { justify-self: start; }
}
@media (max-width: 600px) {
	.dy-logo { font-size: 22px; }
	.dy-sq { width: 16px; height: 16px; }
	.dy-cta { font-size: 12px; padding: 8px 10px; }
	.dy-nav .cats { display: none; }
	.dy-under { grid-template-columns: 1fr; }
	.dy-item { grid-template-columns: 100px 1fr; }
	.dy-latest-in a { flex-basis: 200px; }
}
@media (max-width: 430px) {
	.dy-logo { font-size: 18px; white-space: nowrap; }
	.dy-cta { font-size: 11px; padding: 7px 8px; line-height: 1.15; max-width: 96px; text-align: center; }
}
