/*
Theme Name: IronFlow Services
Theme URI: https://ironflowservices.com/
Author: IronFlow Services
Description: A responsive, Dayzy-ready classic theme for IronFlow Services with dedicated service pages, scheduling, and local compliance content.
Version: 1.0.4
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ironflow-services
*/

:root {
	--orange: #f15a24;
	--orange-dark: #ca3f0d;
	--charcoal: #111111;
	--slate: #333333;
	--steel: #6c6c6c;
	--silver: #bdbdbd;
	--paper: #f5f5f5;
	--white: #ffffff;
	--line: #dedede;
	--success: #257e52;
	--display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
	--body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--shell: min(1180px, calc(100% - 40px));
	--shadow: 0 22px 70px rgba(17, 17, 17, 0.13);
	--radius: 18px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: #262626;
	font-family: var(--body);
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

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

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 3px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	display: block;
	height: auto;
	left: 8px;
	padding: 12px 18px;
	top: 8px;
	width: auto;
	z-index: 100000;
	background: var(--white);
	color: var(--charcoal);
	font-weight: 800;
}

.site-shell {
	width: var(--shell);
	margin-inline: auto;
}

.utility-bar {
	position: relative;
	z-index: 1002;
	background: var(--orange);
	color: var(--white);
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.utility-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 36px;
	gap: 20px;
}

.utility-bar p {
	margin: 0;
}

.utility-bar a {
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(17, 17, 17, 0.97);
	color: var(--white);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(16px);
}

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

.header-inner {
	display: grid;
	grid-template-columns: 190px 1fr auto;
	align-items: center;
	gap: 30px;
	min-height: 84px;
}

.site-brand {
	display: block;
	width: 176px;
	height: 64px;
	overflow: visible;
	border-radius: 2px;
	background: transparent;
}

.site-brand img,
.site-brand .custom-logo-link,
.site-brand .custom-logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-brand > a,
.site-brand .custom-logo-link {
	display: block;
	width: 100%;
	height: 100%;
}

.primary-navigation {
	justify-self: end;
}

.primary-menu,
.primary-menu ul,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 5px;
}

.primary-menu > li {
	position: relative;
}

.primary-menu a {
	display: block;
	padding: 28px 12px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.075em;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease, background 180ms ease;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
	color: var(--orange);
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% - 8px);
	left: 0;
	width: 250px;
	padding: 10px;
	background: var(--white);
	color: var(--charcoal);
	box-shadow: var(--shadow);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: 180ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.primary-menu .sub-menu a {
	padding: 12px 14px;
	color: var(--slate);
	font-size: 0.76rem;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu .current-menu-item > a {
	background: #fff1eb;
	color: var(--orange-dark);
}

.site-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 46px;
	min-height: 46px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: transparent;
	color: var(--white);
	cursor: pointer;
}

.menu-toggle-label {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.menu-toggle-lines {
	display: grid;
	gap: 4px;
	width: 20px;
}

.menu-toggle-lines span {
	display: block;
	height: 2px;
	background: currentColor;
	transition: 180ms ease;
}

.site-menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.site-menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) {
	opacity: 0;
}

.site-menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.button,
.dayzy-contact-form button[type="submit"],
button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 22px;
	border: 2px solid transparent;
	border-radius: 3px;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.075em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, border 180ms ease;
}

.button:hover,
.dayzy-contact-form button[type="submit"]:hover {
	transform: translateY(-2px);
}

.button-primary,
.dayzy-contact-form button[type="submit"] {
	background: var(--orange);
	color: var(--white);
}

.button-primary:hover,
.dayzy-contact-form button[type="submit"]:hover {
	background: var(--orange-dark);
	color: var(--white);
}

.button-outline {
	border-color: rgba(255, 255, 255, 0.5);
	background: transparent;
	color: var(--white);
}

.button-outline:hover {
	border-color: var(--white);
	background: var(--white);
	color: var(--charcoal);
}

.button-dark {
	background: var(--charcoal);
	color: var(--white);
}

.button-dark:hover {
	background: var(--slate);
}

.header-cta {
	min-height: 46px;
	padding-inline: 17px;
}

.site-main {
	min-height: 50vh;
}

.hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: var(--charcoal);
	color: var(--white);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(8, 8, 8, 0.97) 0%, rgba(8, 8, 8, 0.82) 46%, rgba(8, 8, 8, 0.18) 100%);
}

.hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 47%;
	height: 5px;
	background: var(--orange);
}

.home-hero {
	min-height: 690px;
	background-image: url("assets/images/bryan-testing.jpg");
	background-position: 72% 44%;
	background-size: cover;
}

.hero-inner {
	display: grid;
	align-items: center;
	min-height: inherit;
	padding-block: 108px;
}

.hero-copy {
	max-width: 680px;
	min-width: 0;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: var(--orange);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.17em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 42px;
	height: 2px;
	background: currentColor;
}

.hero h1,
.page-hero h1,
.display-heading {
	max-width: 100%;
	margin: 0;
	font-family: var(--display);
	font-size: clamp(3.4rem, 7.3vw, 6.9rem);
	font-stretch: condensed;
	font-weight: 900;
	letter-spacing: 0.012em;
	line-height: 0.91;
	text-transform: uppercase;
}

.hero h1 span,
.page-hero h1 span,
.accent-text {
	color: var(--orange);
}

.hero-lead {
	max-width: 590px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1.06rem, 1.7vw, 1.3rem);
	line-height: 1.55;
}

.hero-actions,
.section-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.center-actions {
	justify-content: center;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 28px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.73);
	font-size: 0.86rem;
	font-weight: 700;
}

.hero-proof span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero-proof span::before {
	content: "✓";
	color: var(--orange);
	font-weight: 900;
}

.trust-strip {
	background: var(--orange);
	color: var(--white);
}

.trust-strip-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	min-height: 94px;
}

.trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 20px 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 0.77rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.25;
	text-transform: uppercase;
}

.trust-item:last-child {
	border-right: 0;
}

.trust-item strong {
	font-family: var(--display);
	font-size: 1.7rem;
	letter-spacing: 0.03em;
}

.section {
	padding-block: 105px;
}

.section-tight {
	padding-block: 72px;
}

.section-white {
	background: var(--white);
}

.section-dark {
	position: relative;
	overflow: hidden;
	background: var(--charcoal);
	color: var(--white);
}

.section-slate {
	background: var(--slate);
	color: var(--white);
}

.section-orange {
	background: var(--orange);
	color: var(--white);
}

.section-header {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 50px;
}

.section-header > *,
.split-layout > *,
.contact-layout > *,
.form-layout > *,
.content-column,
.page-hero-copy {
	min-width: 0;
}

.section-header.centered {
	display: block;
	max-width: 800px;
	margin-inline: auto;
	text-align: center;
}

.section-header.centered .eyebrow {
	justify-content: center;
}

.section h2,
.content-column h2,
.card h2,
.entry-title {
	margin: 0;
	color: var(--charcoal);
	font-family: var(--display);
	font-size: clamp(2.5rem, 4.8vw, 4.7rem);
	font-weight: 900;
	letter-spacing: 0.012em;
	line-height: 0.98;
	text-transform: uppercase;
}

.section-dark h2,
.section-slate h2,
.section-orange h2 {
	color: var(--white);
}

.section-intro,
.lead {
	margin: 0;
	color: var(--steel);
	font-size: 1.08rem;
}

.section-dark .section-intro,
.section-slate .section-intro,
.section-orange .section-intro {
	color: rgba(255, 255, 255, 0.78);
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 105px);
}

.split-layout.reverse .media-frame {
	order: 2;
}

.content-column > :first-child {
	margin-top: 0;
}

.content-column p {
	margin: 22px 0 0;
}

.content-column .eyebrow {
	margin: 0 0 26px;
}

.media-frame {
	position: relative;
	margin: 0;
}

.media-frame::before {
	content: "";
	position: absolute;
	top: -16px;
	left: -16px;
	z-index: 0;
	width: 44%;
	height: 44%;
	border-top: 4px solid var(--orange);
	border-left: 4px solid var(--orange);
}

.media-frame::after {
	content: "";
	position: absolute;
	right: -18px;
	bottom: -18px;
	z-index: 2;
	width: 115px;
	height: 115px;
	background: repeating-linear-gradient(-45deg, var(--orange), var(--orange) 3px, transparent 3px, transparent 10px);
	opacity: 0.72;
}

.media-frame img {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow: var(--shadow);
}

.media-frame.landscape img {
	aspect-ratio: 4 / 3;
}

.media-caption {
	position: absolute;
	right: 24px;
	bottom: 24px;
	z-index: 3;
	max-width: 220px;
	padding: 18px 20px;
	background: var(--orange);
	color: var(--white);
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	line-height: 1.35;
	text-transform: uppercase;
}

.signature-line {
	display: grid;
	grid-template-columns: repeat(3, max-content);
	gap: 14px;
	margin: 30px 0 0;
	color: var(--orange-dark);
	font-family: var(--display);
	font-size: 1.35rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.signature-line span + span::before {
	content: "•";
	margin-right: 14px;
	color: var(--silver);
}

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

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 36px;
	border: 1px solid var(--line);
	background: var(--white);
	box-shadow: 0 12px 38px rgba(17, 17, 17, 0.06);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.card:hover {
	transform: translateY(-6px);
	border-color: rgba(241, 90, 36, 0.55);
	box-shadow: var(--shadow);
}

.card-number {
	display: block;
	margin-bottom: 40px;
	color: var(--orange);
	font-family: var(--display);
	font-size: 2.2rem;
	line-height: 1;
}

.card h2,
.card h3 {
	margin: 0;
	color: var(--charcoal);
	font-family: var(--display);
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	line-height: 1;
	text-transform: uppercase;
}

.card p {
	margin: 18px 0 26px;
	color: var(--steel);
}

.card .text-link {
	margin-top: auto;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: var(--orange-dark);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.text-link span {
	font-size: 1.2rem;
	transition: transform 180ms ease;
}

.text-link:hover span {
	transform: translateX(4px);
}

.section-dark .text-link,
.section-slate .text-link,
.section-orange .text-link {
	color: var(--white);
}

.feature-list,
.check-list,
.plain-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}

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

.feature-list li,
.check-list li {
	position: relative;
	padding-left: 31px;
	font-weight: 700;
}

.feature-list li::before,
.check-list li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--orange);
	font-weight: 900;
}

.check-list li {
	margin-bottom: 13px;
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	margin-top: 42px;
	background: rgba(255, 255, 255, 0.16);
}

.stat {
	padding: 26px;
	background: var(--slate);
}

.stat strong {
	display: block;
	color: var(--orange);
	font-family: var(--display);
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
}

.stat span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	counter-reset: process;
}

.process-step {
	position: relative;
	padding: 38px 30px;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	counter-increment: process;
}

.process-step + .process-step {
	border-left: 1px solid var(--line);
}

.process-step::before {
	content: "0" counter(process);
	display: block;
	margin-bottom: 28px;
	color: var(--orange);
	font-family: var(--display);
	font-size: 2rem;
	line-height: 1;
}

.process-step h3 {
	margin: 0;
	color: var(--charcoal);
	font-family: var(--display);
	font-size: 1.55rem;
	line-height: 1;
	text-transform: uppercase;
}

.process-step p {
	margin: 14px 0 0;
	color: var(--steel);
	font-size: 0.94rem;
}

.quote-panel {
	position: relative;
	padding: 45px;
	border-left: 5px solid var(--orange);
	background: #202020;
}

.quote-panel p {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.6;
}

.quote-panel strong {
	display: block;
	margin-top: 20px;
	color: var(--orange);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.faq-list {
	display: grid;
	gap: 12px;
	max-width: 950px;
	margin-inline: auto;
}

.faq-item {
	border: 1px solid var(--line);
	background: var(--white);
}

.faq-item summary {
	position: relative;
	padding: 23px 64px 23px 24px;
	color: var(--charcoal);
	font-weight: 850;
	list-style: none;
	cursor: pointer;
}

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

.faq-item summary::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 24px;
	color: var(--orange);
	font-family: var(--display);
	font-size: 1.6rem;
	transform: translateY(-50%);
}

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

.faq-item p {
	margin: 0;
	padding: 0 64px 24px 24px;
	color: var(--steel);
}

.cta-band {
	position: relative;
	overflow: hidden;
	background: var(--orange);
	color: var(--white);
}

.cta-band::after {
	content: "IF";
	position: absolute;
	right: -15px;
	bottom: -68px;
	color: rgba(255, 255, 255, 0.09);
	font-family: var(--display);
	font-size: 18rem;
	line-height: 1;
}

.cta-band-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 50px;
	padding-block: 68px;
}

.cta-band h2 {
	max-width: 800px;
	color: var(--white);
}

.cta-band p {
	max-width: 680px;
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.85);
}

.page-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 480px;
	background: var(--charcoal);
	color: var(--white);
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(17, 17, 17, 0.98) 0%, rgba(17, 17, 17, 0.84) 55%, rgba(17, 17, 17, 0.28) 100%);
}

.page-hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 220px;
	height: 6px;
	background: var(--orange);
}

.page-hero.has-image {
	background-position: 73% 50%;
	background-size: cover;
}

.page-hero.testing-hero {
	background-image: url("assets/images/bryan-testing.jpg");
}

.page-hero.repairs-hero {
	background-image: url("assets/images/backflow-repair.jpg");
}

.page-hero.reporting-hero {
	background-image: url("assets/images/testing-equipment.jpg");
}

.page-hero.contact-hero {
	background-image: url("assets/images/backflow-closeup.jpg");
}

.page-hero-inner {
	display: grid;
	align-content: center;
	min-height: inherit;
	padding-block: 90px;
}

.page-hero-copy {
	max-width: 760px;
	min-width: 0;
}

.page-hero h1 {
	font-size: clamp(3.2rem, 6.5vw, 6rem);
}

.page-hero p:last-child {
	max-width: 650px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 1.14rem;
}

.breadcrumb {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.67);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.breadcrumb a {
	color: var(--orange);
	text-decoration: none;
}

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

.info-tile {
	padding: 32px;
	border-top: 4px solid var(--orange);
	background: var(--white);
	box-shadow: 0 16px 50px rgba(17, 17, 17, 0.07);
}

.info-tile h3 {
	margin: 0;
	color: var(--charcoal);
	font-family: var(--display);
	font-size: 1.65rem;
	line-height: 1;
	text-transform: uppercase;
}

.info-tile p {
	margin: 15px 0 0;
	color: var(--steel);
}

.contact-layout,
.form-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: clamp(40px, 7vw, 90px);
}

.contact-card {
	padding: 34px;
	background: var(--charcoal);
	color: var(--white);
}

.contact-card h2,
.contact-card h3 {
	color: var(--white);
}

.contact-card a {
	color: var(--white);
}

.contact-card .contact-phone {
	display: block;
	margin: 16px 0;
	color: var(--orange);
	font-family: var(--display);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	text-decoration: none;
}

.contact-detail {
	padding-block: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-detail:last-child {
	border-bottom: 0;
}

.contact-detail strong {
	display: block;
	margin-bottom: 4px;
	color: var(--orange);
	font-size: 0.74rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.schedule-panel {
	padding: clamp(26px, 5vw, 54px);
	background: var(--white);
	box-shadow: var(--shadow);
}

.schedule-panel > h2 {
	margin-bottom: 14px;
	font-size: clamp(2.3rem, 4vw, 3.5rem);
}

.schedule-panel > p {
	margin: 0 0 30px;
	color: var(--steel);
}

.dayzy-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.dayzy-contact-form .dayzy-form-field,
.dayzy-contact-form .dayzy-form-check {
	display: grid;
	gap: 7px;
	margin: 0;
}

.dayzy-contact-form .dayzy-form-field span,
.dayzy-contact-form .dayzy-form-check span {
	color: var(--slate);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.dayzy-contact-form .dayzy-form-field:has(textarea),
.dayzy-contact-form .dayzy-form-check,
.dayzy-contact-form button[type="submit"],
.dayzy-contact-form .dayzy-form-message,
.dayzy-contact-form .dayzy-honeypot {
	grid-column: 1 / -1;
}

.dayzy-contact-form input,
.dayzy-contact-form select,
.dayzy-contact-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #cfcfcf;
	border-radius: 2px;
	background: #fafafa;
	color: var(--charcoal);
}

.dayzy-contact-form textarea {
	min-height: 130px;
	resize: vertical;
}

.dayzy-contact-form input:focus,
.dayzy-contact-form select:focus,
.dayzy-contact-form textarea:focus {
	border-color: var(--orange);
	background: var(--white);
	outline: 2px solid rgba(241, 90, 36, 0.18);
}

.dayzy-contact-form button[type="submit"] {
	width: 100%;
	border: 0;
}

.dayzy-form-message {
	min-height: 1.5em;
	color: var(--success);
	font-weight: 700;
}

.dayzy-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-note {
	margin: 18px 0 0;
	color: var(--steel);
	font-size: 0.84rem;
	text-align: center;
}

.service-area-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.service-area-cloud span {
	padding: 9px 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.content-section {
	padding-block: 80px;
}

.entry-content {
	width: min(780px, calc(100% - 40px));
	margin: 0 auto;
}

.entry-content > * + * {
	margin-top: 1.5em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
	color: var(--charcoal);
	font-family: var(--display);
	line-height: 1;
	text-transform: uppercase;
}

.entry-content a {
	color: var(--orange-dark);
}

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

.archive-card {
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 14px 46px rgba(17, 17, 17, 0.08);
}

.archive-card-content {
	padding: 28px;
}

.archive-card h2 {
	font-size: 2rem;
}

.post-meta {
	margin: 0 0 10px;
	color: var(--orange-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-footer {
	background: #0b0b0b;
	color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.7fr 1fr 0.9fr;
	gap: 50px;
	padding-block: 76px;
}

.site-footer h2 {
	margin: 0 0 22px;
	color: var(--white);
	font-family: var(--display);
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.site-footer p {
	margin: 0 0 14px;
	font-size: 0.9rem;
}

.footer-logo {
	display: block;
	width: 230px;
	height: 120px;
	margin-bottom: 18px;
	overflow: hidden;
	background: transparent;
}

.footer-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-phone {
	display: inline-block;
	margin-top: 6px;
	color: var(--orange);
	font-family: var(--display);
	font-size: 2rem;
	line-height: 1;
	text-decoration: none;
}

.footer-menu li + li {
	margin-top: 9px;
}

.footer-menu a {
	font-size: 0.86rem;
	font-weight: 700;
	text-decoration: none;
}

.footer-menu a:hover,
.site-footer a:hover {
	color: var(--orange);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-block: 22px;
}

.footer-bottom p {
	margin: 0;
	font-size: 0.75rem;
}

.footer-bottom a {
	color: inherit;
}

@media (min-width: 981px) {
	.hero h1,
	.page-hero h1,
	.display-heading {
		line-height: 0.99;
	}

	.section h2,
	.content-column h2,
	.entry-title {
		line-height: 1.06;
	}

	.card h2,
	.card h3,
	.info-tile h3 {
		line-height: 1.08;
	}
}

@media (max-width: 1080px) {
	.header-inner {
		grid-template-columns: 170px 1fr auto;
		gap: 16px;
	}

	.primary-menu a {
		padding-inline: 8px;
		font-size: 0.72rem;
	}

	.header-cta {
		display: none;
	}

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

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

	.site-header {
		backdrop-filter: none;
	}

	.header-inner {
		grid-template-columns: 1fr auto;
		min-height: 76px;
	}

	.site-brand {
		width: 160px;
		height: 58px;
	}

	.site-menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		position: fixed;
		top: 112px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1001;
		display: none;
		align-self: stretch;
		justify-self: stretch;
		width: 100%;
		max-width: none;
		overflow-y: auto;
		padding: 28px max(20px, calc((100vw - 1180px) / 2));
		background: var(--charcoal);
	}

	.admin-bar .primary-navigation {
		top: 158px;
	}

	.menu-open .primary-navigation {
		display: block;
	}

	.primary-menu {
		display: block;
	}

	.primary-menu a {
		padding: 16px 8px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 0.88rem;
	}

	.primary-menu .sub-menu {
		position: static;
		width: auto;
		padding: 0 0 0 18px;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.primary-menu .sub-menu a {
		color: rgba(255, 255, 255, 0.68);
	}

	.hero::before,
	.page-hero::before {
		background: linear-gradient(90deg, rgba(8, 8, 8, 0.96) 0%, rgba(8, 8, 8, 0.82) 70%, rgba(8, 8, 8, 0.58) 100%);
	}

	.home-hero {
		min-height: 650px;
		background-position: 66% 50%;
	}

	.hero-copy {
		max-width: 620px;
	}

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

	.trust-item:nth-child(2) {
		border-right: 0;
	}

	.trust-item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.section-header,
	.split-layout,
	.contact-layout,
	.form-layout {
		grid-template-columns: 1fr;
	}

	.section-header {
		gap: 22px;
	}

	.split-layout.reverse .media-frame {
		order: 0;
	}

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

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

	.process-step:nth-child(3) {
		border-left: 0;
	}

	.cta-band-inner {
		grid-template-columns: 1fr;
	}
}

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

@media (max-width: 680px) {
	:root {
		--shell: min(100% - 30px, 1180px);
	}

	body {
		font-size: 16px;
	}

	.utility-bar-inner {
		justify-content: center;
		min-height: 38px;
	}

	.utility-bar p {
		display: none;
	}

	.primary-navigation {
		top: 114px;
	}

	.admin-bar .primary-navigation {
		top: 160px;
	}

	.home-hero {
		min-height: 650px;
		background-position: 62% 50%;
	}

	.hero-inner {
		align-items: end;
		padding-block: 76px;
	}

	.hero h1,
	.display-heading {
		font-size: clamp(2.8rem, 15vw, 4.7rem);
	}

	.page-hero h1 {
		font-size: clamp(2.55rem, 13vw, 4.25rem);
	}

	.hero-lead {
		font-size: 1rem;
	}

	.hero-actions .button,
	.section-actions .button {
		width: 100%;
	}

	.hero-proof {
		display: grid;
		gap: 8px;
	}

	.trust-strip-grid,
	.card-grid,
	.info-grid,
	.archive-grid,
	.feature-list,
	.stat-grid,
	.process-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.trust-item {
		justify-content: flex-start;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.trust-item:last-child {
		border-bottom: 0;
	}

	.section {
		padding-block: 76px;
	}

	.section-tight {
		padding-block: 58px;
	}

	.section-header {
		margin-bottom: 34px;
	}

	.section h2,
	.content-column h2,
	.entry-title {
		font-size: clamp(2.5rem, 13vw, 3.8rem);
	}

	.eyebrow {
		margin-bottom: 24px;
	}

	.content-column .eyebrow {
		margin-bottom: 28px;
	}

	.media-frame::after {
		right: -6px;
		bottom: -10px;
		width: 80px;
		height: 80px;
	}

	.media-caption {
		right: 12px;
		bottom: 12px;
	}

	.signature-line {
		grid-template-columns: 1fr;
		gap: 2px;
	}

	.signature-line span + span::before {
		content: "";
		margin: 0;
	}

	.card {
		padding: 28px;
	}

	.process-step,
	.process-step + .process-step,
	.process-step:nth-child(3) {
		border-right: 0;
		border-bottom: 1px solid var(--line);
		border-left: 0;
	}

	.process-step:first-child {
		border-top: 1px solid var(--line);
	}

	.dayzy-contact-form {
		grid-template-columns: 1fr;
	}

	.dayzy-contact-form .dayzy-form-field,
	.dayzy-contact-form .dayzy-form-check,
	.dayzy-contact-form button[type="submit"],
	.dayzy-contact-form .dayzy-form-message {
		grid-column: auto;
	}

	.schedule-panel {
		padding: 24px 20px;
	}

	.page-hero {
		min-height: 430px;
	}

	.page-hero-inner {
		padding-block: 70px;
	}

	.footer-grid {
		gap: 38px;
		padding-block: 58px;
	}

	.footer-bottom-inner {
		flex-direction: column;
		gap: 8px;
	}
}

@media (max-width: 360px) {
	.hero h1,
	.display-heading {
		font-size: clamp(2.7rem, 14.5vw, 3.45rem);
	}

	.page-hero h1 {
		font-size: clamp(2.35rem, 12vw, 3.1rem);
	}

	.section h2,
	.content-column h2,
	.entry-title {
		font-size: clamp(2.2rem, 11.5vw, 3.2rem);
	}

	.card h2,
	.card h3,
	.info-tile h3 {
		font-size: 1.7rem;
	}

	.eyebrow {
		gap: 10px;
		font-size: 0.7rem;
		letter-spacing: 0.13em;
	}

	.eyebrow::before {
		flex: 0 0 30px;
		width: 30px;
	}
}

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

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