:root {
	--ldc-navy: #0b2940;
	--ldc-blue: #0b69a9;
	--ldc-aqua: #2ab8c5;
	--ldc-ink: #18384c;
	--ldc-muted: #5f7788;
	--ldc-line: #d9e5ea;
	--ldc-soft: #f3f8fa;
}

.ldc-blog-shell,
.ldc-blog-shell * { box-sizing: border-box; }
.ldc-blog-shell {
	min-height: 100vh;
	background: #fff;
	color: var(--ldc-ink);
	font: 16px/1.7 "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ldc-blog-shell a { color: var(--ldc-blue); }
.ldc-blog-wrap,
.ldc-blog-main { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.ldc-blog-header { border-bottom: 1px solid var(--ldc-line); background: #fff; }
.ldc-blog-header__inner { display: flex; min-height: 84px; align-items: center; justify-content: space-between; gap: 28px; }
.ldc-blog-brand a { color: var(--ldc-navy); font: 700 1.35rem/1.2 Manrope, sans-serif; text-decoration: none; }
.ldc-blog-brand img { display: block; width: auto; max-height: 60px; }
.ldc-blog-nav ul { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin: 0; padding: 0; list-style: none; }
.ldc-blog-nav li { position: relative; }
.ldc-blog-nav a { color: var(--ldc-navy); font-weight: 700; text-decoration: none; }
.ldc-blog-nav .sub-menu { position: absolute; z-index: 10; top: 100%; left: 0; display: none; min-width: 220px; padding: 14px; border: 1px solid var(--ldc-line); background: #fff; box-shadow: 0 12px 30px rgba(11, 41, 64, .12); }
.ldc-blog-nav li:hover > .sub-menu,
.ldc-blog-nav li:focus-within > .sub-menu { display: grid; }
.ldc-blog-main { padding-block: 64px 80px; }
.ldc-blog-main--single { max-width: 860px; }
.ldc-archive-header { max-width: 760px; margin-bottom: 36px; }
.ldc-archive-header h1,
.ldc-entry h1,
.ldc-entry h2,
.ldc-card h2 { margin: 0 0 16px; color: var(--ldc-navy); font-family: Manrope, sans-serif; line-height: 1.15; letter-spacing: -.03em; }
.ldc-archive-header h1,
.ldc-entry h1 { font-size: clamp(2.1rem, 5vw, 3.8rem); }
.ldc-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.ldc-card { overflow: hidden; border: 1px solid var(--ldc-line); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(11, 41, 64, .06); }
.ldc-card__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.ldc-card__image img { width: 100%; height: 100%; object-fit: cover; }
.ldc-card__body { padding: 26px; }
.ldc-card h2 { font-size: 1.5rem; }
.ldc-card h2 a { color: inherit; text-decoration: none; }
.ldc-entry__meta,
.ldc-eyebrow { margin: 0 0 10px; color: var(--ldc-muted); font-size: .82rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.ldc-card__more,
.ldc-button { display: inline-flex; font-weight: 700; text-decoration: none; }
.ldc-entry { padding: clamp(28px, 5vw, 56px); border: 1px solid var(--ldc-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 34px rgba(11, 41, 64, .06); }
.ldc-entry__header { margin-bottom: 28px; }
.ldc-entry__image { margin: 0 0 30px; }
.ldc-entry__image img { display: block; width: 100%; height: auto; border-radius: 12px; }
.ldc-entry__content img,
.ldc-entry__content iframe { max-width: 100%; }
.ldc-entry__content a { text-decoration-thickness: .08em; text-underline-offset: .16em; }
.ldc-entry__footer { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--ldc-line); }
.post-navigation { margin-top: 28px; }
.post-navigation .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.post-navigation a { display: grid; padding: 18px; border: 1px solid var(--ldc-line); border-radius: 12px; text-decoration: none; }
.post-navigation .nav-next { text-align: right; }
.post-navigation span { color: var(--ldc-muted); font-size: .78rem; text-transform: uppercase; }
.ldc-comments { margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--ldc-line); }
.comment-list { padding-left: 24px; }
.comment-body { margin-bottom: 24px; padding: 20px; background: var(--ldc-soft); border-radius: 12px; }
.ldc-search-form { display: flex; max-width: 620px; gap: 8px; }
.ldc-search-form label { flex: 1; }
.ldc-search-form input { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid #aebfc8; border-radius: 8px; font: inherit; }
.ldc-search-form button,
.ldc-button { min-height: 48px; align-items: center; padding: 10px 18px; border: 0; border-radius: 8px; background: var(--ldc-blue); color: #fff !important; font: inherit; font-weight: 700; line-height: 1; cursor: pointer; }
.pagination { margin-top: 40px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; }
.page-numbers { padding: 7px 12px; border-radius: 6px; }
.page-numbers.current { background: var(--ldc-navy); color: #fff; }
.ldc-blog-footer { padding-block: 34px; background: var(--ldc-navy); color: #dceaf1; }
.ldc-blog-footer__inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.ldc-blog-footer p { margin: 0; }
.ldc-blog-footer a { color: #fff; }
.ldc-blog-footer ul { display: flex; flex-wrap: wrap; gap: 16px; margin: 0; padding: 0; list-style: none; }

@media (max-width: 760px) {
	.ldc-blog-header__inner { align-items: flex-start; flex-direction: column; padding-block: 18px; }
	.ldc-blog-nav ul { gap: 10px 16px; }
	.ldc-blog-nav .sub-menu { position: static; display: grid; padding: 8px 0 0 16px; border: 0; box-shadow: none; }
	.ldc-post-grid,
	.post-navigation .nav-links { grid-template-columns: 1fr; }
	.ldc-blog-main { padding-block: 42px 60px; }
	.ldc-entry { padding: 24px; }
	.ldc-search-form { align-items: stretch; flex-direction: column; }
}
