@font-face {
	font-display: swap;
	font-family: "Outfit";
	font-style: normal;
	font-weight: 100 900;
	src: url("fonts/outfit-latin.woff2") format("woff2");
}

@font-face {
	font-display: swap;
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 100 900;
	src: url("fonts/plus-jakarta-sans-latin.woff2") format("woff2");
}

:root {
	--orange: #f55b1f;
	--orange-dark: #df4c13;
	--orange-text: #b83d0b;
	--orange-on-dark: #ff8a5c;
	--navy: #14245a;
	--ink: #121315;
	--copy: #5c6068;
	--light: #f5f6f7;
	--line: #e4e5e8;
	--white: #ffffff;
	--shell: min(1200px, calc(100% - 48px));
	--display: "Outfit", Arial, sans-serif;
	--body: "Plus Jakarta Sans", Arial, sans-serif;
	--shadow: 0 22px 50px rgba(18, 19, 21, 0.12);
	--cta-radius: 10px;
	--cta-shadow: 0 9px 22px rgba(20, 36, 90, 0.13);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--white);
	color: var(--ink);
	font-family: var(--body);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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

a {
	color: inherit;
}

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

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

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

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

.skip-link {
	background: var(--white);
	left: 16px;
	padding: 10px 16px;
	position: fixed;
	top: -100px;
	z-index: 1000;
}

.skip-link:focus {
	top: 16px;
}

h1,
h2,
h3 {
	font-family: var(--display);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

h1 {
	font-size: clamp(3rem, 6vw, 5.7rem);
}

h2 {
	font-size: clamp(2.35rem, 4.5vw, 4.1rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.8rem);
}

p {
	margin: 0 0 1.25rem;
}

.eyebrow {
	align-items: center;
	color: var(--orange-text);
	display: flex;
	font-size: 0.76rem;
	font-weight: 800;
	gap: 10px;
	letter-spacing: 0.12em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

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

.eyebrow.light {
	color: var(--white);
}

.button {
	align-items: center;
	border: 0;
	border-radius: var(--cta-radius);
	box-shadow: var(--cta-shadow);
	display: inline-flex;
	font-size: 0.83rem;
	font-weight: 800;
	gap: 16px;
	justify-content: space-between;
	letter-spacing: 0.025em;
	min-height: 50px;
	overflow: hidden;
	padding: 0 7px 0 19px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.button span {
	align-items: center;
	border-radius: 7px;
	display: flex;
	font-size: 1.1rem;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.button:hover {
	box-shadow: 0 13px 28px rgba(20, 36, 90, 0.18);
	transform: translateY(-2px);
}

.button-orange {
	background: var(--orange);
	color: var(--ink);
}

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

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

.button-white span,
.button-orange span {
	background: rgba(0, 0, 0, 0.1);
}

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

.button-dark span {
	background: var(--orange);
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.site-header {
	background: var(--white);
	border-bottom: 1px solid rgba(18, 19, 21, 0.08);
	position: relative;
	z-index: 100;
}

.header-inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 94px;
}

.brand {
	align-items: center;
	display: flex;
	padding-right: 24px;
	width: 220px;
}

.brand > img,
.brand .custom-logo {
	height: auto;
	width: 185px;
}

.brand .custom-logo-link {
	display: block;
}

.primary-navigation {
	align-items: center;
	display: flex;
	gap: 2px;
	margin-left: auto;
}

.primary-navigation > a,
.nav-group > a {
	align-items: center;
	display: flex;
	font-size: 0.81rem;
	font-weight: 750;
	min-height: 54px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation > a:hover,
.nav-group > a:hover {
	color: var(--orange);
}

.nav-group {
	align-items: center;
	display: flex;
	position: relative;
}

.subnav {
	background: var(--white);
	box-shadow: var(--shadow);
	display: none;
	left: 0;
	min-width: 220px;
	padding: 10px;
	position: absolute;
	top: 100%;
}

.subnav a {
	display: block;
	font-size: 0.84rem;
	font-weight: 700;
	padding: 11px 12px;
	text-decoration: none;
}

.subnav a:hover {
	background: var(--light);
	color: var(--orange);
}

.nav-group:hover .subnav,
.nav-group:focus-within .subnav {
	display: block;
}

.primary-navigation .nav-cta {
	background: var(--orange);
	border-radius: var(--cta-radius);
	box-shadow: var(--cta-shadow);
	color: var(--ink);
	gap: 14px;
	margin-left: 8px;
	min-height: 52px;
	padding: 0 8px 0 18px;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.primary-navigation .nav-cta span:last-child {
	align-items: center;
	background: rgba(18, 19, 21, 0.09);
	border-radius: 7px;
	display: flex;
	height: 32px;
	justify-content: center;
	width: 32px;
}

.primary-navigation .nav-cta:hover {
	background: var(--orange-dark);
	box-shadow: 0 13px 28px rgba(20, 36, 90, 0.18);
	color: var(--ink);
	transform: translateY(-1px);
}

.primary-navigation .header-phone {
	align-items: center;
	background: var(--navy);
	border-radius: var(--cta-radius);
	box-shadow: var(--cta-shadow);
	color: var(--white);
	display: flex;
	gap: 10px;
	margin-left: 6px;
	min-height: 52px;
	min-width: 176px;
	padding: 8px 17px;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.primary-navigation .header-phone:hover {
	background: #0f1c49;
	box-shadow: 0 13px 28px rgba(20, 36, 90, 0.2);
	color: var(--white);
	transform: translateY(-1px);
}

.header-phone small,
.header-phone strong {
	display: block;
	line-height: 1.2;
}

.header-phone small {
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 3px;
}

.header-phone strong {
	font-family: var(--display);
	font-size: 1.15rem;
}

.phone-symbol {
	color: var(--orange);
	font-size: 1.3rem;
}

.menu-toggle {
	background: transparent;
	border: 0;
	display: none;
}

.home-hero {
	background: var(--orange);
	color: var(--white);
	overflow: hidden;
}

.home-hero-grid {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	min-height: 660px;
}

.home-hero-copy {
	padding: 90px 7vw 90px 0;
	position: relative;
	z-index: 2;
}

.home-hero-copy h1 {
	max-width: 750px;
}

.home-hero-copy > p:not(.eyebrow) {
	color: var(--ink);
	font-size: 1.08rem;
	margin-top: 24px;
	max-width: 650px;
}

.home-hero .eyebrow.light {
	color: var(--ink);
}

.home-hero-image {
	align-self: end;
	position: relative;
}

.home-hero-image::before {
	border: 1px solid rgba(255, 255, 255, 0.3);
	content: "";
	inset: 20% -20% 10% 8%;
	position: absolute;
	transform: rotate(-7deg);
}

.home-hero-image img {
	position: relative;
	width: 115%;
}

.section {
	padding: 110px 0;
}

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

.image-frame {
	position: relative;
}

.image-frame > img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.image-frame::before {
	border: 12px solid var(--orange);
	content: "";
	height: 48%;
	left: -24px;
	position: absolute;
	top: -24px;
	width: 48%;
	z-index: -1;
}

.image-frame.plain::before {
	display: none;
}

.image-frame.plain > img {
	aspect-ratio: 0.92 / 1;
	object-fit: cover;
}

.image-badge {
	align-items: center;
	background: var(--navy);
	bottom: -28px;
	color: var(--white);
	display: flex;
	gap: 14px;
	padding: 22px 28px;
	position: absolute;
	right: -28px;
}

.image-badge strong {
	color: var(--orange);
	font-family: var(--display);
	font-size: 2.2rem;
	line-height: 1;
}

.image-badge span {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.35;
	max-width: 90px;
	text-transform: uppercase;
}

.section-copy h2 {
	margin-bottom: 28px;
}

.section-copy > p:not(.eyebrow) {
	color: var(--copy);
	max-width: 640px;
}

.mini-points {
	border-bottom: 1px solid var(--line);
	border-top: 1px solid var(--line);
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr;
	margin: 30px 0;
	padding: 24px 0;
}

.mini-points div {
	align-items: center;
	display: flex;
	font-weight: 750;
	gap: 14px;
}

.mini-points img {
	height: 46px;
	object-fit: contain;
	width: 46px;
}

.service-strip {
	background: var(--ink);
	color: var(--white);
	padding: 105px 0 115px;
}

.service-strip-heading {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}

.service-strip-heading h2 {
	max-width: 690px;
}

.service-strip-grid {
	display: grid;
	gap: 2px;
	grid-template-columns: repeat(4, 1fr);
}

.service-tile {
	background: #1d1e21;
	min-height: 470px;
	overflow: hidden;
	position: relative;
}

.service-tile > img {
	height: 210px;
	object-fit: cover;
	opacity: 0.78;
	transition: opacity 180ms ease, transform 240ms ease;
	width: 100%;
}

.service-image-packages {
	object-position: center top;
}

.service-image-van {
	object-position: center 42%;
}

.service-image-express {
	object-position: center 58%;
}

.service-tile:hover > img {
	opacity: 1;
	transform: scale(1.025);
}

.service-tile > div {
	padding: 28px 28px 80px;
}

.service-tile h3 {
	margin-bottom: 14px;
}

.service-tile p {
	color: #b8bbc1;
	font-size: 0.9rem;
	line-height: 1.6;
}

.square-link {
	align-items: center;
	background: var(--orange);
	border-radius: 12px 0 0 0;
	box-shadow: -5px -5px 18px rgba(18, 19, 21, 0.16);
	bottom: 0;
	display: flex;
	font-size: 1.2rem;
	height: 52px;
	justify-content: center;
	position: absolute;
	right: 0;
	text-decoration: none;
	transition: background 160ms ease, transform 160ms ease;
	width: 52px;
}

.square-link:hover {
	background: var(--orange-dark);
	transform: translate(-2px, -2px);
}

.section-heading {
	margin-bottom: 55px;
}

.section-heading.centered {
	margin-inline: auto;
	max-width: 780px;
	text-align: center;
}

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

.benefits {
	background: var(--light);
}

.benefit-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

.benefit-grid article {
	background: var(--white);
	border-bottom: 4px solid transparent;
	min-height: 250px;
	padding: 34px 30px;
	transition: border 160ms ease, transform 160ms ease;
}

.benefit-grid article:hover {
	border-color: var(--orange);
	transform: translateY(-4px);
}

.benefit-grid article > span {
	color: var(--orange-text);
	font-family: var(--display);
	font-size: 0.9rem;
	font-weight: 800;
}

.benefit-grid h3 {
	margin: 45px 0 15px;
}

.benefit-grid p {
	color: var(--copy);
	font-size: 0.9rem;
}

.facts {
	background: var(--orange);
	color: var(--ink);
}

.facts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.facts-grid > div {
	border-left: 1px solid rgba(18, 19, 21, 0.3);
	padding: 48px 50px;
}

.facts-grid > div:last-child {
	border-right: 1px solid rgba(18, 19, 21, 0.3);
}

.facts strong,
.facts span {
	display: block;
}

.facts strong {
	font-family: var(--display);
	font-size: clamp(2rem, 3.2vw, 3.4rem);
	line-height: 1;
	margin-bottom: 10px;
}

.facts span {
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
}

.home-quote {
	background: var(--white);
}

.quote-teaser {
	align-items: center;
	background: var(--navy);
	color: var(--white);
	display: flex;
	justify-content: space-between;
	padding: 62px 70px;
}

.quote-teaser h2 {
	font-size: clamp(2.1rem, 4vw, 3.5rem);
	margin-bottom: 18px;
}

.quote-teaser p:not(.eyebrow) {
	color: #d7dae5;
	margin-bottom: 0;
	max-width: 700px;
}

.quote-teaser .eyebrow {
	color: var(--orange-on-dark);
}

.quote-teaser-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-left: 45px;
	min-width: 230px;
}

.call-card {
	background: var(--white);
	border-radius: var(--cta-radius);
	box-shadow: 0 8px 20px rgba(20, 36, 90, 0.1);
	color: var(--ink);
	display: block;
	padding: 13px 18px;
	text-decoration: none;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.call-card:hover {
	box-shadow: 0 12px 26px rgba(20, 36, 90, 0.16);
	transform: translateY(-2px);
}

.call-card small,
.call-card strong {
	display: block;
}

.call-card small {
	color: var(--orange-text);
	font-size: 0.68rem;
	font-weight: 800;
	text-transform: uppercase;
}

.call-card strong {
	font-family: var(--display);
	font-size: 1.25rem;
}

.inner-hero {
	background-image: var(--hero-image);
	background-position: center;
	background-size: cover;
	color: var(--white);
	min-height: 430px;
	position: relative;
}

.inner-hero-shade {
	background: linear-gradient(90deg, rgba(18, 19, 21, 0.9), rgba(18, 19, 21, 0.46));
	inset: 0;
	position: absolute;
}

.inner-hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 430px;
	padding-block: 70px;
	position: relative;
}

.inner-hero h1 {
	font-size: clamp(3.2rem, 6vw, 5.6rem);
	max-width: 900px;
}

.service-list {
	padding-bottom: 60px;
}

.service-row {
	align-items: center;
	display: grid;
	gap: clamp(40px, 8vw, 100px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-bottom: 100px;
}

.service-row.reverse img {
	order: 2;
}

.service-row img {
	aspect-ratio: 1.2 / 1;
	object-fit: cover;
	width: 100%;
}

.service-row h2 {
	font-size: clamp(2.3rem, 4vw, 3.7rem);
	margin-bottom: 24px;
}

.service-row p:not(.eyebrow) {
	color: var(--copy);
	margin-bottom: 28px;
}

.service-intro .check-list {
	margin: 30px 0;
}

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

.check-list li {
	border-bottom: 1px solid var(--line);
	font-weight: 700;
	padding: 11px 0 11px 30px;
	position: relative;
}

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

.steps-section {
	background: var(--navy);
	color: var(--white);
	padding: 70px 0;
}

.steps-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.steps-grid > div {
	border-right: 1px solid rgba(255, 255, 255, 0.16);
	padding: 10px 35px;
}

.steps-grid > div:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.steps-grid img {
	height: 56px;
	margin-bottom: 35px;
	object-fit: contain;
	object-position: left center;
	width: 56px;
}

.steps-grid strong {
	color: var(--orange);
	display: block;
	font-family: var(--display);
	font-size: 0.8rem;
	margin-bottom: 8px;
}

.steps-grid h3 {
	font-size: 1.35rem;
}

.values {
	background: var(--light);
}

.values-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.values-grid article {
	background: var(--white);
	min-height: 250px;
	padding: 35px;
}

.values-grid img {
	height: 52px;
	margin-bottom: 38px;
	object-fit: contain;
	object-position: left center;
	width: 52px;
}

.values-grid h3 {
	margin-bottom: 12px;
}

.values-grid p {
	color: var(--copy);
	font-size: 0.9rem;
	margin: 0;
}

.contact-section {
	background: var(--light);
}

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

.contact-cards > * {
	background: var(--white);
	box-shadow: 0 8px 28px rgba(18, 19, 21, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 38px;
	text-decoration: none;
	transition: transform 160ms ease;
}

.contact-cards > a:hover {
	transform: translateY(-4px);
}

.contact-icon {
	align-items: center;
	background: var(--orange);
	color: var(--white);
	display: flex;
	font-size: 1.3rem;
	height: 54px;
	justify-content: center;
	margin-bottom: 35px;
	width: 54px;
}

.contact-cards small {
	color: var(--orange);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-cards strong {
	font-family: var(--display);
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	margin: 6px 0 14px;
	word-break: break-word;
}

.contact-cards em {
	color: var(--copy);
	font-size: 0.85rem;
	font-style: normal;
}

.contact-cta {
	padding-top: 0;
}

.quote-page {
	background: var(--light);
}

.quote-page-grid {
	align-items: start;
	display: grid;
	gap: 70px;
	grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
}

.quote-intro {
	position: sticky;
	top: 28px;
}

.quote-intro h2 {
	font-size: clamp(2.3rem, 4vw, 3.7rem);
	margin-bottom: 24px;
}

.quote-intro > p:not(.eyebrow) {
	color: var(--copy);
}

.quote-intro .call-card {
	border-left: 5px solid var(--orange);
	box-shadow: var(--shadow);
	margin: 32px 0;
}

.quote-panel {
	background: var(--white);
	box-shadow: var(--shadow);
	padding: 48px;
}

.form-notice {
	background: #edf7ef;
	border-left: 4px solid #247a37;
	margin-bottom: 28px;
	padding: 15px 18px;
}

.quote-form fieldset {
	border: 0;
	margin: 0 0 36px;
	padding: 0;
}

.quote-form legend {
	border-bottom: 1px solid var(--line);
	font-family: var(--display);
	font-size: 1.45rem;
	font-weight: 700;
	margin-bottom: 22px;
	padding-bottom: 12px;
	width: 100%;
}

.field,
.field-pair {
	margin-bottom: 18px;
}

.field-pair {
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr 1fr;
}

.field-pair.three {
	grid-template-columns: 2fr 1fr 0.75fr;
}

.field label {
	display: block;
	font-size: 0.78rem;
	font-weight: 800;
	margin-bottom: 7px;
}

.field input,
.field select,
.field textarea {
	background: var(--light);
	border: 1px solid transparent;
	border-radius: 0;
	color: var(--ink);
	padding: 13px 14px;
	width: 100%;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
	background: var(--white);
	border-color: var(--orange);
	outline: 0;
}

.choice-row {
	display: flex;
	gap: 22px;
	margin-bottom: 18px;
}

.choice-row label,
.consent {
	align-items: flex-start;
	display: flex;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 8px;
}

.consent {
	font-weight: 500;
}

.honeypot {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.form-submit {
	cursor: pointer;
}

.form-footnote {
	color: var(--copy);
	font-size: 0.75rem;
	margin: 14px 0 0;
}

.page-main {
	padding: 90px 0;
}

.content-shell {
	max-width: 820px;
}

.page-content {
	margin-top: 36px;
}

.legal-content {
	padding-bottom: 90px;
}

.legal-content h2 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	margin: 52px 0 18px;
	scroll-margin-top: 120px;
}

.legal-content h3 {
	font-size: 1.25rem;
	margin: 30px 0 12px;
}

.legal-content p,
.legal-content li {
	color: var(--copy);
	line-height: 1.75;
}

.legal-content ul,
.legal-content ol {
	margin: 0 0 24px;
	padding-left: 1.4rem;
}

.legal-content li + li {
	margin-top: 8px;
}

.info-lead {
	font-size: 1.12rem;
	max-width: 760px;
}

.info-contact-card {
	background: var(--ink);
	color: var(--white);
	margin-top: 52px;
	padding: 34px;
}

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

.info-contact-card h2 {
	margin-top: 0;
}

.info-contact-card .button {
	margin-top: 8px;
}

.legal-toc {
	background: #f4f5f7;
	border-left: 4px solid var(--orange);
	margin-bottom: 52px;
	padding: 28px 32px;
}

.legal-toc a {
	color: var(--dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.site-footer {
	background: var(--ink);
	color: var(--white);
}

.footer-picture {
	background-image: linear-gradient(rgba(18, 19, 21, 0.94), rgba(18, 19, 21, 0.94)), url("images/current/banner-CU-2-scaled.webp");
	background-position: center;
	background-size: cover;
	padding: 85px 0 65px;
}

.footer-grid {
	display: grid;
	gap: 38px;
	grid-template-columns: 1.5fr 1fr 1fr 1.1fr 1.1fr;
}

.footer-grid h2 {
	font-size: 1.05rem;
	letter-spacing: 0;
	margin-bottom: 22px;
}

.footer-grid h2::after {
	background: var(--orange);
	content: "";
	display: block;
	height: 2px;
	margin-top: 10px;
	width: 28px;
}

.footer-grid a {
	color: #c4c6ca;
	display: block;
	font-size: 0.83rem;
	margin-bottom: 9px;
	text-decoration: none;
}

.footer-grid a:hover {
	color: var(--orange);
}

.footer-grid p {
	color: #c4c6ca;
	font-size: 0.83rem;
}

.footer-brand img {
	height: auto;
	margin-bottom: 24px;
	max-width: 185px;
}

.footer-brand p {
	max-width: 250px;
}

.footer-grid .footer-offer {
	align-items: center;
	background: var(--orange);
	border-radius: var(--cta-radius);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	color: var(--ink);
	display: flex;
	font-weight: 800;
	justify-content: space-between;
	margin-top: 20px;
	min-height: 50px;
	padding: 7px 8px 7px 15px;
	text-transform: uppercase;
}

.footer-grid .footer-offer span {
	align-items: center;
	background: rgba(18, 19, 21, 0.09);
	border-radius: 7px;
	display: flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

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

.footer-bottom .shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 70px;
}

.footer-bottom p {
	color: #92959b;
	font-size: 0.75rem;
	margin: 0;
}

.footer-bottom a {
	color: #92959b;
	font-size: 0.75rem;
	margin-left: 22px;
	text-decoration: none;
}

.consent-settings {
	background: none;
	border: 0;
	color: #92959b;
	cursor: pointer;
	font-size: 0.75rem;
	margin-left: 22px;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.consent-banner {
	background: rgba(18, 19, 21, 0.62);
	bottom: 0;
	left: 0;
	padding: 20px;
	position: fixed;
	right: 0;
	z-index: 10000;
}

.consent-banner[hidden] {
	display: none;
}

.consent-banner__content {
	align-items: center;
	background: var(--white);
	border-radius: 16px;
	box-shadow: var(--shadow);
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1120px;
	padding: 24px;
}

.consent-banner h2 {
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	margin-bottom: 8px;
}

.consent-banner p {
	color: var(--copy);
	margin: 0;
	max-width: 720px;
}

.consent-banner a {
	color: var(--navy);
	font-weight: 700;
}

.consent-banner__actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.consent-button {
	border: 2px solid var(--navy);
	border-radius: var(--cta-radius);
	cursor: pointer;
	font-weight: 800;
	min-height: 48px;
	padding: 10px 18px;
}

.consent-button--primary {
	background: var(--navy);
	color: var(--white);
}

.consent-button--secondary {
	background: var(--white);
	color: var(--navy);
}

@media (max-width: 1120px) {
	:root {
		--shell: min(100% - 38px, 1000px);
	}

	.primary-navigation > a,
	.nav-group > a {
		padding-inline: 12px;
	}

	.primary-navigation .header-phone {
	display: none;
	}

	.home-hero-grid {
		grid-template-columns: 1.05fr 0.95fr;
		min-height: 600px;
	}

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

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

@media (max-width: 820px) {
	.consent-banner__content {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.consent-banner__actions {
		flex-wrap: wrap;
	}

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

	.site-header {
		position: relative;
	}

	.header-inner {
		align-items: center;
		min-height: 78px;
	}

	.brand {
		width: 190px;
	}

	.brand > img,
	.brand .custom-logo {
		width: 160px;
	}

	.menu-toggle {
	align-items: center;
	display: flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 9px;
	text-transform: uppercase;
	}

	.menu-icon,
	.menu-icon::before,
	.menu-icon::after {
		background: var(--ink);
		content: "";
		display: block;
		height: 2px;
		position: relative;
		width: 22px;
	}

	.menu-icon::before {
		position: absolute;
		top: -7px;
	}

	.menu-icon::after {
		position: absolute;
		top: 7px;
	}

	.primary-navigation {
		align-items: stretch;
		background: var(--white);
		box-shadow: var(--shadow);
		display: none;
		flex-direction: column;
		left: 0;
		padding: 12px;
		position: absolute;
		top: 100%;
		width: 100%;
	}

	.primary-navigation.is-open {
		display: flex;
	}

	.primary-navigation > a,
	.nav-group > a {
		min-height: 48px;
		padding: 0 14px;
	}

	.nav-group {
		display: block;
	}

	.subnav {
		box-shadow: none;
		display: block;
		padding: 0 0 8px 18px;
		position: static;
	}

	.primary-navigation .nav-cta {
		margin-left: 0;
		margin-top: 6px;
	}

	.home-hero-grid,
	.split-grid,
	.service-row,
	.quote-page-grid {
		grid-template-columns: 1fr;
	}

	.home-hero-grid {
		padding-top: 70px;
	}

	.home-hero-copy {
		padding: 0;
	}

	.home-hero-image {
		margin-top: 35px;
	}

	.home-hero-image img {
		margin-inline: auto;
		max-width: 620px;
		width: 100%;
	}

	.section {
		padding: 80px 0;
	}

	.service-row.reverse img {
		order: 0;
	}

	.service-strip-heading,
	.quote-teaser {
		align-items: flex-start;
		flex-direction: column;
	}

	.service-strip-heading .button {
		margin-top: 25px;
	}

	.facts-grid,
	.steps-grid,
	.values-grid,
	.contact-cards {
		grid-template-columns: 1fr 1fr;
	}

	.facts-grid > div:last-child {
		border-top: 1px solid rgba(255, 255, 255, 0.35);
		grid-column: 1 / -1;
	}

	.quote-teaser {
		padding: 48px;
	}

	.quote-teaser-actions {
		margin: 28px 0 0;
	}

	.quote-intro {
		position: static;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 560px) {
	:root {
		--shell: calc(100% - 28px);
	}

	h1 {
		font-size: clamp(2.65rem, 13vw, 4rem);
	}

	h2 {
		font-size: clamp(2.1rem, 10vw, 3rem);
	}

	.home-hero-grid {
		min-height: auto;
		padding-top: 58px;
	}

	.service-strip {
		padding-block: 75px;
	}

	.service-strip-grid,
	.benefit-grid,
	.values-grid,
	.contact-cards,
	.facts-grid,
	.steps-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.service-tile {
		min-height: 440px;
	}

	.facts-grid > div,
	.facts-grid > div:last-child {
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		grid-column: auto;
		padding: 34px 20px;
	}

	.steps-grid > div,
	.steps-grid > div:first-child {
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		padding: 30px 12px;
	}

	.quote-teaser {
		padding: 34px 26px;
	}

	.field-pair,
	.field-pair.three {
		grid-template-columns: 1fr;
	}

	.quote-panel {
		padding: 28px 22px;
	}

	.image-badge {
		bottom: -20px;
		right: -5px;
	}

	.footer-bottom .shell {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
	}

	.footer-bottom a {
		margin: 0 18px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
