/* ==========================================================================
   Modern public-site theme — Trung tam Y te / Tram Y te
   Design tokens + layout primitives + components.
   ========================================================================== */

:root {
	--color-primary: #0f4c81;
	--color-primary-dark: #0a3660;
	--color-primary-light: #1a73b8;
	--color-accent: #1da1f2;
	--color-highlight: #ffb400;
	--color-bg: #f4f7fb;
	--color-surface: #ffffff;
	--color-text: #1a2733;
	--color-text-muted: #5b6b7c;
	--color-border: #e3e9f0;
	--radius-sm: 6px;
	--radius-md: 10px;
	--radius-lg: 16px;
	--shadow-sm: 0 1px 2px rgba(15, 76, 129, 0.06), 0 1px 1px rgba(15, 76, 129, 0.04);
	--shadow-md: 0 6px 20px rgba(15, 76, 129, 0.09);
	--container-max: 1180px;
}

/* ========================================================================
   Editorial refresh 2026 — professional health-news layout
   ======================================================================== */

:root {
	--color-primary: #08766c;
	--color-primary-dark: #07534e;
	--color-primary-light: #0c9487;
	--color-accent: #e34b4b;
	--color-highlight: #f3c552;
	--color-bg: #f3f6f5;
	--color-text: #172523;
	--color-text-muted: #60716e;
	--color-border: #dfe8e5;
	--shadow-sm: 0 2px 10px rgba(7, 83, 78, .06);
	--shadow-md: 0 14px 38px rgba(7, 83, 78, .12);
	--container-max: 1240px;
}

.site-shell {
	margin: 0;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.top-bar .top-bar-inner { padding-block: 8px; }

.site-header {
	background:
		radial-gradient(circle at 80% 0%, rgba(255,255,255,.14), transparent 35%),
		linear-gradient(115deg, #07534e, #078678 65%, #0c9487);
	position: relative;
	overflow: hidden;
}

.site-header::after {
	content: "+";
	position: absolute;
	right: 6%;
	top: -90px;
	font: 700 260px/1 Arial;
	color: rgba(255,255,255,.055);
}

.site-header-inner {
	min-height: 154px;
	padding: 28px 20px;
	flex-direction: row;
	justify-content: flex-start;
	text-align: left;
}

.brand-mark {
	width: 72px;
	height: 72px;
	border: 2px solid rgba(255,255,255,.72);
	border-radius: 50%;
	display: grid;
	place-items: center;
	box-shadow: 0 0 0 7px rgba(255,255,255,.1);
	flex: 0 0 auto;
}

.brand-mark span { color: #fff; font: 300 50px/1 Arial; transform: translateY(-2px); }
.brand-copy { min-width: 0; }
.site-header .eyebrow { font-size: 12px; letter-spacing: 2px; margin-bottom: 7px; }
.site-header h1 { font-size: clamp(25px, 3vw, 36px); letter-spacing: -.4px; margin: 0 0 8px; }
.site-header .slogan { font-size: 14px; font-weight: 500; opacity: .88; }

.site-nav { border: 0; box-shadow: 0 3px 14px rgba(7,83,78,.09); }
.site-nav-inner { justify-content: center; }
.nav-menu { width: 100%; justify-content: space-between; }
.nav-menu a { padding: 17px 12px 14px; font-size: 13px; border-bottom-width: 3px; }

.news-ticker { background: #fff9ed; border-color: #f2e2ba; }
.news-ticker-inner { padding-block: 10px; color: #765719; }
.news-ticker-label { background: var(--color-accent); border-radius: 999px; }

.site-main {
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	padding-top: 30px;
}

.col-main {
	padding: 28px;
	border-radius: 14px;
	box-shadow: var(--shadow-sm);
}

.widget { border-radius: 12px; padding: 0; overflow: hidden; }
.widget-title {
	margin: 0;
	padding: 13px 16px;
	background: var(--color-primary-dark);
	border: 0;
	color: #fff;
	font-size: 12.5px;
}
.widget ul { padding: 5px 16px 10px; }
.widget li { padding: 10px 0; line-height: 1.45; }
.widget li a { color: #314441; }
.widget li a:hover { color: var(--color-primary); text-decoration: none; }
.widget > a { margin: 12px !important; }
.widget select { margin: 14px; width: calc(100% - 28px) !important; }

.section-heading {
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
	border-bottom: 1px solid var(--color-border);
	padding-bottom: 12px;
	margin-bottom: 18px;
}
.section-heading::before { width: 4px; height: 22px; background: var(--color-accent); }
.section-heading span, .section-heading > a:first-of-type { color: var(--color-primary-dark); }
.section-heading small { margin-left: auto; color: var(--color-text-muted); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .8px; }
.section-heading-spaced { margin-top: 34px; }
.section-more { margin-left: auto; font-size: 12px; font-weight: 600; color: var(--color-primary) !important; }

.hero-post {
	grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr);
	gap: 0;
	background: #f7faf9;
	border-radius: 12px;
	box-shadow: var(--shadow-sm);
}
.hero-post-thumb { min-height: 330px; position: relative; }
.hero-post-thumb img { min-height: 330px; transition: transform .35s ease; }
.hero-post-thumb:hover img, .news-card-thumb:hover img { transform: scale(1.035); }
.hero-post-badge { position: absolute; left: 16px; top: 16px; padding: 6px 11px; background: var(--color-accent); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.hero-post-body { padding: 28px; }
.hero-post-title { font-size: clamp(21px, 2.2vw, 28px); line-height: 1.28; }
.hero-post-excerpt { font-size: 14px; line-height: 1.7; }

.news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.news-card { border: 0; border-radius: 10px; box-shadow: 0 0 0 1px var(--color-border); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.news-card-thumb { height: 185px; overflow: hidden; }
.news-card-thumb img { transition: transform .35s ease; }
.news-card-body { padding: 15px 16px 17px; }
.news-card-title { font-size: 15px; line-height: 1.45; color: var(--color-text); }
.news-card-excerpt { font-size: 13px; -webkit-line-clamp: 3; }

.btn { border-radius: 999px; padding: 9px 17px; }
.site-footer { margin-top: 10px; background: #063c39; }

@media (max-width: 980px) {
	.site-main { grid-template-columns: minmax(0, 1fr); }
	.col-right { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
	.widget { margin-bottom: 0; }
}

@media (max-width: 720px) {
	.site-header-inner { min-height: 126px; padding-block: 22px; }
	.brand-mark { width: 54px; height: 54px; }
	.brand-mark span { font-size: 38px; }
	.site-header .eyebrow { font-size: 10px; }
	.site-header .slogan { font-size: 12px; }
	.site-nav-inner { display: block; }
	.nav-toggle { margin-left: auto; }
	.nav-menu { width: 100%; }
	.site-main { padding: 18px 14px 30px; }
	.col-main { padding: 18px; }
	.hero-post { grid-template-columns: 1fr; }
	.hero-post-thumb, .hero-post-thumb img { min-height: 230px; }
	.hero-post-body { padding: 20px; }
	.news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.news-card-thumb { height: 145px; }
}

@media (max-width: 520px) {
	.top-bar-contacts span:not(:first-child), .top-bar-inner > div:last-child { display: none; }
	.site-header-inner { gap: 14px; }
	.brand-mark { width: 46px; height: 46px; }
	.brand-mark span { font-size: 32px; }
	.site-header h1 { font-size: 20px; }
	.site-header .slogan { display: none; }
	.news-grid, .col-right { grid-template-columns: 1fr; }
	.news-card { display: grid; grid-template-columns: 116px minmax(0,1fr); }
	.news-card-thumb { height: 100%; min-height: 112px; }
	.news-card-excerpt { display: none; }
	.section-heading small { display: none; }
}

/* -------------------------------------------------------------------------
   Reset / base
   ------------------------------------------------------------------------- */

.site-shell, .site-shell * {
	box-sizing: border-box;
}

.site-shell {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.6;
	font-size: 14.5px;
}

.site-shell h1, .site-shell h2, .site-shell h3, .site-shell h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--color-primary-dark);
	line-height: 1.25;
	margin: 0 0 12px;
}

.site-shell a {
	color: var(--color-primary);
	text-decoration: none;
}

.site-shell a:hover {
	color: var(--color-accent);
	text-decoration: underline;
}

.site-shell img {
	max-width: 100%;
	height: auto;
}

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

.top-bar {
	background: var(--color-primary-dark);
	color: #dce8f5;
	font-size: 12.5px;
}

.top-bar .top-bar-inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 6px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 20px;
	align-items: center;
	justify-content: space-between;
}

.top-bar a {
	color: #dce8f5;
}

.top-bar a:hover {
	color: #ffffff;
}

.top-bar-contacts {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

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

.site-header {
	background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
	color: #fff;
}

.site-header-inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 22px 20px;
	display: flex;
	align-items: center;
	gap: 18px;
	text-align: center;
	justify-content: center;
	flex-direction: column;
}

.site-header .eyebrow {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	opacity: 0.92;
}

.site-header h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	margin: 4px 0 0;
}

.site-header .divider {
	width: 90px;
	height: 4px;
	background: var(--color-highlight);
	margin: 12px auto;
	border-radius: 4px;
}

.site-header .slogan {
	font-size: 14.5px;
	font-weight: 600;
	opacity: 0.95;
}

.site-header-banner-img {
	display: block;
	width: 100%;
}

/* -------------------------------------------------------------------------
   Main nav
   ------------------------------------------------------------------------- */

.site-nav {
	background: var(--color-surface);
	border-bottom: 1px solid var(--color-border);
	position: sticky;
	top: 0;
	z-index: 50;
	box-shadow: var(--shadow-sm);
}

.site-nav-inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-toggle {
	display: none;
	background: none;
	border: none;
	font-size: 22px;
	padding: 14px 4px;
	color: var(--color-primary-dark);
	cursor: pointer;
}

.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.nav-menu li {
	position: relative;
}

.nav-menu a {
	display: block;
	padding: 15px 16px;
	font-weight: 600;
	font-size: 13.5px;
	color: var(--color-text);
	text-transform: uppercase;
	letter-spacing: 0.3px;
	border-bottom: 3px solid transparent;
}

.nav-menu a:hover,
.nav-menu a.active {
	color: var(--color-primary);
	border-bottom-color: var(--color-accent);
	text-decoration: none;
}

/* -------------------------------------------------------------------------
   Ticker / rolling text
   ------------------------------------------------------------------------- */

.news-ticker {
	background: #eaf3fc;
	border-bottom: 1px solid var(--color-border);
}

.news-ticker-inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 9px 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: var(--color-primary-dark);
	white-space: nowrap;
	overflow: hidden;
}

.news-ticker-label {
	flex: 0 0 auto;
	font-weight: 700;
	background: var(--color-primary);
	color: #fff;
	padding: 3px 10px;
	border-radius: var(--radius-sm);
	font-size: 11.5px;
	letter-spacing: .5px;
}

.news-ticker marquee, .news-ticker a {
	font-size: 13px;
}

/* -------------------------------------------------------------------------
   Page layout: 3-column -> stacked on mobile
   ------------------------------------------------------------------------- */

.site-main {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 24px 20px 40px;
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) 260px;
	gap: 24px;
	align-items: start;
}

.site-main.no-left {
	grid-template-columns: minmax(0, 1fr) 260px;
}

.site-main.no-right {
	grid-template-columns: 220px minmax(0, 1fr);
}

.site-main.single {
	grid-template-columns: minmax(0, 1fr);
}

.col-left, .col-right {
	min-width: 0;
}

.col-main {
	min-width: 0;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-lg);
	padding: 24px;
	box-shadow: var(--shadow-sm);
}

/* -------------------------------------------------------------------------
   Cards / widgets (sidebar boxes, ad slots, link widgets)
   ------------------------------------------------------------------------- */

.widget {
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	padding: 16px;
	margin-bottom: 18px;
	box-shadow: var(--shadow-sm);
}

.widget-title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .4px;
	color: var(--color-primary);
	border-bottom: 2px solid var(--color-accent);
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 7px 0;
	border-bottom: 1px dashed var(--color-border);
	font-size: 13.5px;
}

.widget li:last-child {
	border-bottom: none;
}

/* -------------------------------------------------------------------------
   Article / listing components
   ------------------------------------------------------------------------- */

.article-title {
	font-size: 22px;
	font-weight: 800;
	color: var(--color-primary-dark);
	margin-bottom: 6px;
}

.article-meta {
	color: var(--color-text-muted);
	font-size: 12.5px;
	margin-bottom: 16px;
}

.article-body {
	font-size: 15px;
	line-height: 1.75;
}

.article-body img {
	border-radius: var(--radius-sm);
}

.section-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: var(--color-primary-dark);
	text-transform: uppercase;
	letter-spacing: .4px;
	margin: 0 0 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-border);
}

.section-heading::before {
	content: "";
	width: 6px;
	height: 20px;
	background: var(--color-accent);
	border-radius: 3px;
}

.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.post-list > li {
	display: flex;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid var(--color-border);
}

.post-list > li:first-child {
	padding-top: 0;
}

.post-list > li:last-child {
	border-bottom: none;
}

.post-thumb {
	flex: 0 0 130px;
	width: 130px;
	height: 100px;
	border-radius: var(--radius-sm);
	overflow: hidden;
	background: var(--color-bg);
}

.post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-body {
	min-width: 0;
}

.post-body .post-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 4px;
	display: block;
}

.post-body .post-date {
	color: var(--color-text-muted);
	font-size: 12px;
	margin-bottom: 6px;
}

.post-body .post-excerpt {
	color: var(--color-text-muted);
	font-size: 13.5px;
}

.post-list-compact li {
	padding: 8px 0;
	border-bottom: 1px dashed var(--color-border);
	font-size: 13.5px;
}

/* -------------------------------------------------------------------------
   Homepage: hero post + news card grid
   ------------------------------------------------------------------------- */

.hero-post {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
	background: var(--color-bg);
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	overflow: hidden;
	margin-bottom: 4px;
}

.hero-post-thumb {
	background: #dfe7ef;
	min-height: 220px;
}

.hero-post-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.hero-post-body {
	padding: 18px 22px 18px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-post-title {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-primary-dark);
	margin-bottom: 10px;
	line-height: 1.3;
}

.hero-post-excerpt {
	color: var(--color-text-muted);
	font-size: 13.5px;
	line-height: 1.65;
	margin-bottom: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.news-card {
	border: 1px solid var(--color-border);
	border-radius: var(--radius-md);
	overflow: hidden;
	background: var(--color-surface);
	display: flex;
	flex-direction: column;
}

.news-card-thumb {
	background: var(--color-bg);
	height: 130px;
}

.news-card-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-card-body {
	padding: 12px 14px 14px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.news-card-title {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--color-text);
	line-height: 1.4;
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-card-excerpt {
	color: var(--color-text-muted);
	font-size: 12px;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 720px) {
	.hero-post {
		grid-template-columns: minmax(0, 1fr);
	}

	.hero-post-body {
		padding: 16px;
	}

	.news-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.news-grid {
		grid-template-columns: minmax(0, 1fr);
	}
}

/* -------------------------------------------------------------------------
   Gallery grid
   ------------------------------------------------------------------------- */

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	gap: 14px;
}

.gallery-grid a {
	display: block;
	border-radius: var(--radius-sm);
	overflow: hidden;
	border: 1px solid var(--color-border);
	background: var(--color-bg);
}

.gallery-grid img {
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.gallery-cat-title {
	font-weight: 700;
	color: var(--color-primary-dark);
	margin: 20px 0 10px;
}

/* -------------------------------------------------------------------------
   Buttons / misc
   ------------------------------------------------------------------------- */

.btn {
	display: inline-block;
	background: var(--color-primary);
	color: #fff;
	padding: 8px 16px;
	border-radius: var(--radius-sm);
	font-size: 13px;
	font-weight: 600;
}

.btn:hover {
	background: var(--color-primary-dark);
	color: #fff;
	text-decoration: none;
}

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

.site-footer {
	background: var(--color-primary-dark);
	color: #cfe0f0;
	margin-top: 32px;
}

.site-footer-inner {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 22px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: space-between;
	align-items: center;
	font-size: 12.5px;
}

.site-footer a {
	color: #cfe0f0;
}

.site-footer a:hover {
	color: #fff;
}

.footer-links a {
	margin-right: 4px;
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 900px) {
	.site-main,
	.site-main.no-left,
	.site-main.no-right {
		grid-template-columns: minmax(0, 1fr);
	}

	.col-left, .col-right {
		order: 2;
	}

	.col-main {
		order: 1;
	}
}

@media (max-width: 720px) {
	.nav-toggle {
		display: block;
	}

	.nav-menu {
		display: none;
		flex-direction: column;
		width: 100%;
		background: var(--color-surface);
		border-top: 1px solid var(--color-border);
	}

	.nav-menu.open {
		display: flex;
	}

	.nav-menu a {
		padding: 12px 6px;
		border-bottom: 1px solid var(--color-border);
	}

	.site-header h1 {
		font-size: 22px;
	}

	.post-thumb {
		flex-basis: 100px;
		width: 100px;
		height: 76px;
	}
}

/* Final cascade layer for the editorial refresh. */
.site-shell { margin: 0; font-family: "Segoe UI", Arial, sans-serif; font-size: 15px; }
.top-bar .top-bar-inner { padding-block: 8px; }
.site-header { background: radial-gradient(circle at 80% 0%,rgba(255,255,255,.14),transparent 35%),linear-gradient(115deg,#07534e,#078678 65%,#0c9487); position:relative; overflow:hidden; }
.site-header::after { content:"+"; position:absolute; right:6%; top:-90px; font:700 260px/1 Arial; color:rgba(255,255,255,.055); }
.site-header-inner { min-height:154px; padding:28px 20px; flex-direction:row; justify-content:flex-start; text-align:left; }
.brand-mark { width:72px; height:72px; border:2px solid rgba(255,255,255,.72); border-radius:50%; display:grid; place-items:center; box-shadow:0 0 0 7px rgba(255,255,255,.1); flex:0 0 auto; }
.brand-mark span { color:#fff; font:300 50px/1 Arial; transform:translateY(-2px); }
.brand-copy { min-width:0; }
.site-header .eyebrow { font-size:12px; letter-spacing:2px; margin-bottom:7px; }
.site-header h1 { font-size:clamp(25px,3vw,36px); letter-spacing:-.4px; margin:0 0 8px; }
.site-header .slogan { font-size:14px; font-weight:500; opacity:.88; }
.site-nav { border:0; box-shadow:0 3px 14px rgba(7,83,78,.09); }
.site-nav-inner { justify-content:center; }
.nav-menu { width:100%; justify-content:space-between; }
.nav-menu a { padding:17px 12px 14px; font-size:13px; border-bottom-width:3px; }
.news-ticker { background:#fff9ed; border-color:#f2e2ba; }
.news-ticker-inner { padding-block:10px; color:#765719; }
.news-ticker-label { background:var(--color-accent); border-radius:999px; }
.site-main { grid-template-columns:minmax(0,1fr) 300px; gap:28px; padding-top:30px; }
.col-main { padding:28px; border-radius:14px; box-shadow:var(--shadow-sm); }
.widget { border-radius:12px; padding:0; overflow:hidden; }
.widget-title { margin:0; padding:13px 16px; background:var(--color-primary-dark); border:0; color:#fff; font-size:12.5px; }
.widget ul { padding:5px 16px 10px; }
.widget li { padding:10px 0; line-height:1.45; }
.widget li a { color:#314441; }
.widget > a { margin:12px !important; }
.widget select { margin:14px; width:calc(100% - 28px) !important; }
.section-heading { font-size:18px; letter-spacing:0; text-transform:none; border-bottom:1px solid var(--color-border); padding-bottom:12px; margin-bottom:18px; }
.section-heading::before { width:4px; height:22px; background:var(--color-accent); }
.section-heading span,.section-heading>a:first-of-type { color:var(--color-primary-dark); }
.section-heading small { margin-left:auto; color:var(--color-text-muted); font-size:11px; font-weight:500; text-transform:uppercase; letter-spacing:.8px; }
.section-heading-spaced { margin-top:34px; }
.section-more { margin-left:auto; font-size:12px; font-weight:600; color:var(--color-primary) !important; }
.hero-post { grid-template-columns:minmax(0,1.25fr) minmax(270px,.75fr); gap:0; background:#f7faf9; border-radius:12px; box-shadow:var(--shadow-sm); }
.hero-post-thumb { min-height:330px; position:relative; overflow:hidden; }
.hero-post-thumb img { min-height:330px; transition:transform .35s ease; }
.hero-post-thumb:hover img,.news-card-thumb:hover img { transform:scale(1.035); }
.hero-post-badge { position:absolute; left:16px; top:16px; padding:6px 11px; background:var(--color-accent); color:#fff; border-radius:999px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; }
.hero-post-body { padding:28px; }
.hero-post-title { font-size:clamp(21px,2.2vw,28px); line-height:1.28; }
.hero-post-excerpt { font-size:14px; line-height:1.7; }
.news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.news-card { border:0; border-radius:10px; box-shadow:0 0 0 1px var(--color-border); transition:transform .2s ease,box-shadow .2s ease; }
.news-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-md); }
.news-card-thumb { height:185px; overflow:hidden; }
.news-card-thumb img { transition:transform .35s ease; }
.news-card-body { padding:15px 16px 17px; }
.news-card-title { font-size:15px; line-height:1.45; color:var(--color-text); }
.news-card-excerpt { font-size:13px; -webkit-line-clamp:3; }
.btn { border-radius:999px; padding:9px 17px; }
.site-footer { margin-top:10px; background:#063c39; }
@media (max-width:980px) {
	.site-main { grid-template-columns:minmax(0,1fr); }
	.col-right { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
	.widget { margin-bottom:0; }
}
@media (max-width:720px) {
	.site-header-inner { min-height:126px; padding-block:22px; }
	.brand-mark { width:54px; height:54px; }
	.brand-mark span { font-size:38px; }
	.site-header .eyebrow { font-size:10px; }
	.site-header .slogan { font-size:12px; }
	.site-nav-inner { display:block; }
	.nav-toggle { margin-left:auto; }
	.site-main { padding:18px 14px 30px; }
	.col-main { padding:18px; }
	.hero-post { grid-template-columns:1fr; }
	.hero-post-thumb,.hero-post-thumb img { min-height:230px; }
	.hero-post-body { padding:20px; }
	.news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
	.news-card-thumb { height:145px; }
}
@media (max-width:520px) {
	.top-bar-contacts span:not(:first-child),.top-bar-inner>div:last-child { display:none; }
	.site-header-inner { gap:14px; }
	.brand-mark { width:46px; height:46px; }
	.brand-mark span { font-size:32px; }
	.site-header h1 { font-size:20px; }
	.site-header .slogan { display:none; }
	.news-grid,.col-right { grid-template-columns:1fr; }
	.news-card { display:grid; grid-template-columns:116px minmax(0,1fr); }
	.news-card-thumb { height:100%; min-height:112px; }
	.news-card-excerpt,.section-heading small { display:none; }
}
