/*
Theme Name: HelloDom
Template: twentytwentyfour
Version: 1.5.5
*/
:root {
	--hd-paper: #f7f4ed;
	--hd-surface: #ffffff;
	--hd-ink: #0f1726;
	--hd-ink-soft: #0f2447;
	--hd-muted: #4a5570;
	--hd-line: #e3dccd;
	--hd-orange: #ef5b1f;
	--hd-green: #2f7a4f;
	--hd-gold: #e9deb9;
	--hd-shadow: 0 24px 70px rgba(15, 23, 38, .12);
	--hd-radius: 8px;
}

html { scroll-behavior: smooth; }
body {
	background: var(--hd-paper);
	color: var(--hd-ink);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	overflow-x: hidden;
}
a { color: var(--hd-ink-soft); text-underline-offset: .18em; }
a:hover { color: var(--hd-orange); }

.hellodom-header {
	background: rgba(247, 244, 237, .94);
	border-bottom: 1px solid var(--hd-line);
	position: sticky;
	top: 0;
	z-index: 30;
	backdrop-filter: blur(18px);
}
.hellodom-header,
.hellodom-home-hero,
.hellodom-category-band,
.hellodom-section,
.hellodom-archive,
.hellodom-page,
.hellodom-article-shell,
.hellodom-footer {
	padding-left: max(1rem, env(safe-area-inset-left));
	padding-right: max(1rem, env(safe-area-inset-right));
}
.hellodom-header__inner {
	gap: 1rem;
	min-height: 76px;
	padding: .75rem 0;
}
.hellodom-brand {
	align-items: baseline;
	gap: .18rem;
	text-decoration: none;
}
.hellodom-header__title {
	color: var(--hd-ink-soft);
	font-size: 1.55rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: lowercase;
}
.hellodom-header__title a {
	color: inherit;
	text-decoration: none;
}
.hellodom-header__dot {
	color: var(--hd-orange);
	font-size: 1.1rem;
	font-weight: 900;
	margin: 0;
}
.hellodom-header__nav { gap: .15rem; }
.hellodom-header__nav a {
	border-radius: 999px;
	color: var(--hd-ink);
	font-size: .93rem;
	font-weight: 800;
	padding: .45rem .7rem;
	text-decoration: none;
}
.hellodom-header__nav a:hover {
	background: #fff;
	color: var(--hd-orange);
}
.hellodom-header__search {
	background: #fff;
	border: 1px solid var(--hd-line);
	border-radius: 999px;
	color: var(--hd-muted);
	font-size: .9rem;
	margin: 0;
	padding: .56rem .85rem;
	white-space: nowrap;
}
.hellodom-header__cta {
	background: var(--hd-ink);
	border-radius: 999px;
	color: #fff !important;
	font-size: .9rem;
	font-weight: 850;
	padding: .6rem .9rem;
	text-decoration: none;
}

.hellodom-home-hero {
	background:
		radial-gradient(circle at 70% 18%, rgba(239, 91, 31, .16), transparent 32%),
		radial-gradient(circle at 92% 70%, rgba(233, 222, 185, .16), transparent 34%),
		linear-gradient(135deg, #0f1726 0%, #102849 100%);
	color: #fff;
	min-height: clamp(640px, 82vh, 850px);
	padding-bottom: clamp(2rem, 5vw, 4rem);
	padding-top: clamp(2.25rem, 5vw, 4.5rem);
}
.hellodom-home-hero__topline {
	color: rgba(255,255,255,.78);
	font-size: .92rem;
	gap: .9rem;
	margin-bottom: clamp(1.5rem, 4vw, 3rem);
}
.hellodom-home-hero__grid {
	align-items: start;
	gap: clamp(2rem, 5vw, 4.25rem);
}
.hellodom-eyebrow,
.hellodom-box-label,
.hellodom-card__cat,
.hellodom-article-kicker {
	color: var(--hd-orange);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	margin: 0 0 .65rem;
	text-transform: uppercase;
}
.hellodom-live-dot {
	background: rgba(47, 122, 79, .16);
	border: 1px solid rgba(47, 122, 79, .32);
	border-radius: 999px;
	color: #dff4e7;
	display: inline-flex;
	font-size: .78rem;
	font-weight: 850;
	gap: .45rem;
	padding: .35rem .65rem;
	text-transform: uppercase;
}
.hellodom-home-title {
	color: #fff;
	font-size: clamp(3rem, 8vw, 6.7rem);
	letter-spacing: 0;
	line-height: .94;
	margin: 0;
	max-width: 760px;
}
.hellodom-home-lead {
	color: rgba(255,255,255,.84);
	font-size: clamp(1.08rem, 1.7vw, 1.35rem);
	line-height: 1.55;
	max-width: 640px;
}
.hellodom-actions { gap: .75rem; margin-top: 1.4rem; }
.wp-block-button__link,
button,
input[type="submit"] {
	background: var(--hd-orange) !important;
	border-radius: var(--hd-radius) !important;
	color: #fff !important;
	font-weight: 850;
}
.is-style-outline .wp-block-button__link {
	background: rgba(255,255,255,.08) !important;
	border-color: rgba(255,255,255,.55) !important;
	color: #fff !important;
}
.hellodom-stat-row {
	display: grid;
	gap: .75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: clamp(2rem, 5vw, 3.5rem);
	max-width: 680px;
}
.hellodom-stat {
	border-left: 1px solid rgba(255,255,255,.22);
	padding-left: 1rem;
}
.hellodom-stat strong {
	color: #fff;
	display: block;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1;
}
.hellodom-stat span {
	color: rgba(255,255,255,.72);
	font-size: .88rem;
}

.hellodom-calculator-card,
.hellodom-reading-card,
.hellodom-card,
.hellodom-compare-box,
.hellodom-revenue-card {
	background: var(--hd-surface);
	border: 1px solid var(--hd-line);
	border-radius: var(--hd-radius);
	box-shadow: var(--hd-shadow);
	box-sizing: border-box;
	color: var(--hd-ink);
}
.hellodom-hero-stack {
	display: grid;
	gap: 1rem;
}
.hellodom-calculator-card {
	padding: clamp(1.25rem, 3vw, 1.75rem);
}
.hellodom-calculator-card h2 {
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.1;
	margin: .5rem 0 1rem;
}
.hellodom-calculator-card__meta {
	color: var(--hd-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: .85rem;
	gap: .45rem;
	margin: 0;
}
.hellodom-form-grid {
	display: grid;
	gap: .75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1rem 0;
}
.hellodom-form-tile {
	background: #f8f5ee;
	border: 1px solid var(--hd-line);
	border-radius: var(--hd-radius);
	padding: .85rem;
}
.hellodom-form-tile span {
	color: var(--hd-muted);
	display: block;
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}
.hellodom-form-tile strong {
	color: var(--hd-ink);
	display: block;
	font-size: 1.25rem;
	margin-top: .2rem;
}
.hellodom-price {
	background: var(--hd-ink);
	border-radius: var(--hd-radius);
	color: #fff;
	margin: 1rem 0;
	padding: 1rem;
}
.hellodom-price span {
	color: rgba(255,255,255,.72);
	font-size: .82rem;
	text-transform: uppercase;
}
.hellodom-price strong {
	display: block;
	font-size: clamp(1.65rem, 4vw, 2.4rem);
	letter-spacing: 0;
}
.hellodom-mini-bars {
	display: grid;
	gap: .45rem;
}
.hellodom-mini-bars p {
	align-items: center;
	color: var(--hd-muted);
	display: flex;
	font-size: .9rem;
	gap: .5rem;
	margin: 0;
}
.hellodom-mini-bars p::before {
	background: var(--hd-orange);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: .55rem;
	width: .55rem;
}
.hellodom-reading-card {
	box-shadow: 0 16px 48px rgba(15, 23, 38, .10);
	padding: 1.25rem;
}
.hellodom-reading-card h2 {
	font-size: 1rem;
	margin-top: 0;
}
.hellodom-reading-list {
	display: grid;
	gap: .7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hellodom-reading-list li {
	border-top: 1px solid var(--hd-line);
	display: grid;
	gap: .2rem;
	grid-template-columns: 2.3rem 1fr auto;
	padding-top: .7rem;
}
.hellodom-reading-list li:first-child {
	border-top: 0;
	padding-top: 0;
}
.hellodom-reading-list span {
	color: var(--hd-orange);
	font-weight: 900;
}
.hellodom-reading-list a {
	color: var(--hd-ink);
	font-weight: 850;
	text-decoration: none;
}
.hellodom-reading-list small {
	color: var(--hd-muted);
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.hellodom-category-band {
	margin-top: -2rem;
	position: relative;
	z-index: 2;
}
.hellodom-category-grid {
	background: #fff;
	border: 1px solid var(--hd-line);
	border-radius: var(--hd-radius);
	box-shadow: 0 18px 60px rgba(15, 23, 38, .10);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	overflow: hidden;
}
.hellodom-category-tile {
	border-right: 1px solid var(--hd-line);
	color: var(--hd-ink);
	padding: 1rem;
	text-decoration: none;
}
.hellodom-category-tile:last-child { border-right: 0; }
.hellodom-category-tile strong {
	display: block;
	font-size: 1rem;
}
.hellodom-category-tile span {
	color: var(--hd-muted);
	font-size: .82rem;
}
.hellodom-category-tile:hover {
	background: #fff8ef;
	color: var(--hd-orange);
}

.hellodom-section,
.hellodom-archive,
.hellodom-page {
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
	padding-top: clamp(2.5rem, 6vw, 5rem);
}
.hellodom-section-head {
	align-items: end;
	gap: 1rem;
	margin-bottom: 1.2rem;
}
.hellodom-section-title,
.hellodom-archive-title,
.hellodom-page-title {
	color: var(--hd-ink);
	font-size: clamp(2rem, 5vw, 4rem);
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0;
}
.hellodom-section-subtitle,
.hellodom-archive-description {
	color: var(--hd-muted);
	font-size: 1.05rem;
	line-height: 1.6;
	max-width: 48rem;
}
.hellodom-filter-row {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 1.25rem;
}
.hellodom-filter-row a {
	background: #fff;
	border: 1px solid var(--hd-line);
	border-radius: 999px;
	color: var(--hd-ink);
	font-size: .9rem;
	font-weight: 800;
	padding: .45rem .75rem;
	text-decoration: none;
}
.hellodom-filter-row a:hover {
	background: var(--hd-ink);
	border-color: var(--hd-ink);
	color: #fff;
}
.hellodom-post-grid .wp-block-post-template {
	gap: 1rem;
}
.hellodom-card {
	box-shadow: 0 12px 36px rgba(15, 23, 38, .07);
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 230px;
	padding: 1.1rem;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.hellodom-card:hover {
	border-color: rgba(239, 91, 31, .35);
	box-shadow: var(--hd-shadow);
	transform: translateY(-2px);
}
.hellodom-card__cat a {
	color: var(--hd-orange);
	text-decoration: none;
}
.hellodom-card__title {
	font-size: clamp(1.15rem, 1.8vw, 1.35rem);
	line-height: 1.2;
	margin: .55rem 0;
}
.hellodom-card__title a {
	color: var(--hd-ink);
	text-decoration: none;
}
.hellodom-card__excerpt {
	color: var(--hd-muted);
	font-size: .96rem;
	line-height: 1.55;
}
.hellodom-card__excerpt .wp-block-post-excerpt__more-link {
	color: var(--hd-orange);
	display: inline-block;
	font-weight: 850;
	margin-top: .65rem;
	text-decoration: none;
}

.hellodom-compare-box {
	margin-top: clamp(1.5rem, 4vw, 3rem);
	padding: clamp(1.25rem, 3vw, 2rem);
}
.hellodom-compare-box h2 {
	font-size: clamp(1.65rem, 4vw, 2.8rem);
	line-height: 1.08;
	margin: .2rem 0 .65rem;
	max-width: 780px;
}
.hellodom-compare-box p {
	color: var(--hd-muted);
	max-width: 760px;
}
.hellodom-compare-box table {
	border-collapse: collapse;
	margin-top: 1rem;
	width: 100%;
}
.hellodom-compare-box th,
.hellodom-compare-box td {
	border-bottom: 1px solid var(--hd-line);
	padding: .85rem .5rem;
	text-align: left;
}
.hellodom-compare-box th {
	color: var(--hd-orange);
	font-size: .8rem;
	text-transform: uppercase;
}

.hellodom-revenue-strip {
	gap: 1rem;
	margin-top: clamp(1.5rem, 4vw, 3rem);
}
.hellodom-revenue-card {
	box-shadow: 0 12px 36px rgba(15, 23, 38, .07);
	min-height: 100%;
	padding: 1.25rem;
}
.hellodom-revenue-card h3 {
	font-size: 1.25rem;
	margin: .35rem 0 .5rem;
}
.hellodom-revenue-card p {
	color: var(--hd-muted);
}
.hellodom-revenue-card a {
	color: var(--hd-orange);
	font-weight: 850;
	text-decoration: none;
}

.hellodom-article-shell {
	padding-bottom: clamp(2rem, 5vw, 4rem);
	padding-top: clamp(2rem, 5vw, 4rem);
}
.hellodom-article-header {
	border-bottom: 1px solid var(--hd-line);
	box-sizing: border-box;
	margin-bottom: clamp(1.75rem, 4vw, 3rem);
	padding-bottom: clamp(1.75rem, 4vw, 3rem);
	padding-left: 1rem;
	padding-right: 1rem;
}
.hellodom-article-kicker a {
	color: var(--hd-orange);
	text-decoration: none;
}
.hellodom-article-title {
	color: var(--hd-ink);
	font-size: clamp(2.1rem, 5.5vw, 4.5rem);
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1rem;
	max-width: 980px;
}
.hellodom-article-excerpt {
	color: var(--hd-muted);
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	line-height: 1.55;
	max-width: 760px;
}
.hellodom-article-meta {
	color: var(--hd-muted);
	font-size: .9rem;
	gap: 1rem;
}
.hellodom-article-content {
	box-sizing: border-box;
	font-size: 1.075rem;
	line-height: 1.78;
	padding-left: 1rem;
	padding-right: 1rem;
}
.hellodom-article-content h2 {
	color: var(--hd-ink);
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	letter-spacing: 0;
	margin-top: 2.4em;
}
.hellodom-article-content h3 {
	font-size: 1.25rem;
	margin-top: 1.8em;
}
.hellodom-article-content p { margin-bottom: 1.1rem; }
.hellodom-article-content figure {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.hellodom-article-content img {
	border-radius: var(--hd-radius);
	box-shadow: 0 16px 42px rgba(15, 23, 38, .11);
	width: 100%;
}
.hellodom-article-content figcaption {
	color: var(--hd-muted);
	font-size: .92rem;
	margin-top: .65rem;
	text-align: left;
}
.hellodom-article-content table {
	border: 1px solid var(--hd-line);
	border-collapse: collapse;
	font-size: .98rem;
	width: 100%;
}
/* Overrides the later blog-template block – must be after both competing rules */
.hellodom-article-content ul,
.hellodom-article-content ol {
	padding-left: 1.4rem;
}
.hellodom-article-content li + li { margin-top: .45rem; }
.hellodom-after-article {
	border-top: 1px solid var(--hd-line);
	box-sizing: border-box;
	color: var(--hd-muted);
	margin-top: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 2rem;
}
.hellodom-tags a {
	background: #fff;
	border: 1px solid var(--hd-line);
	border-radius: 999px;
	color: var(--hd-ink-soft);
	display: inline-block;
	font-size: .85rem;
	font-weight: 800;
	margin: 0 .35rem .5rem 0;
	padding: .35rem .7rem;
	text-decoration: none;
}

.hellodom-footer {
	background: var(--hd-ink);
	color: rgba(255,255,255,.78);
	margin-top: 3rem;
	padding-bottom: 1.4rem;
	padding-top: clamp(2.5rem, 6vw, 5rem);
}
.hellodom-footer a {
	color: rgba(255,255,255,.84);
	text-decoration: none;
}
.hellodom-footer a:hover { color: #fff; }
.hellodom-footer h2,
.hellodom-footer h3 {
	color: #fff;
	margin-top: 0;
}
.hellodom-footer__columns { gap: clamp(1.5rem, 4vw, 3rem); }
.hellodom-footer__brand {
	color: #fff;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: 0;
	text-transform: lowercase;
}
.hellodom-footer__links {
	display: grid;
	gap: .5rem;
	list-style: none;
	padding-left: 0;
}
.hellodom-footer__bottom {
	border-top: 1px solid rgba(255,255,255,.14);
	color: rgba(255,255,255,.64);
	font-size: .9rem;
	margin-top: 2.5rem;
	padding-top: 1rem;
}

@media (max-width: 980px) {
	.hellodom-home-hero {
		background:
			radial-gradient(circle at 82% 14%, rgba(239, 91, 31, .14), transparent 34%),
			linear-gradient(180deg, #0f1726 0%, #102849 100%);
	}
	.hellodom-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.hellodom-category-tile {
		border-bottom: 1px solid var(--hd-line);
	}
}

@media (max-width: 760px) {
	.hellodom-header { position: static; }
	.hellodom-header__inner {
		align-items: flex-start;
		flex-direction: column;
	}
	.hellodom-header__search,
	.hellodom-header__cta { display: none; }
	.hellodom-home-hero {
		box-sizing: border-box;
		min-height: auto;
		overflow: hidden;
		padding-top: 2rem;
	}
	.hellodom-home-hero__topline {
		align-items: flex-start;
		flex-direction: column;
		gap: .25rem;
	}
	.hellodom-home-hero__grid {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		min-width: 0;
		max-width: min(358px, calc(100vw - 2rem)) !important;
		width: min(358px, calc(100vw - 2rem)) !important;
	}
	.hellodom-home-hero .wp-block-group,
	.hellodom-home-hero__copy,
	.hellodom-hero-stack {
		max-width: 100% !important;
		min-width: 0;
	}
	.hellodom-home-title {
		font-size: 2.05rem;
		line-height: 1.04;
		max-width: min(358px, calc(100vw - 2rem));
		overflow-wrap: anywhere;
	}
	.hellodom-home-lead {
		font-size: 1rem;
		max-width: 30ch !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}
	.hellodom-actions {
		display: grid !important;
		grid-template-columns: 1fr;
		max-width: min(358px, calc(100vw - 2rem));
		width: 100%;
	}
	.hellodom-actions .wp-block-button,
	.hellodom-actions .wp-block-button__link {
		box-sizing: border-box;
		text-align: center;
		width: 100%;
	}
	.hellodom-stat-row {
		grid-template-columns: 1fr;
	}
	.hellodom-calculator-card,
	.hellodom-reading-card {
		margin-left: 0 !important;
		margin-right: 0 !important;
		min-width: 0;
		overflow: hidden;
		max-width: min(358px, calc(100vw - 2rem)) !important;
		width: 100%;
	}
	.hellodom-calculator-card h2 {
		font-size: 1.45rem;
		overflow-wrap: anywhere;
	}
	.hellodom-form-grid,
	.hellodom-category-grid {
		grid-template-columns: 1fr;
	}
	.hellodom-category-tile {
		border-right: 0;
	}
.hellodom-reading-list li {
		grid-template-columns: 2rem 1fr;
	}
	.hellodom-reading-list small {
		grid-column: 2;
	}
	.hellodom-card { min-height: 0; padding: 1rem; }
	.hellodom-article-content { font-size: 1rem; line-height: 1.7; }
	.hellodom-article-content th,
	.hellodom-article-content td { padding: .65rem; }
}

/* Portal skin alignment from the supplied mockup. */
body {
	background: #f6f2e9;
}
.wp-site-blocks {
	background: #f6f2e9;
}
.hellodom-header {
	background: #fff;
	box-shadow: 0 1px 0 rgba(15, 23, 38, .08);
	position: sticky;
}
.hellodom-header::before {
	content: none;
}
.hellodom-topbar {
	background: #0d2547;
	color: rgba(255,255,255,.76);
	font-size: .78rem;
	font-weight: 800;
}
.hellodom-topbar__inner,
.hellodom-masthead,
.hellodom-topic-nav {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
}
.hellodom-topbar__inner {
	align-items: center;
	display: flex;
	gap: 1.45rem;
	min-height: 30px;
	padding: 0 1rem;
}
.hellodom-topbar b {
	color: var(--hd-orange);
}
.hellodom-topbar nav {
	display: flex;
	gap: 1.25rem;
	margin-left: auto;
}
.hellodom-topbar a {
	color: rgba(255,255,255,.82);
	text-decoration: none;
}
.hellodom-masthead {
	align-items: center;
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 180px minmax(280px, 1fr) auto;
	min-height: 86px;
	padding: 0 1rem;
}
.hellodom-logo {
	align-items: center;
	color: #102849;
	display: inline-flex;
	font-size: 1.6rem;
	font-weight: 950;
	gap: .65rem;
	text-decoration: none;
}
.hellodom-logo span span {
	color: #102849;
}
.hellodom-logo__mark {
	align-items: center;
	background: #102849;
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-size: 1.05rem;
	height: 38px;
	justify-content: center;
	width: 38px;
}
.hellodom-search {
	align-items: center;
	background: #f8f4ea;
	border: 1px solid #e2d8c8;
	border-radius: 10px;
	color: var(--hd-muted);
	display: grid;
	gap: .75rem;
	grid-template-columns: auto 1fr auto;
	min-height: 48px;
	padding: 0 .9rem;
	text-decoration: none;
}
.hellodom-search strong {
	font-size: .96rem;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hellodom-search kbd {
	background: #fff;
	border: 1px solid #ded5c3;
	border-radius: 5px;
	color: #6d7488;
	font: inherit;
	font-size: .78rem;
	padding: .15rem .45rem;
}
.hellodom-actions-top {
	display: flex;
	gap: .65rem;
	white-space: nowrap;
}
.hellodom-login,
.hellodom-save-tip {
	border-radius: 8px;
	font-size: .92rem;
	font-weight: 900;
	padding: .78rem 1rem;
	text-decoration: none;
}
.hellodom-login {
	background: #fff;
	border: 1px solid #e2d8c8;
	color: var(--hd-ink);
}
.hellodom-save-tip {
	background: var(--hd-orange);
	color: #fff;
}
.hellodom-topic-nav {
	align-items: stretch;
	border-top: 1px solid #e9dfcf;
	display: grid;
	grid-template-columns: repeat(6, minmax(112px, 1fr)) minmax(300px, 2.6fr);
	padding: 0 1rem;
}
.hellodom-topic-nav > a {
	border-left: 1px solid #e9dfcf;
	color: var(--hd-ink);
	display: block;
	padding: .88rem 1rem .78rem;
	text-decoration: none;
}
.hellodom-topic-nav > a:nth-child(6) {
	border-right: 1px solid #e9dfcf;
}
.hellodom-topic-nav strong,
.hellodom-topic-nav span {
	display: block;
}
.hellodom-topic-nav strong {
	font-size: .92rem;
	font-weight: 950;
}
.hellodom-topic-nav span {
	color: var(--hd-muted);
	font-size: .76rem;
}
.hellodom-topic-nav .is-active {
	box-shadow: inset 0 -2px 0 var(--hd-orange);
}
.hellodom-topic-nav .is-calculator strong {
	color: var(--hd-orange);
}
.hellodom-popular {
	align-items: center;
	color: #7f879a;
	display: flex;
	flex-wrap: wrap;
	font-size: .72rem;
	gap: .8rem;
	letter-spacing: .08em;
	padding-left: 1rem;
	text-transform: uppercase;
}
.hellodom-popular a {
	color: var(--hd-ink);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
}

.hellodom-home-hero {
	background: #f6f2e9;
	color: var(--hd-ink);
	min-height: 0;
	padding-bottom: 1.2rem;
	padding-top: 2.35rem;
}
.hellodom-home-hero__topline {
	display: none !important;
}
.hellodom-home-hero__grid {
	display: grid !important;
	gap: 1.05rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr) !important;
	max-width: 1180px !important;
}
.hellodom-home-hero__copy {
	background:
		radial-gradient(circle at 89% 17%, rgba(81, 63, 97, .72), transparent 27%),
		linear-gradient(135deg, #111d35 0%, #102849 100%);
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(15, 23, 38, .14);
	box-sizing: border-box;
	color: #fff;
	min-height: 410px;
	padding: clamp(1.7rem, 3vw, 2.15rem);
}
.hellodom-live-dot {
	background: rgba(239, 91, 31, .12);
	border-radius: 5px;
	color: var(--hd-orange);
	display: inline-flex;
	font-size: .68rem;
	letter-spacing: .18em;
	padding: .42rem .6rem;
}
.hellodom-home-title {
	color: #fff;
	font-size: clamp(2.45rem, 5vw, 4.6rem);
	line-height: .95;
	max-width: 560px;
}
.hellodom-home-title span {
	display: block;
}
.hellodom-home-title span:nth-child(3) {
	color: var(--hd-orange);
}
.hellodom-home-lead {
	color: rgba(255,255,255,.82);
	font-size: .98rem;
	line-height: 1.5;
	max-width: 560px;
}
.hellodom-actions {
	gap: .65rem;
	margin-top: 1.1rem;
}
.hellodom-actions .wp-block-button__link {
	font-size: .82rem;
	padding: .62rem .86rem;
}
.is-style-outline .wp-block-button__link {
	background: rgba(255,255,255,.10) !important;
	border-color: rgba(255,255,255,.42) !important;
}
.hellodom-stat-row {
	gap: .65rem;
	margin-top: 1.65rem;
	max-width: 540px;
}
.hellodom-stat {
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 6px;
	padding: .72rem;
}
.hellodom-stat strong {
	font-size: 1.65rem;
}
.hellodom-stat span {
	font-size: .78rem;
}
.hellodom-hero-stack {
	gap: .85rem;
}
.hellodom-calculator-card {
	border-color: #ded5c3;
	border-radius: 14px;
	box-shadow: 0 16px 42px rgba(15, 23, 38, .08);
	min-height: 390px;
	padding: 1.25rem;
}
.hellodom-calculator-card h2 {
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	margin-bottom: .75rem;
}
.hellodom-calculator-card__meta {
	align-items: center;
	color: #8d7b61;
	display: flex;
	font-size: .73rem;
	font-weight: 800;
	justify-content: space-between;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.hellodom-calculator-card__meta span:nth-child(2) {
	color: var(--hd-green);
}
.hellodom-form-grid {
	gap: .55rem;
	margin: .75rem 0;
}
.hellodom-form-tile {
	background: #f8f4ea;
	border-color: #e5dcc8;
	padding: .65rem .75rem;
}
.hellodom-form-tile span {
	font-size: .64rem;
}
.hellodom-form-tile strong {
	font-size: .95rem;
}
.hellodom-cover-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	margin: .15rem 0 .85rem;
}
.hellodom-cover-tabs a {
	background: #fff;
	border: 1px solid #ded5c3;
	border-radius: 8px;
	color: var(--hd-ink);
	font-size: .78rem;
	font-weight: 850;
	padding: .55rem .72rem;
	text-decoration: none;
}
.hellodom-cover-tabs .is-active {
	background: var(--hd-ink);
	border-color: var(--hd-ink);
	color: #fff;
}
.hellodom-price {
	background: #eadfb7;
	color: var(--hd-ink);
	margin: .7rem 0;
	padding: .9rem;
}
.hellodom-price span {
	color: #796b51;
	font-size: .65rem;
	font-weight: 900;
}
.hellodom-price strong {
	color: var(--hd-ink);
	font-size: clamp(1.55rem, 3vw, 2.2rem);
}
.hellodom-mini-bars {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hellodom-mini-bars p {
	font-size: .72rem;
}
.hellodom-calculator-card > p:last-child {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.hellodom-calculator-card > p:last-child a {
	background: #0d2547;
	border-radius: 6px;
	color: #fff;
	font-size: .72rem;
	font-weight: 850;
	padding: .5rem .7rem;
	text-decoration: none;
}
.hellodom-reading-card {
	border-color: #e4dccd;
	box-shadow: 0 12px 30px rgba(15, 23, 38, .06);
	padding: .9rem 1rem;
}
.hellodom-reading-card h2 {
	color: var(--hd-orange);
	font-size: .72rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.hellodom-reading-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.hellodom-reading-list li {
	border-top: 0;
	gap: .15rem;
	grid-template-columns: 1.6rem 1fr;
	padding-top: 0;
}
.hellodom-reading-list a {
	font-size: .75rem;
	line-height: 1.25;
}
.hellodom-reading-list small {
	font-size: .62rem;
	grid-column: 2;
}

.hellodom-category-band {
	margin-top: 0;
}
.hellodom-category-grid {
	border-color: #e6dece;
	box-shadow: 0 12px 28px rgba(15, 23, 38, .05);
	max-width: 1180px !important;
}
.hellodom-category-tile {
	padding: .8rem .95rem;
}
.hellodom-category-tile strong {
	font-size: .82rem;
}
.hellodom-category-tile span {
	font-size: .66rem;
}

.hellodom-section {
	padding-bottom: 2.2rem;
	padding-top: 2.3rem;
}
.hellodom-section-head {
	align-items: center;
	margin-bottom: .85rem;
}
.hellodom-eyebrow {
	font-size: .65rem;
	margin-bottom: .25rem;
}
.hellodom-section-title {
	font-size: clamp(1.8rem, 3.6vw, 3rem);
}
.hellodom-section-subtitle {
	display: none;
}
.hellodom-filter-row {
	justify-content: flex-end;
	margin-top: -2.9rem;
}
.hellodom-filter-row a {
	font-size: .66rem;
	padding: .32rem .62rem;
}
.hellodom-post-grid .wp-block-post-template {
	gap: 1rem;
}
.hellodom-card {
	border-color: #e1d7c7;
	box-shadow: 0 12px 28px rgba(15, 23, 38, .06);
	min-height: 245px;
	overflow: hidden;
	padding: 6.6rem 1rem 1rem;
	position: relative;
}
.hellodom-card::before {
	background: linear-gradient(135deg, #9b82bd, #735698);
	border-radius: 8px 8px 0 0;
	content: "";
	height: 88px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.hellodom-card::after {
	background: var(--hd-orange);
	border-radius: 999px;
	color: #fff;
	content: "nowe";
	font-size: .55rem;
	font-weight: 900;
	padding: .22rem .42rem;
	position: absolute;
	right: .7rem;
	text-transform: uppercase;
	top: .7rem;
}
.hellodom-post-grid li:nth-child(2n) .hellodom-card::before { background: linear-gradient(135deg, #d8c98f, #b4a368); }
.hellodom-post-grid li:nth-child(3n) .hellodom-card::before { background: linear-gradient(135deg, #d58d67, #b76242); }
.hellodom-post-grid li:nth-child(4n) .hellodom-card::before { background: linear-gradient(135deg, #7fa163, #547c45); }
.hellodom-post-grid li:nth-child(5n) .hellodom-card::before { background: linear-gradient(135deg, #b66a5a, #914639); }
.hellodom-card__cat {
	background: #fff;
	border: 1px solid #e3dccd;
	border-radius: 999px;
	display: inline-block;
	font-size: .58rem;
	margin-bottom: .55rem;
	padding: .2rem .42rem;
	position: absolute;
	top: .7rem;
	z-index: 1;
}
.hellodom-card__title {
	font-size: .95rem;
	line-height: 1.25;
}
.hellodom-card__excerpt {
	font-size: .78rem;
}

.hellodom-compare-box {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
	margin-top: 2.2rem;
	padding: 1.25rem;
}
.hellodom-compare-box h2 {
	font-size: clamp(1.45rem, 3vw, 2.35rem);
}
.hellodom-compare-box table {
	margin-top: 0;
}

.hellodom-revenue-strip {
	background: #102849;
	margin-bottom: -3rem;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	margin-top: 2rem;
	padding: 2rem max(1rem, calc((100vw - 1180px) / 2));
}
.hellodom-revenue-card {
	background: rgba(255,255,255,.045);
	border-color: rgba(255,255,255,.08);
	box-shadow: none;
	color: #fff;
}
.hellodom-revenue-card h3 {
	color: #fff;
}
.hellodom-revenue-card p {
	color: rgba(255,255,255,.72);
}
.hellodom-revenue-card a {
	color: #ffb18d;
}
.hellodom-footer {
	margin-top: 0;
}

@media (max-width: 980px) {
	.hellodom-home-hero__grid {
		grid-template-columns: 1fr !important;
	}
	.hellodom-reading-list {
		grid-template-columns: 1fr;
	}
	.hellodom-filter-row {
		justify-content: flex-start;
		margin-top: 0;
	}
	.hellodom-compare-box {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.hellodom-topbar__inner {
		align-items: start;
		display: grid;
		gap: .25rem .75rem;
		grid-template-columns: 1fr 1fr;
		line-height: 1.3;
		padding-bottom: .35rem;
		padding-top: .35rem;
	}
	.hellodom-topbar nav {
		grid-column: 1 / -1;
		margin-left: 0;
	}
	.hellodom-masthead {
		align-items: start;
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: .8rem;
		padding-top: .8rem;
	}
	.hellodom-logo {
		font-size: 1.45rem;
	}
	.hellodom-search {
		box-sizing: border-box;
		max-width: 100%;
		width: 100%;
	}
	.hellodom-search strong {
		font-size: .82rem;
	}
	.hellodom-actions-top {
		display: none;
	}
	.hellodom-topic-nav {
		display: flex;
		max-width: 100vw;
		overflow-x: auto;
		padding: 0;
	}
	.hellodom-topic-nav > a {
		min-width: 105px;
	}
	.hellodom-popular {
		display: none;
	}
	.hellodom-header::before {
		font-size: .64rem;
		line-height: 1.35;
	}
	.hellodom-home-hero__grid,
	.hellodom-home-title,
	.hellodom-home-lead,
	.hellodom-actions,
	.hellodom-calculator-card,
	.hellodom-reading-card {
		max-width: none !important;
		width: 100% !important;
	}
	.hellodom-home-hero__copy {
		box-sizing: border-box;
		min-height: 0;
		max-width: calc(100vw - 2rem) !important;
		overflow: hidden;
		width: calc(100vw - 2rem) !important;
	}
	.hellodom-home-title {
		font-size: 1.9rem;
		max-width: 13ch !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}
	.hellodom-home-lead {
		max-width: 30ch !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}
	.hellodom-stat-row {
		grid-template-columns: 1fr;
	}
	.hellodom-mini-bars {
		grid-template-columns: 1fr;
	}
	.hellodom-card {
		padding-top: 6.2rem;
	}
	.hellodom-revenue-strip {
		margin-left: -1rem !important;
		margin-right: -1rem !important;
	}
}

/* Article template — clean editorial */
.hellodom-article-shell {
	background: #fff;
	padding-top: 0;
}
.hellodom-article-hero {
	background: #fff;
	border-bottom: 2px solid #e5ddd0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #1a1714;
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-bottom: 2.6rem;
	padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2.5rem);
}
.hellodom-article-hero__copy {
	max-width: 720px;
}
.hellodom-article-hero .hellodom-article-kicker {
	background: transparent;
	border: none;
	border-radius: 0;
	color: var(--hd-orange);
	display: inline-block;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .16em;
	margin-bottom: .75rem;
	max-width: 100%;
	padding: 0;
	text-transform: uppercase;
}
.hellodom-article-hero .hellodom-article-kicker a {
	color: var(--hd-orange);
	text-decoration: none;
}
.hellodom-article-hero .hellodom-article-title {
	color: #1a1714;
	font-size: clamp(1.45rem, 2.4vw, 2.1rem);
	letter-spacing: -.02em;
	line-height: 1.18;
	margin: 0 0 1rem;
	max-width: 760px;
}
.hellodom-article-hero-img {
	border-radius: 10px;
	margin-top: 1.75rem;
	overflow: hidden;
	width: 100%;
}
.hellodom-article-hero-img img {
	aspect-ratio: 16/6;
	display: block;
	object-fit: cover;
	width: 100%;
}
.hellodom-article-hero .hellodom-article-excerpt {
	color: #5e5348;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.6;
	max-width: 680px;
}
.hellodom-article-byline {
	color: #7a6d5f;
	font-size: .9rem;
	gap: .45rem;
	margin-top: 1.2rem;
}
.hellodom-author-dot {
	background: var(--hd-orange);
	border-radius: 999px;
	height: 32px;
	margin: 0 .35rem 0 0 !important;
	width: 32px;
}
.hellodom-article-byline a,
.hellodom-article-byline time {
	color: #5e5348;
	text-decoration: none;
}
.hellodom-article-updated {
	color: var(--hd-orange);
	font-size: .85rem;
	font-weight: 700;
	margin-top: .5rem;
}
.hellodom-article-estimate {
	align-self: center;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	box-sizing: border-box;
	color: rgba(255,255,255,.76);
	min-width: min(100%, 360px);
	padding: 1.05rem;
}
.hellodom-article-estimate__top {
	color: rgba(255,255,255,.64);
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .78rem;
	letter-spacing: .22em;
	margin: 0 0 .7rem;
	text-transform: uppercase;
}
.hellodom-estimate-row {
	align-items: baseline;
	border-bottom: 1px solid rgba(255,255,255,.14);
	display: grid;
	gap: .75rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: .75rem 0;
}
.hellodom-estimate-row span {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .78rem;
	letter-spacing: .16em;
	text-transform: uppercase;
}
.hellodom-estimate-row strong {
	color: #fff;
	font-size: clamp(1.15rem, 2.2vw, 1.65rem);
	letter-spacing: 0;
	text-align: right;
}
.hellodom-article-layout {
	max-width: 980px !important;
}
.hellodom-article-content {
	font-size: 1.1rem;
	line-height: 1.78;
	max-width: 860px !important;
	padding-left: 0;
	padding-right: 0;
}
.hellodom-article-content h2 {
	border-top: 2px solid #e5ddd0;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	letter-spacing: -.02em;
	line-height: 1.15;
	margin-top: 2.8em;
	padding-top: 1.5rem;
}
.hellodom-article-content h3 {
	font-size: 1.45rem;
	line-height: 1.2;
	margin-top: 1.8em;
}
.hellodom-article-content p {
	color: #1d2638;
}
.hellodom-article-content a {
	color: var(--hd-orange);
	font-weight: 850;
}
.hellodom-article-content ul,
.hellodom-article-content ol {
	padding-left: 0;
}
.hellodom-article-content li {
	list-style: none;
	margin-left: 0;
	padding-left: 1.9rem;
	position: relative;
}
.hellodom-article-content li::before {
	background: var(--hd-orange);
	border-radius: 3px;
	content: "";
	height: .48rem;
	left: .15rem;
	position: absolute;
	top: .72em;
	width: .48rem;
}
.hellodom-article-content blockquote {
	background: #dcefe2;
	border: 0;
	border-radius: 14px;
	box-sizing: border-box;
	color: #163d2b;
	margin: 2rem 0;
	padding: 1.35rem 1.5rem 1.35rem 5rem;
	position: relative;
}
.hellodom-article-content blockquote::before {
	align-items: center;
	background: var(--hd-green);
	border-radius: 999px;
	color: #fff;
	content: "✓";
	display: inline-flex;
	font-size: 1.5rem;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	left: 1.4rem;
	position: absolute;
	top: 1.35rem;
	width: 42px;
}
.hellodom-article-content table,
.hellodom-article-content .wp-block-table table {
	border: 1px solid var(--hd-line);
	border-collapse: collapse;
	border-radius: 0;
	border-spacing: 0;
	font-size: .98rem;
	overflow: visible;
	width: 100%;
}
.hellodom-article-content th,
.hellodom-article-content .wp-block-table th {
	background: #f0f4f8;
	color: var(--hd-ink);
	font-family: inherit;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: 0;
	padding: .85rem 1rem;
	text-align: left;
	text-transform: none;
}
.hellodom-article-content td,
.hellodom-article-content .wp-block-table td {
	border-bottom: 1px solid var(--hd-line);
	color: var(--hd-ink);
	padding: .85rem 1rem;
}
.hellodom-article-content tr:last-child td {
	border-bottom: 0;
	font-weight: inherit;
}
.hellodom-article-content figure {
	margin: 2.4rem 0;
}
.hellodom-article-content img {
	background: #557494;
	border-radius: 8px;
	box-shadow: none;
	display: block;
	min-height: 280px;
	object-fit: cover;
	width: 100%;
}
.hellodom-article-content figcaption {
	color: #586277;
	font-size: .95rem;
	font-style: italic;
	line-height: 1.35;
	margin-top: .75rem;
}

@media (max-width: 760px) {
	.hellodom-article-shell {
		padding-top: 1rem;
	}
	.hellodom-article-hero {
		border-radius: 10px;
		box-sizing: border-box;
		grid-template-columns: 1fr !important;
		margin-left: 1rem !important;
		margin-right: 1rem !important;
		max-width: calc(100vw - 2rem) !important;
		overflow: hidden;
		padding: 1.35rem;
		width: calc(100vw - 2rem) !important;
	}
	.hellodom-article-hero .wp-block-group,
	.hellodom-article-hero__copy {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}
	.hellodom-article-hero .hellodom-article-title {
		font-size: 1.62rem;
		line-height: 1.12;
		max-width: 16ch !important;
		overflow-wrap: anywhere;
		white-space: normal !important;
	}
	.hellodom-article-hero .hellodom-article-excerpt,
	.hellodom-article-byline,
	.hellodom-article-updated {
		max-width: 31ch !important;
		overflow-wrap: anywhere;
	}
	.hellodom-article-estimate {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}
	.hellodom-estimate-row {
		grid-template-columns: 1fr;
	}
	.hellodom-estimate-row strong {
		text-align: left;
	}
	.hellodom-article-layout {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.hellodom-article-content {
		font-size: 1rem;
	}
	.hellodom-article-content img {
		min-height: 0;
	}
	.hellodom-article-content > p:first-child,
	.hellodom-article-content > ul:first-child,
	.hellodom-article-content > ol:first-child {
		padding: 1.1rem;
	}
	.hellodom-article-content table {
		display: block;
		overflow-x: auto;
	}
}


/* Responsive app shell - 2026-05-27 */
:root { --hd-app-max: 1180px; }
* { box-sizing: border-box; }
img, video, iframe, table { max-width: 100%; }
body { min-width: 320px; }
.hellodom-main,
.hellodom-archive,
.hellodom-page,
.hellodom-article-shell { overflow-x: clip; }

body.home .hellodom-topic-nav a[href="/category/ogrod/"],
body.category-ogrod .hellodom-topic-nav a[href="/category/ogrod/"],
body.category-podloza-i-ziemia-do-roslin .hellodom-topic-nav a[href="/category/ogrod/"],
body.single-post.category-ogrod .hellodom-topic-nav a[href="/category/ogrod/"],
body.single-post.category-podloza-i-ziemia-do-roslin .hellodom-topic-nav a[href="/category/ogrod/"],
body.category-budowa .hellodom-topic-nav a[href="/category/budowa/"],
body.single-post.category-budowa .hellodom-topic-nav a[href="/category/budowa/"],
body.category-remont .hellodom-topic-nav a[href="/category/remont/"],
body.single-post.category-remont .hellodom-topic-nav a[href="/category/remont/"],
body.category-wnetrza .hellodom-topic-nav a[href="/category/wnetrza/"],
body.single-post.category-wnetrza .hellodom-topic-nav a[href="/category/wnetrza/"],
body.category-agd .hellodom-topic-nav a[href="/category/agd/"],
body.single-post.category-agd .hellodom-topic-nav a[href="/category/agd/"],
body.category-ogrzewanie .hellodom-topic-nav a[href="/category/ogrzewanie/"],
body.category-komfort-cieplny .hellodom-topic-nav a[href="/category/ogrzewanie/"],
body.single-post.category-ogrzewanie .hellodom-topic-nav a[href="/category/ogrzewanie/"],
body.single-post.category-komfort-cieplny .hellodom-topic-nav a[href="/category/ogrzewanie/"] {
	background: #fffaf0;
	box-shadow: inset 0 -2px 0 var(--hd-orange);
}

@media (max-width: 980px) {
	.hellodom-masthead { grid-template-columns: 220px minmax(0, 1fr); }
	.hellodom-actions-top { grid-column: 1 / -1; justify-content: flex-end; }
	.hellodom-topic-nav {
		grid-template-columns: repeat(6, minmax(118px, 1fr));
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.hellodom-popular { display: none; }
	.hellodom-home-hero__grid { grid-template-columns: 1fr !important; }
	.hellodom-home-hero__copy,
	.hellodom-calculator-card,
	.hellodom-reading-card { width: 100%; }
}

@media (max-width: 760px) {
	body {
		background: #f6f2e9;
		padding-bottom: calc(74px + env(safe-area-inset-bottom));
	}
	body.admin-bar .hellodom-header { top: 0; }
	.hellodom-header {
		position: sticky;
		top: 0;
		z-index: 100;
	}
	.hellodom-topbar { display: none; }
	.hellodom-masthead {
		background: rgba(255,255,255,.96);
		backdrop-filter: blur(18px);
		display: grid;
		gap: .75rem;
		grid-template-columns: 1fr auto;
		padding: .75rem 1rem;
	}
	.hellodom-logo {
		font-size: 1.18rem;
		gap: .5rem;
		min-width: 0;
	}
	.hellodom-logo__mark {
		border-radius: 10px;
		height: 34px;
		width: 34px;
	}
	.hellodom-search {
		grid-column: 1 / -1;
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 42px;
		padding: 0 .75rem;
	}
	.hellodom-search kbd { display: none; }
	.hellodom-search strong {
		font-size: .78rem;
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.hellodom-actions-top { display: none; }
	.hellodom-topic-nav {
		background: rgba(255,255,255,.98);
		border-top: 1px solid #e7dece;
		bottom: 0;
		box-shadow: 0 -14px 34px rgba(15, 23, 38, .12);
		display: grid;
		grid-template-columns: repeat(6, minmax(72px, 1fr));
		left: 0;
		max-width: none;
		overflow-x: auto;
		padding: .35rem .4rem calc(.35rem + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		z-index: 120;
		-webkit-overflow-scrolling: touch;
	}
	.hellodom-topic-nav > a {
		border: 0;
		border-radius: 12px;
		min-width: 72px;
		padding: .5rem .35rem;
		text-align: center;
	}
	.hellodom-topic-nav > a::before {
		display: block;
		font-size: 1rem;
		line-height: 1;
		margin-bottom: .2rem;
	}
	.hellodom-topic-nav > a[href="/category/budowa/"]::before { content: "?"; }
	.hellodom-topic-nav > a[href="/category/remont/"]::before { content: "?"; }
	.hellodom-topic-nav > a[href="/category/wnetrza/"]::before { content: "?"; }
	.hellodom-topic-nav > a[href="/category/ogrod/"]::before { content: "?"; }
	.hellodom-topic-nav > a[href="/category/agd/"]::before { content: "?"; }
	.hellodom-topic-nav > a[href="/category/ogrzewanie/"]::before { content: "?"; }
	.hellodom-topic-nav strong {
		font-size: .66rem;
		line-height: 1.1;
		white-space: nowrap;
	}
	.hellodom-topic-nav span,
	.hellodom-popular { display: none; }

	.hellodom-home-hero,
	.hellodom-section,
	.hellodom-archive,
	.hellodom-page,
	.hellodom-article-shell {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.hellodom-home-hero { padding-top: 1rem; }
	.hellodom-home-hero__grid,
	.hellodom-category-grid,
	.hellodom-post-grid,
	.hellodom-compare-box {
		max-width: 100% !important;
		width: 100% !important;
	}
	.hellodom-home-hero__copy,
	.hellodom-calculator-card,
	.hellodom-reading-card,
	.hellodom-card,
	.hellodom-compare-box,
	.hellodom-revenue-card,
	.hellodom-article-hero { border-radius: 14px; }
	.hellodom-home-title {
		font-size: clamp(2rem, 12vw, 3.35rem) !important;
		line-height: 1;
		max-width: 100% !important;
		text-align: left;
	}
	.hellodom-home-lead {
		font-size: .95rem;
		max-width: 100% !important;
		text-align: left;
	}
	.hellodom-actions { grid-template-columns: 1fr; }
	.hellodom-stat-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.hellodom-stat { padding: .65rem; }
	.hellodom-stat strong { font-size: 1.35rem; }
	.hellodom-stat span { font-size: .68rem; }
	.hellodom-form-grid { grid-template-columns: 1fr 1fr; }
	.hellodom-price strong { font-size: 1.55rem; }
	.hellodom-category-band { display: none; }
	.hellodom-section { padding-top: 1.5rem; }
	.hellodom-section-head {
		align-items: start;
		display: grid !important;
		gap: .5rem;
	}
	.hellodom-section-title,
	.hellodom-archive-title,
	.hellodom-page-title {
		font-size: clamp(2rem, 10vw, 2.8rem);
		line-height: 1.05;
		overflow-wrap: anywhere;
	}
	.hellodom-filter-row {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: .2rem;
		white-space: nowrap;
	}
	.hellodom-post-grid .wp-block-post-template { grid-template-columns: 1fr !important; }
	.hellodom-card { min-height: 220px; }
	.hellodom-compare-box {
		display: block;
		overflow-x: hidden;
	}
	.hellodom-compare-box table,
	.hellodom-article-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.hellodom-revenue-strip {
		margin-left: -1rem !important;
		margin-right: -1rem !important;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.hellodom-article-shell { padding-top: 1rem; }
	.hellodom-article-hero {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		padding: 1.2rem;
		width: 100% !important;
	}
	.hellodom-article-hero .hellodom-article-title {
		font-size: clamp(1.8rem, 9vw, 2.45rem) !important;
		line-height: 1.08;
		max-width: 100% !important;
		text-align: left;
	}
	.hellodom-article-hero .hellodom-article-excerpt,
	.hellodom-article-byline,
	.hellodom-article-updated { max-width: 100% !important; }
	.hellodom-article-estimate { width: 100%; }
	.hellodom-estimate-row strong { font-size: 1.1rem; }
	.hellodom-article-layout {
		padding-left: 0;
		padding-right: 0;
	}
	.hellodom-article-content figure.alignwide,
	.hellodom-article-content figure {
		margin-left: 0;
		margin-right: 0;
	}
	.hellodom-article-content img {
		height: auto;
		min-height: 0;
	}
}

@media (max-width: 420px) {
	.hellodom-form-grid,
	.hellodom-stat-row { grid-template-columns: 1fr; }
	.hellodom-cover-tabs {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}


/* Mobile app refinements - stable top segmented navigation */
@media (max-width: 760px) {
	body { padding-bottom: 0; }
	.hellodom-header {
		background: rgba(255,255,255,.98);
		box-shadow: 0 8px 24px rgba(15,23,38,.08);
	}
	.hellodom-topic-nav {
		bottom: auto !important;
		box-shadow: none !important;
		display: flex !important;
		gap: .45rem;
		left: auto !important;
		margin: 0 !important;
		max-width: 100vw !important;
		overflow-x: auto !important;
		padding: .45rem 1rem .65rem !important;
		position: static !important;
		right: auto !important;
		scroll-snap-type: x proximity;
		width: 100vw !important;
	}
	.hellodom-topic-nav > a {
		background: #f8f4ea;
		border: 1px solid #e4dac9;
		box-shadow: none !important;
		flex: 0 0 auto;
		min-width: auto !important;
		padding: .48rem .65rem !important;
		scroll-snap-align: start;
	}
	.hellodom-topic-nav > a::before { display: none !important; }
	.hellodom-topic-nav strong {
		font-size: .74rem;
		white-space: nowrap;
	}
	body.home .hellodom-topic-nav a[href="/category/ogrod/"],
	body.category-ogrod .hellodom-topic-nav a[href="/category/ogrod/"],
	body.category-podloza-i-ziemia-do-roslin .hellodom-topic-nav a[href="/category/ogrod/"],
	body.single-post.category-ogrod .hellodom-topic-nav a[href="/category/ogrod/"],
	body.single-post.category-podloza-i-ziemia-do-roslin .hellodom-topic-nav a[href="/category/ogrod/"],
	body.category-budowa .hellodom-topic-nav a[href="/category/budowa/"],
	body.single-post.category-budowa .hellodom-topic-nav a[href="/category/budowa/"],
	body.category-remont .hellodom-topic-nav a[href="/category/remont/"],
	body.single-post.category-remont .hellodom-topic-nav a[href="/category/remont/"],
	body.category-wnetrza .hellodom-topic-nav a[href="/category/wnetrza/"],
	body.single-post.category-wnetrza .hellodom-topic-nav a[href="/category/wnetrza/"],
	body.category-agd .hellodom-topic-nav a[href="/category/agd/"],
	body.single-post.category-agd .hellodom-topic-nav a[href="/category/agd/"],
	body.category-ogrzewanie .hellodom-topic-nav a[href="/category/ogrzewanie/"],
	body.category-komfort-cieplny .hellodom-topic-nav a[href="/category/ogrzewanie/"],
	body.single-post.category-ogrzewanie .hellodom-topic-nav a[href="/category/ogrzewanie/"],
	body.single-post.category-komfort-cieplny .hellodom-topic-nav a[href="/category/ogrzewanie/"] {
		background: #102849 !important;
		border-color: #102849 !important;
		color: #fff !important;
	}
	.hellodom-home-hero,
	.hellodom-section,
	.hellodom-archive,
	.hellodom-page,
	.hellodom-article-shell {
		padding-left: .85rem !important;
		padding-right: .85rem !important;
	}
	.hellodom-home-hero__grid,
	.hellodom-home-hero__copy,
	.hellodom-hero-stack,
	.hellodom-calculator-card,
	.hellodom-reading-card,
	.hellodom-archive > *,
	.hellodom-article-shell > *,
	.hellodom-article-hero,
	.hellodom-article-layout,
	.hellodom-after-article {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}
	.hellodom-home-hero__copy {
		overflow: hidden;
		padding: 1.35rem !important;
	}
	.hellodom-home-title {
		font-size: clamp(2rem, 11vw, 2.8rem) !important;
		overflow-wrap: anywhere;
	}
	.hellodom-calculator-card {
		overflow: hidden;
		padding: 1.1rem !important;
	}
	.hellodom-cover-tabs {
		overflow-x: auto;
		padding-bottom: .15rem;
		white-space: nowrap;
	}
	.hellodom-cover-tabs a { flex: 0 0 auto; }
	.hellodom-reading-card { display: none; }
	.hellodom-article-content,
	.hellodom-article-content p,
	.hellodom-article-content figcaption {
		overflow-wrap: anywhere;
	}
}


/* Mobile overflow hard stop */
@media (max-width: 760px) {
	html,
	body,
	.wp-site-blocks {
		overflow-x: hidden !important;
		width: 100% !important;
	}
	.alignwide,
	.alignfull,
	.wp-block-group.alignwide,
	.wp-block-group.alignfull,
	.wp-block-query.alignwide,
	.wp-block-columns.alignwide {
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.hellodom-home-hero,
	.hellodom-section,
	.hellodom-archive,
	.hellodom-page,
	.hellodom-article-shell {
		box-sizing: border-box !important;
		max-width: 100vw !important;
		overflow-x: hidden !important;
	}
	.hellodom-home-hero__grid,
	.hellodom-home-hero__copy,
	.hellodom-hero-stack,
	.hellodom-calculator-card,
	.hellodom-reading-card {
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: calc(100vw - 1.7rem) !important;
		min-width: 0 !important;
		width: calc(100vw - 1.7rem) !important;
	}
	.hellodom-home-title,
	.hellodom-home-lead,
	.hellodom-calculator-card h2 {
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
	}
	.hellodom-stat-row {
		gap: .5rem !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
	.hellodom-stat { min-width: 0 !important; }
	.hellodom-stat strong { font-size: 1.18rem !important; }
	.hellodom-stat span { font-size: .62rem !important; }
}

@media (max-width: 420px) {
	.hellodom-home-hero__grid,
	.hellodom-home-hero__copy,
	.hellodom-hero-stack,
	.hellodom-calculator-card,
	.hellodom-reading-card {
		max-width: calc(100vw - 1.7rem) !important;
		width: calc(100vw - 1.7rem) !important;
	}
}


/* Narrow phone polish */
@media (max-width: 420px) {
	.hellodom-home-lead {
		max-width: 29ch !important;
	}
	.hellodom-stat-row {
		grid-template-columns: 1fr !important;
	}
	.hellodom-stat strong { font-size: 1.35rem !important; }
	.hellodom-stat span { font-size: .72rem !important; }
	.hellodom-form-grid {
		grid-template-columns: 1fr !important;
	}
	.hellodom-cover-tabs {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		overflow: visible !important;
		white-space: normal !important;
	}
	.hellodom-cover-tabs a {
		text-align: center;
	}
	.hellodom-price strong {
		font-size: 1.42rem !important;
	}
}


/* App mobile final simplification */
@media (max-width: 760px) {
	.hellodom-home-lead { max-width: 29ch !important; }
	.hellodom-stat-row { grid-template-columns: 1fr !important; }
	.hellodom-stat strong { font-size: 1.35rem !important; }
	.hellodom-stat span { font-size: .72rem !important; }
	.hellodom-form-grid { grid-template-columns: 1fr !important; }
	.hellodom-cover-tabs {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		overflow: visible !important;
		white-space: normal !important;
	}
	.hellodom-cover-tabs a { text-align: center; }
	.hellodom-price strong { font-size: 1.42rem !important; }
}


/* Article mobile width correction */
@media (max-width: 760px) {
	.hellodom-article-hero,
	.hellodom-article-layout,
	.hellodom-after-article {
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: calc(100vw - 1.7rem) !important;
		min-width: 0 !important;
		width: calc(100vw - 1.7rem) !important;
	}
	.hellodom-article-hero__copy,
	.hellodom-article-estimate,
	.hellodom-article-hero .wp-block-group {
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}
	.hellodom-article-hero .hellodom-article-kicker {
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
		white-space: normal !important;
	}
	.hellodom-article-hero .hellodom-article-title {
		font-size: clamp(1.72rem, 8.6vw, 2.35rem) !important;
		overflow-wrap: anywhere !important;
	}
	.hellodom-article-byline {
		gap: .3rem;
	}
}

/* Article mobile final fit */
@media (max-width: 760px) {
	.hellodom-article-shell {
		display: grid !important;
		justify-items: center !important;
		padding-left: .85rem !important;
		padding-right: .85rem !important;
		width: 100% !important;
	}
	.hellodom-article-hero,
	.hellodom-article-layout,
	.hellodom-after-article {
		max-width: 360px !important;
		width: 100% !important;
	}
	.hellodom-article-hero {
		overflow: hidden !important;
		padding: 1.35rem 1rem !important;
	}
	.hellodom-article-hero .hellodom-article-title {
		font-size: clamp(1.62rem, 8vw, 2rem) !important;
		line-height: 1.04 !important;
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
	}
	.hellodom-article-hero .hellodom-article-kicker,
	.hellodom-article-hero .hellodom-article-excerpt,
	.hellodom-article-byline {
		max-width: 100% !important;
		overflow-wrap: anywhere !important;
		word-break: normal !important;
	}
	.hellodom-article-byline {
		align-items: flex-start !important;
	}
}

/* Article mobile overflow lock */
@media (max-width: 760px) {
	.hellodom-article-shell,
	.hellodom-article-shell > *,
	.hellodom-article-hero,
	.hellodom-article-hero > *,
	.hellodom-article-hero__copy,
	.hellodom-article-estimate {
		box-sizing: border-box !important;
		min-width: 0 !important;
		overflow-x: hidden !important;
	}
	.hellodom-article-hero,
	.hellodom-article-layout,
	.hellodom-after-article {
		max-width: 342px !important;
		width: 342px !important;
	}
	.hellodom-article-hero .wp-block-post-title,
	.hellodom-article-hero .hellodom-article-title {
		display: block !important;
		font-size: 1.72rem !important;
		line-height: 1.08 !important;
		max-width: 13ch !important;
		white-space: normal !important;
		word-break: normal !important;
		overflow-wrap: break-word !important;
	}
	.hellodom-article-hero .hellodom-article-kicker {
		display: block !important;
		max-width: 27ch !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}
	.hellodom-article-hero .hellodom-article-excerpt {
		display: block !important;
		font-size: 1rem !important;
		line-height: 1.48 !important;
		max-width: 29ch !important;
		white-space: normal !important;
	}
	.hellodom-article-byline {
		max-width: 29ch !important;
		white-space: normal !important;
	}
	.hellodom-article-byline p:last-child {
		display: none !important;
	}
}

/* Article content mobile fit */
@media (max-width: 760px) {
	.hellodom-article-layout,
	.hellodom-article-content,
	.hellodom-article-content > *,
	.hellodom-article-content .wp-block-image,
	.hellodom-article-content figure,
	.hellodom-article-content img,
	.hellodom-article-content table {
		box-sizing: border-box !important;
		max-width: 100% !important;
		min-width: 0 !important;
		width: 100% !important;
	}
	.hellodom-article-content,
	.hellodom-article-content p,
	.hellodom-article-content li,
	.hellodom-article-content figcaption,
	.hellodom-article-content h2,
	.hellodom-article-content h3 {
		overflow-wrap: break-word !important;
		white-space: normal !important;
	}
	.hellodom-article-content figure,
	.hellodom-article-content .wp-block-image {
		margin-left: 0 !important;
		margin-right: 0 !important;
		overflow: hidden !important;
	}
	.hellodom-article-content figcaption {
		font-size: .9rem !important;
		line-height: 1.45 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.hellodom-article-content table {
		display: block !important;
		overflow-x: auto !important;
		width: 100% !important;
	}
}

/* Archive and content app fit */
@media (max-width: 760px) {
	.hellodom-archive,
	.hellodom-section,
	.hellodom-page {
		box-sizing: border-box !important;
		max-width: 100vw !important;
		overflow-x: hidden !important;
		padding-left: .85rem !important;
		padding-right: .85rem !important;
	}
	.hellodom-archive h1,
	.hellodom-archive p,
	.hellodom-archive .wp-block-post-title,
	.hellodom-archive .wp-block-post-excerpt,
	.hellodom-article-content p,
	.hellodom-article-content h2,
	.hellodom-article-content h3,
	.hellodom-article-content li,
	.hellodom-article-content figcaption {
		max-width: 32ch !important;
		overflow-wrap: break-word !important;
		width: auto !important;
	}
	.hellodom-archive h1 {
		font-size: clamp(2rem, 10vw, 2.55rem) !important;
		line-height: 1.03 !important;
	}
	.hellodom-archive .wp-block-post-template,
	.hellodom-post-grid .wp-block-post-template {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: .9rem !important;
		max-width: 360px !important;
		width: 100% !important;
	}
	.hellodom-archive .wp-block-post,
	.hellodom-card {
		box-sizing: border-box !important;
		max-width: 360px !important;
		overflow: hidden !important;
		width: 100% !important;
	}
	.hellodom-calculator-card__top {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: .35rem !important;
	}
	.hellodom-calculator-card__top p {
		max-width: 100% !important;
	}
	.hellodom-search {
		max-width: calc(100vw - 2rem) !important;
		overflow: hidden !important;
	}
}

/* Single article hero without side estimate */
.hellodom-article-hero {
	display: block !important;
}
.hellodom-article-hero__copy {
	margin-left: 0 !important;
	margin-right: auto !important;
	max-width: 860px !important;
}
.hellodom-article-hero .hellodom-article-title {
	max-width: 11ch;
}
.hellodom-article-hero .hellodom-article-excerpt {
	max-width: 760px;
}

@media (min-width: 900px) {
	.hellodom-article-hero {
		padding-bottom: clamp(4rem, 7vw, 7rem) !important;
		padding-top: clamp(4rem, 7vw, 6.5rem) !important;
	}
}

/* Calm homepage tone */
body.home {
	--hd-orange: #c8562c;
	--hd-green: #58755a;
	--hd-gold: #eee3c2;
}
body.home .hellodom-home-hero {
	background: #f7f4ed !important;
}
body.home .hellodom-home-hero__copy {
	background:
		linear-gradient(135deg, rgba(16, 40, 73, .98), rgba(19, 48, 82, .96)) !important;
	box-shadow: 0 22px 52px rgba(15, 23, 38, .12) !important;
}
body.home .hellodom-home-title span:nth-child(3) {
	color: #f3c7a9 !important;
}
body.home .hellodom-live-dot,
body.home .hellodom-eyebrow,
body.home .hellodom-box-label {
	background: rgba(255,255,255,.08) !important;
	border-color: rgba(255,255,255,.12) !important;
	color: #f1b58d !important;
	letter-spacing: .11em !important;
}
body.home .wp-block-button__link {
	background: #102849 !important;
	border: 1px solid #102849 !important;
	box-shadow: none !important;
}
body.home .hellodom-home-hero__copy .wp-block-button__link {
	background: #b95737 !important;
	border-color: #b95737 !important;
}
body.home .is-style-outline .wp-block-button__link,
body.home .hellodom-home-hero__copy .is-style-outline .wp-block-button__link {
	background: rgba(255,255,255,.08) !important;
	border-color: rgba(255,255,255,.42) !important;
	color: #fff !important;
}
body.home .hellodom-calculator-card,
body.home .hellodom-reading-card,
body.home .hellodom-category-tile,
body.home .hellodom-card,
body.home .hellodom-compare-box {
	box-shadow: 0 14px 36px rgba(15, 23, 38, .07) !important;
}
body.home .hellodom-price {
	background: #efe4bd !important;
}
body.home .hellodom-mini-bars p::before,
body.home .hellodom-reading-list span {
	background: #9f4f30 !important;
	color: #fff !important;
}
body.home .hellodom-post-grid li .hellodom-card::before {
	background: linear-gradient(135deg, #e5dfd0, #cfc4ae) !important;
}
body.home .hellodom-post-grid li:nth-child(2n) .hellodom-card::before {
	background: linear-gradient(135deg, #d9dfcf, #b9c3aa) !important;
}
body.home .hellodom-post-grid li:nth-child(3n) .hellodom-card::before {
	background: linear-gradient(135deg, #e4d4c5, #cdb6a2) !important;
}
body.home .hellodom-post-grid li:nth-child(4n) .hellodom-card::before {
	background: linear-gradient(135deg, #d2d9df, #b4c0ca) !important;
}
body.home .hellodom-post-grid li:nth-child(5n) .hellodom-card::before {
	background: linear-gradient(135deg, #ded5df, #c4b6c9) !important;
}
body.home .hellodom-card__cat,
body.home .hellodom-card__cat a {
	color: #8d533d !important;
}
body.home .hellodom-card__cat {
	background: rgba(255,255,255,.82) !important;
	border-color: rgba(222, 214, 200, .75) !important;
}
body.home .hellodom-card__cat .wp-block-post-terms__separator,
body.home .hellodom-card__cat a:nth-of-type(n+2) {
	display: none !important;
}
body.home .hellodom-card .hellodom-card__cat::after {
	content: none !important;
}
body.home .hellodom-card__excerpt .wp-block-post-excerpt__more-link,
body.home .hellodom-revenue-card a,
body.home a:hover {
	color: #9f4f30 !important;
}
body.home .hellodom-card:hover {
	border-color: rgba(16, 40, 73, .22) !important;
	box-shadow: 0 20px 44px rgba(15, 23, 38, .10) !important;
}
body.home .hellodom-filter-row a,
body.home .hellodom-cover-tabs a {
	background: #fffdf8 !important;
	border-color: #ded6c8 !important;
	color: #102849 !important;
}
body.home .hellodom-filter-row a:hover,
body.home .hellodom-cover-tabs a.is-active {
	background: #102849 !important;
	border-color: #102849 !important;
	color: #fff !important;
}
body.home .hellodom-revenue-strip {
	background: #102849 !important;
}
body.home .hellodom-save-tip,
body.home .hellodom-topbar .hellodom-dot,
body.home .hellodom-reading-card .hellodom-box-label {
	color: #b95737 !important;
}
body.home .hellodom-reading-list span {
	border-radius: 3px !important;
	box-shadow: none !important;
}
body.home .hellodom-save-tip {
	background: #b95737 !important;
	color: #fff !important;
}

@media (max-width: 760px) {
	body.home .hellodom-home-title span:nth-child(3) {
		color: #f4d3bc !important;
	}
	body.home .hellodom-post-grid li .hellodom-card::before {
		height: 72px !important;
	}
	body.home .hellodom-home-hero__copy .wp-block-button__link {
		background: #b95737 !important;
		border-color: #b95737 !important;
	}
}

/* Editorial Magazine front page refresh: keep current header/menu, replace content below. */
.hd-editorial-main {
	background: #f4ede0;
	color: #1a1714;
}
.hd-editorial-cover,
.hd-editorial-strip,
.hd-editorial-section,
.hd-editorial-focus {
	padding-left: max(1rem, env(safe-area-inset-left));
	padding-right: max(1rem, env(safe-area-inset-right));
}
.hd-editorial-cover {
	background:
		linear-gradient(90deg, rgba(244, 237, 224, .96) 0%, rgba(244, 237, 224, .88) 48%, rgba(244, 237, 224, .35) 100%),
		url("https://hellodom.pl/wp-content/uploads/2026/05/Living_room.jpg") center right / cover no-repeat;
	border-bottom: 1px solid #d8cdbb;
	padding-bottom: clamp(2rem, 5vw, 4rem);
	padding-top: clamp(2rem, 5vw, 4.5rem);
}
.hd-editorial-cover__grid {
	align-items: stretch;
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr);
}
.hd-editorial-feature {
	background: rgba(244, 237, 224, .74);
	border-left: 4px solid #1a1714;
	box-sizing: border-box;
	max-width: 820px;
	padding: clamp(1.5rem, 4vw, 3rem);
}
.hd-editorial-kicker {
	color: #a34d2d;
	font-size: .76rem;
	font-weight: 950;
	letter-spacing: .16em;
	margin: 0 0 .85rem;
	text-transform: uppercase;
}
.hd-editorial-title {
	color: #1a1714;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(3rem, 8vw, 6.4rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: .9;
	margin: 0;
	max-width: 10ch;
}
.hd-editorial-lead {
	color: #4b4238;
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
	line-height: 1.55;
	max-width: 620px;
}
.hd-editorial-actions {
	gap: .7rem;
	margin-top: 1.4rem;
}
.hd-editorial-actions .wp-block-button__link,
.hd-editorial-focus .wp-block-button__link {
	background: #1a1714 !important;
	border: 1px solid #1a1714 !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #fff !important;
}
.hd-editorial-actions .is-style-outline .wp-block-button__link {
	background: rgba(255,255,255,.42) !important;
	color: #1a1714 !important;
}
.hd-editorial-side {
	background: rgba(255, 252, 246, .94);
	border: 1px solid #d8cdbb;
	box-shadow: 0 18px 40px rgba(26, 23, 20, .08);
	box-sizing: border-box;
	padding: clamp(1.2rem, 3vw, 1.75rem);
}
.hd-editorial-side h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.8rem, 3vw, 2.55rem);
	font-weight: 500;
	line-height: 1;
	margin: 0 0 1rem;
}
.hd-editorial-list,
.hd-editorial-linklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hd-editorial-list li {
	border-top: 1px solid #ded3c0;
	display: grid;
	gap: .25rem;
	padding: .95rem 0;
}
.hd-editorial-list li:first-child {
	border-top: 0;
}
.hd-editorial-list a,
.hd-editorial-linklist a {
	color: #1a1714;
	font-weight: 850;
	text-decoration: none;
}
.hd-editorial-list span {
	color: #7a6d5f;
	font-size: .84rem;
}
.hd-editorial-strip {
	background: #1a1714;
	color: #f4ede0;
}
.hd-editorial-strip__inner {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.hd-editorial-strip__inner a {
	border-left: 1px solid rgba(244,237,224,.22);
	color: inherit;
	display: grid;
	gap: .25rem;
	min-height: 92px;
	padding: 1rem;
	text-decoration: none;
}
.hd-editorial-strip__inner a:last-child {
	border-right: 1px solid rgba(244,237,224,.22);
}
.hd-editorial-strip__inner span {
	color: #c46a3d;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .12em;
}
.hd-editorial-strip__inner strong {
	align-self: end;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 500;
}
.hd-editorial-section {
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
	padding-top: clamp(2.5rem, 6vw, 5rem);
}
.hd-editorial-section__head {
	align-items: end;
	border-bottom: 1px solid #d8cdbb;
	margin-bottom: 1.5rem;
	padding-bottom: 1.2rem;
}
.hd-editorial-section-title,
.hd-editorial-focus h2,
.hd-editorial-columns h2 {
	color: #1a1714;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.2rem, 5vw, 4.6rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: .95;
	margin: 0;
}
.hd-editorial-section-note {
	color: #5e5348;
	line-height: 1.5;
	max-width: 360px;
}
.hd-editorial-query .wp-block-post-template {
	gap: 1.25rem;
}
.hd-editorial-card {
	background: #fffaf2;
	border: 1px solid #d8cdbb;
	box-shadow: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 360px;
	padding: 0;
	transition: transform .18s ease, box-shadow .18s ease;
}
.hd-editorial-card::before {
	background:
		linear-gradient(135deg, rgba(26, 23, 20, .08), rgba(26, 23, 20, .02)),
		url("https://images.pexels.com/photos/4505166/pexels-photo-4505166.jpeg?auto=compress&cs=tinysrgb&w=900") center / cover no-repeat;
	content: "";
	display: block;
	min-height: 158px;
	width: 100%;
}
.wp-block-post:nth-child(2n) .hd-editorial-card::before {
	background:
		linear-gradient(135deg, rgba(26, 23, 20, .10), rgba(26, 23, 20, .02)),
		url("https://images.pexels.com/photos/4503269/pexels-photo-4503269.jpeg?auto=compress&cs=tinysrgb&w=900") center / cover no-repeat;
}
.wp-block-post:nth-child(3n) .hd-editorial-card::before {
	background:
		linear-gradient(135deg, rgba(26, 23, 20, .08), rgba(26, 23, 20, .02)),
		url("https://images.pexels.com/photos/4750274/pexels-photo-4750274.jpeg?auto=compress&cs=tinysrgb&w=900") center / cover no-repeat;
}
.hd-editorial-card:hover {
	box-shadow: 0 18px 40px rgba(26, 23, 20, .08);
	transform: translateY(-2px);
}
.hd-editorial-card__image {
	margin: 0 !important;
}
.hd-editorial-card__image img {
	border-radius: 0 !important;
	display: block;
	filter: saturate(.9);
	width: 100%;
}
.hd-editorial-card__cat,
.hd-editorial-card__title,
.hd-editorial-card__excerpt {
	padding-left: 1rem;
	padding-right: 1rem;
}
.hd-editorial-card__cat {
	color: #a34d2d;
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .08em;
	margin: 1rem 0 0;
	text-transform: uppercase;
}
.hd-editorial-card__cat a {
	color: #a34d2d;
	text-decoration: none;
}
.hd-editorial-card__title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 500;
	line-height: 1.08;
	margin: .55rem 0;
}
.hd-editorial-card__title a {
	color: #1a1714;
	text-decoration: none;
}
.hd-editorial-card__excerpt {
	color: #5e5348;
	font-size: .96rem;
	line-height: 1.55;
	margin-bottom: 1rem;
}
.hd-editorial-card__excerpt .wp-block-post-excerpt__more-link {
	color: #a34d2d;
	font-weight: 900;
	text-decoration: none;
}
.hd-editorial-focus {
	background: #fffaf2;
	border-bottom: 1px solid #d8cdbb;
	border-top: 1px solid #d8cdbb;
	padding-bottom: clamp(2.5rem, 6vw, 5rem);
	padding-top: clamp(2.5rem, 6vw, 5rem);
}
.hd-editorial-focus__grid {
	align-items: start;
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
}
.hd-editorial-focus__copy p:not(.hd-editorial-kicker) {
	color: #5e5348;
	font-size: 1.05rem;
	line-height: 1.65;
	max-width: 620px;
}
.hd-editorial-table {
	border-top: 2px solid #1a1714;
	display: grid;
}
.hd-editorial-table div {
	align-items: center;
	border-bottom: 1px solid #d8cdbb;
	display: grid;
	gap: 1rem;
	grid-template-columns: 160px 1fr;
	padding: 1rem 0;
}
.hd-editorial-table strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	font-weight: 500;
}
.hd-editorial-table span {
	color: #5e5348;
	line-height: 1.45;
}
.hd-editorial-columns {
	padding-top: clamp(2.5rem, 6vw, 4rem);
}
.hd-editorial-columns .wp-block-column {
	border-top: 1px solid #1a1714;
	padding-top: 1rem;
}
.hd-editorial-columns h2 {
	font-size: clamp(1.65rem, 3vw, 2.4rem);
	margin-bottom: .75rem;
}
.hd-editorial-columns p,
.hd-editorial-linklist li {
	color: #5e5348;
	line-height: 1.6;
}
.hd-editorial-linklist li {
	border-bottom: 1px solid #d8cdbb;
	padding: .65rem 0;
}

@media (max-width: 980px) {
	.hd-editorial-cover__grid,
	.hd-editorial-focus__grid {
		grid-template-columns: 1fr;
	}
	.hd-editorial-feature {
		max-width: 100%;
	}
	.hd-editorial-strip__inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.hd-editorial-cover,
	.hd-editorial-section,
	.hd-editorial-focus {
		padding-left: .85rem !important;
		padding-right: .85rem !important;
	}
	.hd-editorial-cover {
		background:
			linear-gradient(180deg, rgba(244, 237, 224, .96) 0%, rgba(244, 237, 224, .86) 100%),
			url("https://hellodom.pl/wp-content/uploads/2026/05/Living_room.jpg") center / cover no-repeat;
	}
	.hd-editorial-title {
		font-size: clamp(2.6rem, 16vw, 4.2rem);
		max-width: 9ch;
	}
	.hd-editorial-feature,
	.hd-editorial-side {
		padding: 1.2rem;
	}
	.hd-editorial-actions {
		display: grid !important;
		grid-template-columns: 1fr;
	}
	.hd-editorial-actions .wp-block-button,
	.hd-editorial-actions .wp-block-button__link {
		box-sizing: border-box;
		width: 100%;
	}
	.hd-editorial-strip__inner {
		display: flex;
		overflow-x: auto;
	}
	.hd-editorial-strip__inner a {
		flex: 0 0 46%;
		min-height: 78px;
	}
	.hd-editorial-section__head {
		display: grid !important;
		gap: .5rem;
	}
	.hd-editorial-query .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}
	.hd-editorial-card {
		min-height: 0;
	}
	.hd-editorial-table div {
		grid-template-columns: 1fr;
		gap: .35rem;
	}
	.hd-editorial-columns .wp-block-columns {
		gap: 1.5rem;
	}
}

/* ── New clean homepage ──────────────────────────────────────────────────── */
.hd-home-main {
	background: #fff;
}

/* Hero */
.hd-home-hero {
	background: #f8f4ee;
	border-bottom: 1px solid #e5ddd0;
	padding: clamp(2.5rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);
}
.hd-home-hero__inner {
	max-width: 720px !important;
}
.hd-home-title {
	color: #1a1714;
	font-size: clamp(1.9rem, 4.5vw, 3.2rem);
	font-weight: 950;
	letter-spacing: -.03em;
	line-height: 1.05;
	margin: 0 0 .85rem;
}
.hd-home-lead {
	color: #5e5348;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	line-height: 1.6;
	margin: 0;
	max-width: 560px;
}

/* Category tiles */
.hd-home-cats {
	background: #fff;
	border-bottom: 1px solid #e5ddd0;
}
.hd-home-cats__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 1rem;
}
.hd-home-cat {
	border-left: 1px solid #e5ddd0;
	box-sizing: border-box;
	color: #1a1714;
	display: block;
	padding: 1.25rem 1rem;
	text-decoration: none;
	transition: background .15s ease;
}
.hd-home-cat:last-child {
	border-right: 1px solid #e5ddd0;
}
.hd-home-cat:hover {
	background: #f8f4ee;
}
.hd-home-cat strong {
	display: block;
	font-size: .95rem;
	font-weight: 950;
	margin-bottom: .3rem;
}
.hd-home-cat span {
	color: #7a6d5f;
	display: block;
	font-size: .76rem;
	line-height: 1.45;
}

/* Recent posts section */
.hd-home-recent {
	padding: clamp(2.5rem, 5vw, 4rem) 1rem;
}
.hd-home-section-head {
	border-bottom: 2px solid #1a1714;
	margin-bottom: 1.5rem;
	max-width: 1180px !important;
	padding-bottom: .75rem;
}
.hd-home-section-title {
	color: #1a1714;
	font-size: 1.1rem;
	font-weight: 950;
	letter-spacing: .06em;
	margin: 0;
	text-transform: uppercase;
}
.hd-home-query .wp-block-post-template {
	gap: 1.25rem;
}
.hd-home-card {
	background: #fff;
	border: 1px solid #e5ddd0;
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: box-shadow .18s ease, transform .18s ease;
}
.hd-home-card:hover {
	box-shadow: 0 12px 32px rgba(26, 23, 20, .08);
	transform: translateY(-2px);
}
.hd-home-card__img {
	margin: 0 !important;
}
.hd-home-card__img img {
	border-radius: 0 !important;
	display: block;
	object-fit: cover;
	width: 100%;
}
.hd-home-card__cat {
	color: var(--hd-orange);
	font-size: .72rem;
	font-weight: 950;
	letter-spacing: .08em;
	margin: .85rem 1rem 0;
	text-transform: uppercase;
}
.hd-home-card__cat a {
	color: inherit;
	text-decoration: none;
}
.hd-home-card__title {
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -.01em;
	line-height: 1.3;
	margin: .4rem 1rem .5rem;
}
.hd-home-card__title a {
	color: #1a1714;
	text-decoration: none;
}
.hd-home-card__excerpt {
	color: #5e5348;
	font-size: .88rem;
	line-height: 1.55;
	margin: 0 1rem .85rem;
}
.hd-home-card__excerpt .wp-block-post-excerpt__more-link {
	color: var(--hd-orange);
	font-weight: 900;
	text-decoration: none;
}

@media (max-width: 860px) {
	.hd-home-cats__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.hd-home-cat:nth-child(3) {
		border-right: 1px solid #e5ddd0;
	}
}

@media (max-width: 540px) {
	.hd-home-cats__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.hd-home-cat:nth-child(2n) {
		border-right: 1px solid #e5ddd0;
	}
	.hd-home-query .wp-block-post-template {
		grid-template-columns: 1fr !important;
	}
}
