/* ==========================================================================
   Chicago Condo Loans — site design
   Editorial, civic, quiet. Ink navy + warm paper, Chicago-flag sky blue and
   red star as the only accents. Newsreader (display) + Public Sans (text).
   ========================================================================== */

:root {
	--ccl-ink: #0f2238;
	--ccl-ink-2: #173250;
	--ccl-ink-3: #24466b;
	--ccl-paper: #faf8f3;
	--ccl-card: #ffffff;
	--ccl-line: #e3ddd1;
	--ccl-line-2: #d3ccbd;
	--ccl-text: #1c2430;
	--ccl-muted: #586271;
	--ccl-link: #0a5c91;
	--ccl-link-hover: #083f66;
	--ccl-sky: #41b6e6;
	--ccl-sky-wash: #ecf6fb;
	--ccl-star: #c8102e;
	--ccl-serif: "Newsreader", "Iowan Old Style", Georgia, "Times New Roman", serif;
	--ccl-sans: "Public Sans", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--ccl-max: 1208px;
	--ccl-prose: 720px;
	--ccl-radius: 10px;
	--ccl-shadow: 0 1px 2px rgba(15, 34, 56, .05), 0 6px 20px -8px rgba(15, 34, 56, .14);

	/* Map Astra's palette onto ours so anything not restyled here still fits. */
	--ast-global-color-0: var(--ccl-link);
	--ast-global-color-1: var(--ccl-link-hover);
	--ast-global-color-2: var(--ccl-ink);
	--ast-global-color-3: var(--ccl-text);
	--ast-global-color-4: var(--ccl-paper);
	--ast-global-color-5: var(--ccl-card);
	--ast-global-color-6: var(--ccl-sky-wash);
	--ast-global-color-7: var(--ccl-line);
	--ast-global-color-8: var(--ccl-ink);
}

/* ---------- Base ---------- */

html { scroll-behavior: smooth; scroll-padding-top: 24px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body,
body button,
body input,
body select,
body textarea {
	font-family: var(--ccl-sans);
}
body {
	background: var(--ccl-paper);
	color: var(--ccl-text);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body .site { background: var(--ccl-paper); }

body h1, body h2, body h3, body h4,
body .entry-content h1, body .entry-content h2, body .entry-content h3, body .entry-content h4,
body .entry-title {
	font-family: var(--ccl-serif);
	color: var(--ccl-ink);
	font-weight: 600;
	letter-spacing: -0.01em;
	font-optical-sizing: auto;
}

body a { color: var(--ccl-link); text-decoration-thickness: 1px; text-underline-offset: 3px; }
body a:hover, body a:focus { color: var(--ccl-link-hover); }
body a:focus-visible,
body button:focus-visible,
body summary:focus-visible {
	outline: 2px solid var(--ccl-sky);
	outline-offset: 3px;
	border-radius: 3px;
}

::selection { background: #cfe9f7; color: var(--ccl-ink); }

.ccl-wrap {
	width: 100%;
	max-width: var(--ccl-max);
	margin: 0 auto;
	padding: 0 24px;
	box-sizing: border-box;
}
@media (max-width: 600px) { .ccl-wrap { padding: 0 18px; } }

.ccl-star { width: 1em; height: 1em; fill: var(--ccl-star); flex: none; vertical-align: -0.12em; }
.ccl-arrow { width: 1.05em; height: 1.05em; flex: none; vertical-align: -0.18em; transition: transform .2s ease; }

.ccl-kicker {
	margin: 0 0 .75rem;
	font-family: var(--ccl-sans);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ccl-link);
}
.ccl-kicker--light { color: var(--ccl-sky); }

/* ---------- Top bar ---------- */

.ccl-topbar {
	background: var(--ccl-ink);
	color: #c7d3e0;
	font-size: 13px;
	line-height: 1.4;
}
.ccl-topbar__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	min-height: 36px;
}
.ccl-topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.ccl-topbar a { color: #fff; text-decoration: underline; text-decoration-color: rgba(65, 182, 230, .7); }
.ccl-topbar a:hover { color: var(--ccl-sky); }
@media (max-width: 720px) {
	.ccl-topbar__meta { display: none !important; }
	.ccl-topbar__inner { justify-content: center; }
}

/* ---------- Header ---------- */

body .site-header,
body .ast-primary-header-bar,
body .main-header-bar,
body #ast-mobile-header .ast-primary-header-bar {
	background: var(--ccl-card);
	border-bottom: 0;
}
body .site-header {
	border-bottom: 1px solid var(--ccl-line);
	box-shadow: 0 1px 0 rgba(15, 34, 56, .02);
}
body .site-primary-header-wrap { min-height: 78px; }
body #ast-desktop-header .site-primary-header-wrap.ast-container { max-width: var(--ccl-max); padding-left: 24px; padding-right: 24px; }
body .ast-primary-header-bar .site-primary-header-wrap { padding-top: 0; padding-bottom: 0; }

body .site-title { margin: 0; line-height: 1.1; }
body .site-title a,
body .site-title a:hover,
body .site-title a:focus {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--ccl-serif);
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.015em;
	color: var(--ccl-ink);
	text-decoration: none;
}
body .site-title a::before {
	content: "";
	width: 30px;
	height: 30px;
	flex: none;
	border-radius: 7px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon fill='%23e4283f' points='12,3.5 13.95,8.6 19.36,7.75 15.91,12 19.36,16.25 13.95,15.4 12,20.5 10.05,15.4 4.64,16.25 8.09,12 4.64,7.75 10.05,8.6'/%3E%3C/svg%3E") center / 22px 22px no-repeat,
		var(--ccl-ink);
}
body .ast-site-title-wrap::after {
	content: "Independent condo financing guide";
	display: block;
	margin: 3px 0 0 40px;
	font-family: var(--ccl-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--ccl-muted);
}
@media (max-width: 921px) {
	body .site-title a { font-size: 21px; }
	body .site-title a::before { width: 26px; height: 26px; background-size: 19px 19px, auto; }
	body .ast-site-title-wrap::after { margin-left: 36px; font-size: 10px; }
}
@media (max-width: 380px) {
	body .ast-site-title-wrap::after { display: none; }
}

/* Desktop navigation */
body .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link,
body #ast-desktop-header .main-header-menu > .menu-item > .menu-link {
	font-family: var(--ccl-sans);
	font-size: 15px;
	font-weight: 600;
	color: var(--ccl-ink);
	padding: 0 14px;
	line-height: 78px;
	position: relative;
}
body #ast-desktop-header .main-header-menu > .menu-item > .menu-link::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 22px;
	height: 2px;
	background: var(--ccl-sky);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .22s ease;
}
body #ast-desktop-header .main-header-menu > .menu-item:hover > .menu-link::after,
body #ast-desktop-header .main-header-menu > .menu-item.current-menu-item > .menu-link::after,
body #ast-desktop-header .main-header-menu > .menu-item.current-menu-ancestor > .menu-link::after,
body #ast-desktop-header .main-header-menu > .menu-item.current-page-ancestor > .menu-link::after {
	transform: scaleX(1);
}
body #ast-desktop-header .main-header-menu > .menu-item:hover > .menu-link,
body #ast-desktop-header .main-header-menu > .menu-item.current-menu-item > .menu-link,
body #ast-desktop-header .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
	color: var(--ccl-ink);
}
body #ast-desktop-header .main-header-menu > .menu-item:last-child > .menu-link { padding-right: 0; }
body #ast-desktop-header .main-header-menu > .menu-item:last-child > .menu-link::after { right: 0; }
body .main-header-menu .ast-header-navigation-arrow .ast-arrow-svg,
body .main-header-menu .dropdown-menu-toggle .ast-arrow-svg { width: 9px; height: 9px; fill: currentColor; }

/* Dropdown */
body #ast-desktop-header .main-header-menu .sub-menu {
	width: 300px;
	padding: 8px;
	background: var(--ccl-card);
	border: 1px solid var(--ccl-line);
	border-top: 2px solid var(--ccl-sky);
	border-radius: 0 0 var(--ccl-radius) var(--ccl-radius);
	box-shadow: 0 18px 40px -18px rgba(15, 34, 56, .35);
}
body .main-header-menu .sub-menu .menu-item { border: 0; }
body #ast-desktop-header .main-header-menu .sub-menu .menu-link {
	padding: 10px 12px;
	border: 0;
	border-radius: 6px;
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--ccl-text);
}
body #ast-desktop-header .main-header-menu .sub-menu .menu-link:hover,
body #ast-desktop-header .main-header-menu .sub-menu .current-menu-item > .menu-link {
	background: var(--ccl-sky-wash);
	color: var(--ccl-ink);
}
body .main-header-menu .sub-menu .menu-link > .ast-icon.icon-arrow { display: none; }

/* Mobile header + menu */
body .ast-mobile-header-wrap .ast-primary-header-bar { min-height: 68px; }
body .ast-mobile-header-content,
body .ast-header-break-point .main-header-bar-navigation .main-header-menu { background: var(--ccl-card); }
body .menu-toggle.main-header-menu-toggle,
body .ast-mobile-menu-trigger-minimal {
	color: var(--ccl-ink) !important;
	background: transparent !important;
	border: 1px solid var(--ccl-line-2) !important;
	border-radius: 8px !important;
	padding: 8px !important;
}
body .ast-mobile-header-content .main-header-menu .menu-link {
	font-size: 16px;
	font-weight: 600;
	color: var(--ccl-ink);
	padding: 14px 20px;
	border-bottom: 1px solid var(--ccl-line) !important;
	line-height: 1.35;
}
body .ast-mobile-header-content .main-header-menu .sub-menu .menu-link {
	font-weight: 500;
	padding-left: 34px;
	background: var(--ccl-paper);
}
body .ast-mobile-header-content .menu-item.current-menu-item > .menu-link { color: var(--ccl-link); }

/* ---------- Homepage hero ---------- */

.ccl-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(1200px 500px at 85% -10%, rgba(65, 182, 230, .16), transparent 60%),
		radial-gradient(900px 400px at -10% 110%, rgba(65, 182, 230, .08), transparent 60%),
		var(--ccl-ink);
	color: #dfe7f0;
	padding: 76px 0 200px;
}
.ccl-hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr);
	gap: 56px;
	align-items: center;
}
.ccl-hero__title {
	margin: 0 0 20px;
	font-family: var(--ccl-serif) !important;
	font-size: clamp(40px, 5.6vw, 66px) !important;
	line-height: 1.04 !important;
	font-weight: 500 !important;
	letter-spacing: -0.025em !important;
	color: #fff !important;
	text-wrap: balance;
}
.ccl-hero__dot { color: var(--ccl-star); }
.ccl-hero__lede {
	max-width: 36em;
	margin: 0 0 32px;
	font-size: 19px;
	line-height: 1.6;
	color: #c9d5e2;
}
.ccl-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ccl-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 8px;
	font-family: var(--ccl-sans);
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.ccl-btn:hover .ccl-arrow { transform: translateX(3px); }
.ccl-btn--primary, .ccl-btn--primary:focus { background: #fff; color: var(--ccl-ink) !important; }
.ccl-btn--primary:hover { background: var(--ccl-sky); color: var(--ccl-ink) !important; }
.ccl-btn--ghost, .ccl-btn--ghost:focus { color: #fff !important; border: 1px solid rgba(255, 255, 255, .35); }
.ccl-btn--ghost:hover { border-color: #fff; color: #fff !important; background: rgba(255, 255, 255, .06); }

.ccl-facts {
	background: rgba(255, 255, 255, .04);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 14px;
	padding: 26px 26px 20px;
}
.ccl-facts__title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
}
.ccl-facts__list { margin: 0; }
.ccl-facts__item {
	display: grid;
	grid-template-columns: 9.2em 1fr;
	gap: 16px;
	align-items: baseline;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.ccl-facts__item:last-child { border-bottom: 0; }
.ccl-facts__item dt { margin: 0; }
.ccl-facts__item dt a {
	font-family: var(--ccl-serif);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.01em;
	color: #fff;
	text-decoration: none;
	font-variant-numeric: lining-nums tabular-nums;
	white-space: nowrap;
}
.ccl-facts__item dt a:hover { color: var(--ccl-sky); }
.ccl-facts__item dd { margin: 0; font-size: 14px; line-height: 1.45; color: #b9c7d6; }
.ccl-facts__note { margin: 10px 0 0; font-size: 12px; color: #93a5ba; }

.ccl-hero__skyline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	width: 100%;
	height: auto;
	aspect-ratio: 1200 / 180;
	max-height: 230px;
	color: var(--ccl-ink-2);
	opacity: .8;
	z-index: 1;
}
.ccl-hero__stripes {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 26px;
	background: var(--ccl-ink-2);
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.ccl-hero__stripes span { display: block; height: 3px; background: var(--ccl-sky); opacity: .9; }

@media (max-width: 960px) {
	.ccl-hero { padding: 56px 0 150px; }
	.ccl-hero__grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
	.ccl-hero { padding: 44px 0 90px; }
	.ccl-hero__lede { font-size: 17px; }
	.ccl-hero__actions .ccl-btn { flex: 1 1 100%; justify-content: center; }
	.ccl-facts { padding: 20px 18px 14px; }
	.ccl-facts__item { grid-template-columns: 1fr; gap: 2px; padding: 12px 0; }
	.ccl-facts__item dt a { font-size: 23px; }
}

/* Page load: one quiet staggered reveal. */
@media (prefers-reduced-motion: no-preference) {
	.ccl-hero__copy > *, .ccl-facts {
		animation: ccl-rise .7s cubic-bezier(.2, .7, .2, 1) both;
	}
	.ccl-hero__copy > :nth-child(2) { animation-delay: .06s; }
	.ccl-hero__copy > :nth-child(3) { animation-delay: .12s; }
	.ccl-hero__copy > :nth-child(4) { animation-delay: .18s; }
	.ccl-facts { animation-delay: .24s; }
}
@keyframes ccl-rise {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: none; }
}

/* ---------- Homepage: intro content ---------- */

body.ccl-home #primary { margin: 72px 0 40px; }
body.ccl-home .entry-header { display: none; }
body.ccl-home .entry-content {
	max-width: var(--ccl-prose);
	margin: 0 auto;
	font-size: 17.5px;
	line-height: 1.75;
}
body.ccl-home .entry-content > p:first-child {
	font-family: var(--ccl-serif);
	font-size: 24px;
	line-height: 1.5;
	color: var(--ccl-ink);
	margin-bottom: 1.4em;
}
body.ccl-home .entry-content > p:first-child strong { font-weight: 600; }
@media (max-width: 600px) { body.ccl-home #primary { margin-top: 48px; } body.ccl-home .entry-content > p:first-child { font-size: 20px; } }

/* ---------- Homepage sections ---------- */

.ccl-section { padding: 72px 0; }
.ccl-section--guides { background: var(--ccl-card); border-top: 1px solid var(--ccl-line); border-bottom: 1px solid var(--ccl-line); }
.ccl-section__head { margin-bottom: 36px; max-width: 760px; }
.ccl-section__head--row {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	max-width: none;
}
.ccl-section__title {
	margin: 0 !important;
	font-size: clamp(30px, 3.6vw, 42px) !important;
	line-height: 1.12 !important;
	font-weight: 500 !important;
	letter-spacing: -0.02em !important;
}
.ccl-textlink {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.ccl-textlink:hover .ccl-arrow { transform: translateX(3px); }

.ccl-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.ccl-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 26px 26px 22px;
	background: var(--ccl-card);
	border: 1px solid var(--ccl-line);
	border-radius: var(--ccl-radius);
	color: var(--ccl-text) !important;
	text-decoration: none !important;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.ccl-card::before {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	height: 3px;
	border-radius: var(--ccl-radius) var(--ccl-radius) 0 0;
	background: var(--ccl-sky);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .25s ease;
}
.ccl-card:hover { border-color: var(--ccl-line-2); box-shadow: var(--ccl-shadow); transform: translateY(-2px); }
.ccl-card:hover::before { transform: scaleX(1); }
.ccl-card:hover .ccl-arrow { transform: translateX(3px); }
.ccl-card__eyebrow {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ccl-muted);
}
.ccl-card__title {
	font-family: var(--ccl-serif);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: var(--ccl-ink);
}
.ccl-card__text { font-size: 15px; line-height: 1.6; color: var(--ccl-muted); }
.ccl-card__more {
	margin-top: auto;
	padding-top: 8px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 14.5px;
	font-weight: 600;
	color: var(--ccl-link);
}
.ccl-card--feature {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	grid-template-areas: "eyebrow text" "title text" "title more";
	grid-template-rows: auto 1fr auto;
	column-gap: 56px;
	row-gap: 10px;
	align-items: start;
	background: var(--ccl-ink);
	border-color: var(--ccl-ink);
	color: #dfe7f0 !important;
	padding: 36px 40px;
}
.ccl-card--feature .ccl-card__eyebrow { grid-area: eyebrow; color: var(--ccl-sky); }
.ccl-card--feature .ccl-card__title { grid-area: title; color: #fff; font-size: 34px; font-weight: 500; line-height: 1.12; }
.ccl-card--feature .ccl-card__text { grid-area: text; color: #c1cedc; font-size: 16.5px; }
.ccl-card--feature .ccl-card__more { grid-area: more; color: #fff; }
.ccl-card--feature:hover { border-color: var(--ccl-ink); }

@media (max-width: 960px) {
	.ccl-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ccl-card--feature { display: flex; padding: 30px 28px; }
	.ccl-card--feature .ccl-card__title { font-size: 28px; }
}
@media (max-width: 600px) {
	.ccl-section { padding: 52px 0; }
	.ccl-cards { grid-template-columns: 1fr; }
	.ccl-section__head--row { flex-direction: column; align-items: flex-start; }
}

.ccl-section--updates { padding-bottom: 88px; }
.ccl-updates {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 2px solid var(--ccl-ink);
}
.ccl-update { padding: 22px 28px 8px 0; }
.ccl-update + .ccl-update { padding-left: 28px; border-left: 1px solid var(--ccl-line); }
.ccl-update__meta {
	margin: 0 0 10px;
	font-size: 12.5px;
	font-weight: 600;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--ccl-muted);
}
.ccl-update__title {
	margin: 0 0 10px !important;
	font-size: 22px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
}
.ccl-update__title a { color: var(--ccl-ink); text-decoration: none; }
.ccl-update__title a:hover { color: var(--ccl-link); text-decoration: underline; }
.ccl-update__text { margin: 0; font-size: 15px; line-height: 1.6; color: var(--ccl-muted); }
@media (max-width: 860px) {
	.ccl-updates { grid-template-columns: 1fr; }
	.ccl-update, .ccl-update + .ccl-update { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--ccl-line); }
}

/* ---------- Page header for /updates/ ---------- */

.ccl-pagehead {
	background: var(--ccl-card);
	border-bottom: 1px solid var(--ccl-line);
	padding: 56px 0 44px;
}
.ccl-pagehead__title {
	margin: 0 0 12px !important;
	font-size: clamp(36px, 4.6vw, 52px) !important;
	line-height: 1.08 !important;
	font-weight: 500 !important;
	letter-spacing: -0.02em !important;
}
.ccl-pagehead__lede { max-width: 42em; margin: 0; font-size: 18px; color: var(--ccl-muted); }

/* ---------- Single pages and posts ---------- */

body:not(.ccl-home) .site-content > .ast-container { max-width: var(--ccl-max); padding-left: 24px; padding-right: 24px; }
body:not(.ccl-home) #primary { margin: 40px 0 72px; }
@media (max-width: 600px) {
	body:not(.ccl-home) .site-content > .ast-container { padding-left: 18px; padding-right: 18px; }
	body:not(.ccl-home) #primary { margin: 26px 0 56px; }
}

body.single .ast-article-single,
body.page .ast-article-single {
	background: transparent;
	padding: 0;
	border: 0;
	box-shadow: none;
}

/* Article header */
body.page:not(.ccl-home) .entry-header,
body.single .entry-header {
	max-width: 1020px;
	margin: 0 0 36px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--ccl-line);
	text-align: left;
}
body:not(.ccl-home) .entry-title {
	margin: 0;
	font-size: clamp(34px, 4.4vw, 52px) !important;
	line-height: 1.08 !important;
	font-weight: 500 !important;
	letter-spacing: -0.022em !important;
	text-wrap: balance;
}
body.single .entry-header .entry-meta,
body.single .entry-header .ast-single-post-meta {
	margin-top: 14px;
	font-size: 14px;
	color: var(--ccl-muted);
}
body.single .entry-header .entry-meta a { color: var(--ccl-muted); }

body.ccl-guide .entry-header::before {
	content: "Condo Loan Guide";
	display: block;
	margin-bottom: 12px;
	font-family: var(--ccl-sans);
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ccl-link);
}
body.ccl-guide.single .entry-header::before { content: "Update"; }

/* Breadcrumbs */
.ccl-crumbs { margin: 0 0 22px; font-size: 13.5px; line-height: 1.5; }
.ccl-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; row-gap: 4px; }
.ccl-crumbs li { display: inline-flex; align-items: center; margin: 0; color: var(--ccl-muted); }
.ccl-crumbs li + li::before { content: "/"; margin: 0 10px; color: var(--ccl-line-2); }
.ccl-crumbs a { color: var(--ccl-muted); text-decoration: none; }
.ccl-crumbs a:hover { color: var(--ccl-link); text-decoration: underline; }
.ccl-crumbs [aria-current] { color: var(--ccl-text); max-width: 46ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 600px) { .ccl-crumbs li:last-child { display: none; } }

/* Article grid: table of contents + prose */
.ccl-article { max-width: var(--ccl-prose); }
.ccl-article--toc {
	max-width: none;
	display: grid;
	grid-template-columns: 236px minmax(0, var(--ccl-prose));
	gap: 64px;
	align-items: start;
}
body .entry-content[data-ast-blocks-layout] > .ccl-article { max-width: none; margin-left: 0; margin-right: 0; }
body .entry-content[data-ast-blocks-layout] > .ccl-article:not(.ccl-article--toc) { max-width: var(--ccl-prose); }
body .entry-content .ccl-prose > * { max-width: 100%; margin-left: 0; margin-right: 0; }

.ccl-toc { position: sticky; top: 28px; font-size: 14.5px; }
.ccl-toc__box { border-left: 2px solid var(--ccl-line); padding-left: 18px; }
.ccl-toc__title {
	list-style: none;
	cursor: default;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ccl-muted);
}
.ccl-toc__title::-webkit-details-marker { display: none; }
.ccl-toc__title::marker { content: ""; }
body .entry-content .ccl-toc__list { list-style: none; margin: 0; padding: 0; }
body .entry-content .ccl-toc__list li { margin: 0; padding: 0; }
.ccl-toc__list a {
	display: block;
	padding: 6px 0;
	line-height: 1.4;
	color: var(--ccl-muted);
	text-decoration: none;
	position: relative;
}
.ccl-toc__list a:hover { color: var(--ccl-ink); }
.ccl-toc__list a[aria-current] { color: var(--ccl-ink); font-weight: 600; }
.ccl-toc__list a[aria-current]::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 6px;
	bottom: 6px;
	width: 2px;
	background: var(--ccl-sky);
}

@media (max-width: 1023px) {
	.ccl-article--toc { grid-template-columns: minmax(0, 1fr); gap: 0; max-width: var(--ccl-prose); }
	.ccl-toc { position: static; margin-bottom: 28px; }
	.ccl-toc__box {
		border: 1px solid var(--ccl-line);
		border-radius: var(--ccl-radius);
		background: var(--ccl-card);
		padding: 0;
	}
	.ccl-toc__title {
		cursor: pointer;
		margin: 0;
		padding: 14px 18px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ccl-toc__title::after {
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg) translateY(-3px);
		transition: transform .2s ease;
	}
	.ccl-toc__box[open] .ccl-toc__title::after { transform: rotate(-135deg) translateY(-2px); }
	body .entry-content .ccl-toc__list { padding: 6px 18px 12px; border-top: 1px solid var(--ccl-line); }
	.ccl-toc__list a[aria-current]::before { display: none; }
}

/* Prose */
body .entry-content { font-size: 17.5px; line-height: 1.75; color: var(--ccl-text); }
body .entry-content p { margin: 0 0 1.25em; }
body .entry-content h2 {
	margin: 2.2em 0 .7em;
	font-size: 31px;
	line-height: 1.2;
	font-weight: 600;
	scroll-margin-top: 24px;
}
body .entry-content h3 {
	margin: 1.8em 0 .5em;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
}
body .entry-content ul, body .entry-content ol { margin: 0 0 1.4em 1.2em; padding-left: .3em; }
body .entry-content li { margin: 0 0 .5em; padding-left: .2em; }
body .entry-content ul li::marker { color: var(--ccl-sky); }
body .entry-content ol li::marker { color: var(--ccl-link); font-weight: 700; }
body .entry-content strong { color: var(--ccl-ink); font-weight: 650; }
body .entry-content a { text-decoration-color: rgba(10, 92, 145, .4); }
body .entry-content a:hover { text-decoration-color: currentColor; }
@media (max-width: 600px) {
	body .entry-content { font-size: 17px; }
	body .entry-content h2 { font-size: 27px; }
	body .entry-content h3 { font-size: 20px; }
}

/* Review line */
body .entry-content .ccl-reviewed {
	display: block;
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--ccl-muted);
}
body .entry-content .ccl-reviewed em { font-style: normal; }
body .entry-content .ccl-reviewed em::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #2e9d62;
	box-shadow: 0 0 0 3px rgba(46, 157, 98, .15);
	vertical-align: 1px;
}
body .entry-content .ccl-reviewed a { color: var(--ccl-muted); }

/* Quick answer */
body .entry-content .ccl-quick {
	margin: 0 0 28px;
	padding: 24px 28px;
	background: var(--ccl-card);
	border: 1px solid var(--ccl-line);
	border-left: 4px solid var(--ccl-sky);
	border-radius: 4px var(--ccl-radius) var(--ccl-radius) 4px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--ccl-text);
	box-shadow: var(--ccl-shadow);
}
body .entry-content .ccl-quick .ccl-quick__label {
	display: block;
	margin-bottom: 6px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--ccl-link);
}
@media (max-width: 600px) {
	body .entry-content .ccl-quick { padding: 20px; font-size: 17px; }
}

/* Series line */
body .entry-content .ccl-series {
	padding: 4px 0 4px 16px;
	border-left: 2px solid var(--ccl-line-2);
	font-size: 15.5px;
	color: var(--ccl-muted);
}

/* Tables */
body .entry-content .wp-block-table { margin: 1.6em 0 2em; overflow-x: auto; -webkit-overflow-scrolling: touch; }
body .entry-content .wp-block-table table {
	width: 100%;
	min-width: 540px;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: var(--ccl-card);
	border: 1px solid var(--ccl-line);
	border-radius: var(--ccl-radius);
	overflow: hidden;
	font-size: 15px;
	line-height: 1.55;
}
body .entry-content .wp-block-table thead { border: 0; }
body .entry-content .wp-block-table th,
body .entry-content .wp-block-table td {
	padding: 13px 16px;
	border: 0;
	border-bottom: 1px solid var(--ccl-line);
	text-align: left;
	vertical-align: top;
}
body .entry-content .wp-block-table thead th {
	background: var(--ccl-ink);
	color: #fff;
	font-size: 13.5px;
	font-weight: 600;
	letter-spacing: .02em;
	border-bottom: 0;
}
body .entry-content .wp-block-table tbody tr:nth-child(even) td { background: #fbfaf6; }
body .entry-content .wp-block-table tbody tr:last-child td { border-bottom: 0; }
body .entry-content .wp-block-table tbody td:first-child { font-weight: 600; color: var(--ccl-ink); }
body .entry-content .wp-block-table th:first-child,
body .entry-content .wp-block-table td:first-child { width: 26%; min-width: 150px; }
body .entry-content .wp-block-table figcaption,
body .entry-content .wp-element-caption {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--ccl-muted);
	text-align: left;
}

/* FAQ */
body .entry-content .ccl-faq {
	margin: 2.6em 0 2em;
	padding: 32px 32px 12px;
	background: var(--ccl-card);
	border: 1px solid var(--ccl-line);
	border-radius: var(--ccl-radius);
}
body .entry-content .ccl-faq > h2 { margin: 0 0 8px; font-size: 28px; }
body .entry-content .ccl-faq h3 {
	margin: 0;
	padding: 20px 0 6px;
	border-top: 1px solid var(--ccl-line);
	font-size: 19.5px;
	line-height: 1.35;
}
body .entry-content .ccl-faq h2 + h3 { border-top: 0; }
body .entry-content .ccl-faq h3 + p { font-size: 16.5px; }
@media (max-width: 600px) {
	body .entry-content .ccl-faq { padding: 22px 20px 6px; }
}

/* Sources */
body .entry-content .ccl-sources {
	list-style: none;
	margin: 0 0 1.6em;
	padding: 0;
	counter-reset: src;
	font-size: 15px;
}
body .entry-content .ccl-sources li {
	counter-increment: src;
	position: relative;
	margin: 0;
	padding: 10px 0 10px 40px;
	border-bottom: 1px solid var(--ccl-line);
	line-height: 1.5;
}
body .entry-content .ccl-sources li::before {
	content: counter(src, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 12px;
	font-weight: 700;
	color: var(--ccl-muted);
	font-variant-numeric: tabular-nums;
}

/* Disclaimer */
body .entry-content .ccl-disclaimer {
	margin-top: 2em;
	padding: 14px 18px;
	background: var(--ccl-sky-wash);
	border-radius: 8px;
	font-size: 14px;
	color: var(--ccl-muted);
}
body .entry-content .ccl-disclaimer em { font-style: normal; }

body .entry-content blockquote {
	margin: 1.6em 0;
	padding: 4px 0 4px 22px;
	border-left: 3px solid var(--ccl-sky);
	font-family: var(--ccl-serif);
	font-size: 21px;
	color: var(--ccl-ink);
}

/* Post navigation */
body.single .post-navigation { max-width: var(--ccl-prose); margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--ccl-line); }
body.single .post-navigation a { font-weight: 600; }

/* ---------- Blog index and archives ---------- */

body.blog #primary, body.archive #primary { margin-top: 40px; }
body.blog .ast-row, body.archive .ast-row { margin-left: 0; margin-right: 0; }
body.blog .ast-article-post,
body.archive .ast-article-post {
	padding: 0 !important;
	margin: 0 0 20px !important;
	background: transparent;
	border: 0;
	width: 100%;
	max-width: 860px;
}
body.blog .ast-article-post .post-content,
body.archive .ast-article-post .post-content {
	padding: 28px 30px;
	background: var(--ccl-card);
	border: 1px solid var(--ccl-line);
	border-radius: var(--ccl-radius);
	transition: border-color .2s ease, box-shadow .2s ease;
}
body.blog .ast-article-post:hover .post-content,
body.archive .ast-article-post:hover .post-content { border-color: var(--ccl-line-2); box-shadow: var(--ccl-shadow); }
body.blog .entry-title, body.archive .entry-title {
	font-size: 26px !important;
	line-height: 1.25 !important;
	font-weight: 600 !important;
	margin-bottom: 8px;
}
body.blog .entry-title a, body.archive .entry-title a { color: var(--ccl-ink); text-decoration: none; }
body.blog .entry-title a:hover, body.archive .entry-title a:hover { color: var(--ccl-link); text-decoration: underline; }
body.blog .entry-meta, body.archive .entry-meta {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--ccl-muted);
}
body.blog .entry-meta a, body.archive .entry-meta a { color: var(--ccl-muted); }
body.blog .ast-excerpt-container, body.archive .ast-excerpt-container { font-size: 16px; color: var(--ccl-muted); }
body.blog .ast-read-more-container a, body.archive .ast-read-more-container a { font-weight: 600; }

body.archive .ast-archive-description {
	margin: 0 0 32px;
	padding: 0 0 24px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--ccl-line);
}
body.archive .ast-archive-description .ast-archive-title {
	font-family: var(--ccl-serif);
	font-size: clamp(32px, 4vw, 46px);
	font-weight: 500;
	color: var(--ccl-ink);
}
body.archive .ast-archive-description p { color: var(--ccl-muted); max-width: 44em; }

/* 404 / search */
body .search-form .search-field {
	border: 1px solid var(--ccl-line-2);
	border-radius: 8px;
	padding: 12px 14px;
	background: var(--ccl-card);
}

/* ---------- Footer ---------- */

.ccl-footer {
	background: var(--ccl-ink);
	color: #b9c7d6;
	padding: 64px 0 40px;
	font-size: 15px;
	line-height: 1.6;
	border-top: 4px solid var(--ccl-sky);
}
.ccl-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
}
.ccl-footer p { margin: 0; }
.ccl-footer__name {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px !important;
	font-family: var(--ccl-serif);
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
.ccl-footer__brand p:not(.ccl-footer__name) { max-width: 30em; }
.ccl-footer__title {
	margin-bottom: 14px !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
}
.ccl-footer ul { list-style: none; margin: 0; padding: 0; }
.ccl-footer li { margin: 0 0 9px; }
.ccl-footer a { color: #d7e1eb; text-decoration: none; }
.ccl-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--ccl-sky); }
@media (max-width: 960px) {
	.ccl-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
	.ccl-footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	.ccl-footer { padding: 48px 0 28px; }
	.ccl-footer__grid { grid-template-columns: 1fr; gap: 30px; }
}

/* Astra's own footer bar becomes the copyright line. */
body .site-footer,
body .site-below-footer-wrap,
body .site-below-footer-wrap[data-section="section-below-footer-builder"] {
	background: #0a1828 !important;
	border-top: 1px solid rgba(255, 255, 255, .08);
}
body .site-below-footer-inner-wrap { min-height: 0 !important; padding-top: 18px; padding-bottom: 18px; }
body .site-footer .footer-widget-area[data-section="section-footer-menu"] { display: none !important; }
body .ast-footer-copyright,
body .ast-footer-copyright p {
	margin: 0;
	font-size: 13px;
	color: #93a5ba;
	text-align: center;
}

/* Scroll-to-top */
body #ast-scroll-top {
	background: var(--ccl-ink);
	color: #fff;
	border-radius: 8px;
	box-shadow: var(--ccl-shadow);
}
body #ast-scroll-top:hover { background: var(--ccl-ink-3); }

/* ---------- Print ---------- */

@media print {
	.ccl-topbar, .ccl-toc, .ccl-footer, .site-header, .site-footer, #ast-scroll-top, .ccl-crumbs { display: none !important; }
	.ccl-article--toc { display: block; }
	body, body .site { background: #fff; }
	body .entry-content .ccl-quick, body .entry-content .ccl-faq { box-shadow: none; }
}
