:root {
	--shine-navy-950: #061a36;
	--shine-navy-900: #08254d;
	--shine-navy-800: #0b3267;
	--shine-navy-700: #164a87;
	--shine-blue-600: #006f9f;
	--shine-blue-500: #18b7ed;
	--shine-blue-100: #dff6fd;
	--shine-blue-50: #f0fbfe;
	--shine-ink: #122033;
	--shine-muted: #5e6c7e;
	--shine-line: #dbe6ec;
	--shine-surface: #fff;
	--shine-off-white: #f7fafc;
	--shine-green: #68ad91;
	--shine-shadow: 0 24px 70px rgb(6 26 54 / 10%);
	--shine-radius-sm: 12px;
	--shine-radius: 22px;
	--shine-radius-lg: 34px;
	--shine-container: 1240px;
	--shine-font: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

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

body.has-open-menu {
	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;
}

h1,
h2,
h3,
h4,
p {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	color: var(--shine-navy-900);
	font-weight: 650;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

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

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

h3 {
	font-size: clamp(1.3rem, 2vw, 1.65rem);
}

::selection {
	color: var(--shine-navy-950);
	background: var(--shine-blue-100);
}

:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
	box-shadow: 0 0 0 6px var(--shine-blue-600);
}

.container {
	width: min(calc(100% - 48px), var(--shine-container));
	margin-inline: auto;
}

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

.section {
	position: relative;
	padding-block: clamp(80px, 9vw, 138px);
}

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

.screen-reader-text:focus {
	z-index: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto !important;
	color: var(--shine-navy-950);
	background: white;
	font-weight: 700;
}

.icon {
	width: 1.35em;
	height: 1.35em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0.85rem 1.45rem;
	border: 1px solid var(--shine-blue-500);
	border-radius: 999px;
	color: var(--shine-navy-950);
	background: var(--shine-blue-500);
	box-shadow: 0 12px 30px rgb(24 183 237 / 20%);
	font-size: 0.93rem;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
	background: #3dc5f1;
	box-shadow: 0 16px 36px rgb(24 183 237 / 28%);
	transform: translateY(-2px);
}

.button .icon {
	margin-left: 0.6rem;
	font-size: 1rem;
}

.button--small {
	min-height: 46px;
	padding-inline: 1.25rem;
	font-size: 0.84rem;
}

.button--large {
	min-height: 62px;
	padding-inline: 1.75rem;
}

.button--ghost-light {
	border-color: rgb(255 255 255 / 46%);
	color: white;
	background: rgb(255 255 255 / 8%);
	box-shadow: none;
	backdrop-filter: blur(10px);
}

.button--ghost-light:hover {
	border-color: white;
	background: rgb(255 255 255 / 16%);
}

.button--white {
	border-color: white;
	color: var(--shine-navy-900);
	background: white;
	box-shadow: 0 16px 40px rgb(0 0 0 / 14%);
}

.button--white:hover {
	background: var(--shine-blue-50);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--shine-navy-800);
	font-size: 0.94rem;
	font-weight: 750;
	text-decoration: none;
}

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

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

.eyebrow {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1rem;
	color: var(--shine-blue-600);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-transform: uppercase;
}

.eyebrow > span {
	display: inline-block;
	width: 30px;
	height: 1px;
	background: currentColor;
}

.eyebrow--light {
	color: #8ee1fb;
}

.large-copy {
	color: var(--shine-navy-800);
	font-size: clamp(1.22rem, 2vw, 1.55rem);
	line-height: 1.55;
}

.section-heading {
	margin-bottom: clamp(44px, 6vw, 74px);
}

.section-heading h2 {
	margin-bottom: 0;
}

.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.7fr);
	gap: clamp(40px, 8vw, 130px);
	align-items: end;
}

.section-heading--split > div:last-child,
.section-heading--split > p:last-child {
	margin-bottom: 0.25rem;
	color: var(--shine-muted);
}

.section-heading--split .text-link {
	margin-top: 0.65rem;
}

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

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

/* Brand and header */
.utility-bar {
	color: #d9edff;
	background: var(--shine-navy-950);
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.035em;
}

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

.utility-bar p {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin: 0;
}

.utility-bar .icon {
	font-size: 0.78rem;
}

.utility-bar a {
	color: white;
	font-weight: 750;
	text-decoration: none;
}

.site-header {
	position: relative;
	z-index: 100;
	border-bottom: 1px solid rgb(8 37 77 / 9%);
	background: rgb(255 255 255 / 96%);
	box-shadow: 0 6px 30px rgb(6 26 54 / 5%);
	backdrop-filter: blur(18px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
}

.site-branding {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}

.brand {
	position: relative;
	display: inline-flex;
	align-items: baseline;
	padding-right: 29px;
	color: var(--shine-navy-800);
	font-size: 2rem;
	letter-spacing: -0.055em;
	line-height: 1;
	text-decoration: none;
}

.brand__only {
	font-weight: 500;
}

.brand__shine {
	color: var(--shine-blue-500);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.08em;
	font-style: italic;
	font-weight: 700;
}

.brand__sparkles {
	position: absolute;
	top: -11px;
	right: 0;
	width: 27px;
	height: 25px;
	fill: var(--shine-blue-500);
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 240px;
	max-height: 58px;
}

.primary-navigation {
	display: flex;
	align-items: center;
	gap: clamp(20px, 3vw, 42px);
}

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

.primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.2vw, 32px);
}

.primary-menu a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 44px;
	color: #26384e;
	font-size: 0.84rem;
	font-weight: 650;
	text-decoration: none;
}

.primary-menu a::after {
	position: absolute;
	right: 0;
	bottom: 4px;
	left: 0;
	height: 2px;
	background: var(--shine-blue-500);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	min-width: 220px;
	padding: 12px;
	margin: 0;
	border: 1px solid var(--shine-line);
	border-radius: var(--shine-radius-sm);
	background: white;
	box-shadow: var(--shine-shadow);
	list-style: none;
	opacity: 0;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.primary-menu li {
	position: relative;
}

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

.primary-menu .sub-menu a {
	padding-inline: 10px;
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 0.75rem;
	min-width: 44px;
	min-height: 44px;
	padding: 0;
	border: 0;
	color: var(--shine-navy-900);
	background: transparent;
	cursor: pointer;
}

.menu-toggle__label {
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.menu-toggle__lines {
	position: relative;
	display: block;
	width: 28px;
	height: 20px;
}

.menu-toggle__lines span {
	position: absolute;
	left: 0;
	width: 28px;
	height: 2px;
	background: currentColor;
	transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle__lines span:first-child { top: 5px; }
.menu-toggle__lines span:last-child { top: 14px; }

/* Hero */
.hero {
	position: relative;
	display: flex;
	min-height: min(810px, calc(100vh - 118px));
	color: white;
	background: var(--shine-navy-950);
	isolation: isolate;
}

.hero__media,
.hero__media::after {
	position: absolute;
	inset: 0;
}

.hero__media {
	z-index: -2;
	overflow: hidden;
}

.hero__media-pane {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.hero__media-pane--private {
	right: 0;
	z-index: 0;
	width: 59%;
}

.hero__media-pane--commercial {
	left: 0;
	z-index: 1;
	width: 61%;
	clip-path: polygon(0 0, 100% 0, 83% 100%, 0 100%);
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero__media-pane--commercial img {
	object-position: 46% center;
}

.hero__media-pane--private img {
	object-position: 58% center;
}

.hero__split-line {
	position: absolute;
	z-index: 2;
	inset: 0;
	background: linear-gradient(180deg, transparent, rgb(255 255 255 / 74%) 18%, rgb(126 218 250 / 88%) 50%, rgb(255 255 255 / 64%) 82%, transparent);
	/* 50.63% is the commercial pane's 61% width multiplied by its 83% bottom edge. */
	clip-path: polygon(
		calc(61% - 1px) 0,
		calc(61% + 1px) 0,
		calc(50.63% + 1px) 100%,
		calc(50.63% - 1px) 100%
	);
	filter: drop-shadow(0 0 10px rgb(126 218 250 / 45%));
	pointer-events: none;
}

.hero__media::after {
	z-index: 3;
	background:
		linear-gradient(90deg, rgb(5 20 42 / 97%) 0%, rgb(5 25 52 / 87%) 34%, rgb(5 25 52 / 38%) 63%, rgb(5 25 52 / 13%) 100%),
		linear-gradient(0deg, rgb(5 22 46 / 54%) 0%, transparent 42%);
	content: "";
}

.hero__inner {
	display: flex;
	align-items: center;
	padding-block: 90px 170px;
}

.hero__content {
	max-width: 720px;
}

.hero h1 {
	max-width: 720px;
	margin-bottom: 1.45rem;
	color: white;
	font-size: clamp(3.4rem, 6.25vw, 6.6rem);
}

.hero__lead {
	max-width: 650px;
	margin-bottom: 2rem;
	color: #e2edf7;
	font-size: clamp(1.08rem, 1.6vw, 1.3rem);
	line-height: 1.65;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.hero__note {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 1.4rem 0 0;
	color: #c7d8e8;
	font-size: 0.82rem;
}

.hero__note .icon {
	color: #8ee1fb;
}

.hero__trust {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 1px solid rgb(255 255 255 / 17%);
	background: rgb(6 26 54 / 72%);
	backdrop-filter: blur(14px);
}

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

.hero__trust-grid > div {
	display: grid;
	gap: 0.12rem;
	padding: 24px clamp(20px, 3vw, 46px);
	border-left: 1px solid rgb(255 255 255 / 15%);
}

.hero__trust-grid > div:last-child {
	border-right: 1px solid rgb(255 255 255 / 15%);
}

.hero__trust-grid strong {
	color: white;
	font-size: 1.05rem;
}

.hero__trust-grid span {
	color: #afc5d8;
	font-size: 0.75rem;
}

/* Services */
.services-overview {
	overflow: hidden;
	background: white;
}

.services-overview::before {
	position: absolute;
	top: -180px;
	right: -180px;
	width: 480px;
	height: 480px;
	border: 90px solid var(--shine-blue-50);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.services-overview > .container {
	position: relative;
	z-index: 1;
}

.sector-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.sector-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 620px;
	padding: clamp(28px, 4vw, 48px);
	overflow: hidden;
	border: 1px solid var(--shine-line);
	border-radius: var(--shine-radius);
	background: linear-gradient(150deg, #fff 62%, var(--shine-blue-50));
	transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.sector-card--commercial-buildings {
	border-color: var(--shine-navy-900);
	color: #c1d3e1;
	background:
		radial-gradient(circle at 100% 0%, rgb(24 183 237 / 22%), transparent 35%),
		var(--shine-navy-900);
}

.sector-card:hover {
	border-color: #a8dceb;
	box-shadow: var(--shine-shadow);
	transform: translateY(-4px);
}

.sector-card--commercial-buildings:hover {
	border-color: #4bbfe5;
}

.sector-card::after {
	position: absolute;
	right: -65px;
	bottom: -65px;
	width: 180px;
	height: 180px;
	border: 30px solid rgb(24 183 237 / 9%);
	border-radius: 50%;
	content: "";
}

.sector-card--commercial-buildings::after {
	border-color: rgb(126 218 250 / 8%);
}

.sector-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 46px;
}

.sector-card__icon,
.service-sector__icon,
.service-group-card__icon,
.process-step__icon,
.quote-readiness-card__icon,
.principle-grid__icon,
.contact-options-card__icon,
.contact-next-step__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 18px;
	color: var(--shine-blue-600);
	background: var(--shine-blue-100);
}

.sector-card__icon .icon,
.service-sector__icon .icon,
.service-group-card__icon .icon,
.process-step__icon .icon,
.quote-readiness-card__icon .icon,
.principle-grid__icon .icon,
.contact-options-card__icon .icon,
.contact-next-step__icon .icon {
	width: 31px;
	height: 31px;
	stroke-width: 1.4;
}

.sector-card--commercial-buildings .sector-card__icon {
	color: #8ee1fb;
	background: rgb(24 183 237 / 12%);
}

.sector-card__count {
	padding: 0.45rem 0.75rem;
	border: 1px solid var(--shine-line);
	border-radius: 999px;
	color: var(--shine-muted);
	font-size: 0.74rem;
	font-weight: 750;
}

.sector-card--commercial-buildings .sector-card__count {
	border-color: rgb(255 255 255 / 17%);
	color: #c1d3e1;
}

.sector-card__kicker {
	margin-bottom: 0.7rem;
	color: var(--shine-blue-600);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.sector-card--commercial-buildings .sector-card__kicker {
	color: #8ee1fb;
}

.sector-card h3 {
	margin-bottom: 1rem;
	font-size: clamp(2rem, 3.6vw, 3rem);
}

.sector-card--commercial-buildings h3 {
	color: white;
}

.sector-card__description {
	max-width: 560px;
	margin-bottom: 32px;
	color: var(--shine-muted);
}

.sector-card--commercial-buildings .sector-card__description {
	color: #b5c9d9;
}

.sector-card__groups {
	padding: 0;
	margin: 0 0 32px;
	border-top: 1px solid var(--shine-line);
	list-style: none;
}

.sector-card__groups li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 54px;
	border-bottom: 1px solid var(--shine-line);
	color: var(--shine-navy-800);
	font-size: 0.86rem;
	font-weight: 680;
}

.sector-card__groups small {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: var(--shine-blue-600);
	background: var(--shine-blue-100);
	font-size: 0.68rem;
	font-weight: 800;
}

.sector-card--commercial-buildings .sector-card__groups {
	border-color: rgb(255 255 255 / 14%);
}

.sector-card--commercial-buildings .sector-card__groups li {
	border-color: rgb(255 255 255 / 14%);
	color: #e3edf5;
}

.sector-card--commercial-buildings .sector-card__groups small {
	color: #8ee1fb;
	background: rgb(24 183 237 / 13%);
}

.sector-card__link {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 46px;
	padding-top: 20px;
	margin-top: auto;
	border-top: 1px solid var(--shine-line);
	color: var(--shine-navy-800);
	font-size: 0.86rem;
	font-weight: 750;
	text-decoration: none;
}

.sector-card--commercial-buildings .sector-card__link {
	border-color: rgb(255 255 255 / 15%);
	color: #8ee1fb;
}

.sector-card__link .icon {
	transition: transform 180ms ease;
}

.sector-card__link:hover .icon {
	transform: translateX(5px);
}

/* Process */
.process-section {
	overflow: hidden;
	color: white;
	background:
		radial-gradient(circle at 100% 0%, rgb(24 183 237 / 17%), transparent 34%),
		var(--shine-navy-950);
}

.process-section h2,
.process-section h3 {
	color: white;
}

.process-section .section-heading > p:last-child {
	color: #b8ccdd;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0;
	margin: 0;
	list-style: none;
}

.process-step {
	position: relative;
	min-height: 330px;
	padding: 34px 28px;
	border-top: 1px solid rgb(255 255 255 / 17%);
	border-bottom: 1px solid rgb(255 255 255 / 17%);
	border-left: 1px solid rgb(255 255 255 / 17%);
}

.process-step:last-child {
	border-right: 1px solid rgb(255 255 255 / 17%);
}

.process-step__number {
	display: block;
	margin-bottom: 42px;
	color: #6f8da7;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.process-step__icon {
	width: 58px;
	height: 58px;
	margin-bottom: 30px;
	color: #7edafa;
	background: rgb(24 183 237 / 12%);
}

.process-step__icon .icon {
	width: 28px;
	height: 28px;
}

.process-step h3 {
	margin-bottom: 0.8rem;
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.process-step p {
	margin: 0;
	color: #a9bfd1;
	font-size: 0.87rem;
}

.process-section--how-page .process-step {
	text-align: center;
}

.process-section--how-page .process-step__icon {
	display: flex;
	width: 128px;
	height: 128px;
	margin: 0 auto 52px;
	border-radius: 28px;
}

.process-section--how-page .process-step__icon .icon {
	width: 62px;
	height: 62px;
}

.section-action--centred {
	margin-top: 50px;
	text-align: center;
}

/* About */
.about-preview {
	background: var(--shine-off-white);
}

.about-preview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
	gap: clamp(60px, 9vw, 140px);
	align-items: center;
}

.about-preview__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 560px;
	overflow: hidden;
	border-radius: var(--shine-radius-lg);
	background:
		linear-gradient(145deg, rgb(255 255 255 / 4%), transparent),
		var(--shine-navy-900);
}

.about-preview__visual::before {
	position: absolute;
	inset: 26px;
	border: 1px solid rgb(255 255 255 / 14%);
	border-radius: 24px;
	content: "";
}

.about-preview__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
}

.about-preview__orb--one {
	top: -70px;
	right: -20px;
	width: 290px;
	height: 290px;
	background: rgb(24 183 237 / 30%);
}

.about-preview__orb--two {
	bottom: -120px;
	left: -80px;
	width: 340px;
	height: 340px;
	border: 60px solid rgb(223 246 253 / 9%);
}

.about-preview__word {
	position: relative;
	color: white;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4rem, 8vw, 7rem);
	font-style: italic;
	font-weight: 700;
	letter-spacing: -0.08em;
}

.about-preview__word::after {
	position: absolute;
	top: -19px;
	right: -33px;
	color: var(--shine-blue-500);
	font-family: var(--shine-font);
	font-size: 2.6rem;
	font-style: normal;
	content: "✦";
}

.about-preview__label {
	position: absolute;
	right: 45px;
	bottom: 38px;
	display: grid;
	color: #91abc1;
	font-size: 0.65rem;
	letter-spacing: 0.16em;
	text-align: right;
	text-transform: uppercase;
}

.about-preview__label span {
	color: white;
	font-size: 0.78rem;
	font-weight: 750;
}

.about-preview__content h2 {
	margin-bottom: 1.5rem;
}

.about-preview__content > p:not(.eyebrow) {
	color: var(--shine-muted);
}

.about-preview__content .large-copy {
	color: var(--shine-navy-800);
}

.about-preview__content .text-link {
	margin-top: 0.8rem;
}

/* Why */
.why-section {
	background: white;
}

.reason-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--shine-line);
	border-bottom: 1px solid var(--shine-line);
}

.reason-card {
	min-height: 290px;
	padding: 34px 28px;
	border-left: 1px solid var(--shine-line);
}

.reason-card:last-child {
	border-right: 1px solid var(--shine-line);
}

.reason-card > span,
.principle-grid article > span:not(.principle-grid__icon) {
	display: block;
	margin-bottom: 74px;
	color: var(--shine-blue-600);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.reason-card h3 {
	margin-bottom: 0.8rem;
	font-size: 1.15rem;
}

.reason-card p {
	margin: 0;
	color: var(--shine-muted);
	font-size: 0.85rem;
}

/* Area */
.area-section {
	padding-block: 0;
	color: white;
	background: var(--shine-navy-950);
}

.area-section__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	min-height: 570px;
}

.area-section__content {
	align-self: center;
	max-width: 560px;
	padding-block: 90px;
	padding-right: 60px;
}

.area-section h2 {
	color: white;
}

.area-section__content > p:not(.eyebrow) {
	color: #b8ccdd;
}

.area-section__content .button {
	margin-top: 1rem;
}

.area-section__graphic {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-left: 1px solid rgb(255 255 255 / 12%);
	background:
		radial-gradient(circle, transparent 0 22%, rgb(255 255 255 / 8%) 22.2% 22.5%, transparent 22.7% 38%, rgb(255 255 255 / 6%) 38.2% 38.5%, transparent 38.7%),
		linear-gradient(145deg, rgb(24 183 237 / 18%), transparent 65%);
}

.area-section__graphic::before,
.area-section__graphic::after {
	position: absolute;
	width: 120%;
	height: 1px;
	background: rgb(255 255 255 / 9%);
	content: "";
	transform: rotate(28deg);
}

.area-section__graphic::after {
	transform: rotate(-28deg);
}

.area-section__pin {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin-bottom: 18px;
	border-radius: 50%;
	color: var(--shine-navy-950);
	background: var(--shine-blue-500);
	box-shadow: 0 0 0 17px rgb(24 183 237 / 13%);
}

.area-section__pin .icon {
	width: 34px;
	height: 34px;
}

.area-section__graphic strong,
.area-section__graphic > span:last-child {
	position: relative;
	z-index: 1;
}

.area-section__graphic strong {
	color: white;
	font-size: clamp(2.6rem, 6vw, 5.5rem);
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.2;
}

.area-section__graphic > span:last-child {
	color: #8faac1;
	font-size: 0.71rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

/* FAQs */
.faq-section {
	background: var(--shine-off-white);
}

.faq-section__grid,
.faq-page__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr);
	gap: clamp(60px, 10vw, 150px);
}

.faq-section__intro {
	position: sticky;
	top: 40px;
	align-self: start;
}

.faq-section__intro h2,
.faq-page__aside h2 {
	margin-bottom: 1.2rem;
}

.faq-section__intro > p:not(.eyebrow),
.faq-page__aside > p:not(.eyebrow) {
	color: var(--shine-muted);
}

.faq-section__intro .text-link {
	margin-top: 0.7rem;
}

.accordion-list details {
	border-top: 1px solid #ccdce5;
}

.accordion-list details:last-child {
	border-bottom: 1px solid #ccdce5;
}

.accordion-list summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 86px;
	padding: 20px 56px 20px 0;
	color: var(--shine-navy-900);
	font-size: 1.05rem;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.accordion-list summary::-webkit-details-marker {
	display: none;
}

.accordion-list summary span,
.accordion-list summary span::after {
	position: absolute;
	right: 4px;
	width: 18px;
	height: 2px;
	background: var(--shine-blue-600);
	content: "";
	transition: transform 180ms ease;
}

.accordion-list summary span::after {
	right: 0;
	transform: rotate(90deg);
}

.accordion-list details[open] summary span::after {
	transform: rotate(0);
}

.accordion-list details p {
	max-width: 650px;
	padding: 0 48px 26px 0;
	margin: 0;
	color: var(--shine-muted);
}

/* CTA */
.final-cta {
	overflow: hidden;
	background: var(--shine-blue-50);
}

.final-cta__card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
	min-height: 350px;
	padding: clamp(42px, 7vw, 84px);
	overflow: hidden;
	border-radius: var(--shine-radius-lg);
	color: white;
	background:
		radial-gradient(circle at 100% 0%, rgb(24 183 237 / 35%), transparent 35%),
		var(--shine-navy-900);
}

.final-cta__card::before {
	position: absolute;
	top: -120px;
	right: 80px;
	width: 300px;
	height: 300px;
	border: 55px solid rgb(255 255 255 / 5%);
	border-radius: 50%;
	content: "";
}

.final-cta__card > * {
	position: relative;
	z-index: 1;
}

.final-cta h2 {
	margin-bottom: 1rem;
	color: white;
}

.final-cta__card > div {
	max-width: 720px;
}

.final-cta__card > div > p:last-child {
	max-width: 660px;
	margin-bottom: 0;
	color: #b9cede;
}

.final-cta__card > .button {
	flex: 0 0 auto;
}

/* Footer */
.site-footer {
	color: #a9bfd1;
	background: var(--shine-navy-950);
}

.site-footer .brand {
	color: white;
}

.site-footer__main {
	display: grid;
	grid-template-columns: 1.35fr 0.65fr 0.82fr 1fr;
	gap: clamp(36px, 5vw, 76px);
	padding-block: 84px 70px;
}

.site-footer__brand > p {
	max-width: 280px;
	margin: 1.5rem 0 0;
	font-size: 0.84rem;
}

.site-footer__brand .site-footer__location {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin-top: 1.8rem;
	color: #dce9f3;
	font-size: 0.76rem;
}

.site-footer__column h2 {
	margin-bottom: 1.25rem;
	color: white;
	font-size: 0.75rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.footer-menu li + li {
	margin-top: 0.55rem;
}

.footer-menu a,
.site-footer__contact > a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	color: #a9bfd1;
	font-size: 0.8rem;
	text-decoration: none;
	transition: color 160ms ease;
}

.footer-menu a:hover,
.site-footer__contact > a:hover {
	color: white;
}

.site-footer__contact p {
	margin-bottom: 1rem;
	font-size: 0.8rem;
}

.site-footer__contact > a {
	display: flex;
}

.site-footer__contact .text-link {
	margin-top: 0.8rem;
	color: #7fdafb;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	border-top: 1px solid rgb(255 255 255 / 10%);
	font-size: 0.68rem;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__legal {
	display: flex;
	gap: 22px;
}

.site-footer__legal a {
	color: inherit;
	text-decoration: none;
}

/* Internal pages */
.page-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 500px;
	overflow: hidden;
	color: white;
	background:
		radial-gradient(circle at 82% 24%, rgb(24 183 237 / 25%), transparent 25%),
		linear-gradient(125deg, var(--shine-navy-950), var(--shine-navy-800));
}

.page-hero::before,
.page-hero::after {
	position: absolute;
	right: 7%;
	width: 320px;
	height: 320px;
	border: 1px solid rgb(255 255 255 / 9%);
	border-radius: 50%;
	content: "";
}

.page-hero::after {
	right: 13%;
	width: 170px;
	height: 170px;
}

.page-hero__media,
.page-hero__media::after {
	position: absolute;
	inset: 0;
}

.page-hero__media {
	z-index: 0;
}

.page-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-hero__media::after {
	background:
		linear-gradient(90deg, rgb(5 20 42 / 95%) 0%, rgb(8 42 79 / 82%) 48%, rgb(8 54 94 / 57%) 100%),
		linear-gradient(0deg, rgb(5 22 46 / 42%), transparent 55%);
	content: "";
}

.page-hero--has-image::before,
.page-hero--has-image::after {
	z-index: 1;
}

.page-hero__inner {
	position: relative;
	z-index: 2;
	padding-block: 80px;
}

.page-hero h1 {
	max-width: 900px;
	margin-bottom: 1.3rem;
	color: white;
	font-size: clamp(3.2rem, 6vw, 6rem);
}

.page-hero__inner > p:last-of-type {
	max-width: 700px;
	margin: 0;
	color: #c1d3e1;
	font-size: 1.15rem;
}

.service-jump {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 2rem;
}

.service-sector {
	scroll-margin-top: 32px;
	background: var(--shine-off-white);
}

.service-sector--commercial-buildings {
	border-top: 1px solid #cfe4ed;
	background: var(--shine-blue-50);
}

.service-sector__header {
	display: grid;
	grid-template-columns: minmax(280px, 1.05fr) minmax(0, 0.7fr);
	gap: clamp(50px, 9vw, 130px);
	align-items: end;
	margin-bottom: clamp(48px, 7vw, 80px);
}

.service-sector__icon {
	margin-bottom: 34px;
}

.service-sector__header h2 {
	margin-bottom: 0;
}

.service-sector__header > div:last-child p {
	margin-bottom: 1rem;
	color: var(--shine-muted);
}

.service-sector__header > div:last-child strong {
	color: var(--shine-blue-600);
	font-size: 0.73rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

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

.service-group-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--shine-line);
	border-radius: var(--shine-radius);
	background: white;
	box-shadow: 0 14px 45px rgb(6 26 54 / 5%);
}

.service-group-card__heading {
	display: flex;
	align-items: flex-start;
	gap: 1.15rem;
	margin-bottom: 24px;
}

.service-group-card__icon {
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	border-radius: 15px;
}

.service-group-card__icon .icon {
	width: 26px;
	height: 26px;
}

.service-group-card__heading p {
	margin-bottom: 0.45rem;
	color: var(--shine-blue-600);
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.service-group-card__heading h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.25vw, 1.8rem);
}

.service-group-card__description {
	margin-bottom: 26px;
	color: var(--shine-muted);
	font-size: 0.9rem;
}

.service-group-card__list {
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--shine-line);
	list-style: none;
}

.service-group-card__list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	min-height: 56px;
	padding-block: 14px;
	border-bottom: 1px solid var(--shine-line);
	color: var(--shine-navy-900);
	font-size: 0.86rem;
	font-weight: 680;
	line-height: 1.45;
}

.service-group-card__list li .icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--shine-blue-600);
	stroke-width: 2.2;
}

.service-quote-note {
	background: white;
}

.service-quote-note__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
	gap: clamp(50px, 9vw, 130px);
	align-items: center;
}

.service-quote-note h2 {
	margin-bottom: 0;
}

.service-quote-note__inner > div:last-child p {
	color: var(--shine-muted);
}

.service-quote-note__inner .button {
	margin-top: 0.6rem;
}

.about-story {
	background: white;
}

.about-story__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(60px, 10vw, 160px);
}

.about-story__grid > div:first-child {
	position: sticky;
	top: 50px;
	align-self: start;
}

.about-story__image {
	overflow: hidden;
	margin: 34px 0 0;
	border-radius: var(--shine-radius);
	box-shadow: var(--shine-shadow);
}

.about-story__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.about-story__copy > p:not(.large-copy),
.about-story__copy .entry-content {
	color: var(--shine-muted);
}

.about-principles {
	background: var(--shine-blue-50);
}

.principle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border: 1px solid #cbe5ef;
	border-radius: var(--shine-radius);
	background: white;
}

.principle-grid article {
	min-height: 320px;
	padding: 40px;
	border-left: 1px solid #cbe5ef;
}

.principle-grid article:first-child {
	border-left: 0;
}

.principle-grid article > span:not(.principle-grid__icon) {
	margin-bottom: 86px;
}

.principle-grid__icon {
	display: flex;
	width: 128px;
	height: 128px;
	margin: 0 auto 52px;
	border-radius: 28px;
}

.principle-grid__icon .icon {
	width: 62px;
	height: 62px;
}

.principle-grid article p {
	margin: 0;
	color: var(--shine-muted);
	font-size: 0.9rem;
}

.details-guide {
	background: var(--shine-off-white);
}

.details-guide__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(60px, 10vw, 150px);
}

.details-guide__grid > div > p:last-child {
	color: var(--shine-muted);
}

.detail-checklist {
	padding: 0;
	margin: 0;
	list-style: none;
}

.detail-checklist li {
	display: flex;
	gap: 1.15rem;
	padding: 22px 0;
	border-top: 1px solid var(--shine-line);
}

.detail-checklist li:last-child {
	border-bottom: 1px solid var(--shine-line);
}

.detail-checklist > li > .icon {
	flex: 0 0 auto;
	margin-top: 4px;
	color: var(--shine-blue-600);
	stroke-width: 2.4;
}

.detail-checklist span {
	display: grid;
	color: var(--shine-muted);
	font-size: 0.88rem;
}

.detail-checklist strong {
	margin-bottom: 0.25rem;
	color: var(--shine-navy-900);
	font-size: 1rem;
}

.faq-page {
	background: var(--shine-off-white);
}

.faq-page__aside {
	position: sticky;
	top: 50px;
	align-self: start;
}

.accordion-list--large summary {
	min-height: 98px;
	font-size: 1.1rem;
}

.contact-page {
	background: var(--shine-off-white);
}

.contact-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.75fr);
	gap: clamp(60px, 10vw, 150px);
	align-items: start;
}

.contact-page__intro > p:not(.eyebrow) {
	max-width: 680px;
	color: var(--shine-muted);
}

.contact-guidance-card {
	margin-top: 34px;
	padding: clamp(26px, 4vw, 38px);
	border: 1px solid var(--shine-line);
	border-radius: var(--shine-radius);
	background: white;
	box-shadow: 0 18px 50px rgb(6 26 54 / 7%);
}

.contact-guidance-card h3 {
	margin-bottom: 1rem;
	font-size: 1.35rem;
}

.contact-guidance-card ul {
	display: grid;
	gap: 12px;
	padding: 18px 0;
	margin: 0;
	border-top: 1px solid var(--shine-line);
	border-bottom: 1px solid var(--shine-line);
	list-style: none;
}

.contact-guidance-card li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
	color: var(--shine-muted);
	font-size: 0.94rem;
}

.contact-guidance-card li .icon {
	flex: 0 0 auto;
	margin-top: 4px;
	color: var(--shine-blue-600);
	stroke-width: 2.2;
}

.contact-guidance-card p {
	margin: 18px 0 0;
	color: var(--shine-muted);
	font-size: 0.9rem;
}

.contact-links {
	display: grid;
	gap: 10px;
	margin-top: 34px;
}

.contact-links a,
.contact-links__placeholder {
	display: grid;
	padding: 18px 20px;
	border: 1px solid var(--shine-line);
	border-radius: var(--shine-radius-sm);
	background: white;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.contact-links a:hover {
	border-color: #b9dbe8;
	box-shadow: 0 14px 34px rgb(6 26 54 / 8%);
	transform: translateY(-2px);
}

.contact-links small {
	color: var(--shine-muted);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-links strong {
	color: var(--shine-navy-900);
}

.contact-options-card {
	position: sticky;
	top: 50px;
	padding: clamp(30px, 5vw, 50px);
	border-radius: var(--shine-radius);
	color: white;
	background: var(--shine-navy-900);
	box-shadow: var(--shine-shadow);
}

.contact-options-card__icon {
	margin-bottom: 30px;
	color: #79d9fa;
	background: rgb(24 183 237 / 12%);
}

.contact-options-card h2 {
	margin-bottom: 0;
	color: white;
	font-size: 2rem;
}

.contact-links--dark {
	margin-top: 24px;
}

.contact-links--dark a,
.contact-links--dark .contact-links__placeholder {
	border-color: rgb(255 255 255 / 14%);
	color: white;
	background: rgb(255 255 255 / 7%);
}

.contact-links--dark a:hover {
	border-color: rgb(126 218 250 / 44%);
	box-shadow: none;
	background: rgb(255 255 255 / 11%);
}

.contact-links--dark small {
	color: #9eb5c8;
}

.contact-links--dark strong {
	color: white;
	overflow-wrap: anywhere;
}

.contact-links__placeholder {
	opacity: 0.74;
}

.contact-options-card > p {
	margin: 18px 0 0;
	color: #9eb5c8;
	font-size: 0.82rem;
}

.quote-readiness-card {
	padding: clamp(30px, 5vw, 50px);
	border-radius: var(--shine-radius);
	color: white;
	background: var(--shine-navy-900);
	box-shadow: var(--shine-shadow);
}

.quote-readiness-card__icon {
	margin-bottom: 30px;
	color: #79d9fa;
	background: rgb(24 183 237 / 12%);
}

.quote-readiness-card h2 {
	color: white;
	font-size: 2rem;
}

.quote-readiness-card ul {
	padding: 18px 0;
	margin: 0 0 20px;
	border-top: 1px solid rgb(255 255 255 / 14%);
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	list-style: none;
}

.quote-readiness-card li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding-block: 0.4rem;
	color: #d6e3ed;
	font-size: 0.86rem;
}

.quote-readiness-card li .icon {
	flex: 0 0 auto;
	margin-top: 3px;
	color: #79d9fa;
	font-size: 0.85rem;
	stroke-width: 2.2;
}

.quote-readiness-card > p:last-child {
	margin: 0;
	color: #9eb5c8;
	font-size: 0.82rem;
}

.contact-next {
	background: white;
}

.contact-next__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-top: 1px solid var(--shine-line);
	border-bottom: 1px solid var(--shine-line);
}

.contact-next-step {
	min-height: 300px;
	padding: 34px 28px;
	border-left: 1px solid var(--shine-line);
	text-align: center;
}

.contact-next-step:first-child {
	border-left: 0;
}

.contact-next-step__icon {
	display: flex;
	width: 128px;
	height: 128px;
	margin: 0 auto 52px;
	border-radius: 28px;
	color: var(--shine-blue-600);
	background: var(--shine-blue-100);
}

.contact-next-step__icon .icon {
	width: 62px;
	height: 62px;
}

.contact-next-step h3 {
	margin-bottom: 0.8rem;
	font-size: 1.15rem;
}

.contact-next-step p {
	margin: 0;
	color: var(--shine-muted);
	font-size: 0.88rem;
}

.entry-content {
	color: #344458;
}

.page-editor-section {
	padding-block: clamp(58px, 7vw, 96px);
	border-bottom: 1px solid var(--shine-line);
	background: white;
}

.post-list .entry + .entry {
	padding-top: 52px;
	margin-top: 52px;
	border-top: 1px solid var(--shine-line);
}

.post-list .entry-title {
	margin-bottom: 1rem;
	font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.post-list .entry-title a {
	text-decoration: none;
}

.post-list .entry-title a:hover {
	color: var(--shine-blue-600);
}

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

.entry-content h2,
.entry-content h3 {
	margin-top: 1.8em;
}

.entry-content a {
	color: var(--shine-navy-700);
}

.alignwide {
	width: min(100vw - 48px, 1050px);
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

/* Responsive navigation and layout */
@media (max-width: 1120px) {
	.primary-menu {
		gap: 17px;
	}

	.primary-menu a {
		font-size: 0.78rem;
	}

	.primary-navigation {
		gap: 20px;
	}

	.process-step {
		padding-inline: 21px;
	}

	.reason-card {
		padding-inline: 22px;
	}
}

@media (max-width: 1023px) {
	.utility-bar__quote-note {
		display: none !important;
	}

	.js .menu-toggle {
		display: flex;
	}

	.js .primary-navigation {
		position: fixed;
		z-index: 2;
		top: var(--shine-menu-top, 118px);
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 24px;
		padding: 26px 24px 42px;
		overflow-y: auto;
		background: white;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-12px);
		transition: opacity 180ms ease, transform 180ms ease;
	}

	.js .site-header.is-menu-open .primary-navigation {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.site-header.is-menu-open .menu-toggle__lines span:first-child {
		top: 10px;
		transform: rotate(45deg);
	}

	.site-header.is-menu-open .menu-toggle__lines span:last-child {
		top: 10px;
		transform: rotate(-45deg);
	}

	.primary-menu {
		display: block;
	}

	.primary-menu > li {
		border-bottom: 1px solid var(--shine-line);
	}

	.primary-menu a {
		min-height: 58px;
		font-size: 1rem;
	}

	.primary-menu a::after {
		display: none;
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		padding: 0 0 10px 18px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.primary-navigation__cta {
		align-self: stretch;
	}

	html:not(.js) .site-header__inner {
		flex-wrap: wrap;
		padding-block: 14px;
	}

	html:not(.js) .primary-navigation {
		flex: 1 0 100%;
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
		padding-top: 12px;
	}

	html:not(.js) .primary-navigation__cta {
		align-self: flex-start;
	}

	.hero {
		min-height: 750px;
	}

	.hero__inner {
		padding-bottom: 185px;
	}

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

	.sector-card {
		min-height: 0;
	}

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

	.process-step:nth-child(3),
	.process-step:nth-child(4),
	.reason-card:nth-child(3),
	.reason-card:nth-child(4),
	.contact-next-step:nth-child(3),
	.contact-next-step:nth-child(4) {
		border-top: 0;
	}

	.process-step:nth-child(2),
	.reason-card:nth-child(2),
	.contact-next-step:nth-child(2) {
		border-right: 1px solid rgb(255 255 255 / 17%);
	}

	.reason-card:nth-child(2) {
		border-right-color: var(--shine-line);
	}

	.contact-next-step:nth-child(2) {
		border-right-color: var(--shine-line);
	}

	.about-preview__grid {
		grid-template-columns: 1fr 0.95fr;
		gap: 60px;
	}

	.about-preview__visual {
		min-height: 480px;
	}

	.area-section__inner {
		grid-template-columns: 1fr 1fr;
	}

	.area-section__graphic strong {
		font-size: 3rem;
	}

	.site-footer__main {
		grid-template-columns: 1.25fr repeat(2, 0.75fr);
	}

	.site-footer__contact {
		grid-column: 2 / -1;
	}

	.service-sector__header,
	.about-story__grid,
	.details-guide__grid,
	.faq-page__grid,
	.contact-page__grid {
		gap: 65px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.container {
		width: min(calc(100% - 32px), var(--shine-container));
	}

	.section-heading--split,
	.about-preview__grid,
	.area-section__inner,
	.faq-section__grid,
	.faq-page__grid,
	.service-sector__header,
	.service-quote-note__inner,
	.about-story__grid,
	.details-guide__grid,
	.contact-page__grid {
		grid-template-columns: 1fr;
	}

	.section-heading--split {
		gap: 24px;
	}

	.utility-bar__inner {
		justify-content: center;
		text-align: center;
	}

	.utility-bar__inner > a {
		display: none;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.brand {
		font-size: 1.72rem;
	}

	.hero {
		min-height: 920px;
	}

	.hero__media-pane--private {
		width: 70%;
	}

	.hero__media-pane--commercial {
		width: 73%;
		clip-path: polygon(0 0, 100% 0, 76% 100%, 0 100%);
	}

	.hero__media-pane--commercial img {
		object-position: 43% center;
	}

	.hero__media-pane--private img {
		object-position: 63% center;
	}

	.hero__split-line {
		/* 55.48% is the mobile pane's 73% width multiplied by its 76% bottom edge. */
		clip-path: polygon(
			calc(73% - 1px) 0,
			calc(73% + 1px) 0,
			calc(55.48% + 1px) 100%,
			calc(55.48% - 1px) 100%
		);
	}

	.hero__media::after {
		background:
			linear-gradient(90deg, rgb(5 20 42 / 91%), rgb(5 25 52 / 58%)),
			linear-gradient(0deg, rgb(5 22 46 / 76%), transparent 52%);
	}

	.hero__inner {
		align-items: flex-start;
		padding-block: 76px 228px;
	}

	.hero h1 {
		font-size: clamp(2.75rem, 11.5vw, 4rem);
	}

	.hero__lead {
		font-size: 1rem;
	}

	.hero__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hero__actions .button {
		width: 100%;
	}

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

	.hero__trust-grid > div {
		grid-template-columns: 130px 1fr;
		align-items: center;
		padding: 12px 17px;
		border-top: 1px solid rgb(255 255 255 / 10%);
		border-right: 1px solid rgb(255 255 255 / 15%);
	}

	.hero__trust-grid > div:first-child {
		border-top: 0;
	}

	.sector-card {
		padding: 28px 24px;
	}

	.sector-card__top {
		margin-bottom: 28px;
	}

	.sector-card__icon,
	.service-sector__icon,
	.service-group-card__icon,
	.process-step__icon {
		width: 56px;
		height: 56px;
	}

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

	.service-sector__header {
		gap: 28px;
	}

	.service-jump {
		align-items: stretch;
		flex-direction: column;
	}

	.service-jump .button {
		width: 100%;
	}

	.process-grid,
	.reason-grid,
	.principle-grid,
	.contact-next__grid {
		grid-template-columns: 1fr;
	}

	.process-step,
	.process-step:nth-child(2),
	.process-step:nth-child(3),
	.process-step:nth-child(4),
	.reason-card,
	.reason-card:nth-child(2),
	.reason-card:nth-child(3),
	.reason-card:nth-child(4),
	.principle-grid article,
	.contact-next-step,
	.contact-next-step:nth-child(2),
	.contact-next-step:nth-child(3),
	.contact-next-step:nth-child(4) {
		min-height: 0;
		border-top: 1px solid rgb(255 255 255 / 17%);
		border-right: 1px solid rgb(255 255 255 / 17%);
		border-bottom: 0;
	}

	.process-step:last-child {
		border-bottom: 1px solid rgb(255 255 255 / 17%);
	}

	.reason-card,
	.reason-card:nth-child(2),
	.reason-card:nth-child(3),
	.reason-card:nth-child(4) {
		border-color: var(--shine-line);
	}

	.reason-card:last-child {
		border-bottom: 1px solid var(--shine-line);
	}

	.contact-next-step,
	.contact-next-step:nth-child(2),
	.contact-next-step:nth-child(3),
	.contact-next-step:nth-child(4) {
		border-color: var(--shine-line);
		border-right: 0;
	}

	.contact-next-step:last-child {
		border-bottom: 1px solid var(--shine-line);
	}

	.contact-next-step__icon {
		margin-bottom: 30px;
	}

	.process-step__number,
	.reason-card > span,
	.principle-grid article > span:not(.principle-grid__icon) {
		margin-bottom: 30px;
	}

	.principle-grid__icon {
		margin-bottom: 30px;
	}

	.process-section--how-page .process-step__icon {
		width: 128px;
		height: 128px;
		margin-bottom: 30px;
	}

	.about-preview__visual {
		min-height: 390px;
	}

	.about-preview__word {
		font-size: 4.8rem;
	}

	.area-section__content {
		padding: 76px 0;
	}

	.area-section__graphic {
		min-height: 420px;
		border-top: 1px solid rgb(255 255 255 / 12%);
		border-left: 0;
	}

	.faq-section__intro,
	.faq-page__aside,
	.about-story__grid > div:first-child,
	.contact-options-card {
		position: static;
	}

	.faq-section__grid,
	.faq-page__grid {
		gap: 42px;
	}

	.final-cta__card {
		align-items: flex-start;
		flex-direction: column;
		gap: 32px;
	}

	.final-cta__card > .button {
		width: 100%;
	}

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

	.site-footer__brand {
		grid-column: 1 / -1;
	}

	.site-footer__contact {
		grid-column: 1 / -1;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		gap: 8px;
		padding-block: 18px;
	}

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

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

	.service-sector__header,
	.about-story__grid,
	.details-guide__grid,
	.contact-page__grid {
		gap: 38px;
	}

	.service-sector__icon {
		margin-bottom: 28px;
	}

	.principle-grid article {
		border-color: #cbe5ef;
		border-right: 0;
	}
}

@media (max-width: 480px) {
	.menu-toggle__label {
		display: none;
	}

	.hero__note {
		align-items: flex-start;
	}

	.hero__trust-grid span {
		font-size: 0.68rem;
	}

	.site-footer__main {
		grid-template-columns: 1fr;
	}

	.site-footer__brand,
	.site-footer__contact {
		grid-column: auto;
	}

	.area-section__graphic strong {
		font-size: 2.5rem;
		letter-spacing: 0.12em;
	}
}

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

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