/*
Theme Name: Grayham Industries
Theme URI: https://grayhamindustries.com/
Author: Codex
Description: Custom theme for the Grayham Industries painting contractor website.
Version: 0.2.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: grayham-industries
*/

@font-face {
	font-family: "Jost";
	src: url("assets/fonts/jost/Jost-VariableFont_wght.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";
	src: url("assets/fonts/roboto-slab/RobotoSlab-VariableFont_wght.woff2") format("woff2");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--gh-nav-dark: #1e3349;
	--gh-navy: #2c4155;
	--gh-navy-rich: #334e67;
	--gh-blue-gray: #4a5163;
	--gh-steel: #5b6e8f;
	--gh-bg: #f0ebe7;
	--gh-bg-alt: #efe8e2;
	--gh-surface: #fcf8f7;
	--gh-border: #c6c1bd;
	--gh-bronze: #a67f55;
	--gh-bronze-dark: #9b7048;
	--gh-bronze-soft: #cfb69c;
	--gh-text: #171d23;
	--gh-text-2: #262428;
	--gh-muted: #6b7380;
	--gh-white: #ffffff;
	--gh-shadow: 0 8px 24px rgba(23, 29, 35, 0.08);
	--gh-shadow-strong: 0 16px 40px rgba(23, 29, 35, 0.12);
	--gh-border-style: 1px solid var(--gh-border);
	--gh-radius-control: 8px;
	--gh-radius-card: 12px;
	--gh-radius-panel: 16px;
	--gh-space-8: 8px;
	--gh-space-12: 12px;
	--gh-space-16: 16px;
	--gh-space-20: 20px;
	--gh-space-24: 24px;
	--gh-space-32: 32px;
	--gh-space-40: 40px;
	--gh-space-48: 48px;
	--gh-space-64: 64px;
	--gh-space-72: 72px;
	--gh-container: 1200px;
	--gh-wide: 1280px;
	--gh-readable: 760px;
	--gh-site-width: min(var(--gh-container), calc(100vw - 32px));
	--gh-site-width-wide: min(var(--gh-wide), calc(100vw - 32px));
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Jost", sans-serif;
	color: var(--gh-text-2);
	background:
		radial-gradient(circle at top left, rgba(166, 127, 85, 0.12), transparent 26%),
		radial-gradient(circle at 100% 0, rgba(44, 65, 85, 0.08), transparent 22%),
		linear-gradient(180deg, var(--gh-bg) 0%, var(--gh-bg-alt) 55%, var(--gh-bg) 100%);
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	color: var(--gh-navy-rich);
	text-decoration: none;
	transition: color 0.18s ease, opacity 0.18s ease;
}

a:hover,
a:focus-visible {
	color: var(--gh-bronze-dark);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: "Roboto Slab", serif;
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -0.02em;
	color: var(--gh-text);
}

p,
ul,
ol {
	margin: 0;
}

button,
input,
select,
textarea {
	font: inherit;
}

:focus-visible {
	outline: 3px solid rgba(166, 127, 85, 0.35);
	outline-offset: 2px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.grayham-site {
	min-height: 100vh;
}

.grayham-topbar__inner,
.grayham-header__inner,
.grayham-section,
.grayham-page-hero__inner,
.grayham-content-layout,
.grayham-single,
.grayham-archive,
.grayham-footer__inner,
.grayham-content-layout > article {
	width: var(--gh-site-width);
	margin-inline: auto;
}

.site-main {
	padding-bottom: var(--gh-space-64);
}

.grayham-topbar {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
		var(--gh-nav-dark);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.92rem;
}

.grayham-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gh-space-16);
	padding: var(--gh-space-12) 0;
}

.grayham-topbar__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--gh-space-16);
}

.grayham-topbar__meta a,
.grayham-topbar__meta span {
	color: inherit;
}

.grayham-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(30, 51, 73, 0.94);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(198, 193, 189, 0.28);
	box-shadow: 0 12px 30px rgba(23, 29, 35, 0.12);
}

.grayham-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gh-space-24);
	padding: 8px 0;
}

.grayham-branding,
.grayham-branding__home,
.grayham-nav-wrap {
	display: flex;
	align-items: center;
}

.grayham-branding {
	min-width: 0;
}

.grayham-branding__home {
	gap: var(--gh-space-16);
	color: var(--gh-white);
}

.grayham-branding--image .grayham-branding__home {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 0;
}

.grayham-branding__crest {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: 1px solid rgba(207, 182, 156, 0.52);
	background: radial-gradient(circle at 30% 30%, rgba(166, 127, 85, 0.42), rgba(44, 65, 85, 0.18));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
	color: var(--gh-white);
	font-family: "Roboto Slab", serif;
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.04em;
}

.grayham-branding__stack {
	display: grid;
	gap: 2px;
}

.grayham-branding__name {
	color: var(--gh-white);
	font-family: "Roboto Slab", serif;
	font-size: clamp(1.2rem, 1.35vw, 1.5rem);
	font-weight: 700;
	letter-spacing: -0.02em;
}

.grayham-branding--image img {
	height: clamp(90px, 7.8vw, 118px);
	width: auto;
	object-fit: contain;
	object-position: center;
}

.grayham-footer__logo img {
	max-height: 60px;
	width: auto;
}

.grayham-branding--image .grayham-branding__logo-fallback {
	display: block;
	height: clamp(90px, 7.8vw, 118px);
	filter: brightness(0) invert(1) opacity(0.96);
}

.grayham-footer__logo .grayham-branding__logo-fallback {
	display: block;
	max-height: 64px;
	filter: brightness(0) invert(1) opacity(0.94);
}

.grayham-nav-wrap {
	gap: var(--gh-space-16);
}

@media (min-width: 1101px) {
	.grayham-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		align-items: center;
		column-gap: clamp(16px, 2vw, 32px);
		justify-content: initial;
	}

	.grayham-branding {
		justify-self: start;
		padding-left: clamp(4px, 0.7vw, 12px);
		justify-content: flex-start;
	}

	.grayham-branding__home {
		width: auto;
		justify-content: flex-start;
	}

	.grayham-nav-wrap {
		grid-column: 2;
		flex: 0 1 auto;
		min-width: 0;
		justify-content: center;
	}

	.grayham-nav {
		margin: 0;
	}

	.grayham-header__cta {
		grid-column: 3;
		justify-self: end;
		margin-right: clamp(4px, 0.7vw, 12px);
	}
}

.grayham-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid rgba(198, 193, 189, 0.32);
	border-radius: var(--gh-radius-control);
	background: rgba(255, 255, 255, 0.08);
	color: var(--gh-white);
}

.grayham-nav ul,
.grayham-footer nav ul,
.grayham-hero__highlights,
.grayham-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grayham-nav > div > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.grayham-nav .menu-item-has-children {
	position: relative;
	padding-bottom: 14px;
	margin-bottom: -14px;
}

.grayham-nav .menu-item-has-children::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 18px;
}

.grayham-nav a {
	display: inline-flex;
	align-items: center;
	padding: 10px 10px;
	border-radius: var(--gh-radius-control);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
}

.grayham-nav a:hover,
.grayham-nav a:focus-visible,
.grayham-nav .current-menu-item > a,
.grayham-nav .current-menu-ancestor > a {
	background: rgba(255, 255, 255, 0.09);
	color: var(--gh-white);
}

.grayham-nav .sub-menu {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	display: none;
	min-width: 230px;
	padding: var(--gh-space-8);
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-card);
	background: rgba(252, 248, 247, 0.98);
	box-shadow: var(--gh-shadow-strong);
}

.grayham-nav .menu-item-has-children:hover > .sub-menu,
.grayham-nav .menu-item-has-children:focus-within > .sub-menu,
.grayham-nav .menu-item-has-children.is-hover-open > .sub-menu {
	display: block;
}

.grayham-nav .sub-menu a {
	width: 100%;
	padding: 11px 12px;
	color: var(--gh-text);
}

.grayham-nav .sub-menu a:hover,
.grayham-nav .sub-menu a:focus-visible {
	background: rgba(44, 65, 85, 0.08);
	color: var(--gh-text);
}

.grayham-button,
.wp-block-button__link,
button,
input[type="submit"],
.forminator-ui .forminator-button-submit,
.forminator-ui .forminator-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--gh-space-8);
	min-height: 46px;
	padding: 12px 18px;
	border: 0;
	border-radius: var(--gh-radius-control);
	background: linear-gradient(180deg, #af8960 0%, var(--gh-bronze) 100%);
	color: var(--gh-white);
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(166, 127, 85, 0.22);
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.grayham-button:hover,
.grayham-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible,
button:hover,
button:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
.forminator-ui .forminator-button-submit:hover,
.forminator-ui .forminator-button-submit:focus-visible,
.forminator-ui .forminator-button:hover,
.forminator-ui .forminator-button:focus-visible {
	transform: translateY(-1px);
	background: linear-gradient(180deg, var(--gh-bronze) 0%, var(--gh-bronze-dark) 100%);
	color: var(--gh-white);
	box-shadow: 0 16px 30px rgba(155, 112, 72, 0.24);
}

.grayham-button--secondary {
	background: linear-gradient(180deg, var(--gh-navy-rich) 0%, var(--gh-nav-dark) 100%);
	box-shadow: 0 12px 24px rgba(30, 51, 73, 0.2);
}

.grayham-text-link,
.grayham-inline-link,
.grayham-mini-form-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--gh-bronze-dark);
	font-weight: 700;
}

.grayham-text-link::after,
.grayham-inline-link::after,
.grayham-mini-form-link::after {
	content: "→";
	font-size: 0.95em;
}

.grayham-front {
	display: grid;
	gap: var(--gh-space-32);
	padding-top: var(--gh-space-24);
}

.grayham-hero {
	width: var(--gh-site-width-wide);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.84fr);
	gap: var(--gh-space-20);
	align-items: start;
}

.grayham-hero__media {
	position: relative;
	display: grid;
	align-items: end;
	min-height: 540px;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: var(--gh-nav-dark);
	box-shadow: var(--gh-shadow-strong);
}

.grayham-hero__image,
.grayham-hero__shade {
	position: absolute;
	inset: 0;
}

.grayham-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grayham-hero__shade {
	background:
		linear-gradient(90deg, rgba(23, 29, 35, 0.74) 0%, rgba(23, 29, 35, 0.4) 42%, rgba(23, 29, 35, 0.2) 100%),
		linear-gradient(180deg, rgba(23, 29, 35, 0.04) 0%, rgba(23, 29, 35, 0.82) 100%);
}

.grayham-hero__content {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: end;
	justify-items: start;
	gap: var(--gh-space-16);
	width: 100%;
	max-width: none;
	padding: clamp(24px, 3.8vw, 40px);
	color: var(--gh-white);
}

.grayham-eyebrow,
.grayham-section-heading__eyebrow,
.grayham-card__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.grayham-eyebrow {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.95);
	width: fit-content;
}

.grayham-section-heading__eyebrow,
.grayham-card__eyebrow {
	color: var(--gh-bronze-dark);
}

.grayham-card__eyebrow--light {
	color: rgba(255, 255, 255, 0.82);
}

.grayham-hero__promo,
.grayham-hero__copy {
	display: grid;
	gap: var(--gh-space-16);
	padding: 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(30, 51, 73, 0.82) 0%, rgba(23, 29, 35, 0.7) 100%);
	box-shadow: 0 20px 40px rgba(23, 29, 35, 0.22);
	backdrop-filter: blur(8px);
}

.grayham-hero__promo {
	position: relative;
	z-index: 2;
	width: min(100%, 620px);
	background: linear-gradient(180deg, rgba(166, 127, 85, 0.2) 0%, rgba(44, 65, 85, 0.9) 100%);
	border-color: rgba(207, 182, 156, 0.42);
}

.grayham-hero__promo-title {
	margin: 0;
	font-size: clamp(1.35rem, 2vw, 1.9rem);
	color: var(--gh-white);
}

.grayham-hero__promo-text {
	margin: 0;
	max-width: 36ch;
	color: rgba(255, 255, 255, 0.9);
}

.grayham-hero__copy {
	position: relative;
	z-index: 1;
	width: min(100%, 700px);
}

.grayham-hero__promo-cta {
	position: relative;
	z-index: 3;
}

.grayham-hero__title {
	margin: 0;
	max-width: 15ch;
	font-size: clamp(2.25rem, 4.1vw, 3.95rem);
	line-height: 1.02;
	color: var(--gh-white);
}

.grayham-hero__text {
	margin: 0;
	max-width: 44ch;
	font-size: 1rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.9);
}

.grayham-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--gh-space-12);
	padding-top: 4px;
}

.grayham-hero__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-top: 6px;
}

.grayham-hero__highlights li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.88rem;
}

.grayham-hero__highlights li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gh-bronze-soft);
}

.grayham-estimate-card,
.grayham-panel,
.grayham-content-card,
.grayham-related,
.grayham-utility-card,
.grayham-map-panel,
.grayham-badge,
.grayham-card,
.grayham-page-hero {
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-panel);
	background: rgba(252, 248, 247, 0.92);
	box-shadow: var(--gh-shadow);
}

.grayham-estimate-card {
	position: relative;
	align-self: start;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(252, 248, 247, 0.98) 0%, rgba(240, 235, 231, 0.96) 100%);
}

.grayham-estimate-card__accent {
	height: 14px;
	background: linear-gradient(90deg, var(--gh-bronze-dark), var(--gh-bronze-soft));
}

.grayham-estimate-card__body {
	display: grid;
	gap: 14px;
	padding: 20px;
}

.grayham-estimate-card .grayham-section-heading h2 {
	font-size: clamp(1.9rem, 3.2vw, 2.6rem);
}

.grayham-estimate-card__note {
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(198, 193, 189, 0.9);
	border-radius: 12px;
	background: rgba(44, 65, 85, 0.05);
	color: var(--gh-text-2);
	font-size: 0.9rem;
	line-height: 1.55;
}

.grayham-estimate-card__proof {
	display: grid;
	gap: 12px;
	padding-top: 6px;
	border-top: 1px solid rgba(198, 193, 189, 0.72);
}

.grayham-estimate-card__proof .grayham-section-heading {
	gap: 6px;
}

.grayham-estimate-card__proof .grayham-section-heading h3 {
	margin: 0;
	font-size: 1.12rem;
	color: var(--gh-text);
}

.grayham-estimate-card__proof .grayham-badge-list {
	grid-template-columns: 1fr;
	gap: 10px;
}

.grayham-estimate-card__proof .grayham-badge {
	gap: 6px;
	padding: 0 12px 12px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.66);
	box-shadow: none;
}

.grayham-estimate-card__proof .grayham-badge__title {
	font-size: 0.92rem;
}

.grayham-estimate-card__proof .grayham-badge__text {
	font-size: 0.84rem;
	line-height: 1.45;
}

.grayham-section {
	display: grid;
	gap: var(--gh-space-24);
	padding: var(--gh-space-32);
}

.grayham-section--why {
	width: var(--gh-site-width-wide);
	padding-top: 8px;
}

.grayham-coverage-band {
	width: var(--gh-site-width-wide);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.62fr);
	gap: var(--gh-space-20);
	align-items: start;
}

.grayham-coverage-band .grayham-section {
	width: auto;
	margin-inline: 0;
}

.grayham-coverage-band .grayham-section--areas {
	padding-right: 8px;
}

.grayham-coverage-band .grayham-section--utility {
	padding-top: 104px;
	padding-left: 0;
}

.grayham-section--design {
	width: var(--gh-site-width-wide);
}

.grayham-design-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
	gap: var(--gh-space-24);
	align-items: start;
	padding: var(--gh-space-24);
	border: 1px solid rgba(198, 193, 189, 0.28);
	border-radius: calc(var(--gh-radius-panel) + 8px);
	background:
		radial-gradient(circle at top left, rgba(166, 127, 85, 0.2), rgba(166, 127, 85, 0) 34%),
		linear-gradient(135deg, rgba(30, 51, 73, 0.98) 0%, rgba(44, 65, 85, 0.96) 58%, rgba(51, 78, 103, 0.94) 100%);
	box-shadow: var(--gh-shadow-strong);
}

.grayham-design-showcase__visuals,
.grayham-design__panel,
.grayham-design__palette {
	display: grid;
	gap: var(--gh-space-20);
}

.grayham-design-stage {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	border: 1px solid rgba(198, 193, 189, 0.24);
	background: rgba(252, 248, 247, 0.08);
	box-shadow: 0 20px 42px rgba(13, 21, 29, 0.24);
}

.grayham-design-stage > img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.grayham-design-stage::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(23, 29, 35, 0.06) 18%, rgba(23, 29, 35, 0.18) 100%);
}

.grayham-design-stage__tags {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.22s ease, transform 0.22s ease;
}

.grayham-design-stage__tag {
	position: absolute;
	display: inline-flex;
	align-items: center;
	max-width: min(220px, 34vw);
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(23, 29, 35, 0.72);
	backdrop-filter: blur(10px);
	color: var(--gh-white);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	pointer-events: auto;
	box-shadow: 0 10px 22px rgba(13, 21, 29, 0.22);
}

.grayham-design-stage__tag:hover,
.grayham-design-stage__tag:focus-visible {
	background: rgba(30, 51, 73, 0.86);
	border-color: rgba(255, 255, 255, 0.34);
	color: var(--gh-white);
}

.grayham-design-stage__tag--bookshelves {
	top: 46%;
	right: var(--gh-space-16);
}

.grayham-design-stage__tag--ceiling {
	top: var(--gh-space-20);
	left: 50%;
	transform: translateX(-50%);
}

.grayham-design-stage__tag--lighting {
	bottom: var(--gh-space-20);
	left: var(--gh-space-16);
}

.grayham-design-stage__tag--curtains {
	top: 42%;
	left: var(--gh-space-16);
}

.grayham-design-stage__tag--klipsch {
	bottom: 20px;
	right: var(--gh-space-16);
}

.grayham-design-stage__tag--surround {
	bottom: 88px;
	left: 50%;
	transform: translateX(-50%);
}

.grayham-design-stage__tag--in-ceiling {
	top: 82px;
	right: var(--gh-space-16);
}

.grayham-design-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--gh-space-16);
}

.grayham-design-gallery__item {
	overflow: hidden;
	scroll-margin-top: 128px;
	border: 1px solid rgba(198, 193, 189, 0.22);
	border-radius: 16px;
	background: rgba(252, 248, 247, 0.95);
	box-shadow: 0 14px 32px rgba(13, 21, 29, 0.12);
}

.grayham-design-gallery__item--wide {
	grid-column: 1 / -1;
}

.grayham-design-gallery__item--before {
	background: rgba(252, 248, 247, 0.9);
	border-style: dashed;
}

.grayham-design-gallery__item--before .grayham-design-gallery__media img {
	filter: saturate(0.86) contrast(0.94);
}

.grayham-design-gallery__item--side-lighting .grayham-design-gallery__media {
	background: #11161c;
}

.grayham-design-gallery__item--side-lighting .grayham-design-gallery__media img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center center;
}

.grayham-design-gallery__media {
	background: var(--gh-bg-alt);
}

.grayham-design-gallery__media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.grayham-design-gallery__body {
	display: grid;
	gap: 6px;
	padding: 14px 16px 16px;
}

.grayham-design-gallery__eyebrow,
.grayham-design__signature-label {
	margin: 0;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gh-bronze);
}

.grayham-design-gallery__body h3,
.grayham-design-feature-card h3,
.grayham-design__palette h3 {
	margin: 0;
	font-size: 1.08rem;
	line-height: 1.25;
}

.grayham-design-gallery__body p,
.grayham-design-feature-card p,
.grayham-design__signature-text,
.grayham-design__palette .grayham-section-heading p {
	margin: 0;
	color: var(--gh-muted);
}

.grayham-design__panel {
	align-content: start;
	padding: var(--gh-space-24);
	border: 1px solid rgba(198, 193, 189, 0.86);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(166, 127, 85, 0.08), rgba(44, 65, 85, 0.03)),
		rgba(252, 248, 247, 0.97);
	box-shadow: var(--gh-shadow);
}

.grayham-design__subheading {
	max-width: none;
}

.grayham-section-heading--design {
	max-width: none;
}

.grayham-design__signature {
	display: grid;
	gap: 8px;
	padding: 16px 18px;
	border: 1px solid rgba(166, 127, 85, 0.2);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(166, 127, 85, 0.12), rgba(240, 235, 231, 0.72));
}

.grayham-design__signature-text {
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--gh-text);
}

.grayham-design-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.grayham-design-feature-card {
	display: grid;
	gap: 8px;
	padding: 14px 16px;
	border: 1px solid rgba(198, 193, 189, 0.8);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
}

.grayham-design__palette {
	align-content: start;
	padding: var(--gh-space-20);
	border: 1px solid rgba(198, 193, 189, 0.8);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(44, 65, 85, 0.04), rgba(252, 248, 247, 0.92));
}

.grayham-design__finish-note {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 14px 16px;
	border: 1px solid rgba(198, 193, 189, 0.84);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
}

.grayham-design__finish-sample {
	overflow: hidden;
	border-radius: 12px;
	border: 1px solid rgba(198, 193, 189, 0.9);
	background: var(--gh-bg-alt);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.grayham-design__finish-sample img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.grayham-design__finish-copy {
	display: grid;
	gap: 8px;
}

.grayham-design__finish-note p {
	margin: 0;
}

.grayham-design-stage.grayham-project-compare {
	min-height: 0;
	aspect-ratio: 16 / 10;
}

.grayham-design-stage.grayham-project-compare::after {
	top: 24px;
	bottom: 24px;
}

.grayham-design-stage.grayham-project-compare .grayham-project-compare__hotspot {
	z-index: 3;
}

.grayham-design-stage.grayham-project-compare .grayham-project-compare__image img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.grayham-design-stage.grayham-project-compare .grayham-project-compare__image--after img {
	object-position: 52% 50%;
	transform: scale(1.03);
}

.grayham-design-stage.grayham-project-compare .grayham-project-compare__image--before img {
	object-position: 50% 50%;
}

.grayham-design-stage.grayham-project-compare:has(.grayham-project-compare__hotspot--after:is(:hover, :focus-visible)) .grayham-design-stage__tags,
.grayham-design-stage.grayham-project-compare[data-preview-state="after"] .grayham-design-stage__tags,
.grayham-design-stage.grayham-project-compare .grayham-design-stage__tags:focus-within {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.grayham-project-compare__hint--external {
	position: static;
	margin: 0;
	justify-self: start;
	max-width: min(100%, 520px);
	padding: 10px 14px;
	border-color: rgba(255, 255, 255, 0.14);
	background: rgba(23, 29, 35, 0.34);
	color: rgba(255, 255, 255, 0.94);
	transform: none;
}

.grayham-color-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--gh-space-16);
}

.grayham-color-card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: var(--gh-space-16);
	align-items: stretch;
	padding: 12px;
	border: 1px solid rgba(198, 193, 189, 0.88);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.grayham-color-card__swatch {
	min-height: 88px;
	border-radius: 12px;
	background: var(--grayham-color, #d8d2cc);
	box-shadow:
		inset 0 0 0 1px rgba(23, 29, 35, 0.12),
		0 10px 20px rgba(23, 29, 35, 0.08);
}

.grayham-color-card__body {
	display: grid;
	gap: 6px;
	align-content: center;
}

.grayham-color-card__code {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gh-muted);
}

.grayham-color-card__title {
	font-size: 1.08rem;
}

.grayham-color-card__text {
	font-size: 0.92rem;
	line-height: 1.55;
	color: var(--gh-muted);
}

.grayham-design__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--gh-space-12);
}

.grayham-section-heading {
	display: grid;
	gap: 10px;
	max-width: 760px;
}

.grayham-section-heading--compact {
	gap: 8px;
}

.grayham-section__heading,
.grayham-page-title,
.grayham-section-heading h2 {
	font-size: clamp(2rem, 3vw, 3rem);
}

.grayham-section__intro,
.grayham-section-heading p {
	color: var(--gh-muted);
	max-width: 62ch;
}

.grayham-coverage,
.grayham-proof-band,
.grayham-single__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
	gap: var(--gh-space-24);
	align-items: stretch;
}

.grayham-coverage__content,
.grayham-proof-band__content {
	display: grid;
	gap: var(--gh-space-20);
}

.grayham-coverage__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--gh-space-16);
}

.grayham-map-panel {
	display: grid;
	align-content: stretch;
	padding: var(--gh-space-16);
	background:
		linear-gradient(180deg, rgba(44, 65, 85, 0.06), rgba(44, 65, 85, 0.01)),
		var(--gh-surface);
}

.grayham-map-panel > iframe,
.grayham-map-panel > img {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
	border-radius: var(--gh-radius-card);
	object-fit: cover;
}

.grayham-map-panel__placeholder {
	display: grid;
	place-items: center;
	min-height: 320px;
	padding: var(--gh-space-24);
	border-radius: var(--gh-radius-card);
	border: 1px dashed rgba(44, 65, 85, 0.22);
	background: rgba(255, 255, 255, 0.58);
	color: var(--gh-muted);
	text-align: center;
}

.grayham-map-panel--interactive {
	gap: var(--gh-space-20);
	padding: var(--gh-space-20);
	border: 1px solid rgba(198, 193, 189, 0.85);
	border-radius: var(--gh-radius-panel);
	box-shadow: 0 16px 40px rgba(23, 29, 35, 0.08);
}

.grayham-service-map__header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: var(--gh-space-20);
}

.grayham-service-map__intro {
	display: grid;
	gap: 10px;
	max-width: 62ch;
}

.grayham-service-map__intro h3,
.grayham-service-map__intro p,
.grayham-service-map__note {
	margin: 0;
}

.grayham-service-map__intro h3 {
	font-size: clamp(1.6rem, 2.2vw, 2.15rem);
}

.grayham-service-map__intro p,
.grayham-service-map__note {
	color: var(--gh-muted);
	line-height: 1.65;
}

.grayham-service-map__legend {
	display: grid;
	gap: 10px;
	padding: 14px 16px;
	border: 1px solid rgba(198, 193, 189, 0.88);
	border-radius: 14px;
	background: rgba(252, 248, 247, 0.88);
}

.grayham-service-map__legend span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	color: var(--gh-text);
}

.grayham-service-map__legend-swatch {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 6px;
	border: 1px solid rgba(30, 51, 73, 0.26);
}

.grayham-service-map__legend-swatch--active {
	background: rgba(175, 192, 211, 0.92);
	border-color: rgba(91, 110, 143, 0.58);
}

.grayham-service-map__legend-swatch--inactive {
	background: rgba(246, 240, 235, 0.92);
}

.grayham-service-map__canvas {
	min-height: 560px;
	border: 1px solid rgba(198, 193, 189, 0.9);
	border-radius: 16px;
	overflow: hidden;
}

.grayham-service-map__canvas .leaflet-container {
	width: 100%;
	height: 100%;
	font-family: inherit;
	background: #e8edf2;
}

.grayham-service-map__canvas .leaflet-tile {
	outline: 1px solid transparent;
}

.grayham-service-map__canvas .leaflet-tile-pane {
	filter: none;
}

.grayham-service-map__canvas .leaflet-overlay-pane svg {
	filter: drop-shadow(0 10px 18px rgba(23, 29, 35, 0.12));
}

.grayham-service-map__canvas .leaflet-control-zoom a {
	color: var(--gh-nav-dark);
}

.grayham-service-map__canvas .leaflet-popup-content-wrapper,
.grayham-service-map__canvas .leaflet-popup-tip {
	background: var(--gh-surface);
	color: var(--gh-text);
}

.grayham-service-map__canvas .leaflet-popup-content {
	margin: 14px 16px;
}

.grayham-service-map__popup {
	display: grid;
	gap: 8px;
	min-width: 180px;
}

.grayham-service-map__popup p {
	margin: 0;
	color: var(--gh-text-2);
	line-height: 1.55;
}

.grayham-service-map__canvas .leaflet-control-attribution {
	background: rgba(252, 248, 247, 0.88);
	color: var(--gh-muted);
}

.grayham-service-map__canvas .leaflet-control-attribution a {
	color: var(--gh-nav-dark);
}

.grayham-zone-widget {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	max-width: 780px;
}

.grayham-coverage-band .grayham-zone-widget {
	max-width: none;
}

.grayham-zone-map-card,
.grayham-zone-sidebar {
	display: grid;
	gap: 16px;
	align-content: start;
	padding: 18px 20px;
}

.grayham-zone-map-card__header {
	display: grid;
	gap: 10px;
	max-width: 60ch;
}

.grayham-zone-map-card__header h3,
.grayham-zone-sidebar .grayham-section-heading h3 {
	margin: 0;
	font-size: clamp(1.45rem, 2vw, 2rem);
}

.grayham-zone-map-card__header p,
.grayham-zone-map-card__note,
.grayham-zone-card__text {
	margin: 0;
	color: var(--gh-muted);
	line-height: 1.6;
}

.grayham-zone-map {
	border: 1px solid rgba(198, 193, 189, 0.82);
	border-radius: 18px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(44, 65, 85, 0.08), rgba(240, 235, 231, 0.08)),
		var(--gh-surface);
}

.grayham-zone-map svg {
	display: block;
	width: 100%;
	height: auto;
}

.grayham-zone-map__frame {
	fill: rgba(255, 255, 255, 0.78);
	stroke: rgba(198, 193, 189, 0.9);
	stroke-width: 2;
}

.grayham-zone-map__terrain {
	fill: rgba(44, 65, 85, 0.06);
	stroke: rgba(44, 65, 85, 0.14);
	stroke-width: 2;
}

.grayham-zone-map__road,
.grayham-zone-map__route {
	fill: none;
	stroke: rgba(91, 110, 143, 0.34);
	stroke-linecap: round;
}

.grayham-zone-map__road {
	stroke-width: 9;
}

.grayham-zone-map__road--north {
	stroke-width: 7;
	stroke-dasharray: 16 18;
}

.grayham-zone-map__route {
	stroke-width: 4;
	stroke-dasharray: 8 14;
}

.grayham-zone-map__river {
	fill: none;
	stroke: rgba(91, 110, 143, 0.42);
	stroke-width: 12;
	stroke-linecap: round;
}

.grayham-zone-map__region {
	stroke: rgba(23, 29, 35, 0.18);
	stroke-width: 4;
	opacity: 0.92;
	transition: transform 0.2s ease, opacity 0.2s ease, stroke 0.2s ease, filter 0.2s ease;
	transform-origin: center;
}

.grayham-zone-map__region--meridian {
	fill: rgba(166, 127, 85, 0.74);
}

.grayham-zone-map__region--eagle {
	fill: rgba(91, 110, 143, 0.72);
}

.grayham-zone-map__region--boise {
	fill: rgba(44, 65, 85, 0.78);
}

.grayham-zone-map__region--star {
	fill: rgba(207, 182, 156, 0.92);
}

.grayham-zone-map__region--hidden-springs {
	fill: rgba(74, 81, 99, 0.76);
}

.grayham-zone-map__marker {
	fill: var(--gh-white);
	stroke: rgba(23, 29, 35, 0.2);
	stroke-width: 3;
	transition: transform 0.2s ease;
	transform-origin: center;
}

.grayham-zone-map__label {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	font-weight: 700;
	fill: var(--gh-white);
	text-anchor: middle;
	pointer-events: none;
}

.grayham-zone-map__group[data-map-zone="star"] .grayham-zone-map__label,
.grayham-zone-map__group[data-map-zone="meridian"] .grayham-zone-map__label {
	fill: var(--gh-text);
}

.grayham-zone-map__group.is-active .grayham-zone-map__region,
.grayham-zone-card.is-active {
	filter: drop-shadow(0 16px 24px rgba(23, 29, 35, 0.16));
}

.grayham-zone-map__group.is-active .grayham-zone-map__region {
	stroke: rgba(255, 255, 255, 0.75);
	opacity: 1;
	transform: translateY(-3px);
}

.grayham-zone-map__group.is-active .grayham-zone-map__marker {
	transform: scale(1.15);
}

.grayham-zip-checker {
	display: grid;
	gap: 12px;
}

.grayham-zone-coverage-text {
	margin: 0;
	color: var(--gh-text-2);
	font-weight: 600;
	line-height: 1.55;
}

.grayham-zip-checker__label {
	font-weight: 700;
	color: var(--gh-text);
}

.grayham-zip-checker__controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
}

.grayham-zip-checker__input {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-control);
	background: var(--gh-white);
	color: var(--gh-text);
	font: inherit;
}

.grayham-zip-checker__result {
	padding: 14px 16px;
	border: var(--gh-border-style);
	border-radius: 14px;
	background: rgba(44, 65, 85, 0.05);
	color: var(--gh-text-2);
	line-height: 1.55;
}

.grayham-zip-checker__result[data-state="match"] {
	background: rgba(44, 65, 85, 0.08);
	border-color: rgba(44, 65, 85, 0.28);
}

.grayham-zip-checker__result[data-state="miss"] {
	background: rgba(166, 127, 85, 0.1);
	border-color: rgba(166, 127, 85, 0.28);
}

.grayham-zone-sidebar__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.grayham-zone-sidebar .grayham-section-heading {
	max-width: none;
}

.grayham-utility-grid,
.grayham-card-grid,
.grayham-badge-list,
.grayham-footer__inner {
	display: grid;
	gap: var(--gh-space-24);
}

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

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

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

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
	align-items: stretch;
	background:
		radial-gradient(circle at top left, rgba(166, 127, 85, 0.14), rgba(166, 127, 85, 0) 34%),
		linear-gradient(135deg, rgba(252, 248, 247, 0.98) 0%, rgba(245, 240, 236, 0.98) 100%);
}

.grayham-card-grid--areas-compact {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--gh-space-20);
}

.grayham-card-grid--why {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grayham-card-grid--testimonials {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grayham-badge-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grayham-card,
.grayham-utility-card,
.grayham-badge {
	overflow: hidden;
}

.grayham-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	border-radius: var(--gh-radius-card);
	background: var(--gh-surface);
}

.grayham-card__media {
	display: block;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(30, 51, 73, 0.18), rgba(30, 51, 73, 0.04));
}

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__media {
	height: 100%;
	min-height: 340px;
	aspect-ratio: auto;
	border-right: 1px solid rgba(198, 193, 189, 0.72);
}

.grayham-card__image {
	width: 100%;
	height: 100%;
	min-height: 210px;
	object-fit: cover;
	transition: transform 0.24s ease;
}

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__image {
	min-height: 100%;
	object-position: center 42%;
}

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
	padding: 30px 32px;
	background:
		linear-gradient(180deg, rgba(30, 51, 73, 0.02), rgba(30, 51, 73, 0.08)),
		rgba(252, 248, 247, 0.9);
}

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__title {
	font-size: clamp(1.4rem, 2vw, 1.75rem);
	line-height: 1.1;
}

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__text {
	max-width: 34ch;
	font-size: 1rem;
	line-height: 1.65;
}

body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-inline-link {
	display: inline-flex;
	align-self: flex-start;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(30, 51, 73, 0.08);
	border: 1px solid rgba(30, 51, 73, 0.12);
}

.grayham-card:hover .grayham-card__image,
.grayham-card:focus-within .grayham-card__image {
	transform: scale(1.03);
}

.grayham-card__body,
.grayham-utility-card,
.grayham-badge {
	display: grid;
	gap: 10px;
	padding: var(--gh-space-20);
}

.grayham-card__title {
	font-size: 1.3rem;
}

.grayham-card__title a {
	color: inherit;
}

.grayham-card__text,
.grayham-badge__text {
	color: var(--gh-muted);
}

.grayham-project-review {
	display: grid;
	gap: 8px;
	padding: 14px 16px;
	border: 1px solid rgba(44, 65, 85, 0.12);
	border-radius: 12px;
	background: rgba(44, 65, 85, 0.04);
}

.grayham-project-review__quote {
	color: var(--gh-text);
	font-weight: 600;
	line-height: 1.55;
}

.grayham-project-review__meta {
	color: var(--gh-muted);
	font-size: 0.92rem;
}

.grayham-card--process {
	position: relative;
	display: grid;
	gap: 10px;
	padding: calc(var(--gh-space-20) + 18px) var(--gh-space-20) var(--gh-space-20);
}

.grayham-card--process::before {
	content: "";
	position: absolute;
	top: var(--gh-space-20);
	left: var(--gh-space-20);
	width: 28px;
	height: 4px;
	border-radius: 999px;
	background: var(--gh-bronze);
}

.grayham-card--compact .grayham-card__image {
	min-height: 160px;
}

.grayham-card-grid--areas-compact .grayham-card__image {
	display: block;
	min-height: 100%;
	height: 100%;
}

.grayham-card-grid--areas-compact .grayham-card__media {
	aspect-ratio: 16 / 10;
}

.grayham-card-grid--areas-compact .grayham-card__body {
	gap: 8px;
	padding: var(--gh-space-16);
}

.grayham-card-grid--areas-compact .grayham-card__eyebrow {
	font-size: 0.7rem;
}

.grayham-card-grid--areas-compact .grayham-card__title {
	font-size: 1.12rem;
}

.grayham-card-grid--areas-compact .grayham-card__text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.grayham-card-grid--projects .grayham-card__image {
	min-height: 260px;
}

.grayham-project-gallery .grayham-card__image {
	display: block;
	min-height: 240px;
}

.grayham-card-grid--testimonials .grayham-card {
	background: linear-gradient(180deg, rgba(252, 248, 247, 1) 0%, rgba(239, 232, 226, 0.72) 100%);
}

.grayham-card-grid--why .grayham-card,
.grayham-badge {
	position: relative;
}

.grayham-card-grid--why .grayham-card::before,
.grayham-badge::before,
.grayham-utility-card::before {
	content: "";
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, var(--gh-bronze-dark), var(--gh-bronze-soft));
}

.grayham-card-grid--why .grayham-card::before {
	display: block;
}

.grayham-card-grid--why .grayham-card {
	display: grid;
	gap: 10px;
	padding-top: 0;
	padding-right: var(--gh-space-20);
	padding-bottom: var(--gh-space-20);
	padding-left: var(--gh-space-20);
}

.grayham-card-grid--why .grayham-card .grayham-card__title,
.grayham-utility-card h2 {
	font-size: 1.2rem;
}

.grayham-utility-card {
	min-height: 100%;
	border-radius: var(--gh-radius-card);
	color: inherit;
	background: linear-gradient(180deg, rgba(252, 248, 247, 0.98) 0%, rgba(239, 232, 226, 0.85) 100%);
	box-shadow: var(--gh-shadow);
}

.grayham-coverage-band .grayham-utility-grid {
	grid-template-columns: 1fr;
	gap: 14px;
}

.grayham-coverage-band .grayham-utility-card {
	min-height: 0;
	gap: 8px;
	padding: 16px 18px;
}

.grayham-coverage-band .grayham-utility-card h2 {
	font-size: 1.08rem;
}

.grayham-coverage-band .grayham-utility-card p {
	font-size: 0.92rem;
	line-height: 1.5;
}

.grayham-utility-card:hover,
.grayham-utility-card:focus-visible,
.grayham-card:hover,
.grayham-card:focus-within {
	transform: translateY(-2px);
	box-shadow: var(--gh-shadow-strong);
}

.grayham-proof-band {
	padding: var(--gh-space-24);
	border-radius: var(--gh-radius-panel);
	background:
		linear-gradient(135deg, rgba(30, 51, 73, 0.06), rgba(166, 127, 85, 0.08)),
		var(--gh-surface);
	border: var(--gh-border-style);
	box-shadow: var(--gh-shadow);
}

.grayham-badge {
	padding-top: 0;
}

.grayham-badge__title {
	color: var(--gh-text);
	font-size: 0.94rem;
}

.grayham-page-hero {
	margin-top: var(--gh-space-24);
	padding: clamp(28px, 4vw, 44px);
	background:
		linear-gradient(135deg, rgba(30, 51, 73, 0.08), rgba(166, 127, 85, 0.12)),
		rgba(252, 248, 247, 0.94);
}

.grayham-page-hero__inner {
	display: grid;
	gap: 12px;
}

.grayham-content-layout,
.grayham-single,
.grayham-archive {
	display: grid;
	gap: var(--gh-space-24);
	margin-top: var(--gh-space-24);
}

.grayham-content-card {
	padding: clamp(24px, 3vw, 36px);
}

.grayham-content-card--hero {
	display: grid;
	align-content: start;
	gap: var(--gh-space-20);
	background:
		linear-gradient(135deg, rgba(30, 51, 73, 0.06), rgba(166, 127, 85, 0.08)),
		var(--gh-surface);
}

body.single-service .grayham-single__hero--service {
	padding: var(--gh-space-24);
	border: 1px solid rgba(198, 193, 189, 0.24);
	border-radius: calc(var(--gh-radius-panel) + 8px);
	background:
		radial-gradient(circle at top left, rgba(166, 127, 85, 0.24), rgba(166, 127, 85, 0) 34%),
		radial-gradient(circle at top right, rgba(91, 110, 143, 0.2), rgba(91, 110, 143, 0) 28%),
		linear-gradient(135deg, rgba(30, 51, 73, 0.98) 0%, rgba(44, 65, 85, 0.96) 58%, rgba(51, 78, 103, 0.94) 100%);
	box-shadow: var(--gh-shadow-strong);
}

.grayham-content-card--hero-accent {
	position: relative;
	padding-left: clamp(28px, 3vw, 40px);
	border: 1px solid rgba(198, 193, 189, 0.78);
	border-radius: calc(var(--gh-radius-panel) + 2px);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, rgba(30, 51, 73, 0.05), rgba(166, 127, 85, 0.12)),
		rgba(252, 248, 247, 0.98);
	box-shadow: 0 18px 38px rgba(13, 21, 29, 0.16);
}

.grayham-content-card--hero-accent::before {
	content: "";
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 16px;
	width: 5px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--gh-bronze), rgba(51, 78, 103, 0.78));
}

.grayham-service-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gh-space-12);
	margin: 0;
	padding: 0;
	list-style: none;
}

.grayham-service-hero__pills li {
	display: inline-flex;
	align-items: center;
	padding: 10px 14px;
	border: 1px solid rgba(44, 65, 85, 0.12);
	border-radius: 999px;
	background: rgba(240, 235, 231, 0.88);
	color: var(--gh-nav-dark);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 10px 22px rgba(23, 29, 35, 0.08);
}

.grayham-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--gh-space-12);
}

.grayham-content-card--cta {
	background:
		linear-gradient(180deg, rgba(30, 51, 73, 0.96) 0%, rgba(44, 65, 85, 0.94) 100%),
		var(--gh-nav-dark);
	color: rgba(255, 255, 255, 0.92);
}

.grayham-content-card--cta h2,
.grayham-content-card--cta p,
.grayham-content-card--cta .grayham-section-heading__eyebrow {
	color: inherit;
}

.grayham-content-card--archive {
	padding-top: var(--gh-space-24);
}

.grayham-single__media {
	overflow: hidden;
	position: relative;
	border-radius: var(--gh-radius-panel);
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: var(--gh-nav-dark);
	box-shadow: var(--gh-shadow-strong);
}

body.single-service .grayham-single__media--service {
	border-color: rgba(166, 127, 85, 0.34);
	box-shadow: 0 20px 42px rgba(13, 21, 29, 0.24);
}

.grayham-service-hero__media-badge {
	position: absolute;
	top: var(--gh-space-16);
	left: var(--gh-space-16);
	z-index: 2;
	display: inline-flex;
	align-items: center;
	max-width: min(88%, 340px);
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(23, 29, 35, 0.54);
	backdrop-filter: blur(10px);
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	line-height: 1.4;
}

body.single-project .grayham-single__hero {
	align-items: start;
}

body.single-project .grayham-single__primary {
	display: grid;
	gap: var(--gh-space-24);
	align-content: start;
}

body.single-project .grayham-single__media {
	align-self: start;
}

.grayham-single__media img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.grayham-section--service-design {
	padding-inline: 0;
}

body.single-service .grayham-single > .grayham-single__hero,
body.single-service .grayham-single > .grayham-section,
body.single-service .grayham-single > .grayham-service-summary-grid,
body.single-service .grayham-single > .grayham-related,
body.single-service .grayham-single > .grayham-content-card {
	width: 100%;
	margin-inline: 0;
}

body.single-service .grayham-single > .grayham-section--service-design {
	width: 100%;
}

.grayham-service-summary-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--gh-space-20);
}

.grayham-service-summary-card {
	display: grid;
	align-content: start;
	gap: var(--gh-space-16);
	border: 1px solid rgba(198, 193, 189, 0.82);
	border-radius: calc(var(--gh-radius-card) + 2px);
	background:
		linear-gradient(180deg, rgba(44, 65, 85, 0.04), rgba(255, 255, 255, 0.72)),
		var(--gh-surface);
	box-shadow: var(--gh-shadow);
}

.grayham-service-summary-card h2 {
	margin: 0;
	padding-top: var(--gh-space-24);
	border-top: 1px solid rgba(198, 193, 189, 0.7);
	font-size: clamp(1.25rem, 1.9vw, 1.6rem);
	line-height: 1.25;
}

.grayham-service-summary-card .grayham-list {
	margin: 0;
}

.grayham-service-summary-card p:first-of-type {
	margin-top: 0;
}

.grayham-service-summary-card p:last-child,
.grayham-service-summary-card ul:last-child {
	margin-bottom: 0;
}

.grayham-project-compare {
	position: relative;
	min-height: 420px;
	isolation: isolate;
	background: #11171d;
}

.grayham-project-compare::after {
	content: "";
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 50%;
	z-index: 2;
	width: 1px;
	background: rgba(255, 255, 255, 0.72);
	transform: translateX(-0.5px);
	transition: opacity 0.24s ease;
}

.grayham-project-compare__image {
	position: absolute;
	inset: 0;
	transition: clip-path 0.32s ease, opacity 0.24s ease, transform 0.32s ease;
}

.grayham-project-compare__image img {
	display: block;
	transform-origin: center center;
	transition: transform 0.32s ease, object-position 0.32s ease;
}

.grayham-project-compare__image--after {
	z-index: 1;
	clip-path: inset(0 50% 0 0);
}

.grayham-project-compare__image--before {
	z-index: 1;
	clip-path: inset(0 0 0 50%);
}

.grayham-project-compare__hotspot {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	align-items: flex-end;
	width: 50%;
	padding: var(--gh-space-20);
	color: var(--gh-white);
	background: linear-gradient(180deg, rgba(23, 29, 35, 0.02) 0%, rgba(23, 29, 35, 0.22) 100%);
}

.grayham-project-compare__hotspot--after {
	left: 0;
	justify-content: flex-start;
}

.grayham-project-compare__hotspot--before {
	right: 0;
	justify-content: flex-end;
}

.grayham-project-compare__label {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	background: rgba(23, 29, 35, 0.48);
	backdrop-filter: blur(8px);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.96);
}

.grayham-project-compare__hint {
	position: absolute;
	top: 18px;
	left: 50%;
	z-index: 3;
	margin: 0;
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(23, 29, 35, 0.44);
	backdrop-filter: blur(8px);
	font-size: 0.84rem;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
	transform: translateX(-50%);
	text-align: center;
}

.grayham-project-compare__hint--external {
	position: static;
	top: auto;
	left: auto;
	transform: none;
	text-align: left;
}

.grayham-project-compare__hint-copy--mobile,
.grayham-project-compare__mobile-tabs {
	display: none;
}

.grayham-project-compare__mobile-tabs {
	gap: 10px;
	align-items: center;
}

.grayham-project-compare__mobile-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid rgba(30, 51, 73, 0.12);
	border-radius: 999px;
	background: rgba(252, 248, 247, 0.92);
	color: var(--gh-text);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.grayham-project-compare:has(.grayham-project-compare__hotspot--after:is(:hover, :focus-visible))::after,
.grayham-project-compare:has(.grayham-project-compare__hotspot--before:is(:hover, :focus-visible))::after,
.grayham-project-compare[data-preview-state="after"]::after,
.grayham-project-compare[data-preview-state="before"]::after {
	opacity: 0;
}

.grayham-project-compare:has(.grayham-project-compare__hotspot--after:is(:hover, :focus-visible)) .grayham-project-compare__image--after,
.grayham-project-compare[data-preview-state="after"] .grayham-project-compare__image--after {
	z-index: 2;
	clip-path: inset(0 0 0 0);
	transform: scale(1.01);
}

.grayham-project-compare:has(.grayham-project-compare__hotspot--after:is(:hover, :focus-visible)) .grayham-project-compare__image--before,
.grayham-project-compare[data-preview-state="after"] .grayham-project-compare__image--before {
	opacity: 0.14;
}

.grayham-project-compare:has(.grayham-project-compare__hotspot--before:is(:hover, :focus-visible)) .grayham-project-compare__image--before,
.grayham-project-compare[data-preview-state="before"] .grayham-project-compare__image--before {
	z-index: 2;
	clip-path: inset(0 0 0 0);
	transform: scale(1.01);
}

.grayham-project-compare:has(.grayham-project-compare__hotspot--before:is(:hover, :focus-visible)) .grayham-project-compare__image--after,
.grayham-project-compare[data-preview-state="before"] .grayham-project-compare__image--after {
	opacity: 0.14;
}

/* Boise exterior comparison tuning so the matched house lines up more naturally. */
body.single-project.postid-27 .grayham-project-compare__image--after img {
	object-position: 57% 50%;
	transform: scale(1.09);
}

body.single-project.postid-27 .grayham-project-compare__image--before img {
	object-position: 51% 52%;
}

.grayham-copy {
	display: grid;
	gap: var(--gh-space-24);
}

.grayham-content-card--project-overview {
	display: grid;
	gap: var(--gh-space-24);
	background:
		linear-gradient(180deg, rgba(44, 65, 85, 0.04) 0%, rgba(255, 255, 255, 0.66) 100%),
		var(--gh-surface);
}

.grayham-project-overview__header,
.grayham-project-overview__review-header {
	display: grid;
	gap: 8px;
}

.grayham-project-overview__header > *,
.grayham-project-overview__review-header > * {
	margin: 0;
}

.grayham-project-overview__header h2 {
	font-size: clamp(1.6rem, 2.4vw, 2.1rem);
}

.grayham-project-overview__header p {
	color: var(--gh-muted);
	line-height: 1.7;
	max-width: 62ch;
}

.grayham-project-overview__content {
	display: grid;
	gap: var(--gh-space-16);
}

.grayham-project-overview__content > * {
	margin: 0;
}

.grayham-project-overview__content p,
.grayham-project-overview__content li {
	color: var(--gh-text-2);
	line-height: 1.75;
}

.grayham-project-overview__review-block {
	display: grid;
	gap: var(--gh-space-16);
	padding-top: var(--gh-space-20);
	border-top: 1px solid rgba(198, 193, 189, 0.88);
}

.grayham-project-overview__review-header h3 {
	font-size: 1.15rem;
}

.grayham-project-colors {
	display: grid;
	gap: var(--gh-space-16);
	padding: var(--gh-space-20);
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-card);
	background:
		linear-gradient(180deg, rgba(44, 65, 85, 0.06), rgba(255, 255, 255, 0.55)),
		rgba(252, 248, 247, 0.92);
}

.grayham-project-colors__header {
	display: grid;
	gap: 8px;
}

.grayham-project-colors__header > * {
	margin: 0;
}

.grayham-project-colors__header h2 {
	font-size: 1.35rem;
}

.grayham-project-colors__header p {
	color: var(--gh-muted);
	line-height: 1.6;
}

.grayham-project-colors .grayham-color-grid {
	grid-template-columns: 1fr;
}

.grayham-project-colors .grayham-color-card {
	padding: 10px;
	grid-template-columns: 64px minmax(0, 1fr);
}

.grayham-project-colors .grayham-color-card__swatch {
	min-height: 72px;
}

.grayham-project-colors .grayham-color-card__title {
	font-size: 1rem;
}

.grayham-project-review--empty {
	background: rgba(44, 65, 85, 0.05);
	border-color: rgba(44, 65, 85, 0.12);
}

.grayham-project-review__empty {
	margin: 0;
	color: var(--gh-text);
	font-weight: 600;
	line-height: 1.6;
}

.grayham-copy > * {
	margin: 0;
}

.grayham-copy > h2 {
	padding-top: var(--gh-space-24);
	border-top: 1px solid rgba(198, 193, 189, 0.7);
	font-size: clamp(1.55rem, 2.2vw, 2.05rem);
}

.grayham-copy > h2:first-child {
	padding-top: 0;
	border-top: 0;
}

.grayham-copy p,
.grayham-copy li {
	color: var(--gh-text-2);
}

.grayham-copy ul,
.grayham-copy ol,
.grayham-list {
	display: grid;
	gap: 10px;
	padding-left: 1.2rem;
}

.grayham-copy .wp-block-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gh-space-12);
}

.grayham-copy .grayham-card-grid,
.grayham-copy .grayham-badge-list,
.grayham-copy .grayham-contact-details,
.grayham-copy .grayham-map-panel,
.grayham-copy .forminator-ui {
	margin-top: 0;
}

.grayham-copy .grayham-map-panel,
.grayham-copy .grayham-contact-details,
.grayham-copy .forminator-ui {
	padding: var(--gh-space-24);
	border-radius: var(--gh-radius-card);
	background: rgba(239, 232, 226, 0.65);
	border: var(--gh-border-style);
}

.grayham-copy .grayham-map-panel {
	padding: var(--gh-space-16);
}

.grayham-content-layout--areas-we-serve .grayham-copy > .grayham-zone-widget {
	margin-top: 0;
	margin-bottom: var(--gh-space-8);
	max-width: none;
}

.grayham-content-layout--areas-we-serve .grayham-copy > .grayham-zone-widget .grayham-zone-sidebar {
	padding: var(--gh-space-24);
}

.grayham-anchor-target {
	display: block;
	position: relative;
	top: calc(-1 * var(--gh-space-16));
	visibility: hidden;
}

.grayham-copy--legal {
	max-width: var(--gh-readable);
}

.grayham-content-layout--contact .grayham-copy {
	grid-template-columns: minmax(0, 1fr);
	gap: var(--gh-space-24);
}

.grayham-content-layout--contact .grayham-copy > h2,
.grayham-content-layout--contact .grayham-copy > p,
.grayham-content-layout--estimate .grayham-copy > h2,
.grayham-content-layout--estimate .grayham-copy > p {
	grid-column: 1 / -1;
}

.grayham-content-layout--contact .grayham-copy > .grayham-contact-details {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--gh-space-24);
}

.grayham-content-layout--contact .grayham-copy > .grayham-map-panel {
	grid-column: 1 / -1;
	max-width: none;
}

.grayham-content-layout--contact .grayham-copy > .forminator-ui,
.grayham-content-layout--estimate .grayham-copy > .forminator-ui {
	grid-column: 1 / -1;
}

.grayham-content-layout--contact .grayham-copy > .grayham-contact-details > .grayham-contact-details__actions,
.grayham-content-layout--contact .grayham-copy > .grayham-contact-details > .grayham-social-links {
	grid-column: 1 / -1;
}

.grayham-content-layout--estimate .grayham-copy {
	max-width: 880px;
	margin-inline: auto;
}

.grayham-content-layout--promo-estimate .grayham-copy {
	max-width: 1120px;
	margin-inline: auto;
}

.grayham-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--gh-space-20);
	margin: var(--gh-space-32) 0;
}

.grayham-process-step {
	display: grid;
	gap: var(--gh-space-12);
	padding: var(--gh-space-24);
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-card);
	background:
		linear-gradient(180deg, rgba(166, 127, 85, 0.07) 0%, rgba(44, 65, 85, 0.06) 100%),
		var(--gh-surface);
	box-shadow: var(--gh-shadow);
}

.grayham-process-step > * {
	margin: 0;
}

.grayham-process-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 var(--gh-space-8);
	border-radius: 999px;
	background: linear-gradient(180deg, var(--gh-bronze) 0%, var(--gh-bronze-dark) 100%);
	box-shadow: 0 10px 20px rgba(166, 127, 85, 0.22);
	color: var(--gh-white);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.grayham-process-step h3 {
	font-size: 1.3rem;
	line-height: 1.2;
}

.grayham-process-step p {
	color: var(--gh-text-2);
	line-height: 1.7;
}

.grayham-process-callout {
	margin: var(--gh-space-12) 0 var(--gh-space-32);
	padding: var(--gh-space-24);
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-card);
	background: rgba(44, 65, 85, 0.05);
}

.grayham-process-callout > * {
	margin-top: 0;
}

.grayham-process-callout ul {
	margin: var(--gh-space-16) 0 0;
	padding-left: 1.2rem;
}

.grayham-process-callout li + li {
	margin-top: 8px;
}

@media (max-width: 1100px) {
	.grayham-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.grayham-process-grid {
		grid-template-columns: 1fr;
	}
}

.grayham-promo-estimate {
	align-items: start !important;
	gap: var(--gh-space-24);
}

.grayham-promo-estimate__details,
.grayham-promo-estimate__form {
	margin: 0 !important;
	padding: clamp(24px, 3vw, 32px);
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-panel);
	box-shadow: var(--gh-shadow);
}

.grayham-promo-estimate__details {
	display: grid;
	gap: var(--gh-space-16);
	background:
		linear-gradient(180deg, rgba(166, 127, 85, 0.08) 0%, rgba(44, 65, 85, 0.08) 100%),
		rgba(252, 248, 247, 0.96);
}

.grayham-promo-estimate__details h2,
.grayham-promo-estimate__form h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 2.75rem);
}

.grayham-promo-estimate__details h3 {
	margin: var(--gh-space-8) 0 0;
	font-size: 1.18rem;
}

.grayham-promo-estimate__details p {
	line-height: 1.7;
}

.grayham-promo-estimate__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 1.2rem;
	color: var(--gh-text-2);
}

.grayham-promo-estimate__terms {
	margin: 0;
	padding-top: var(--gh-space-8);
	color: var(--gh-muted);
	font-size: 0.94rem;
}

.grayham-promo-estimate__form {
	display: grid;
	gap: 14px;
	align-self: start;
	background: linear-gradient(180deg, rgba(252, 248, 247, 0.98) 0%, rgba(240, 235, 231, 0.96) 100%);
}

.grayham-promo-estimate__form .forminator-ui {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.grayham-promo-estimate__form .forminator-ui .forminator-row {
	grid-template-columns: 1fr;
}

.grayham-promo-estimate__form .forminator-ui .forminator-row {
	gap: 12px;
}

.forminator-ui .forminator-row:has(#select-5),
.forminator-ui .forminator-row:has(#select-8),
.forminator-ui .forminator-row:has(#select-11) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.grayham-schedule-row {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
}

.forminator-ui .forminator-row:has(#select-5) .forminator-field,
.forminator-ui .forminator-row:has(#select-8) .forminator-field,
.forminator-ui .forminator-row:has(#select-11) .forminator-field {
	display: grid;
	align-content: start;
}

.grayham-schedule-row .forminator-field {
	display: grid;
	align-content: start;
	gap: 6px;
}

.grayham-schedule-row .forminator-label {
	margin-bottom: 0;
}

.grayham-schedule-row .select2-container {
	width: 100% !important;
}

.grayham-form-note,
.grayham-schedule-note {
	margin: 0 0 12px;
	padding: 12px 14px;
	width: 100%;
	max-width: min(100%, 760px);
	box-sizing: border-box;
	align-self: start;
	margin-inline: auto;
	justify-self: center;
	border-radius: 12px;
	background: rgba(44, 65, 85, 0.06);
	border: 1px solid rgba(198, 193, 189, 0.8);
	color: var(--gh-text-2);
	font-size: 0.92rem;
	line-height: 1.55;
}

.grayham-schedule-intro {
	margin: 6px auto 10px;
	padding: 14px 16px;
	width: 100%;
	max-width: min(100%, 760px);
	box-sizing: border-box;
	align-self: start;
	justify-self: center;
	border-radius: 12px;
	background: rgba(44, 65, 85, 0.06);
	border: 1px solid rgba(198, 193, 189, 0.8);
}

.grayham-schedule-intro__eyebrow {
	margin: 0 0 6px;
	color: var(--gh-bronze);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.grayham-schedule-intro__title {
	margin: 0;
	color: var(--gh-text);
	font-size: 1rem;
	line-height: 1.25;
}

.grayham-schedule-intro__text {
	margin: 8px 0 0;
	color: var(--gh-text-2);
	font-size: 0.92rem;
	line-height: 1.55;
}

.grayham-schedule-row--hidden {
	display: none !important;
}

.grayham-promo-estimate__form .forminator-ui .forminator-button-submit,
.grayham-promo-estimate__form .forminator-ui .forminator-button {
	background: linear-gradient(180deg, #af8960 0%, var(--gh-bronze) 100%) !important;
	color: var(--gh-white) !important;
	border: 0 !important;
	display: flex !important;
	width: 100% !important;
	justify-content: center !important;
	box-shadow: 0 12px 24px rgba(166, 127, 85, 0.22) !important;
}

.grayham-promo-estimate__form .forminator-ui .forminator-button-submit:hover,
.grayham-promo-estimate__form .forminator-ui .forminator-button-submit:focus-visible,
.grayham-promo-estimate__form .forminator-ui .forminator-button:hover,
.grayham-promo-estimate__form .forminator-ui .forminator-button:focus-visible {
	background: linear-gradient(180deg, var(--gh-bronze) 0%, var(--gh-bronze-dark) 100%) !important;
	color: var(--gh-white) !important;
	box-shadow: 0 16px 30px rgba(155, 112, 72, 0.24) !important;
}

.grayham-promo-estimate__form .grayham-mini-form-link {
	margin-top: 2px;
}

.grayham-related {
	display: grid;
	gap: var(--gh-space-20);
	padding: clamp(24px, 3vw, 32px);
}

.grayham-related__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.grayham-pill {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 999px;
	background: rgba(44, 65, 85, 0.08);
	color: var(--gh-navy-rich);
	font-size: 0.94rem;
	font-weight: 600;
}

.grayham-stateline,
.grayham-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gh-space-12);
}

.grayham-faq {
	display: grid;
	gap: var(--gh-space-16);
}

.grayham-faq details {
	padding: var(--gh-space-20);
	border: var(--gh-border-style);
	border-radius: var(--gh-radius-card);
	background: rgba(252, 248, 247, 0.88);
}

.grayham-faq summary {
	cursor: pointer;
	font-weight: 700;
	color: var(--gh-text);
}

.grayham-faq summary::-webkit-details-marker {
	display: none;
}

.grayham-faq summary::after {
	content: "+";
	float: right;
	color: var(--gh-bronze-dark);
}

.grayham-faq details[open] summary::after {
	content: "−";
}

.grayham-faq details p {
	margin-top: var(--gh-space-16);
	color: var(--gh-muted);
}

.grayham-faq__actions {
	display: flex;
	justify-content: center;
	padding-top: var(--gh-space-8);
}

.grayham-faq__toggle {
	min-width: min(100%, 240px);
}

.grayham-rating {
	color: var(--gh-bronze);
	font-size: 1rem;
	letter-spacing: 0.12em;
}

.grayham-contact-details {
	display: grid;
	gap: var(--gh-space-20);
}

.grayham-contact-details__group {
	display: grid;
	gap: var(--gh-space-12);
}

.grayham-contact-details p,
.grayham-contact-details li,
.grayham-contact-details strong,
.grayham-contact-details a {
	color: var(--gh-text);
}

.grayham-contact-details__address {
	display: grid;
	gap: 4px;
	margin-top: 8px;
}

.grayham-contact-details__actions {
	margin: 0;
}

.grayham-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: var(--gh-space-12);
}

.grayham-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	border-radius: var(--gh-radius-control);
	background: rgba(44, 65, 85, 0.08);
	color: var(--gh-text);
	font-weight: 600;
}

.grayham-footer {
	margin-top: var(--gh-space-72);
	padding: var(--gh-space-48) 0 var(--gh-space-24);
	background:
		radial-gradient(circle at top left, rgba(166, 127, 85, 0.22), transparent 28%),
		linear-gradient(180deg, var(--gh-nav-dark) 0%, #172a3c 100%);
	color: rgba(255, 255, 255, 0.86);
}

.grayham-footer__inner {
	grid-template-columns: minmax(0, 1.55fr) repeat(3, minmax(0, 1fr));
}

.grayham-footer h2,
.grayham-footer h3,
.grayham-footer p,
.grayham-footer li,
.grayham-footer a,
.grayham-footer strong,
.grayham-footer .grayham-branding__crest,
.grayham-footer .grayham-footer__brand-name {
	color: inherit;
}

.grayham-footer__brand {
	display: grid;
	gap: var(--gh-space-16);
}

.grayham-footer__logo {
	display: inline-flex;
	align-items: center;
	gap: var(--gh-space-16);
}

.grayham-footer__brand-name {
	font-family: "Roboto Slab", serif;
	font-size: 1.45rem;
	font-weight: 700;
}

.grayham-footer__contact,
.grayham-footer__address,
.grayham-footer__utility {
	display: grid;
	gap: var(--gh-space-12);
}

.grayham-footer__contact p,
.grayham-footer__utility p {
	display: grid;
	gap: 4px;
}

.grayham-footer__address span {
	display: block;
}

.grayham-footer nav ul {
	display: grid;
	gap: 10px;
}

.grayham-footer nav a {
	color: rgba(255, 255, 255, 0.82);
}

.grayham-footer nav a:hover,
.grayham-footer nav a:focus-visible {
	color: var(--gh-white);
}

.grayham-footer__note {
	margin-top: var(--gh-space-32);
	padding-top: var(--gh-space-20);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.grayham-footer .grayham-button--secondary {
	background: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

.forminator-ui {
	display: grid;
	gap: var(--gh-space-16);
}

.forminator-ui .forminator-row,
.forminator-ui .forminator-col {
	margin: 0 !important;
}

.forminator-ui .forminator-row {
	display: grid;
	gap: var(--gh-space-16);
}

.forminator-ui .forminator-field {
	margin-bottom: 0 !important;
}

.forminator-ui .forminator-label,
.forminator-ui label,
.forminator-ui legend {
	display: block;
	margin-bottom: 8px;
	color: var(--gh-text);
	font-size: 0.92rem;
	font-weight: 700;
}

.grayham-estimate-card .forminator-ui .forminator-label,
.grayham-estimate-card .forminator-ui label,
.grayham-estimate-card .forminator-ui legend {
	color: var(--gh-text);
}

.forminator-ui input:not([type="checkbox"]):not([type="radio"]),
.forminator-ui textarea,
.forminator-ui select {
	width: 100%;
	min-height: 48px;
	border: var(--gh-border-style) !important;
	border-radius: var(--gh-radius-control) !important;
	padding: 12px 14px !important;
	background: var(--gh-white) !important;
	color: var(--gh-text) !important;
	box-shadow: none !important;
}

.forminator-ui textarea {
	min-height: 120px;
	resize: vertical;
}

.grayham-estimate-card .forminator-ui textarea {
	min-height: 110px;
}

.grayham-estimate-card .forminator-ui .forminator-row {
	gap: 12px;
}

.grayham-estimate-card .forminator-ui .forminator-button-submit,
.grayham-estimate-card .forminator-ui .forminator-button {
	background: linear-gradient(180deg, #af8960 0%, var(--gh-bronze) 100%) !important;
	color: var(--gh-white) !important;
	border: 0 !important;
	display: flex !important;
	width: 100% !important;
	justify-content: center !important;
	box-shadow: 0 12px 24px rgba(166, 127, 85, 0.22) !important;
}

.grayham-estimate-card .forminator-ui .forminator-button-submit:hover,
.grayham-estimate-card .forminator-ui .forminator-button-submit:focus-visible,
.grayham-estimate-card .forminator-ui .forminator-button:hover,
.grayham-estimate-card .forminator-ui .forminator-button:focus-visible {
	background: linear-gradient(180deg, var(--gh-bronze) 0%, var(--gh-bronze-dark) 100%) !important;
	color: var(--gh-white) !important;
	box-shadow: 0 16px 30px rgba(155, 112, 72, 0.24) !important;
}

.forminator-ui .forminator-button-submit,
.forminator-ui .forminator-button {
	width: 100%;
}

.grayham-content-layout--estimate .forminator-ui .forminator-button-submit,
.grayham-content-layout--promo-estimate .forminator-ui .forminator-button-submit {
	background: linear-gradient(180deg, #af8960 0%, var(--gh-bronze) 100%) !important;
	color: var(--gh-white) !important;
	border: 0 !important;
	display: flex !important;
	width: 100% !important;
	justify-content: center !important;
	box-shadow: 0 12px 24px rgba(166, 127, 85, 0.22) !important;
}

.grayham-content-layout--estimate .forminator-ui .forminator-button-submit:hover,
.grayham-content-layout--estimate .forminator-ui .forminator-button-submit:focus-visible,
.grayham-content-layout--promo-estimate .forminator-ui .forminator-button-submit:hover,
.grayham-content-layout--promo-estimate .forminator-ui .forminator-button-submit:focus-visible {
	background: linear-gradient(180deg, var(--gh-bronze) 0%, var(--gh-bronze-dark) 100%) !important;
	color: var(--gh-white) !important;
	box-shadow: 0 16px 30px rgba(155, 112, 72, 0.24) !important;
}

.grayham-content-layout--estimate .forminator-ui .forminator-button-upload,
.grayham-content-layout--promo-estimate .forminator-ui .forminator-button-upload {
	background: linear-gradient(180deg, var(--gh-navy-rich) 0%, var(--gh-navy) 100%) !important;
	color: var(--gh-white) !important;
	border: 0 !important;
	display: inline-flex !important;
	width: auto !important;
	min-width: 148px;
	padding: 12px 18px !important;
	justify-content: center !important;
	box-shadow: 0 10px 22px rgba(30, 51, 73, 0.18) !important;
}

.grayham-content-layout--estimate .forminator-ui .forminator-button-upload:hover,
.grayham-content-layout--estimate .forminator-ui .forminator-button-upload:focus-visible,
.grayham-content-layout--promo-estimate .forminator-ui .forminator-button-upload:hover,
.grayham-content-layout--promo-estimate .forminator-ui .forminator-button-upload:focus-visible {
	background: linear-gradient(180deg, var(--gh-navy) 0%, var(--gh-nav-dark) 100%) !important;
	color: var(--gh-white) !important;
	box-shadow: 0 14px 28px rgba(30, 51, 73, 0.24) !important;
}

.forminator-ui .forminator-description,
.forminator-ui .forminator-response-message,
.forminator-ui .forminator-error-message,
.forminator-ui .forminator-field span {
	color: var(--gh-muted) !important;
	font-size: 0.9rem;
}

.forminator-ui .forminator-checkbox,
.forminator-ui .forminator-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.wp-block-button__link {
	padding: 12px 18px;
}

@media (max-width: 1280px) {
	.grayham-hero__media {
		min-height: 520px;
	}

	.grayham-card-grid--why {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.grayham-hero,
	.grayham-coverage-band,
	.grayham-design-showcase,
	.grayham-zone-widget,
	.grayham-coverage,
	.grayham-proof-band,
	.grayham-single__hero,
	.grayham-footer__inner {
		grid-template-columns: 1fr;
	}

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

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

	.grayham-hero__media {
		min-height: 500px;
	}

	.grayham-design-stage img {
		aspect-ratio: 16 / 10;
	}

	.grayham-service-summary-grid {
		grid-template-columns: 1fr;
	}

	.grayham-coverage-band .grayham-section--areas,
	.grayham-coverage-band .grayham-section--utility {
		padding-top: var(--gh-space-24);
		padding-right: var(--gh-space-24);
		padding-left: var(--gh-space-24);
	}
}

@media (max-width: 1024px) {
	.grayham-topbar__inner,
	.grayham-header__inner {
		padding-inline: 0;
	}

	.grayham-section {
		padding: var(--gh-space-24);
	}

	.grayham-card-grid--projects .grayham-card__image {
		min-height: 220px;
	}

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

	.grayham-color-grid {
		grid-template-columns: 1fr;
	}

	.grayham-design-feature-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.grayham-project-compare[data-compare-mode="mobile"] .grayham-project-compare__hotspot {
		align-items: flex-start;
		padding: 14px;
		background: linear-gradient(180deg, rgba(23, 29, 35, 0.12) 0%, rgba(23, 29, 35, 0.02) 26%, rgba(23, 29, 35, 0.18) 100%);
	}

	.grayham-project-compare[data-compare-mode="mobile"] .grayham-project-compare__label {
		padding: 7px 10px;
		font-size: 0.72rem;
		letter-spacing: 0.1em;
		background: rgba(23, 29, 35, 0.64);
	}

	.grayham-project-compare__hint-copy--desktop {
		display: none;
	}

	.grayham-project-compare__hint-copy--mobile,
	.grayham-project-compare__mobile-tabs {
		display: flex;
	}

	.grayham-project-compare__hint--external {
		margin-bottom: 0;
	}

	.grayham-project-compare[data-compare-mode="mobile"] + .grayham-design-stage__tags,
	.grayham-design-stage .grayham-design-stage__tags {
		display: none;
	}

	body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining {
		grid-template-columns: 1fr;
	}

	body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__media {
		min-height: 260px;
		border-right: 0;
		border-bottom: 1px solid rgba(198, 193, 189, 0.72);
	}

	body.page-id-10 .grayham-card-grid--services .grayham-card--service-specialty-painting-staining .grayham-card__body {
		padding: 24px;
	}

	.grayham-nav-toggle {
		display: inline-flex;
	}

	.grayham-nav {
		position: absolute;
		top: calc(100% + 10px);
		right: 16px;
		left: 16px;
		display: none;
		padding: var(--gh-space-16);
		border: var(--gh-border-style);
		border-radius: var(--gh-radius-panel);
		background: rgba(252, 248, 247, 0.98);
		box-shadow: var(--gh-shadow-strong);
	}

	.grayham-nav.is-open {
		display: block;
	}

	.grayham-nav > div > ul,
	.grayham-nav .sub-menu {
		display: grid;
		position: static;
		min-width: 0;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.grayham-nav a {
		color: var(--gh-text);
	}

	.grayham-nav a:hover,
	.grayham-nav a:focus-visible,
	.grayham-nav .current-menu-item > a,
	.grayham-nav .current-menu-ancestor > a {
		background: rgba(44, 65, 85, 0.08);
		color: var(--gh-text);
	}

	.grayham-nav .sub-menu {
		margin-left: var(--gh-space-16);
	}

	.grayham-nav .menu-item-has-children {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.grayham-nav .menu-item-has-children::after {
		display: none;
	}

	.grayham-header__cta {
		display: none;
	}

	.grayham-utility-grid,
	.grayham-content-layout--contact .grayham-copy {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.site-main {
		padding-bottom: var(--gh-space-48);
	}

	.grayham-topbar__inner,
	.grayham-header__inner {
		align-items: flex-start;
	}

	.grayham-topbar__inner,
	.grayham-header__inner,
	.grayham-topbar__meta,
	.grayham-hero__actions,
	.grayham-coverage__actions {
		gap: var(--gh-space-12);
	}

	.grayham-header__inner {
		flex-direction: column;
	}

	.grayham-branding--image img,
	.grayham-branding--image .grayham-branding__logo-fallback {
		height: 88px;
	}

	.grayham-nav-wrap {
		width: 100%;
		justify-content: space-between;
	}

	.grayham-hero__media {
		min-height: 500px;
	}

	.grayham-hero__content,
	.grayham-hero__promo,
	.grayham-hero__copy,
	.grayham-estimate-card__body,
	.grayham-design__panel,
	.grayham-design__palette,
	.grayham-promo-estimate__details,
	.grayham-promo-estimate__form,
	.grayham-zone-map-card,
	.grayham-zone-sidebar,
	.grayham-content-card,
	.grayham-section,
	.grayham-related {
		padding: var(--gh-space-20);
	}

	.grayham-zip-checker__controls {
		grid-template-columns: 1fr;
	}

	.forminator-ui .forminator-row:has(#select-5),
	.forminator-ui .forminator-row:has(#select-8),
	.forminator-ui .forminator-row:has(#select-11) {
		grid-template-columns: 1fr;
	}

	.grayham-schedule-row {
		grid-template-columns: 1fr;
	}

	.grayham-zone-card__top,
	.grayham-zone-sidebar__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.grayham-project-compare__hotspot {
		padding: var(--gh-space-16);
	}

	.grayham-project-compare__hint {
		width: calc(100% - 32px);
		max-width: 340px;
		font-size: 0.78rem;
	}

	.grayham-design__finish-note {
		grid-template-columns: 1fr;
	}

	.grayham-design__finish-sample {
		max-width: 112px;
	}

	.grayham-design-stage img {
		aspect-ratio: 4 / 3;
	}

	.grayham-design-stage__tags {
		display: none;
	}

	.grayham-design-gallery {
		grid-template-columns: 1fr;
	}

	.grayham-service-map__header {
		flex-direction: column;
	}

	.grayham-service-map__canvas {
		min-height: 440px;
	}

	.grayham-content-layout--contact .grayham-copy > .grayham-contact-details {
		grid-template-columns: 1fr;
	}

	.grayham-coverage-band .grayham-section--areas,
	.grayham-coverage-band .grayham-section--utility {
		padding-right: var(--gh-space-20);
		padding-left: var(--gh-space-20);
	}

	.grayham-card-grid,
	.grayham-badge-list,
	.grayham-card-grid--why,
	.grayham-card-grid--services,
	.grayham-card-grid--areas,
	.grayham-card-grid--areas-compact,
	.grayham-card-grid--testimonials {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	:root {
		--gh-site-width: min(var(--gh-container), calc(100vw - 24px));
		--gh-site-width-wide: min(var(--gh-wide), calc(100vw - 24px));
	}

	.grayham-topbar {
		font-size: 0.86rem;
	}

	.grayham-topbar__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.grayham-branding__home {
		gap: 12px;
	}

	.grayham-branding--image img,
	.grayham-branding--image .grayham-branding__logo-fallback {
		height: 76px;
	}

	.grayham-design-showcase {
		padding: var(--gh-space-20);
	}

	.grayham-branding__crest {
		width: 48px;
		height: 48px;
		font-size: 1.15rem;
	}

	.grayham-hero__media {
		min-height: 460px;
	}

	.grayham-hero__content {
		padding: var(--gh-space-16);
	}

	.grayham-hero__title {
		max-width: 11ch;
		font-size: clamp(2.2rem, 10vw, 3rem);
	}

	.grayham-hero__promo,
	.grayham-hero__copy {
		padding: 16px;
	}

	.grayham-hero__promo {
		max-width: 100%;
	}

	.grayham-project-compare__label {
		padding: 7px 10px;
		font-size: 0.72rem;
	}

	.grayham-color-card {
		grid-template-columns: 64px minmax(0, 1fr);
	}

	.grayham-color-card__swatch {
		min-height: 72px;
	}

	.grayham-zone-map__label {
		font-size: 15px;
	}

	.grayham-hero__promo-title {
		font-size: clamp(1.25rem, 6.5vw, 1.65rem);
	}

	.grayham-button,
	.grayham-button--secondary,
	.wp-block-button__link {
		width: 100%;
	}

	.grayham-hero__actions,
	.grayham-coverage__actions,
	.grayham-copy .wp-block-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.grayham-map-panel iframe,
	.grayham-map-panel img {
		min-height: 260px;
	}

	.grayham-service-map__canvas {
		min-height: 360px;
	}
}

@media (max-width: 390px) {
	.grayham-hero__promo,
	.grayham-hero__copy,
	.grayham-estimate-card__body,
	.grayham-content-card,
	.grayham-section,
	.grayham-related {
		padding: var(--gh-space-16);
	}

	.grayham-nav {
		left: 12px;
		right: 12px;
	}

	.grayham-section__heading,
	.grayham-page-title,
	.grayham-section-heading h2 {
		font-size: clamp(1.8rem, 8vw, 2.2rem);
	}
}
