

/* =========================================================
   17 — MOBILE BODY COPY READABILITY: PASS 1
   Deployed source baseline confirmed August 27, 2026.
   Raises established reading-copy sizes without changing labels,
   step numbers, captions, status text or display typography.
   ========================================================= */
@media (max-width: 600px) {
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:1rem"]:not([style*="margin-bottom:10px"]),
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:1.05rem"],
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:1.08rem"],
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:1.1rem"],
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:17px"] {
		font-size: 1.125rem !important;
		line-height: 1.65 !important;
	}

	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:0.88rem"]:not([style*="letter-spacing"]):not([style*="text-transform"]),
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:0.9rem"]:not([style*="letter-spacing"]):not([style*="text-transform"]),
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:0.92rem"]:not([style*="letter-spacing"]):not([style*="text-transform"]),
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:0.95rem"]:not([style*="letter-spacing"]):not([style*="text-transform"]),
	:is(main, .wp-block-post-content) p.wp-block-paragraph[style*="font-size:0.98rem"]:not([style*="letter-spacing"]):not([style*="text-transform"]) {
		font-size: 1rem !important;
		line-height: 1.6 !important;
	}
}
/*
 * TRUE CUSTOM KITCHENS & MILLWORK
 * WORDPRESS ADDITIONAL CSS — ORGANIZED WORKING COPY
 *
 * STATUS
 * - Working draft for review. Not yet deployed to WordPress.
 * - The tab named "CSS Aug 27 2026" remains the untouched rollback copy.
 * - Pass 1 preserves existing selectors and behaviour wherever possible,
 *   adds a navigation system, and isolates mobile QA corrections.
 *
 * DEPLOYMENT LOCATION
 * WordPress > Appearance > Customize > Additional CSS
 *
 * TABLE OF CONTENTS
 * 01  Design tokens
 * 02  Global foundation and typography
 * 03  Header and primary navigation
 * 04  Buttons and actions
 * 05  Arched project images
 * 06  SEO footer
 * 07  Accessibility and reduced motion
 * 08  Utility page: 404
 * 09  Kitchens planning, mapping, quality and storage components
 * 10  Kitchens & Home hero and related page sections
 * 11  Beyond the Kitchen page family
 * 12  Navigation dropdown extension
 * 13  Trade Ordering page
 * 14  Trade Partners page
 * 15  Jetpack contact forms
 * 16  Mobile QA corrections added during Pass 1
 *
 * MAINTENANCE RULE
 * Add a new rule inside its numbered section. Do not append an unlabeled
 * override to the bottom of this file. Page-specific work must use a
 * tck- prefixed class and should be scoped to the page or component.
 */

/* =========================================================
   01 — DESIGN TOKENS
   ========================================================= */
:root {
	--tck-ink: #252622;
	--tck-olive: #68704e;
	--tck-olive-dark: #454c34;
	--tck-olive-light: #b8c099;
	--tck-cream: #f4f0e8;
	--tck-sand: #e7e0d5;
	--tck-line: #a89f91;
	--tck-font-display: var(
		--wp--preset--font-family--dm-serif-display,
		"DM Serif Display"
	);
	--tck-font-body: var(--wp--preset--font-family--inter, Inter);
}

/* =========================================================
   02 — GLOBAL FOUNDATION AND TYPOGRAPHY
   ========================================================= */
body,
button,
input,
select,
textarea {
	font-family: var(--tck-font-body), Arial, sans-serif;
}

body {
	color: var(--tck-ink);
	background: var(--tck-cream);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/*
 * Font family and weight live here so old Gutenberg font classes and inline
 * font-family declarations cannot make headings change from section to section.
 * Gutenberg may still control each heading's size, line height and alignment.
 */
:where(h1, h2, h3, h4, h5, h6),
.wp-block-heading,
.wp-block-post-title,
.wp-block-query-title {
	font-family: var(--tck-font-display), Georgia, serif !important;
	font-style: normal;
	font-weight: 400 !important;
}

:where(h1, h2, h3, h4, h5, h6) strong,
.wp-block-heading strong,
.wp-block-post-title strong {
	font-weight: inherit;
}

p,
li,
label,
address,
.wp-block-post-excerpt {
	font-family: var(--tck-font-body), Arial, sans-serif;
}

a {
	text-underline-offset: 0.18em;
}

::selection {
	color: #fff;
	background: var(--tck-olive);
}

/* =========================================================
   03 — HEADER AND PRIMARY NAVIGATION
   ========================================================= */
.tck-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgba(37, 38, 34, 0.12);
}

.tck-header-inner {
	align-items: center;
	flex-wrap: nowrap !important;
	max-width: none !important;
}

.tck-header-logo {
	flex: 0 0 auto;
}

.tck-header-logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.tck-main-nav {
	flex: 1 1 auto;
	min-width: 0;
	font-family: var(--tck-font-body), Arial, sans-serif;
}

.tck-main-nav .wp-block-navigation__container {
	align-items: center;
	flex-wrap: nowrap !important;
	justify-content: flex-end;
}

.tck-main-nav .wp-block-navigation-item__content {
	padding: 10px 0;
	color: var(--tck-ink);
	text-decoration: none !important;
	white-space: nowrap;
	transition: color 160ms ease;
}

.tck-main-nav .wp-block-navigation-item__content:hover {
	color: var(--tck-olive);
}

.tck-main-nav .wp-block-navigation-item__content:focus-visible {
	outline: 2px solid var(--tck-olive);
	outline-offset: 4px;
}

/* Final top-level navigation item is the header CTA. */
.tck-main-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item:last-child
	> .wp-block-navigation-item__content {
	padding: 12px 18px;
	border-radius: 2px;
	color: #fff;
	background: var(--tck-olive);
	font-weight: 600;
}

.tck-main-nav
	.wp-block-navigation__container
	> .wp-block-navigation-item:last-child
	> .wp-block-navigation-item__content:hover {
	color: #fff;
	background: var(--tck-olive-dark);
}

/* Compact the desktop header before it runs out of room. */
@media (max-width: 1250px) {
	.tck-header {
		padding-right: 24px !important;
		padding-left: 24px !important;
	}

	.tck-header-logo img {
		width: 175px;
	}

	.tck-main-nav .wp-block-navigation__container {
		gap: 12px !important;
	}

	.tck-main-nav .wp-block-navigation-item__content {
		font-size: 13px;
	}
}

/* Mobile navigation. */
@media (max-width: 781px) {
	.tck-header {
		padding: 14px 20px !important;
	}

	.tck-header-logo img {
		width: 175px;
	}

	.tck-main-nav .wp-block-navigation__responsive-container.is-menu-open {
		padding: 28px;
		color: var(--tck-ink) !important;
		background: var(--tck-cream) !important;
	}

	.tck-main-nav
		.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation__container {
		align-items: flex-start;
		gap: 18px !important;
	}

	.tck-main-nav
		.wp-block-navigation__responsive-container.is-menu-open
		.wp-block-navigation-item__content {
		font-size: 1rem;
	}
}

/* =========================================================
   04 — BUTTONS AND ACTIONS
   ========================================================= */

/* Pill geometry is a deliberate global action cue. */
.wp-block-button__link {
	border-radius: 999px !important;
}
.wp-block-button .wp-block-button__link,
.wp-element-button,
input[type="submit"] {
	padding: 15px 24px;
	border: 1px solid var(--tck-olive);
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	background: var(--tck-olive);
	font-family: var(--tck-font-body), Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	text-decoration: none !important;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover,
input[type="submit"]:hover {
	border-color: var(--tck-olive-dark);
	color: #fff;
	background: var(--tck-olive-dark);
	transform: translateY(-1px);
}

.wp-block-button .wp-block-button__link:focus-visible,
.wp-element-button:focus-visible,
input[type="submit"]:focus-visible {
	outline: 2px solid var(--tck-olive);
	outline-offset: 4px;
}

/* Preserve WordPress outline-button treatment. */
.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: currentColor;
	color: var(--tck-ink);
	background: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: var(--tck-olive);
	color: #fff;
	background: var(--tck-olive);
}

/* Outline buttons placed on dark sections. */
.has-background[style*="background-color:#252622"]
	.wp-block-button.is-style-outline
	.wp-block-button__link,
.has-background[style*="background-color: #252622"]
	.wp-block-button.is-style-outline
	.wp-block-button__link {
	color: #fff;
}

@media (max-width: 781px) {
	.wp-block-button .wp-block-button__link,
	.wp-element-button,
	input[type="submit"] {
		padding: 14px 20px;
	}
}

/* =========================================================
   05 — ARCHED PROJECT IMAGES
   ========================================================= */
.tck-arch-image .wp-block-media-text__media,
.wp-block-image.tck-arch-image {
	overflow: hidden;
	aspect-ratio: 4 / 5;
	border-radius: 50% 50% 0 0 / 28% 28% 0 0;
}

.tck-arch-image .wp-block-media-text__media img,
.wp-block-image.tck-arch-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* =========================================================
   06 — SEO FOOTER
   ========================================================= */
.tck-seo-footer,
.tck-seo-footer * {
	box-sizing: border-box;
}

.tck-seo-footer {
	margin: 0;
	color: var(--tck-cream);
	background: var(--tck-ink);
	font-size: 1rem;
	line-height: 1.65;
}

.tck-seo-footer a {
	color: inherit;
	text-decoration-color: rgba(184, 192, 153, 0.55);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.28em;
	transition: color 160ms ease, text-decoration-color 160ms ease;
}

.tck-seo-footer a:hover {
	color: var(--tck-olive-light);
	text-decoration-color: var(--tck-olive-light);
}

.tck-seo-footer a:focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--tck-olive-light);
	outline-offset: 5px;
}

.tck-seo-footer__inner {
	width: min(100% - 48px, 1180px);
	margin-inline: auto;
}

.tck-seo-footer__lead {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
	align-items: end;
	gap: clamp(44px, 7vw, 96px);
	padding-block: clamp(72px, 9vw, 112px) clamp(60px, 8vw, 92px);
	border-bottom: 1px solid rgba(244, 240, 232, 0.22);
}

.tck-seo-footer__brand {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.18em 0.34em;
	margin-bottom: 28px;
	color: var(--tck-cream);
	font-family: var(--tck-font-display), Georgia, serif;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	letter-spacing: 0.035em;
	line-height: 1;
	text-decoration: none;
}

.tck-seo-footer__brand span {
	color: var(--tck-olive-light);
}

.tck-seo-footer__eyebrow,
.tck-seo-footer__nav-title,
.tck-seo-footer__contact-title,
.tck-seo-footer__cta-label {
	margin: 0 0 15px;
	color: var(--tck-olive-light);
	font-family: var(--tck-font-body), Arial, sans-serif;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.11em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tck-seo-footer__title {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-family: var(--tck-font-display), Georgia, serif;
	font-size: clamp(2.55rem, 5.2vw, 5.1rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 0.98;
}

.tck-seo-footer__summary {
	max-width: 720px;
	margin: 27px 0 0;
	color: rgba(244, 240, 232, 0.72);
	font-size: clamp(1rem, 1.45vw, 1.1rem);
	line-height: 1.75;
}

.tck-seo-footer__cta {
	padding: clamp(28px, 4vw, 42px);
	color: var(--tck-ink);
	background: var(--tck-sand);
}

.tck-seo-footer__cta .tck-seo-footer__cta-label {
	color: var(--tck-olive);
}

.tck-seo-footer__cta h3 {
	margin: 0;
	color: var(--tck-ink);
	font-family: var(--tck-font-display), Georgia, serif;
	font-size: clamp(1.85rem, 3vw, 2.55rem);
	font-weight: 400;
	line-height: 1.05;
}

.tck-seo-footer__cta p:not(.tck-seo-footer__cta-label) {
	margin: 18px 0 24px;
	color: rgba(37, 38, 34, 0.78);
	line-height: 1.65;
}

.tck-seo-footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid var(--tck-ink);
	color: var(--tck-cream) !important;
	background: var(--tck-ink);
	font-family: var(--tck-font-body), Arial, sans-serif;
	font-size: 0.9rem;
	font-weight: 650;
	letter-spacing: 0.035em;
	line-height: 1.2;
	text-decoration: none !important;
}

.tck-seo-footer__button:hover {
	border-color: var(--tck-olive);
	color: #fff !important;
	background: var(--tck-olive);
}

.tck-seo-footer__directory {
	display: grid;
	grid-template-columns: 1.2fr 0.85fr 1.25fr;
	gap: clamp(42px, 6vw, 86px);
	padding-block: clamp(56px, 7vw, 82px);
}

.tck-seo-footer__links {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tck-seo-footer__links a {
	display: inline-block;
	color: var(--tck-cream);
	text-decoration: none;
}

.tck-seo-footer__links a::after {
	display: inline-block;
	margin-left: 0.55em;
	color: var(--tck-olive-light);
	font-size: 0.75em;
	content: "\2192";
	transform: translateY(-0.08em);
}

.tck-seo-footer__contact {
	margin: 0;
	color: rgba(244, 240, 232, 0.72);
	font-style: normal;
}

.tck-seo-footer__contact p {
	margin: 0 0 18px;
}

.tck-seo-footer__contact strong {
	display: block;
	margin-bottom: 2px;
	color: var(--tck-cream);
	font-weight: 600;
}

.tck-seo-footer__contact a {
	color: var(--tck-cream);
}

.tck-seo-footer__local {
	padding-block: 25px;
	border-top: 1px solid rgba(244, 240, 232, 0.22);
	border-bottom: 1px solid rgba(244, 240, 232, 0.22);
	color: rgba(244, 240, 232, 0.72);
	font-size: 0.88rem;
}

.tck-seo-footer__local p,
.tck-seo-footer__base p {
	margin: 0;
}

.tck-seo-footer__local strong {
	color: var(--tck-cream);
	font-weight: 600;
}

.tck-seo-footer__base {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px 36px;
	padding-block: 24px 30px;
	color: rgba(244, 240, 232, 0.58);
	font-size: 0.78rem;
}

.tck-seo-footer__base a {
	color: rgba(244, 240, 232, 0.78);
}

@media (max-width: 860px) {
	.tck-seo-footer__lead {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.tck-seo-footer__directory {
		grid-template-columns: 1fr 1fr;
	}

	.tck-seo-footer__contact-wrap {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.tck-seo-footer__inner {
		width: min(100% - 36px, 1180px);
	}

	.tck-seo-footer__lead,
	.tck-seo-footer__directory {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.tck-seo-footer__contact-wrap {
		grid-column: auto;
	}

	.tck-seo-footer__base {
		display: grid;
		justify-content: start;
	}

	.tck-seo-footer__button {
		width: 100%;
	}
}

/* =========================================================
   07 — ACCESSIBILITY: REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
	.tck-main-nav .wp-block-navigation-item__content,
	.wp-block-button .wp-block-button__link,
	.wp-element-button,
	input[type="submit"],
	.tck-seo-footer a {
		transition: none;
	}

	.wp-block-button .wp-block-button__link:hover,
	.wp-element-button:hover,
	input[type="submit"]:hover {
		transform: none;
	}
}

/* =========================================================
   08 — UTILITY PAGE: 404
   ========================================================= */

.tck-404 {
	color: #252622;
}

.tck-404 .wp-block-columns {
	margin-bottom: 0;
}

.tck-404-mark {
	box-sizing: border-box;
	display: flex;
	min-height: clamp(310px, 34vw, 455px);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: clamp(42px, 6vw, 76px) 28px;
	border: 1px solid rgba(37, 38, 34, 0.22);
	border-radius: 50% 50% 0 0 / 24% 24% 0 0;
	background: #E7E0D5;
}

.tck-404-number {
	margin: 0;
	color: #68704E;
	font-family: "DM Serif Display", Georgia, serif;
	font-size: clamp(5.5rem, 13vw, 10rem);
	font-weight: 400;
	letter-spacing: -0.06em;
	line-height: 0.8;
}

.tck-404-detail {
	max-width: 250px;
	margin: 28px auto 0;
	color: rgba(37, 38, 34, 0.72);
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tck-404-kicker {
	margin: 0 0 18px;
	color: #68704E;
	font-size: 0.75rem;
	font-weight: 650;
	letter-spacing: 0.1em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tck-404-title {
	max-width: 720px;
	margin: 0;
	font-size: clamp(3rem, 6vw, 5.8rem);
	line-height: 0.98;
}

.tck-404-intro {
	max-width: 690px;
	margin: 28px 0 30px;
	font-size: clamp(1rem, 1.4vw, 1.12rem);
	line-height: 1.75;
}

.tck-404-search {
	max-width: 620px;
	margin: 0 0 26px;
}

.tck-404-search .wp-block-search__inside-wrapper {
	min-height: 52px;
	padding: 5px;
	border: 1px solid rgba(37, 38, 34, 0.36);
	border-radius: 2px;
	background: #FFFFFF;
}

.tck-404-search .wp-block-search__input {
	min-width: 0;
	padding: 10px 14px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #252622;
	font-family: Inter, Arial, sans-serif;
	font-size: 1rem;
}

.tck-404-search .wp-block-search__button {
	box-sizing: border-box;
	min-width: 48px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid #68704E;
	border-radius: 2px;
	background: #68704E;
	color: #FFFFFF;
}

.tck-404-search .wp-block-search__button:hover {
	border-color: #454C34;
	background: #454C34;
}

.tck-404-actions {
	gap: 12px;
}

.tck-404-routes {
	padding-top: clamp(46px, 6vw, 68px);
	border-top: 1px solid rgba(37, 38, 34, 0.22);
}

.tck-404 .tck-404-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.tck-404 .tck-404-card-grid > .wp-block-column {
	min-width: 0;
	margin: 0;
}

.tck-404-card {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	min-height: 285px;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(28px, 3.6vw, 42px);
	border: 1px solid rgba(37, 38, 34, 0.2);
	background: rgba(255, 255, 255, 0.38);
	box-shadow: inset 0 3px 0 transparent;
	overflow-wrap: normal;
	word-break: normal;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tck-404-card:hover {
	border-color: #68704E;
	box-shadow: inset 0 3px 0 #68704E;
	transform: translateY(-2px);
}

.tck-404-card h2 {
	margin: 0 0 16px;
	font-size: clamp(1.65rem, 2.6vw, 2.25rem);
	line-height: 1.05;
	overflow-wrap: normal;
	word-break: normal;
}

.tck-404-card > p:not(.tck-404-card-link) {
	margin: 0 0 24px;
	color: rgba(37, 38, 34, 0.76);
	line-height: 1.65;
}

.tck-404-card-link {
	margin: auto 0 0;
}

.tck-404-card-link a {
	color: #454C34;
	font-weight: 650;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.tck-404-card-link a:hover {
	color: #252622;
}

@media (max-width: 1040px) {
	.tck-404 .tck-404-card-grid {
		grid-template-columns: 1fr;
	}

	.tck-404-card {
		min-height: 0;
		padding: clamp(28px, 5vw, 42px);
	}

	.tck-404-card h2 {
		max-width: 18ch;
	}

	.tck-404-card > p:not(.tck-404-card-link) {
		max-width: 58ch;
	}
}

@media (max-width: 781px) {
	.tck-404-mark {
		min-height: 300px;
	}

	.tck-404-number {
		font-size: clamp(6rem, 27vw, 9rem);
	}

	.tck-404-title {
		font-size: clamp(2.8rem, 13vw, 4.6rem);
	}

	.tck-404-actions .wp-block-button,
	.tck-404-actions .wp-block-button__link {
		width: 100%;
	}

	.tck-404-card {
		min-height: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tck-404-card {
		transition: none;
	}
}

/* =========================================================
   09 — KITCHENS PLANNING, MAPPING, QUALITY AND STORAGE
   ========================================================= */

/* Renovation planning and investment section. */

.tck-renovation-planning {
  --tck-planning-ink: #252820;
  --tck-planning-muted: #606158;
  --tck-planning-background: #f2efe9;
  --tck-planning-card: #ffffff;
  --tck-planning-border: rgba(37, 40, 32, 0.16);

  background: var(--tck-planning-background);
  color: var(--tck-planning-ink);
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}

.tck-renovation-planning__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
  gap: clamp(2.5rem, 7vw, 6rem);
  align-items: start;
}

.tck-renovation-planning__eyebrow {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tck-renovation-planning h2 {
  max-width: 820px;
  margin: 0 0 1.75rem;
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  font-weight: 450;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.tck-renovation-planning h3 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 450;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.tck-renovation-planning__main > p:not(.tck-renovation-planning__eyebrow),
.tck-renovation-planning__card > p:not(.tck-renovation-planning__eyebrow) {
  color: var(--tck-planning-muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.75;
}

.tck-renovation-planning__main > p:not(.tck-renovation-planning__eyebrow) {
  max-width: 760px;
  margin: 0 0 1rem;
}

.tck-renovation-planning__card {
  background: var(--tck-planning-card);
  border: 1px solid var(--tck-planning-border);
  border-radius: 1rem;
  padding: clamp(2rem, 4vw, 3.25rem);
}

.tck-renovation-planning__card > p:not(.tck-renovation-planning__eyebrow) {
  margin: 0 0 1rem;
}

.tck-renovation-planning__button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 0.95rem 1.3rem;
  border: 1px solid var(--tck-planning-ink);
  border-radius: 0.25rem;
  background: var(--tck-planning-ink);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.tck-renovation-planning__button:hover,
.tck-renovation-planning__button:focus-visible {
  background: transparent;
  color: var(--tck-planning-ink);
  transform: translateY(-2px);
}

.tck-renovation-planning__link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.75rem;
  color: var(--tck-planning-ink);
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.15rem;
}

.tck-renovation-planning__link:hover,
.tck-renovation-planning__link:focus-visible {
  opacity: 0.65;
}

.tck-renovation-planning__button:focus-visible,
.tck-renovation-planning__link:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

@media (max-width: 800px) {
  .tck-renovation-planning__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .tck-renovation-planning h2 {
    max-width: 650px;
  }
}

@media (max-width: 480px) {
  .tck-renovation-planning {
    padding-inline: 1.1rem;
  }

  .tck-renovation-planning__button {
    justify-content: space-between;
    width: 100%;
  }
}

/* TCK Kitchens & Home page refinements */

/* Keep the dark quality section high-contrast and visually connected. */
.tck-quality-section .tck-quality-card {
  background: rgba(255, 255, 255, 0.025);
  height: 100%;
}

.tck-quality-section .tck-quality-card h3 {
  color: #ffffff !important;
}

.tck-quality-section .tck-quality-card p {
  color: #e7e0d5 !important;
}

.tck-quality-section > .wp-block-columns:last-of-type {
  align-items: stretch;
}

/* Keep the showroom choice cards aligned without making them feel rigid. */
.tck-showroom-section .wp-block-columns {
  align-items: stretch;
}

.tck-showroom-section .wp-block-column > .wp-block-group {
  height: 100%;
}

/* Improve anchor scrolling when the sticky site header is visible. */
#showroom {
  scroll-margin-top: 110px;
}

/* WordPress switches Columns to stacked layouts near this width. */
@media (max-width: 781px) {
  .tck-quality-section .tck-quality-card,
  .tck-home-mapping .wp-block-group[style*="min-height"],
  .tck-showroom-section .wp-block-group[style*="min-height"] {
    min-height: 0 !important;
  }

  .tck-quality-section,
  .tck-home-mapping,
  .tck-showroom-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .tck-quality-section h2,
  .tck-home-mapping h2,
  .tck-showroom-section h2 {
    font-size: clamp(2.55rem, 12vw, 4rem) !important;
  }
}

@media (max-width: 480px) {
  .tck-quality-section,
  .tck-home-mapping,
  .tck-showroom-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
/* Darken the quality image enough for readable white text */
.tck-quality-cover .wp-block-cover__background {
	opacity: 1 !important;
	background: linear-gradient(
		90deg,
		rgba(37, 38, 34, 0.72) 0%,
		rgba(37, 38, 34, 0.62) 48%,
		rgba(37, 38, 34, 0.72) 100%
	) !important;
}

.tck-quality-cover .tck-quality-section {
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.tck-quality-cover .tck-quality-section p {
	color: #f4f0e8 !important;
}

.tck-quality-cover .tck-quality-section > .wp-block-columns {
	margin-bottom: 0 !important;
}

/* Compact the Home Mapping cards */
.tck-home-mapping .wp-block-column > .wp-block-group {
	height: 100%;
	min-height: 245px !important;
}

@media (max-width: 781px) {
	.tck-home-mapping .wp-block-column > .wp-block-group {
		min-height: 0 !important;
	}
}
/* Keep light storage cards legible even if global heading colours change. */
.tck-storage-section h3 {
  color: #68704e !important;
}

.tck-storage-section .wp-block-columns {
  align-items: stretch;
}

.tck-storage-section .wp-block-column > .wp-block-group {
  height: 100%;
}

@media (max-width: 781px) {
  .tck-storage-section {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .tck-storage-section h2 {
    font-size: clamp(2.55rem, 12vw, 4rem) !important;
  }

  .tck-storage-section .wp-block-group[style*="min-height"] {
    min-height: 0 !important;
  }
}

@media (max-width: 480px) {
  .tck-storage-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* =========================================================
   10 — KITCHENS & HOME HERO AND RELATED SECTIONS
   ========================================================= */

.tck-kitchen-hero {
	min-height: 88vh !important;
}

.tck-kitchen-hero .wp-block-cover__background {
	opacity: 1 !important;
	background: linear-gradient(
		90deg,
		rgba(244, 240, 232, 0.97) 0%,
		rgba(244, 240, 232, 0.92) 32%,
		rgba(244, 240, 232, 0.7) 50%,
		rgba(244, 240, 232, 0.28) 72%,
		rgba(244, 240, 232, 0.03) 100%
	) !important;
}

.tck-kitchen-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tck-kitchen-hero__inner {
	box-sizing: border-box;
	width: 100%;
}

.tck-kitchen-hero__copy {
	box-sizing: border-box;
	width: min(720px, 100%);
	max-width: 720px;
	margin: 0 !important;
	padding: 0 !important;
}

.tck-kitchen-hero__copy h1 {
	max-width: 11ch;
}

.tck-kitchen-hero
	.wp-block-button.is-style-outline
	.wp-block-button__link {
	border-color: #68704e;
	color: #454c34;
	background: rgba(244, 240, 232, 0.55);
}

.tck-kitchen-hero
	.wp-block-button.is-style-outline
	.wp-block-button__link:hover {
	border-color: #68704e;
	color: #ffffff;
	background: #68704e;
}

@media (max-width: 781px) {
	.tck-kitchen-hero {
		min-height: auto !important;
	}

	.tck-kitchen-hero .wp-block-cover__background {
		background: rgba(244, 240, 232, 0.91) !important;
	}

	.tck-kitchen-hero__inner {
		padding: 72px 20px !important;
	}

	.tck-kitchen-hero__copy {
		width: 100%;
		max-width: 100%;
	}

	.tck-kitchen-hero__copy h1 {
		max-width: none;
		font-size: clamp(2.9rem, 13vw, 4.5rem) !important;
	}

	.tck-kitchen-hero__copy .wp-block-button,
	.tck-kitchen-hero__copy .wp-block-button__link {
		width: 100%;
	}
}

/* Kitchens & Home testimonial */

.tck-testimonial {
	max-width: 900px;
	margin-inline: auto;
	padding-block: clamp(48px, 7vw, 82px);
}

.tck-testimonial__quote {
	margin: 0 auto 22px;
	color: #454c34;
	font-family: var(--tck-font-display), Georgia, serif;
	font-size: clamp(1.45rem, 2.4vw, 2.25rem);
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: -0.015em;
}

.tck-testimonial__name {
	margin: 0;
	color: rgba(37, 38, 34, 0.72);
	font-size: 0.9rem;
	line-height: 1.55;
}

.tck-testimonial__name strong {
	color: #252622;
	font-weight: 650;
}
/* Prevent doubled testimonial spacing */
.tck-testimonial-section .tck-testimonial {
	padding-block: 0;
}

.tck-testimonial__eyebrow {
	margin: 0 0 22px;
}

@media (max-width: 781px) {
	.tck-testimonial-section {
		padding-top: 56px !important;
		padding-bottom: 56px !important;
	}
}

/* Bigger Picture cards */

.tck-bigger-picture .wp-block-columns {
	align-items: stretch;
}

.tck-bigger-picture .wp-block-column > .wp-block-group {
	height: 100%;
}

@media (max-width: 781px) {
	.tck-bigger-picture .wp-block-column > .wp-block-group {
		min-height: 0 !important;
	}
}
/* Trade section responsiveness */

.tck-trade-cards {
	align-items: stretch;
}

.tck-trade-card {
	height: 100%;
}

@media (max-width: 781px) {
	.tck-trade-section {
		padding-top: 72px !important;
		padding-bottom: 72px !important;
	}

	.tck-trade-panel {
		padding: 34px 24px !important;
	}

	.tck-trade-card {
		min-height: 0 !important;
	}
}

@media (max-width: 480px) {
	.tck-trade-section {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}

	.tck-trade-panel {
		padding: 30px 20px !important;
	}
}

.tck-btk-hero .wp-block-cover__background {
	opacity: 1 !important;
	background: linear-gradient(
		90deg,
		rgba(37, 38, 34, 0.72) 0%,
		rgba(37, 38, 34, 0.58) 45%,
		rgba(37, 38, 34, 0.48) 100%
	) !important;
}

/* Beyond the Kitchen: visual service grid */
.tck-space-grid {
	display: grid !important;
	grid-template-columns: 62% 38%;
	gap: 18px;
	width: 100% !important;
	max-width: none !important;
	align-items: stretch;
}

.tck-space-grid > .wp-block-column {
	flex-basis: auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
}

/* Large closet side */
.tck-space-grid > .wp-block-column:first-child {
	display: flex;
}

.tck-space-grid > .wp-block-column:first-child > .wp-block-cover {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 0 !important;
}

/* Two stacked cards */
.tck-space-grid > .wp-block-column:last-child {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 18px;
}

.tck-space-grid > .wp-block-column:last-child > .wp-block-cover {
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	margin: 0 !important;
}

/* Mobile */
@media (max-width: 781px) {
	.tck-space-grid {
		display: block !important;
		width: 100% !important;
	}

	.tck-space-grid > .wp-block-column:first-child,
	.tck-space-grid > .wp-block-column:last-child {
		display: block;
	}

	.tck-space-grid .wp-block-cover {
		width: 100%;
		height: auto;
		min-height: 320px !important;
		margin-bottom: 18px !important;
	}
}

/* =========================================================
   11 — BEYOND THE KITCHEN PAGE FAMILY
   ========================================================= */

/* Keep all service heroes aligned with the existing Kitchens hero treatment. */
.tck-service-hero {
	min-height: clamp(620px, 78vh, 820px);
}

.tck-service-hero .wp-block-cover__background {
	opacity: 1 !important;
	background: linear-gradient(
		90deg,
		rgba(37, 38, 34, 0.78) 0%,
		rgba(37, 38, 34, 0.62) 46%,
		rgba(37, 38, 34, 0.44) 100%
	) !important;
}

.tck-service-hero .wp-block-cover__inner-container {
	width: 100%;
}

/* Hub service cards. */
.tck-service-card-grid {
	align-items: stretch;
}

.tck-service-card-grid > .wp-block-column,
.tck-service-card-grid .wp-block-cover {
	height: 100%;
}

.tck-service-card .wp-block-cover {
	overflow: hidden;
}

.tck-service-card .wp-block-cover__background {
	opacity: 1 !important;
	background: linear-gradient(
		180deg,
		rgba(37, 38, 34, 0.08) 12%,
		rgba(37, 38, 34, 0.82) 100%
	) !important;
}

.tck-service-card .wp-block-cover__image-background {
	transition: transform 420ms ease;
}

.tck-service-card:hover .wp-block-cover__image-background {
	transform: scale(1.025);
}

.tck-service-card a {
	color: #fff;
	text-decoration: none;
}

.tck-service-card a:hover {
	text-decoration: underline;
	text-decoration-color: var(--tck-olive-light);
}

.tck-service-card a:focus-visible {
	outline: 2px solid var(--tck-olive-light);
	outline-offset: 4px;
}

/* Equal-height information cards. */
.tck-value-card-grid,
.tck-service-type-grid {
	align-items: stretch;
}

.tck-value-card-grid > .wp-block-column,
.tck-service-type-grid > .wp-block-column {
	display: flex;
}

.tck-value-card,
.tck-service-type-card {
	width: 100%;
	height: 100%;
	border: 1px solid rgba(168, 159, 145, 0.42);
}

.tck-value-card h3,
.tck-service-type-card h3 {
	color: var(--tck-olive);
}

.tck-service-checklist {
	padding-left: 1.25rem;
}

.tck-service-checklist li {
	margin-bottom: 0.7rem;
	line-height: 1.6;
}

.tck-service-checklist li::marker {
	color: var(--tck-olive);
}

/* Editorial image sections. */
.tck-storage-feature .wp-block-image img,
.tck-moving-bookcase-feature .wp-block-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Make anchor-linked sections clear the sticky site header. */
.tck-service-closets,
.tck-service-vanities,
.tck-service-built-ins {
	scroll-margin-top: 110px;
}

@media (max-width: 960px) {
	.tck-service-card-grid {
		flex-wrap: wrap !important;
	}

	.tck-service-card-grid > .wp-block-column {
		flex-basis: calc(50% - 9px) !important;
	}

	.tck-service-card-grid > .wp-block-column:first-child {
		flex-basis: 100% !important;
	}

	.tck-service-card-grid .wp-block-cover {
		min-height: 430px !important;
	}
}

@media (max-width: 781px) {
	.tck-service-hero {
		min-height: 600px;
	}

	.tck-service-hero .wp-block-cover__background {
		background: linear-gradient(
			180deg,
			rgba(37, 38, 34, 0.52) 0%,
			rgba(37, 38, 34, 0.82) 100%
		) !important;
	}

	.tck-btk-pathways,
	.tck-btk-custom-value,
	.tck-btk-project-strip,
	.tck-service-types,
	.tck-storage-feature,
	.tck-focused-project,
	.tck-built-in-grid,
	.tck-moving-bookcase-feature {
		padding-top: 64px !important;
		padding-bottom: 64px !important;
	}

	.tck-service-card-grid > .wp-block-column {
		flex-basis: 100% !important;
	}

	.tck-service-card-grid .wp-block-cover {
		min-height: 390px !important;
	}

	.tck-value-card,
	.tck-service-type-card {
		height: auto;
	}
}

@media (max-width: 480px) {
	.tck-service-hero h1 {
		font-size: clamp(2.8rem, 14vw, 4rem) !important;
	}

	.tck-service-card-grid .wp-block-cover {
		min-height: 350px !important;
	}

	.tck-value-card,
	.tck-service-type-card {
		padding: 26px 22px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tck-service-card .wp-block-cover__image-background {
		transition: none;
	}

	.tck-service-card:hover .wp-block-cover__image-background {
		transform: none;
	}
}
/* =========================================================
   12 — NAVIGATION DROPDOWN EXTENSION
   ========================================================= */

.tck-header {
  position: relative;
  z-index: 100;
}

.tck-header .wp-block-navigation .has-child > .wp-block-navigation-item__content {
  transition: color 180ms ease;
}

.tck-header .wp-block-navigation .has-child:hover > .wp-block-navigation-item__content,
.tck-header .wp-block-navigation .has-child:focus-within > .wp-block-navigation-item__content,
.tck-header .wp-block-navigation .current-menu-ancestor > .wp-block-navigation-item__content {
  color: #626b4e;
}

.tck-header .wp-block-navigation__submenu-icon {
  color: #626b4e;
  margin-left: 0.4em !important;
  transition: transform 180ms ease;
}

.tck-header .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-icon,
.tck-header .wp-block-navigation .has-child:focus-within > .wp-block-navigation__submenu-icon,
.tck-header .wp-block-navigation__submenu-icon[aria-expanded="true"] {
  transform: rotate(180deg);
}

@media (min-width: 783px) {
  .tck-header .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    left: 50% !important;
    right: auto !important;
    min-width: 248px !important;
    padding: 10px !important;
    transform: translateX(-50%);
    background: #f4f0e8 !important;
    border: 1px solid rgba(98, 107, 78, 0.22) !important;
    border-top: 3px solid #626b4e !important;
    border-radius: 0;
    box-shadow: 0 18px 38px rgba(30, 35, 25, 0.16);
    overflow: hidden;
    z-index: 200;
  }

  .tck-header .wp-block-navigation__submenu-container .wp-block-navigation-item {
    width: 100%;
  }

  .tck-header .wp-block-navigation__submenu-container .wp-block-navigation-item + .wp-block-navigation-item {
    border-top: 1px solid rgba(98, 107, 78, 0.14);
  }

  .tck-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 13px 14px !important;
    color: #1f251c !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    border-left: 3px solid transparent;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
  }

  .tck-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover,
  .tck-header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:focus-visible,
  .tck-header .wp-block-navigation__submenu-container .current-menu-item > .wp-block-navigation-item__content {
    color: #4f5940 !important;
    background: #e8e2d6 !important;
    border-left-color: #626b4e;
    outline: none;
  }
}

/* Keep the mobile overlay clean and easy to scan. */
@media (max-width: 782px) {
  .tck-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
    padding: 6px 0 6px 18px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
/* =========================================================
   13 — TRADE ORDERING PAGE
   All rules are scoped to .tck-order-page.
   ========================================================= */

.tck-order-page {
  --tck-order-ink: #252622;
  --tck-order-olive: #68704e;
  --tck-order-cream: #f4f0e8;
  --tck-order-sand: #e7e0d5;
  --tck-order-sand-dark: #dcd4c7;
  color: var(--tck-order-ink);
  overflow: clip;
}

.tck-order-page :where(a) {
  text-underline-offset: 0.18em;
}

.tck-order-page :where(a, button, summary):focus-visible {
  outline: 3px solid #b8c099;
  outline-offset: 4px;
}

.tck-order-page :where(.wp-block-button__link) {
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tck-order-page .wp-block-button__link[style*="background-color:#68704E"]:hover {
  background-color: var(--tck-order-ink) !important;
}

.tck-order-page .wp-block-button__link[style*="background-color:#FFFFFF"]:hover {
  background-color: var(--tck-order-sand) !important;
}

.tck-order-page .is-style-outline .wp-block-button__link:hover {
  background-color: #fff !important;
  color: var(--tck-order-ink) !important;
}

.tck-order-cover {
  min-height: min(780px, 86vh);
}

.tck-order-hero h1,
.tck-order-available-panel h2,
.tck-order-products > h2,
.tck-order-process > h2,
.tck-order-faq > h2,
.tck-order-final-cta h2 {
  text-wrap: balance;
}

.tck-order-hero h1 {
  max-width: 790px;
}

.tck-order-account-link {
  color: var(--tck-order-cream);
}

.tck-order-account-link a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.72);
  text-decoration-thickness: 1px;
}

.tck-order-account-link a:hover {
  color: #b8c099;
}

.tck-order-available-panel {
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 18px 18px 0 rgba(104, 112, 78, 0.92);
}

.tck-order-available-row {
  align-items: center;
  border-top: 1px solid rgba(37, 38, 34, 0.2);
  gap: 14px;
  margin: 0;
  padding: 15px 0;
}

.tck-order-available-row:last-of-type {
  border-bottom: 1px solid rgba(37, 38, 34, 0.2);
}

.tck-order-available-row p {
  margin: 0;
}

.tck-order-available-row p:first-child,
.tck-order-available-row p:last-child {
  color: var(--tck-order-olive);
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.tck-order-available-row p:nth-child(2) {
  flex: 1 1 auto;
  font-size: 0.98rem;
  font-weight: 650;
}

.tck-order-available-row a {
  color: var(--tck-order-ink);
  text-decoration: none;
}

.tck-order-available-row a:hover {
  color: var(--tck-order-olive);
}

.tck-order-available-row-soon {
  opacity: 0.68;
}

.tck-order-proof p {
  font-size: 0.74rem;
  font-weight: 650;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.tck-order-proof-columns > .wp-block-column + .wp-block-column {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.tck-order-product-card,
.tck-order-process-item {
  border: 1px solid rgba(37, 38, 34, 0.09);
}

.tck-order-product-card {
  height: 100%;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.tck-order-product-card:not(.tck-order-product-card-soon):hover {
  box-shadow: 0 17px 40px rgba(37, 38, 34, 0.12);
  transform: translateY(-3px);
}

.tck-order-card-number {
  color: var(--tck-order-olive);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 27px;
}

.tck-order-card-number-light {
  color: #b8c099;
}

.tck-order-product-card h3 {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0;
  text-wrap: balance;
}

.tck-order-soon-line {
  align-items: flex-start;
  gap: 20px;
}

.tck-order-badge {
  background: var(--tck-order-olive);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: -5px 0 0;
  padding: 7px 9px;
  text-transform: uppercase;
}

.tck-order-soon-note {
  border-top: 1px solid rgba(37, 38, 34, 0.2);
  color: rgba(37, 38, 34, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  margin: 0;
  padding-top: 14px;
}

.tck-order-process-item {
  background: var(--tck-order-cream);
  height: 100%;
  padding: 26px;
}

.tck-order-process-item h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 10px;
}

.tck-order-process-item p:last-child {
  line-height: 1.55;
  margin: 0;
}

.tck-order-faq-item {
  border-top: 1px solid rgba(37, 38, 34, 0.3);
  margin: 0;
  padding: 20px 0;
}

.tck-order-faq-item:last-of-type {
  border-bottom: 1px solid rgba(37, 38, 34, 0.3);
}

.tck-order-faq-item summary {
  cursor: pointer;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.27rem, 2vw, 1.65rem);
  line-height: 1.2;
  padding-right: 42px;
  position: relative;
}

.tck-order-faq-item summary::after {
  color: var(--tck-order-olive);
  content: "+";
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  position: absolute;
  right: 6px;
  top: 0;
}

.tck-order-faq-item[open] summary::after {
  content: "−";
}

.tck-order-faq-item p {
  line-height: 1.68;
  margin: 16px 0 0;
  max-width: 790px;
}

.tck-order-final-cta {
  border-left: 7px solid var(--tck-order-olive);
}

.tck-order-page :where(#doors-panels, #flat-pack-cabinetry) {
  scroll-margin-top: 120px;
}

@media (max-width: 900px) {
  .tck-order-cover {
    min-height: 0;
  }

  .tck-order-product-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .tck-order-product-card {
    min-height: 0 !important;
  }
}

@media (max-width: 781px) {
  .tck-order-available-panel {
    box-shadow: 11px 11px 0 rgba(104, 112, 78, 0.92);
  }

  .tck-order-proof-columns > .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 12px;
  }
}

@media (max-width: 520px) {
  .tck-order-hero {
    padding-bottom: 68px !important;
    padding-top: 60px !important;
  }

  .tck-order-available-panel,
  .tck-order-product-card,
  .tck-order-final-cta {
    padding: 26px !important;
  }

  .tck-order-page .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .tck-order-page .wp-block-button,
  .tck-order-page .wp-block-button__link {
    width: 100%;
  }

  .tck-order-page .wp-block-button__link {
    text-align: center;
  }

  .tck-order-process-item {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tck-order-page *,
  .tck-order-page *::before,
  .tck-order-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   14 — TRADE PARTNERS PAGE
   All rules are scoped to .tck-partner-page.
   ========================================================= */

.tck-partner-page {
  --tck-partner-ink: #252622;
  --tck-partner-olive: #68704e;
  --tck-partner-cream: #f4f0e8;
  --tck-partner-sand: #e7e0d5;
  --tck-partner-sand-dark: #dcd4c7;
  color: var(--tck-partner-ink);
  overflow: clip;
}

.tck-partner-page :where(a) {
  text-underline-offset: 0.18em;
}

.tck-partner-page :where(a, button, summary):focus-visible {
  outline: 3px solid #b8c099;
  outline-offset: 4px;
}

.tck-partner-page :where(.wp-block-button__link) {
  font-family: Inter, sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.tck-partner-page .wp-block-button__link[style*="background-color:#68704E"]:hover {
  background-color: var(--tck-partner-ink) !important;
}

.tck-partner-page .wp-block-button__link[style*="background-color:#FFFFFF"]:hover {
  background-color: var(--tck-partner-sand) !important;
}

.tck-partner-page .is-style-outline .wp-block-button__link:hover {
  background-color: #fff !important;
  color: var(--tck-partner-ink) !important;
}

.tck-partner-cover {
  min-height: min(780px, 86vh);
}

.tck-partner-hero h1,
.tck-partner-fit-panel h2,
.tck-partner-capabilities > h2,
.tck-partner-process > h2,
.tck-partner-brief h2,
.tck-partner-routing > h2,
.tck-partner-route-card h3,
.tck-partner-faq > h2,
.tck-partner-final-cta h2 {
  text-wrap: balance;
}

.tck-partner-hero h1 {
  max-width: 820px;
}

.tck-partner-fit-panel {
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 18px 18px 0 rgba(104, 112, 78, 0.92);
}

.tck-partner-check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tck-partner-check-list li {
  border-top: 1px solid rgba(37, 38, 34, 0.2);
  line-height: 1.48;
  padding: 15px 0 15px 27px;
  position: relative;
}

.tck-partner-check-list li:last-child {
  border-bottom: 1px solid rgba(37, 38, 34, 0.2);
}

.tck-partner-check-list li::before {
  color: var(--tck-partner-olive);
  content: "✓";
  font-size: 0.86rem;
  font-weight: 800;
  left: 1px;
  position: absolute;
  top: 16px;
}

.tck-partner-panel-link {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 20px 0 0;
}

.tck-partner-panel-link a {
  color: var(--tck-partner-olive);
}

.tck-partner-proof p {
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.045em;
  margin: 0;
  text-transform: uppercase;
}

.tck-partner-proof-columns > .wp-block-column + .wp-block-column {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.tck-partner-capability-card,
.tck-partner-process-card,
.tck-partner-route-card {
  border: 1px solid rgba(37, 38, 34, 0.09);
}

.tck-partner-capability-card {
  height: 100%;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.tck-partner-capability-card:hover {
  box-shadow: 0 17px 40px rgba(37, 38, 34, 0.12);
  transform: translateY(-3px);
}

.tck-partner-card-number {
  color: var(--tck-partner-olive);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 27px;
  text-transform: uppercase;
}

.tck-partner-card-number-light {
  color: #b8c099;
}

.tck-partner-capability-card h3 {
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0;
  text-wrap: balance;
}

.tck-partner-card-list {
  margin-bottom: 0;
  margin-top: 24px;
  padding-left: 1.2em;
}

.tck-partner-card-list li {
  border-top: 1px solid rgba(37, 38, 34, 0.17);
  line-height: 1.45;
  padding: 10px 0;
}

.tck-partner-card-list-light li {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--tck-partner-sand);
}

.tck-partner-process-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  height: 100%;
  padding: 27px;
}

.tck-partner-process-card h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 11px;
}

.tck-partner-process-card p:last-child {
  color: var(--tck-partner-sand);
  line-height: 1.58;
  margin: 0;
}

.tck-partner-brief-list {
  border-top: 1px solid rgba(37, 38, 34, 0.28);
}

.tck-partner-brief-row {
  border-bottom: 1px solid rgba(37, 38, 34, 0.28);
  padding: 18px 0;
}

.tck-partner-brief-row h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 5px;
}

.tck-partner-brief-row p {
  line-height: 1.52;
  margin: 0;
}

.tck-partner-route-card {
  height: 100%;
}

.tck-partner-route-card h3 {
  font-weight: 400;
  margin-top: 0;
}

.tck-partner-faq-item {
  border-top: 1px solid rgba(37, 38, 34, 0.3);
  margin: 0;
  padding: 20px 0;
}

.tck-partner-faq-item:last-of-type {
  border-bottom: 1px solid rgba(37, 38, 34, 0.3);
}

.tck-partner-faq-item summary {
  cursor: pointer;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.27rem, 2vw, 1.65rem);
  line-height: 1.2;
  padding-right: 42px;
  position: relative;
}

.tck-partner-faq-item summary::after {
  color: var(--tck-partner-olive);
  content: "+";
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  position: absolute;
  right: 6px;
  top: 0;
}

.tck-partner-faq-item[open] summary::after {
  content: "−";
}

.tck-partner-faq-item p {
  line-height: 1.68;
  margin: 16px 0 0;
  max-width: 790px;
}

.tck-partner-faq-item a {
  color: var(--tck-partner-olive);
  font-weight: 650;
}

.tck-partner-final-cta {
  border-left: 7px solid var(--tck-partner-olive);
}

.tck-partner-page :where(#project-brief) {
  scroll-margin-top: 120px;
}

@media (max-width: 960px) {
  .tck-partner-cover {
    min-height: 0;
  }

  .tck-partner-card-grid {
    display: grid !important;
    grid-template-columns: 1fr;
  }

  .tck-partner-capability-card {
    min-height: 0 !important;
  }
}

@media (max-width: 781px) {
  .tck-partner-fit-panel {
    box-shadow: 11px 11px 0 rgba(104, 112, 78, 0.92);
  }

  .tck-partner-proof-columns > .wp-block-column + .wp-block-column {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    padding-top: 12px;
  }
}

@media (max-width: 520px) {
  .tck-partner-hero {
    padding-bottom: 68px !important;
    padding-top: 60px !important;
  }

  .tck-partner-fit-panel,
  .tck-partner-capability-card,
  .tck-partner-route-card,
  .tck-partner-final-cta {
    padding: 26px !important;
  }

  .tck-partner-page .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .tck-partner-page .wp-block-button,
  .tck-partner-page .wp-block-button__link {
    width: 100%;
  }

  .tck-partner-page .wp-block-button__link {
    text-align: center;
  }

  .tck-partner-process-card {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tck-partner-page *,
  .tck-partner-page *::before,
  .tck-partner-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* =========================================================
   15 — JETPACK CONTACT FORM SYSTEM
   ========================================================= */
/*
 * Shared styling for Jetpack contact and appointment forms.
 * Keep fields in one column for clarity and reliable mobile completion.
 */
.wp-block-jetpack-contact-form {
  --tck-form-border: #a89f91;
  --tck-form-border-soft: #d6cec1;
  --tck-form-focus: #68704e;
  --tck-form-surface: rgba(255, 255, 255, 0.68);
  background: var(--tck-form-surface);
  border: 1px solid var(--tck-form-border-soft);
  border-radius: 42px;
  box-sizing: border-box;
  gap: 1.3rem !important;
  padding: clamp(24px, 4vw, 40px);
  width: 100%;
}

.wp-block-jetpack-contact-form .grunion-field-wrap {
  margin: 0 !important;
}

.wp-block-jetpack-contact-form .grunion-field-label {
  color: var(--tck-olive);
  display: block;
  font-family: Inter, sans-serif;
  font-size: 0.74rem !important;
  font-weight: 650 !important;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin: 0 0 0.58rem 0.95rem !important;
  text-transform: uppercase;
}

.wp-block-jetpack-contact-form .grunion-label-required {
  font-size: 0;
  margin-left: 0.18rem;
}

.wp-block-jetpack-contact-form .grunion-label-required::after {
  color: var(--tck-form-focus);
  content: "*";
  font-size: 0.76rem;
  font-weight: 700;
}

.wp-block-jetpack-contact-form .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="file"]),
.wp-block-jetpack-contact-form .grunion-field-wrap select {
  appearance: auto;
  background-color: #fff;
  border: 1px solid var(--tck-form-border);
  border-radius: 999px;
  box-sizing: border-box;
  color: var(--tck-ink);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  height: 58px;
  line-height: 1.35;
  padding: 0 21px;
  width: 100%;
}

.wp-block-jetpack-contact-form .grunion-field-wrap textarea {
  background-color: #fff;
  border: 1px solid var(--tck-form-border);
  border-radius: 28px;
  box-sizing: border-box;
  color: var(--tck-ink);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  min-height: 156px;
  padding: 17px 21px;
  resize: vertical;
  width: 100%;
}

.wp-block-jetpack-contact-form .grunion-field-wrap input[type="file"] {
  background: #fff;
  border: 1px solid var(--tck-form-border);
  border-radius: 22px;
  box-sizing: border-box;
  color: var(--tck-ink);
  font-family: Inter, sans-serif;
  padding: 12px 16px;
  width: 100%;
}

.wp-block-jetpack-contact-form .grunion-field-wrap input::placeholder,
.wp-block-jetpack-contact-form .grunion-field-wrap textarea::placeholder {
  color: #7f7a70;
  opacity: 1;
}

.wp-block-jetpack-contact-form .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):hover,
.wp-block-jetpack-contact-form .grunion-field-wrap select:hover,
.wp-block-jetpack-contact-form .grunion-field-wrap textarea:hover {
  border-color: var(--tck-form-focus);
}

.wp-block-jetpack-contact-form .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):focus,
.wp-block-jetpack-contact-form .grunion-field-wrap select:focus,
.wp-block-jetpack-contact-form .grunion-field-wrap textarea:focus {
  background-color: #fff;
  border-color: var(--tck-form-focus);
  box-shadow: 0 0 0 3px rgba(104, 112, 78, 0.18);
  outline: none;
}

.wp-block-jetpack-contact-form .grunion-field-wrap input[type="checkbox"],
.wp-block-jetpack-contact-form .grunion-field-wrap input[type="radio"] {
  accent-color: var(--tck-form-focus);
}

.wp-block-jetpack-contact-form .wp-block-button {
  margin-top: 0.15rem;
}

.wp-block-jetpack-contact-form .wp-block-button__link {
  align-items: center;
  background: var(--tck-olive) !important;
  border: 1px solid var(--tck-olive) !important;
  border-radius: 999px !important;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 0.86rem;
  font-weight: 650;
  justify-content: center;
  letter-spacing: 0.045em;
  min-height: 56px;
  padding: 15px 32px;
  text-decoration: none;
}

.wp-block-jetpack-contact-form .wp-block-button__link:hover {
  background: var(--tck-olive-dark) !important;
  border-color: var(--tck-olive-dark) !important;
  color: #fff !important;
}

.wp-block-jetpack-contact-form .wp-block-button__link:focus-visible {
  outline: 3px solid var(--tck-olive-light);
  outline-offset: 4px;
}

.wp-block-jetpack-contact-form .contact-form__error,
.wp-block-jetpack-contact-form .contact-form__input-error {
  color: #8a332c;
  font-size: 0.88rem;
  line-height: 1.45;
}

.wp-block-jetpack-contact-form [aria-invalid="true"] {
  border-color: #8a332c !important;
  box-shadow: 0 0 0 3px rgba(138, 51, 44, 0.13);
}

@media (max-width: 600px) {
  .wp-block-jetpack-contact-form {
    border-radius: 30px;
    gap: 1.15rem !important;
    padding: 24px 18px;
  }

  .wp-block-jetpack-contact-form .grunion-field-label {
    margin-left: 0.78rem !important;
  }

  .wp-block-jetpack-contact-form .grunion-field-wrap input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="file"]),
  .wp-block-jetpack-contact-form .grunion-field-wrap select {
    height: 56px;
  }

  .wp-block-jetpack-contact-form .wp-block-button,
  .wp-block-jetpack-contact-form .wp-block-button__link {
    width: 100%;
  }
}

/* =========================================================
   16 — MOBILE QA CORRECTIONS: PASS 1
   Keep these rules together until the mobile review is complete.
   They address typography, touch targets and oversized hero treatment.
   Content-level fixes such as heading hierarchy, menu structure,
   form configuration and link destinations are documented above.
   ========================================================= */

@media (max-width: 600px) {
	/* Prevent Gutenberg's desktop heading sizes from dominating phone screens. */
	main h1 {
		font-size: clamp(2.25rem, 11vw, 2.75rem) !important;
		line-height: 1.02 !important;
	}

	main h2 {
		font-size: clamp(1.9rem, 9.5vw, 2.25rem) !important;
		line-height: 1.08 !important;
	}

	main h3 {
		font-size: clamp(1.5rem, 7.5vw, 1.85rem) !important;
		line-height: 1.12 !important;
	}

	/* Keep the Kitchens hero substantial without excessive vertical padding. */
	.tck-kitchen-hero__inner {
		padding: 52px 20px !important;
	}

	/* Keep shared service heroes within a useful phone viewport. */
	.tck-service-hero,
	.tck-order-cover,
	.tck-partner-cover {
		min-height: min(72svh, 620px) !important;
	}

	/* Meet a comfortable minimum touch target for mobile navigation. */
	.tck-main-nav .wp-block-navigation__responsive-container-open,
	.tck-main-nav .wp-block-navigation__responsive-container-close {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
	}

	/* Direct-contact actions should not require precision tapping. */
	main a[href^="tel:"],
	main a[href^="mailto:"] {
		align-items: center;
		display: inline-flex;
		min-height: 44px;
	}

	.tck-seo-footer a {
		align-items: center;
		display: inline-flex;
		min-height: 44px;
	}
}




/* ============================================
   ACCESSIBILITY — SMALL TEXT CONTRAST
   Updated 2026-08-28
   ============================================ */

/* Small olive eyebrow and step labels: 6.86:1 on sand */
p.wp-block-paragraph[style*="color:#68704E" i][style*="font-size:0.75rem"] {
  color: #454C34 !important;
}

/* Footer copyright: 5.48:1 on the charcoal footer */
.tck-seo-footer p[style*="color:rgba(244,240,232,.42)"] {
  color: rgba(244,240,232,.58) !important;
}


/* Header spacing and tablet navigation — September 15, 2026 */
.tck-header-inner > .wp-block-columns { flex: 1 1 auto; min-width: 0; margin: 0; }
.tck-header .wp-block-navigation { justify-content: flex-end; }
@media (min-width: 1100px) {
 .tck-header .wp-block-navigation__responsive-container-content { flex-wrap: nowrap !important; gap: 20px !important; }
 .tck-header .wp-block-navigation__container { flex-wrap: nowrap !important; gap: 16px !important; }
 .tck-header .wp-block-navigation-item__label, .tck-header .wp-block-button__link { white-space: nowrap; }
 .tck-header .wp-block-navigation__responsive-container-content > .wp-block-buttons { flex-shrink: 0; }
}
@media (min-width: 1100px) and (max-width: 1399px) {
 .tck-header { padding-left: 24px !important; padding-right: 24px !important; }
 .tck-header-logo img { width: 175px; }
 .tck-header .wp-block-navigation { font-size: 14px; }
 .tck-header .wp-block-navigation__container { gap: 12px !important; }
 .tck-header .wp-block-button__link { font-size: 14px; padding: 12px 16px; }
}
@media (max-width: 1099px) {
 .tck-header .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
 .tck-header .wp-block-navigation__responsive-container-open { display: flex !important; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; }
 .tck-header .wp-block-navigation__responsive-container.is-menu-open { padding: 28px !important; background: #f4f0e8 !important; color: #252622 !important; }
 .tck-header .is-menu-open .wp-block-navigation__responsive-container-content { align-items: flex-start !important; gap: 24px !important; padding-top: 48px; }
 .tck-header .is-menu-open .wp-block-navigation__container { align-items: flex-start !important; gap: 18px !important; }
 .tck-header .is-menu-open .wp-block-navigation-item__content { font-size: 16px; }
 .tck-header .is-menu-open .wp-block-navigation__submenu-container { position: static !important; transform: none !important; min-width: 0 !important; padding: 6px 0 6px 18px !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }
}


/* Keep inquiry fields usable on narrow phones. */
@media (max-width: 600px) {
 .page-id-26 .wp-block-group:has(> .jetpack-contact-form-container) { padding-left: 12px !important; padding-right: 12px !important; }
 .page-id-26 .wp-block-jetpack-contact-form { padding-left: 12px !important; padding-right: 12px !important; }
 .page-id-26 .jetpack-field__input-phone-wrapper { flex-wrap: wrap; }
 .page-id-26 .jetpack-field__input-phone-wrapper input { min-width: 120px; flex: 1 1 120px; }
}
