@charset "UTF-8";

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/DMSans-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/DMSans-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/DMSans-Bold.woff2") format("woff2");
}

:root {
	--color-background: #ffffff;
	--color-surface: #f7f9fc;
	--color-section-soft: #f8fafc;
	--color-card: #f8fafc;
	--color-card-hover: #f0f6ff;
	--color-tag-background: #dbeafe;
	--color-text: #0d1b2a;
	--color-process-background: #0d1b2a;
	--color-muted: #64748b;
	--color-process-muted: #64748b;
	--color-border: #e2e8f0;
	--color-trust-background: #e2e8f0;
	--color-navy: #0a182e;
	--color-primary: #1a5fb4;
	--color-primary-hover: #164f96;
	--color-primary-ring: rgb(26 95 180 / 18%);
	--color-error: #b42318;
	--color-accent: #1a5fb4;
	--color-sky: #60b4ff;
	--color-sky-bright: #0ea5e9;
	--color-white: #ffffff;
	--color-white-70: rgb(255 255 255 / 70%);
	--color-white-55: rgb(255 255 255 / 55%);
	--color-white-50: rgb(255 255 255 / 50%);
	--color-white-20: rgb(255 255 255 / 20%);
	--color-white-15: rgb(255 255 255 / 15%);
	--color-white-10: rgb(255 255 255 / 10%);
	--color-footer-background: #0d1b2a;
	--color-footer-copy: #94a3b8;
	--color-footer-link: #64748b;
	--color-footer-border: rgb(226 232 240 / 10%);
	--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-heading: var(--font-body);
	--font-size-hero: 3.625rem;
	--font-size-body-lg: 1.125rem;
	--font-size-metric: 1.875rem;
	--font-size-heading-sm: 1.5rem;
	--font-size-label: 0.875rem;
	--font-size-caption: 0.75rem;
	--container: 1200px;
	--content: 760px;
	--gutter: clamp(1rem, 4vw, 2.5rem);
	--section-space: clamp(4rem, 9vw, 8rem);
	--hero-min-height: 774px;
	--space-1: 0.25rem;
	--space-2: 0.5rem;
	--space-3: 0.75rem;
	--space-4: 1rem;
	--space-5: 1.5rem;
	--space-6: 2rem;
	--space-7: 3rem;
	--space-hero-block: 1.75rem;
	--space-hero-metrics: 2.25rem;
	--space-hero-column: 2.5rem;
	--space-hero-section: 5rem;
	--radius-sm: 0.25rem;
	--radius-md: 0.5rem;
	--radius-control: 0.75rem;
	--radius-card: 1rem;
	--radius-card-lg: 1.5rem;
	--radius-pill: 999px;
	--shadow-hero-card: 0 24px 64px rgb(0 0 0 / 40%);
	--hero-overlay: linear-gradient(98.2deg, rgb(10 24 46 / 95%) 0%, rgb(10 24 46 / 85%) 50%, rgb(10 24 46 / 60%) 100%);
	--process-icon-gradient: linear-gradient(135deg, #1a5fb4 0%, #2a7fd6 100%);
	--hero-background-image: url("/wp-content/uploads/2026/08/modern-double-sink-washroom-design.webp");
	--contact-background-image: url("/wp-content/uploads/2026/08/marble-countertop-sink-modern-faucet.webp");
	--transition: 180ms ease;
}

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

html {
	scroll-behavior: smooth;
	text-size-adjust: 100%;
}

body {
	margin: 0;
	background: var(--color-background);
	color: var(--color-text);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
	margin: 0;
}

:where(ul, ol) {
	margin: 0;
	padding: 0;
}

:where(img, picture, svg, video, canvas) {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

:where(button, input, textarea, select) {
	font: inherit;
}

button,
[type="button"],
[type="submit"] {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

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

::selection {
	background: var(--color-accent);
	color: #ffffff;
}

.aws-container {
	width: min(calc(100% - (2 * var(--gutter))), var(--container));
	margin-inline: auto;
}

.aws-content-width {
	width: min(calc(100% - (2 * var(--gutter))), var(--content));
	margin-inline: auto;
}

.aws-section {
	padding-block: var(--section-space);
}

.aws-entry-content > :where(:not(.alignfull):not(.alignwide)) {
	width: min(calc(100% - (2 * var(--gutter))), var(--content));
	margin-inline: auto;
}

.aws-entry-content > .alignwide {
	width: min(calc(100% - (2 * var(--gutter))), var(--container));
	margin-inline: auto;
}

.aws-entry-content > .alignfull {
	width: 100%;
}

.aws-entry-content > * + * {
	margin-top: var(--space-5);
}

.aws-page-header,
.aws-site-content {
	padding-block: var(--section-space);
}

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

.aws-screen-reader-text:focus {
	position: fixed;
	z-index: 100000;
	top: 1rem;
	left: 1rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	clip: auto;
	background: var(--color-background);
	color: var(--color-text);
	white-space: normal;
}

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

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

.aws-site-header {
	position: sticky;
	z-index: 20;
	top: 0;
	height: 73px;
	background: var(--color-white);
}

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

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

.aws-site-header__inner {
	position: relative;
	display: flex;
	height: 73px;
	align-items: center;
}

.aws-site-header__logo {
	display: block;
	flex: 0 0 106px;
}

.aws-site-header__logo img {
	width: 106px;
	height: 36px;
	object-fit: contain;
}

.aws-site-nav {
	position: absolute;
	inset-inline-start: 50%;
	transform: translateX(-50%);
}

.aws-site-nav ul {
	display: flex;
	gap: 32px;
	align-items: center;
	list-style: none;
}

.aws-site-nav a,
.aws-site-header__phone {
	color: var(--color-muted);
	font-size: var(--font-size-label);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	transition: color var(--transition);
}

.aws-site-nav a:hover,
.aws-site-header__phone:hover {
	color: var(--color-text);
}

.aws-site-header__actions {
	display: flex;
	gap: 24px;
	align-items: center;
	margin-inline-start: auto;
}

.aws-site-header__phone {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	white-space: nowrap;
}

.aws-site-header__phone svg {
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
}

.aws-site-header__quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: var(--radius-control);
	background: var(--color-primary);
	color: var(--color-white);
	font-size: var(--font-size-label);
	font-weight: 500;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color var(--transition), transform var(--transition);
}

.aws-site-header__quote:hover {
	background: var(--color-primary-hover);
}

.aws-site-header__quote:active {
	transform: scale(0.96);
}

.aws-mobile-nav {
	display: none;
	margin-inline-start: 20px;
}

.aws-mobile-nav__toggle {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	list-style: none;
	cursor: pointer;
}

.aws-mobile-nav__toggle::-webkit-details-marker {
	display: none;
}

.aws-mobile-nav__toggle > span:not(.aws-screen-reader-text) {
	width: 20px;
	height: 2px;
	border-radius: var(--radius-pill);
	background: var(--color-text);
	transition: transform var(--transition), opacity var(--transition);
}

.aws-mobile-nav[open] .aws-mobile-nav__toggle > span:nth-of-type(2) {
	transform: translateY(7px) rotate(45deg);
}

.aws-mobile-nav[open] .aws-mobile-nav__toggle > span:nth-of-type(3) {
	opacity: 0;
}

.aws-mobile-nav[open] .aws-mobile-nav__toggle > span:nth-of-type(4) {
	transform: translateY(-7px) rotate(-45deg);
}

.aws-mobile-nav__panel {
	position: absolute;
	top: 73px;
	inset-inline: 0;
	padding: 24px var(--gutter);
	border-top: 1px solid var(--color-border);
	border-bottom: 1px solid var(--color-border);
	background: var(--color-white);
	box-shadow: 0 18px 36px rgb(13 27 42 / 12%);
}

.aws-mobile-nav__panel ul {
	display: grid;
	gap: 4px;
	list-style: none;
}

.aws-mobile-nav__panel nav a,
.aws-mobile-nav__actions a {
	display: flex;
	min-height: 44px;
	align-items: center;
	color: var(--color-text);
	font-size: var(--font-size-label);
	font-weight: 500;
	text-decoration: none;
}

.aws-mobile-nav__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 20px;
}

.aws-mobile-nav__actions a {
	justify-content: center;
	padding: 10px 16px;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-control);
}

.aws-mobile-nav__actions a:last-child {
	border-color: var(--color-primary);
	background: var(--color-primary);
	color: var(--color-white);
}

.aws-site-footer {
	padding-top: 64px;
	background: var(--color-footer-background);
	color: var(--color-footer-copy);
}

.aws-site-footer__top {
	display: grid;
	grid-template-columns: 455px 208px 208px;
	gap: 48px;
	justify-content: space-between;
}

.aws-site-footer__logo {
	display: block;
	width: 108px;
}

.aws-site-footer__logo img {
	width: 108px;
	height: 37px;
	object-fit: contain;
}

.aws-site-footer__brand > p {
	max-width: 455px;
	margin-top: 24px;
	color: var(--color-footer-copy);
	font-size: var(--font-size-label);
	font-weight: 400;
	line-height: 1.6;
	text-wrap: pretty;
}

.aws-site-footer h2 {
	color: var(--color-white);
	font-size: var(--font-size-label);
	font-weight: 700;
	line-height: 1.4;
}

.aws-site-footer__nav ul {
	display: grid;
	gap: 10px;
	margin-top: 20px;
	list-style: none;
}

.aws-site-footer__nav a {
	color: var(--color-footer-link);
	font-size: var(--font-size-label);
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	transition: color var(--transition);
}

.aws-site-footer__nav a:hover,
.aws-site-footer__bottom a:hover {
	color: var(--color-white);
}

.aws-site-footer__contact h2 {
	text-transform: uppercase;
}

.aws-footer-contact__item {
	margin-top: 20px;
}

.aws-footer-contact__item + .aws-footer-contact__item {
	margin-top: 12px;
}

.aws-footer-contact__item:last-child {
	margin-top: 14px;
}

.aws-footer-contact__item p {
	color: var(--color-footer-link);
	font-size: var(--font-size-caption);
	font-weight: 400;
	line-height: 1.4;
}

.aws-footer-contact__item a,
.aws-footer-contact__item address {
	display: inline-block;
	margin-top: 4px;
	color: var(--color-white);
	font-size: var(--font-size-label);
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

.aws-footer-contact__item a:hover {
	text-decoration: underline;
	text-decoration-thickness: from-font;
	text-underline-offset: 0.18em;
}

.aws-site-footer__divider {
	margin-top: 64px;
	border-top: 1px solid var(--color-footer-border);
}

.aws-site-footer__bottom {
	display: flex;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding-block: 24px;
}

.aws-site-footer__bottom p,
.aws-site-footer__bottom a,
.aws-site-footer__bottom span {
	color: var(--color-footer-link);
	font-size: var(--font-size-caption);
	font-weight: 400;
	line-height: 1.4;
}

.aws-site-footer__bottom nav {
	display: flex;
	gap: 24px;
	align-items: center;
}

.aws-site-footer__bottom a {
	text-decoration: none;
	transition: color var(--transition);
}

@media (max-width: 1100px) {
	.aws-site-footer__top {
		grid-template-columns: minmax(0, 1fr) 180px 208px;
	}
}

@media (max-width: 900px) {
	.aws-site-nav {
		display: none;
	}

	.aws-mobile-nav {
		display: block;
	}

	.aws-site-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px;
	}

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

@media (max-width: 680px) {
	.aws-site-header__actions {
		display: none;
	}

	.aws-mobile-nav {
		margin-inline-start: auto;
	}

	.aws-mobile-nav__actions {
		grid-template-columns: 1fr;
	}

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

	.aws-site-footer__brand {
		grid-column: auto;
	}

	.aws-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (forced-colors: active) {
	.aws-site-header__quote,
	.aws-mobile-nav__actions a,
	.aws-mobile-nav__panel {
		border: 1px solid currentColor;
	}
}
