:root {
	--tzk-cream: #fbfaf5;
	--tzk-white: #fff;
	--tzk-blue: #176b9d;
	--tzk-blue-dark: #0e4e77;
	--tzk-green: #5e8b52;
	--tzk-olive: #6e713d;
	--tzk-charcoal: #253039;
	--tzk-muted: #68737c;
	--tzk-line: #dfe4e2;
	--tzk-mist: #edf6fa;
	--tzk-leaf-pale: #eef5eb;
	--tzk-radius: 18px;
	--tzk-shadow: 0 16px 45px rgba(22, 55, 72, 0.09);
	--tzk-content: 760px;
	--tzk-wide: 1200px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	background: var(--tzk-cream);
	color: var(--tzk-charcoal);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.72;
	overflow-wrap: break-word;
}

* {
	box-sizing: border-box;
}

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

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover {
	text-decoration-thickness: 2px;
}

:where(a, button, input, textarea, select, summary):focus-visible {
	border-radius: 4px;
	outline: 3px solid #f1b841;
	outline-offset: 3px;
}

button,
.wp-element-button,
input[type="submit"] {
	align-items: center;
	background: var(--tzk-blue);
	border: 2px solid var(--tzk-blue);
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.94rem;
	font-weight: 750;
	justify-content: center;
	min-height: 48px;
	padding: 0.7rem 1.25rem;
	text-decoration: none;
}

button:hover,
.wp-element-button:hover,
input[type="submit"]:hover {
	background: var(--tzk-blue-dark);
	border-color: var(--tzk-blue-dark);
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-post-title {
	font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
	letter-spacing: -0.02em;
	line-height: 1.12;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.55rem, 4.2vw, 4rem);
}

h2 {
	font-size: clamp(2rem, 3.4vw, 3.2rem);
	margin-top: 2.2em;
}

h3 {
	font-size: clamp(1.35rem, 2.1vw, 1.75rem);
}

p,
li {
	max-width: 72ch;
}

.tzk-site-header-shell {
	backdrop-filter: blur(12px);
	background: rgba(251, 250, 245, 0.95);
	border-bottom: 1px solid rgba(37, 48, 57, 0.12);
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .tzk-site-header-shell {
	top: 32px;
}

.tzk-site-header {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(180px, auto) 1fr auto;
	margin: 0 auto;
	max-width: var(--tzk-wide);
	min-height: 76px;
	padding: 0.7rem 1.25rem;
}

.tzk-site-header .wp-block-site-title {
	font-size: 1.2rem;
	line-height: 1.1;
	margin: 0;
}

.tzk-site-header .wp-block-site-title a {
	color: var(--tzk-charcoal);
	text-decoration: none;
}

.tzk-site-header .wp-block-site-title a::before {
	background: var(--tzk-blue);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--tzk-blue);
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 0.55rem;
	vertical-align: -2px;
	width: 18px;
}

.tzk-site-header .wp-block-navigation {
	font-size: 0.86rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.01em;
}

.tzk-site-header .wp-block-navigation a {
	color: var(--tzk-charcoal);
}

.tzk-header-search .wp-block-search__inside-wrapper {
	border: 0;
	padding: 0;
}

.tzk-header-search .wp-block-search__input {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: 999px;
	font-size: 0.88rem;
	min-width: 0;
	padding: 0.6rem 0.9rem;
	width: 150px;
}

.tzk-header-search .wp-block-search__button {
	font-size: 0;
	height: 44px;
	min-height: 44px;
	padding: 0;
	width: 44px;
}

.tzk-header-search .wp-block-search__button::after {
	content: "⌕";
	font-size: 1.45rem;
	line-height: 1;
}

.tzk-main,
.tzk-singular-main,
.tzk-archive-main {
	min-height: 60vh;
}

.tzk-singular-main,
.tzk-archive-main {
	margin: 0 auto;
	max-width: var(--tzk-wide);
	padding: clamp(2rem, 5vw, 4.5rem) 1.25rem;
}

.tzk-entry-header {
	margin: 0 auto 2.25rem;
	max-width: var(--tzk-content);
}

.tzk-entry-header .wp-block-post-title {
	margin-bottom: 0.75rem;
}

.tzk-entry-meta {
	color: var(--tzk-muted);
	font-size: 0.9rem;
}

.tzk-entry-content {
	margin: 0 auto;
	max-width: var(--tzk-content);
}

.tzk-entry-content > .alignwide {
	margin-left: 50%;
	max-width: var(--tzk-wide);
	transform: translateX(-50%);
	width: calc(100vw - 2.5rem);
}

.tzk-home {
	overflow: hidden;
}

.tzk-section {
	padding: clamp(3.5rem, 8vw, 7.5rem) 1.25rem;
}

.tzk-section-inner {
	margin: 0 auto;
	max-width: var(--tzk-wide);
}

.tzk-section-heading {
	margin: 0 0 0.65rem;
	max-width: 18ch;
}

.tzk-section-intro {
	color: var(--tzk-muted);
	font-size: 1.06rem;
	margin: 0 0 2.2rem;
	max-width: 64ch;
}

.tzk-eyebrow {
	color: var(--tzk-blue);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.tzk-hero {
	align-items: stretch;
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	margin: 0 auto;
	max-width: 1500px;
	min-height: min(760px, calc(100vh - 76px));
}

.tzk-hero-copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 5vw, 5rem);
}

.tzk-hero h1 {
	margin: 0 0 1.25rem;
	max-width: 13ch;
}

.tzk-hero-deck {
	color: #44515a;
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	margin: 0 0 1.8rem;
	max-width: 54ch;
}

.tzk-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.tzk-button {
	align-items: center;
	background: var(--tzk-blue);
	border: 2px solid var(--tzk-blue);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.94rem;
	font-weight: 750;
	justify-content: center;
	min-height: 50px;
	padding: 0.68rem 1.3rem;
	text-decoration: none;
}

.tzk-button:hover {
	background: var(--tzk-blue-dark);
	border-color: var(--tzk-blue-dark);
	color: #fff;
}

.tzk-button.is-secondary {
	background: transparent;
	color: var(--tzk-blue-dark);
}

.tzk-button.is-secondary:hover {
	background: var(--tzk-mist);
}

.tzk-hero-media {
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.tzk-hero-media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.tzk-feature {
	background: var(--tzk-white);
}

.tzk-feature-grid {
	align-items: center;
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.tzk-feature-grid img {
	aspect-ratio: 4 / 3;
	border-radius: 22px;
	box-shadow: var(--tzk-shadow);
	object-fit: cover;
	width: 100%;
}

.tzk-feature h2 {
	margin: 0 0 1rem;
}

.tzk-recipe-facts {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 1.4rem 0 1.8rem;
	padding: 0;
}

.tzk-recipe-facts li {
	background: var(--tzk-mist);
	border-radius: 999px;
	color: var(--tzk-blue-dark);
	font-size: 0.82rem;
	font-weight: 750;
	padding: 0.4rem 0.75rem;
}

.tzk-steps {
	counter-reset: tzk-step;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 2.25rem 0 0;
	padding: 0;
}

.tzk-steps li {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: var(--tzk-radius);
	min-height: 190px;
	padding: 1.25rem;
}

.tzk-steps li::before {
	align-items: center;
	background: var(--tzk-blue);
	border-radius: 50%;
	color: #fff;
	content: counter(tzk-step);
	counter-increment: tzk-step;
	display: inline-flex;
	font-weight: 800;
	height: 38px;
	justify-content: center;
	margin-bottom: 1rem;
	width: 38px;
}

.tzk-steps strong {
	display: block;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}

.tzk-steps span {
	color: var(--tzk-muted);
	font-size: 0.92rem;
	line-height: 1.55;
}

.tzk-tinted {
	background: var(--tzk-mist);
}

.tzk-green-tinted {
	background: var(--tzk-leaf-pale);
}

.tzk-card-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tzk-card-grid.is-three {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tzk-card {
	background: #fff;
	border: 1px solid rgba(37, 48, 57, 0.1);
	border-radius: var(--tzk-radius);
	box-shadow: 0 8px 24px rgba(22, 55, 72, 0.04);
	display: flex;
	flex-direction: column;
	min-height: 175px;
	padding: 1.25rem;
	text-decoration: none;
}

.tzk-card:hover {
	border-color: rgba(23, 107, 157, 0.38);
	box-shadow: 0 12px 30px rgba(22, 55, 72, 0.08);
	transform: translateY(-2px);
}

.tzk-card .tzk-card-kicker {
	color: var(--tzk-green);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.tzk-card strong {
	color: var(--tzk-charcoal);
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-size: 1.23rem;
	line-height: 1.22;
}

.tzk-card span:last-child {
	color: var(--tzk-muted);
	font-size: 0.88rem;
	line-height: 1.5;
	margin-top: 0.6rem;
}

.tzk-link-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	list-style: none;
	margin: 1.8rem 0 0;
	padding: 0;
}

.tzk-link-cloud a {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: 999px;
	color: var(--tzk-charcoal);
	display: inline-block;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 0.55rem 0.85rem;
	text-decoration: none;
}

.tzk-link-cloud a:hover {
	border-color: var(--tzk-blue);
	color: var(--tzk-blue);
}

.tzk-trust-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 2rem;
}

.tzk-trust-item {
	border-left: 3px solid var(--tzk-green);
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.45;
	padding-left: 0.9rem;
}

.tzk-newsletter {
	background: var(--tzk-blue-dark);
	color: #fff;
}

.tzk-newsletter h2,
.tzk-newsletter p {
	color: #fff;
}

.tzk-newsletter-inner {
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
}

.tzk-newsletter-form {
	display: flex;
	gap: 0.65rem;
}

.tzk-newsletter-form input[type="email"] {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 999px;
	flex: 1;
	font: inherit;
	min-height: 52px;
	min-width: 0;
	padding: 0.7rem 1rem;
}

.tzk-newsletter-form button {
	background: #fff;
	border-color: #fff;
	color: var(--tzk-blue-dark);
	white-space: nowrap;
}

.tzk-newsletter-note {
	font-size: 0.78rem;
	margin: 0.45rem 0 0;
	opacity: 0.8;
}

.tzk-breadcrumbs {
	color: var(--tzk-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.tzk-breadcrumbs a {
	color: var(--tzk-muted);
}

.tzk-breadcrumbs span[aria-hidden="true"] {
	opacity: 0.55;
}

.tzk-jump-links {
	background: var(--tzk-mist);
	border-radius: var(--tzk-radius);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin: 1.5rem 0 2.2rem;
	padding: 1rem;
}

.tzk-recipe-hero {
	border-radius: 22px;
	box-shadow: var(--tzk-shadow);
	margin: 1.75rem 0 2.5rem;
	overflow: hidden;
}

.tzk-recipe-hero img {
	aspect-ratio: 3 / 2;
	display: block;
	object-fit: cover;
	width: 100%;
}

.tzk-note,
.tzk-tip,
.tzk-warning,
.tzk-testing-notes {
	border-left: 4px solid var(--tzk-blue);
	border-radius: 0 12px 12px 0;
	margin: 1.8rem 0;
	padding: 1rem 1.15rem;
}

.tzk-note,
.tzk-tip {
	background: var(--tzk-mist);
}

.tzk-warning {
	background: #fff8e7;
	border-left-color: #c58a17;
}

.tzk-testing-notes {
	background: var(--tzk-leaf-pale);
	border-left-color: var(--tzk-green);
}

.tzk-toc {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: var(--tzk-radius);
	margin: 2rem 0;
	padding: 1.25rem 1.4rem;
}

.tzk-toc strong {
	display: block;
	margin-bottom: 0.65rem;
}

.tzk-toc ol {
	columns: 2;
	margin-bottom: 0;
	padding-left: 1.2rem;
}

.tzk-toc li {
	break-inside: avoid;
	font-size: 0.9rem;
	margin-bottom: 0.35rem;
}

.tzk-ingredient-grid {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 1.5rem 0;
	padding: 0;
}

.tzk-ingredient-grid li {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: 12px;
	padding: 0.85rem 1rem;
}

.tzk-method {
	counter-reset: tzk-method;
	list-style: none;
	padding: 0;
}

.tzk-method > li {
	border-bottom: 1px solid var(--tzk-line);
	margin-bottom: 1.4rem;
	padding: 0 0 1.4rem 4rem;
	position: relative;
}

.tzk-method > li::before {
	align-items: center;
	background: var(--tzk-blue);
	border-radius: 50%;
	color: #fff;
	content: counter(tzk-method);
	counter-increment: tzk-method;
	display: flex;
	font-weight: 800;
	height: 44px;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 44px;
}

.tzk-method strong {
	display: block;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-size: 1.25rem;
	margin-bottom: 0.35rem;
}

.tzk-process-placeholder {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: var(--tzk-mist);
	border: 2px dashed #aac6d4;
	border-radius: 14px;
	color: var(--tzk-blue-dark);
	display: flex;
	font-size: 0.85rem;
	font-weight: 750;
	justify-content: center;
	margin: 1rem 0;
	padding: 1rem;
	text-align: center;
}

.tzk-comparison {
	border-collapse: collapse;
	font-size: 0.9rem;
	margin: 1.3rem 0 2rem;
	width: 100%;
}

.tzk-comparison th,
.tzk-comparison td {
	border: 1px solid var(--tzk-line);
	padding: 0.8rem;
	text-align: left;
	vertical-align: top;
}

.tzk-comparison th {
	background: var(--tzk-mist);
}

.tzk-faq details {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: 12px;
	margin-bottom: 0.7rem;
	padding: 0.9rem 1rem;
}

.tzk-faq summary {
	cursor: pointer;
	font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
	font-size: 1.08rem;
	font-weight: 700;
}

.tzk-faq details p {
	color: #44515a;
	font-size: 0.94rem;
	margin-bottom: 0.2rem;
}

.tzk-recipe-card {
	background: #fff;
	border: 2px solid var(--tzk-blue);
	border-radius: 22px;
	box-shadow: var(--tzk-shadow);
	margin: 3rem 0;
	overflow: hidden;
}

.tzk-recipe-card-header {
	background: var(--tzk-mist);
	padding: 1.5rem;
}

.tzk-recipe-card-header h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	margin: 0 0 0.5rem;
}

.tzk-recipe-card-body {
	padding: 1.5rem;
}

.tzk-recipe-card .tzk-recipe-facts {
	margin: 0.8rem 0 0;
}

.tzk-recipe-card h3 {
	margin-top: 1.8rem;
}

.tzk-author-box {
	align-items: flex-start;
	background: var(--tzk-leaf-pale);
	border-radius: var(--tzk-radius);
	display: grid;
	gap: 1rem;
	grid-template-columns: 64px 1fr;
	margin: 2.5rem 0;
	padding: 1.25rem;
}

.tzk-author-mark {
	align-items: center;
	background: var(--tzk-green);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Iowan Old Style", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 800;
	height: 64px;
	justify-content: center;
	width: 64px;
}

.tzk-related-list {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.tzk-related-list a {
	background: var(--tzk-mist);
	border-radius: 12px;
	display: block;
	font-weight: 700;
	height: 100%;
	padding: 1rem;
	text-decoration: none;
}

.tzk-page-intro {
	color: var(--tzk-muted);
	font-size: 1.15rem;
}

.tzk-form {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: var(--tzk-radius);
	padding: clamp(1.25rem, 4vw, 2rem);
}

.tzk-form-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tzk-form label {
	display: block;
	font-size: 0.84rem;
	font-weight: 750;
	margin-bottom: 0.35rem;
}

.tzk-form input,
.tzk-form textarea {
	background: #fff;
	border: 1px solid #b8c1c5;
	border-radius: 10px;
	font: inherit;
	padding: 0.7rem 0.8rem;
	width: 100%;
}

.tzk-form-help {
	color: var(--tzk-muted);
	font-size: 0.78rem;
}

.tzk-form-notice {
	border-radius: 10px;
	font-weight: 700;
	padding: 0.75rem 1rem;
}

.tzk-form-notice.is-success {
	background: var(--tzk-leaf-pale);
	color: #2f5a2b;
}

.tzk-form-notice.is-error {
	background: #fff0ed;
	color: #8a2f24;
}

.tzk-honeypot {
	left: -9999px !important;
	position: absolute !important;
}

.tzk-site-footer {
	background: #1f2c35;
	color: #e7edf0;
	padding: 4rem 1.25rem 1.5rem;
}

.tzk-footer-inner {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	margin: 0 auto;
	max-width: var(--tzk-wide);
}

.tzk-site-footer .wp-block-site-title {
	font-family: "Iowan Old Style", Georgia, serif;
	font-size: 1.4rem;
	margin: 0 0 0.6rem;
}

.tzk-site-footer a,
.tzk-site-footer .wp-block-site-title a {
	color: #fff;
}

.tzk-site-footer h3 {
	color: #fff;
	font-family: inherit;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.tzk-site-footer p,
.tzk-site-footer li {
	color: #cbd5da;
	font-size: 0.84rem;
	line-height: 1.55;
}

.tzk-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tzk-site-footer li {
	margin-bottom: 0.45rem;
}

.tzk-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin: 2.5rem auto 0;
	max-width: var(--tzk-wide);
	padding-top: 1rem;
}

.tzk-footer-bottom p {
	margin: 0;
}

.tzk-query-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.tzk-query-card {
	background: #fff;
	border: 1px solid var(--tzk-line);
	border-radius: var(--tzk-radius);
	height: 100%;
	padding: 1.25rem;
}

.tzk-query-card .wp-block-post-title {
	font-size: 1.35rem;
	margin: 0 0 0.6rem;
}

.tzk-query-card .wp-block-post-title a {
	color: var(--tzk-charcoal);
	text-decoration: none;
}

.tzk-query-card .wp-block-post-excerpt {
	color: var(--tzk-muted);
	font-size: 0.88rem;
}

.wp-block-comments {
	border-top: 1px solid var(--tzk-line);
	margin-top: 3rem;
	padding-top: 2rem;
}

@media (max-width: 1050px) {
	.tzk-site-header {
		grid-template-columns: 1fr auto;
	}

	.tzk-site-header .wp-block-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
	}

	.tzk-header-search {
		grid-column: 2;
		grid-row: 1;
	}

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

	.tzk-trust-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	.admin-bar .tzk-site-header-shell {
		top: 46px;
	}

	.tzk-site-header {
		grid-template-columns: 1fr auto auto;
		min-height: 66px;
	}

	.tzk-site-header .wp-block-navigation {
		grid-column: auto;
		grid-row: auto;
	}

	.tzk-site-header .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.tzk-header-search {
		grid-column: auto;
		grid-row: auto;
	}

	.tzk-header-search .wp-block-search__input {
		display: none;
	}

	.tzk-hero,
	.tzk-feature-grid,
	.tzk-newsletter-inner {
		grid-template-columns: 1fr;
	}

	.tzk-hero-copy {
		padding: 3.5rem 1.25rem;
	}

	.tzk-hero-media {
		min-height: 420px;
		order: -1;
	}

	.tzk-steps,
	.tzk-card-grid.is-three,
	.tzk-query-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

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

@media (max-width: 600px) {
	body {
		font-size: 17px;
	}

	h1 {
		font-size: clamp(2.35rem, 12vw, 3.3rem);
	}

	.tzk-hero h1 {
		max-width: none;
	}

	.tzk-site-header {
		padding-inline: 1rem;
	}

	.tzk-site-header .wp-block-site-title {
		font-size: 1.05rem;
	}

	.tzk-header-search {
		display: none;
	}

	.tzk-hero-media {
		min-height: 310px;
	}

	.tzk-button-row,
	.tzk-newsletter-form {
		align-items: stretch;
		flex-direction: column;
	}

	.tzk-button {
		width: 100%;
	}

	.tzk-steps,
	.tzk-card-grid,
	.tzk-card-grid.is-three,
	.tzk-ingredient-grid,
	.tzk-related-list,
	.tzk-query-grid,
	.tzk-form-grid,
	.tzk-footer-inner {
		grid-template-columns: 1fr;
	}

	.tzk-trust-grid {
		grid-template-columns: 1fr;
	}

	.tzk-toc ol {
		columns: 1;
	}

	.tzk-entry-content > .alignwide {
		width: calc(100vw - 1.5rem);
	}

	.tzk-comparison {
		display: block;
		overflow-x: auto;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.tzk-card:hover {
		transform: none;
	}
}

@media print {
	.tzk-site-header-shell,
	.tzk-site-footer,
	.tzk-jump-links,
	.tzk-newsletter,
	.wp-block-post-navigation-link,
	.wp-block-comments,
	.tzk-process-placeholder,
	.tzk-related-list,
	.tzk-button-row {
		display: none !important;
	}

	body {
		background: #fff;
		color: #000;
		font-size: 11pt;
	}

	.tzk-singular-main,
	.tzk-entry-content {
		margin: 0;
		max-width: none;
		padding: 0;
	}

	.tzk-recipe-card {
		border: 1px solid #000;
		box-shadow: none;
		margin: 0;
		page-break-inside: avoid;
	}

	a {
		color: #000;
		text-decoration: none;
	}
}
