:root {
	--ink: #10243b;
	--deep: #083b66;
	--ocean: #0a5c9e;
	--turquoise: #1679bd;
	--aqua: #d9efff;
	--coral: #2f8dcc;
	--sun: #75b9e6;
	--lime: #4d9bd1;
	--violet: #1d6fa8;
	--foam: #f3f9fd;
	--white: #fff;
	--muted: #5c7185;
	--line: rgba(16, 48, 79, .14);
	--shadow: 0 18px 45px rgba(8, 59, 102, .13);
	--shell: min(1180px, calc(100% - 40px));
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

section[id] {
	scroll-margin-top: 112px;
}

body {
	margin: 0;
	color: var(--ink);
	background: var(--foam);
	font-family: Inter, Arial, sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

a {
	color: inherit;
}

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

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

h1,
h2 {
	font-family: "Playfair Display", Georgia, serif;
	line-height: 1.07;
	letter-spacing: 0;
}

h1 {
	max-width: 850px;
	margin-bottom: 24px;
	font-size: clamp(3rem, 7vw, 6.5rem);
}

h2 {
	margin-bottom: 24px;
	font-size: clamp(2.2rem, 4.2vw, 4.4rem);
}

h3 {
	margin-bottom: 10px;
	font-size: 1.35rem;
	line-height: 1.25;
}

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

.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;
}

.skip-link {
	position: fixed;
	z-index: 1000;
	top: 10px;
	left: 10px;
	padding: 10px 14px;
	background: var(--white);
	transform: translateY(-150%);
}

.skip-link:focus {
	transform: translateY(0);
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	background: #f3f9fd;
	border-bottom: 1px solid rgba(8, 59, 102, .1);
	backdrop-filter: blur(14px);
}

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

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--deep);
	text-decoration: none;
}

.brand-logo-mark {
	width: 86px;
	height: 58px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.brand-copy {
	display: grid;
	line-height: 1.05;
}

.brand-copy strong {
	font-size: 1.05rem;
}

.brand-country {
	margin-top: 5px;
	color: var(--ocean);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.brand-endorsement {
	display: flex;
	align-items: baseline;
	margin-top: 7px;
	color: #48697f;
	font-size: .56rem;
	font-weight: 700;
	letter-spacing: .07em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.brand-endorsement i {
	margin-right: 4px;
	color: var(--ocean);
	font-family: "Playfair Display", Georgia, serif;
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: lowercase;
}

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

.menu,
.footer-menu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	gap: 22px;
	list-style: none;
}

.menu a {
	font-size: .83rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.menu a:hover,
.menu a:focus {
	color: var(--coral);
}

.header-call {
	padding: 10px 16px;
	color: var(--white);
	background: var(--deep);
	border-radius: 6px;
	font-size: .86rem;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: transparent;
	border: 1px solid var(--line);
	border-radius: 6px;
}

.nav-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 4px 0;
	background: var(--deep);
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: min(780px, calc(100vh - 84px));
	padding: 92px 0 80px;
	color: var(--white);
	background:
		linear-gradient(90deg, rgba(4, 31, 56, .92) 0%, rgba(4, 31, 56, .75) 43%, rgba(4, 31, 56, .28) 72%, rgba(4, 31, 56, .12) 100%),
		url("../images/header-aquarium.jpg") center 52% / cover no-repeat;
}

.hero::after {
	content: none;
}

.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 780px);
	align-items: center;
}

.hero-copy {
	max-width: 760px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.hero .lead {
	max-width: 680px;
	margin-bottom: 30px;
	font-size: 1.22rem;
}

.eyebrow {
	display: inline-block;
	padding: 6px 10px;
	margin-bottom: 18px;
	color: var(--white);
	background: var(--deep);
	border-radius: 4px;
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.eyebrow.coral {
	background: var(--coral);
}

.eyebrow.lime {
	color: var(--deep);
	background: var(--lime);
}

.eyebrow.sun {
	color: var(--deep);
	background: var(--sun);
}

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

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 21px;
	border: 2px solid var(--deep);
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}

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

.button.secondary {
	color: var(--deep);
	background: rgba(255, 255, 255, .72);
}

.button:hover,
.button:focus {
	transform: translateY(-2px);
	box-shadow: 5px 5px 0 var(--coral);
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
	gap: 9px;
}

.trust-row span {
	padding: 7px 11px;
	background: rgba(255, 255, 255, .65);
	border: 1px solid rgba(8, 59, 102, .16);
	border-radius: 4px;
	font-size: .75rem;
	font-weight: 700;
}

.image-slot {
	display: grid;
	place-items: center;
	min-width: 0;
	overflow: hidden;
	color: rgba(8, 59, 102, .68);
	background:
		linear-gradient(135deg, rgba(255,255,255,.48) 25%, transparent 25%) -18px 0/36px 36px,
		linear-gradient(225deg, rgba(255,255,255,.48) 25%, transparent 25%) -18px 0/36px 36px,
		linear-gradient(315deg, rgba(255,255,255,.48) 25%, transparent 25%) 0 0/36px 36px,
		linear-gradient(45deg, rgba(255,255,255,.48) 25%, rgba(8,59,102,.08) 25%) 0 0/36px 36px;
	border: 2px dashed rgba(8, 59, 102, .45);
	border-radius: 8px;
}

.image-slot span {
	padding: 7px 10px;
	background: rgba(255, 255, 255, .86);
	border-radius: 4px;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.intro-section,
.home-build-section,
.service-section,
.gallery-section,
.faq-section,
.partner-section,
.page-section {
	padding: 104px 0;
}

.home-build-section {
	color: var(--white);
	background: #0b548c;
}

.home-build-grid {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	align-items: center;
	gap: 72px;
}

.home-build-media {
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 6px;
	box-shadow: 0 24px 52px rgba(3, 31, 54, .3);
}

.home-build-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.home-build-copy h2 {
	max-width: 680px;
}

.home-build-copy > p:not(.eyebrow) {
	color: #e0f1fc;
}

.home-build-points {
	display: grid;
	margin: 26px 0 32px;
	gap: 10px;
}

.home-build-points li {
	position: relative;
	padding-left: 24px;
	font-weight: 700;
}

.home-build-points li::before {
	position: absolute;
	top: .66em;
	left: 0;
	width: 10px;
	height: 2px;
	background: #8fd3ff;
	content: "";
}

.home-build-section .button.primary {
	color: var(--deep);
	background: var(--white);
	border-color: var(--white);
}

.two-column {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	align-items: start;
	gap: 80px;
}

.experience-seal {
	position: relative;
	display: flex;
	width: 178px;
	aspect-ratio: 1;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	margin: 108px auto 0;
	color: var(--white);
	background: var(--deep);
	border: 1px solid var(--sun);
	border-radius: 50%;
	box-shadow: 0 18px 38px rgba(8, 59, 102, .2);
	text-align: center;
}

.experience-seal::before,
.experience-seal::after {
	position: absolute;
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.experience-seal::before {
	inset: 8px;
	border: 1px solid rgba(255, 255, 255, .72);
}

.experience-seal::after {
	inset: -7px;
	border: 1px solid rgba(47, 141, 204, .55);
}

.seal-over,
.seal-years,
.seal-copy {
	position: relative;
	z-index: 1;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.seal-over {
	font-size: .7rem;
}

.experience-seal strong {
	position: relative;
	z-index: 1;
	margin: -2px 0;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 3.4rem;
	line-height: .95;
	transform: translateY(-4px);
}

.seal-years {
	font-size: .72rem;
}

.seal-line {
	position: relative;
	z-index: 1;
	width: 54px;
	height: 1px;
	margin: 8px 0 7px;
	background: var(--sun);
}

.seal-copy {
	font-size: .62rem;
	line-height: 1.35;
}

.about-media {
	position: relative;
	padding: 0 0 22.5% 30%;
	margin-top: 42px;
}

.about-media-main {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
	box-shadow: var(--shadow);
}

.about-media-inset {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 5px solid var(--foam);
	border-radius: 6px;
	box-shadow: 0 16px 35px rgba(8, 59, 102, .28);
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.feature-grid article {
	min-height: 190px;
	padding: 28px;
	background: var(--white);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.feature-grid article:nth-child(1) {
	border-top: 8px solid var(--turquoise);
}

.feature-grid article:nth-child(2) {
	border-top: 8px solid var(--coral);
}

.feature-grid article:nth-child(3) {
	border-top: 8px solid var(--sun);
}

.feature-grid article:nth-child(4) {
	border-top: 8px solid var(--violet);
}

.feature-grid p,
.service-card p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: .95rem;
}

.region-section {
	padding: 88px 0;
	color: var(--white);
	background: var(--deep);
	border-top: 12px solid var(--lime);
}

.section-head {
	max-width: 900px;
}

.section-head > p:last-child {
	max-width: 780px;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	margin-top: 34px;
	gap: 10px;
}

.tag-cloud span {
	padding: 8px 12px;
	color: var(--deep);
	background: var(--aqua);
	border-radius: 4px;
	font-size: .8rem;
	font-weight: 800;
}

.tag-cloud span:nth-child(3n + 2) {
	background: var(--sun);
}

.tag-cloud span:nth-child(3n) {
	color: var(--white);
	background: var(--coral);
}

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

.service-card {
	padding: 18px 18px 26px;
	background: var(--white);
	border: 1px solid var(--line);
	border-top: 10px solid var(--turquoise);
	border-radius: 8px;
	box-shadow: var(--shadow);
}

.service-card.coral-card {
	border-top-color: var(--coral);
}

.service-card.violet {
	border-top-color: var(--violet);
}

.card-slot {
	aspect-ratio: 4 / 3;
	margin-bottom: 24px;
}

.card-media {
	position: relative;
	aspect-ratio: 4 / 3;
	margin-bottom: 24px;
	overflow: hidden;
	background: var(--aqua);
	border-radius: 6px;
}

.card-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card-media-hover {
	opacity: 0;
	transition: opacity .35s ease;
}

.card-media-swap:hover .card-media-hover,
.card-media-swap:focus .card-media-hover {
	opacity: 1;
}

.card-media-swap:focus-visible {
	outline: 3px solid var(--ocean);
	outline-offset: 3px;
}

.card-media-care .card-media-main {
	object-position: 50% 48%;
}

.card-media-care .card-media-hover {
	object-position: 50% 52%;
}

.card-media-references .card-media-main {
	object-position: 76% 50%;
}

.card-media-references .card-media-hover {
	object-position: 50% 48%;
}

@media (prefers-reduced-motion: reduce) {
	.card-media-hover {
		transition: none;
	}
}

.service-card > a {
	display: inline-block;
	margin-top: 22px;
	color: var(--ocean);
	font-weight: 800;
}

.deep-section {
	padding: 108px 0;
	color: var(--white);
	background: linear-gradient(118deg, #062e52 0 48%, #0b548c 48%);
}

.deep-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: center;
	gap: 80px;
}

.deep-media {
	margin: 0;
}

.deep-media img {
	width: 100%;
	height: auto;
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 6px;
	box-shadow: 16px 16px 0 rgba(117, 185, 230, .18);
}

.tall-slot {
	aspect-ratio: 4 / 5;
	min-height: 490px;
	background-color: rgba(117, 185, 230, .14);
	border-color: rgba(117, 185, 230, .6);
}

.gallery-section {
	background: linear-gradient(180deg, #ffffff 0%, #f4faff 100%);
}

.section-head.compact {
	margin-bottom: 40px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: dense;
	gap: 18px;
}

.reference-item {
	position: relative;
	grid-column: span 4;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(13, 91, 139, .12);
	border-radius: 8px;
	background: var(--navy);
	box-shadow: 0 22px 42px rgba(13, 91, 139, .12);
}

.reference-item.featured {
	grid-column: span 8;
	aspect-ratio: 16 / 9;
}

.reference-item.wide {
	grid-column: span 6;
	aspect-ratio: 16 / 10;
}

.reference-item.tall {
	aspect-ratio: 3 / 4;
	grid-row: span 2;
}

.reference-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform .45s ease;
}

.reference-item:hover img {
	transform: scale(1.045);
}

.reference-item figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 42px 18px 16px;
	color: #ffffff;
	font-size: .94rem;
	font-weight: 800;
	line-height: 1.25;
	background: linear-gradient(180deg, rgba(4, 31, 49, 0) 0%, rgba(4, 31, 49, .82) 100%);
	text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}

.gallery-note {
	max-width: 980px;
	margin: 54px auto 0;
	padding: 32px 36px;
	border: 1px solid rgba(13, 91, 139, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 22px 52px rgba(13, 91, 139, .1);
	color: var(--deep);
	font-size: 1.08rem;
	line-height: 1.7;
}

.gallery-note p {
	margin: 0;
}

.gallery-note p + p {
	margin-top: 14px;
}

.gallery-note a {
	color: var(--ocean);
	font-weight: 800;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.build-hero {
	padding: 96px 0 86px;
	color: var(--white);
	background:
		linear-gradient(90deg, rgba(4, 31, 56, .94) 0%, rgba(4, 31, 56, .78) 55%, rgba(4, 31, 56, .46) 100%),
		url("../images/header-aquarium.jpg") center 52% / cover no-repeat;
}

.build-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
	align-items: center;
	gap: 54px;
}

.build-hero-copy {
	max-width: 790px;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .32);
}

.build-hero-copy h1 {
	max-width: 820px;
}

.build-hero-copy .lead {
	max-width: 720px;
	margin-bottom: 30px;
	font-size: 1.18rem;
}

.build-hero-media,
.build-showcase-main {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 28px 70px rgba(0, 31, 55, .34);
}

.build-hero-media {
	aspect-ratio: 16 / 10;
	border: 1px solid rgba(255, 255, 255, .2);
}

.build-hero-media img,
.build-showcase-main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.build-intro,
.build-services,
.build-showcase,
.build-process,
.build-cta {
	padding: 104px 0;
}

.build-intro {
	background: var(--white);
}

.build-intro-grid,
.build-showcase-grid {
	display: grid;
	grid-template-columns: .86fr 1.14fr;
	gap: 72px;
	align-items: start;
}

.build-copy p,
.build-showcase-copy p,
.build-cta p {
	color: var(--muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.build-copy p:first-child {
	margin-top: 0;
}

.build-services {
	background: linear-gradient(180deg, #f3f9fd 0%, #ffffff 100%);
}

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

.build-card {
	padding: 30px;
	border: 1px solid rgba(13, 91, 139, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 18px 42px rgba(13, 91, 139, .09);
}

.build-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 50%;
	color: var(--white);
	background: var(--ocean);
	font-weight: 800;
}

.build-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 1.2rem;
}

.build-card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.65;
}

.build-showcase {
	color: var(--white);
	background: linear-gradient(118deg, #062e52 0 48%, #0b548c 48%);
}

.build-showcase-grid {
	align-items: center;
}

.build-showcase-copy p {
	color: rgba(255, 255, 255, .86);
}

.build-showcase-copy .eyebrow {
	color: var(--white);
	background: rgba(255, 255, 255, .16);
}

.build-checklist {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.build-checklist li {
	position: relative;
	padding-left: 28px;
	color: rgba(255, 255, 255, .92);
	font-weight: 700;
}

.build-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .58em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--sun);
}

.build-process {
	background: var(--white);
}

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

.process-list div {
	padding: 26px;
	border-left: 4px solid var(--ocean);
	border-radius: 8px;
	background: #f3f9fd;
}

.process-list strong,
.process-list span {
	display: block;
}

.process-list strong {
	margin-bottom: 8px;
	color: var(--deep);
	font-size: 1.05rem;
}

.process-list span {
	color: var(--muted);
	line-height: 1.6;
}

.build-cta {
	color: var(--white);
	background: var(--deep);
}

.build-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.build-cta-inner > div {
	max-width: 760px;
}

.build-cta .eyebrow {
	color: var(--white);
	background: rgba(255, 255, 255, .14);
}

.build-cta p {
	color: rgba(255, 255, 255, .84);
}

.build-cta .button.primary {
	flex: 0 0 auto;
	color: var(--deep);
	background: var(--white);
	border-color: var(--white);
}

.faq-section {
	background: var(--sun);
}

.faq-grid {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 80px;
}

.faq-list details {
	padding: 22px 0;
	border-bottom: 2px solid rgba(16, 40, 55, .2);
}

.faq-list summary {
	font-size: 1.1rem;
	font-weight: 800;
	cursor: pointer;
}

.faq-list details p {
	margin: 12px 0 0;
}

.contact-section {
	padding: 108px 0;
	color: var(--white);
	background: linear-gradient(115deg, #2f8dcc 0 38%, #1d6fa8 38%);
}

.contact-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: start;
	gap: 80px;
}

.contact-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.contact-points span {
	padding: 6px 10px;
	color: var(--deep);
	background: var(--sun);
	border-radius: 4px;
	font-size: .75rem;
	font-weight: 800;
}

.inquiry-form {
	display: grid;
	padding: 32px;
	color: var(--ink);
	background: var(--white);
	border-radius: 8px;
	gap: 17px;
	box-shadow: 16px 16px 0 rgba(8, 59, 102, .25);
	scroll-margin-top: 110px;
}

.inquiry-form label {
	display: grid;
	gap: 7px;
	font-size: .85rem;
	font-weight: 800;
}

.inquiry-form input,
.inquiry-form textarea {
	width: 100%;
	padding: 13px 14px;
	color: var(--ink);
	background: #f5f9fc;
	border: 1px solid rgba(16, 40, 55, .22);
	border-radius: 4px;
	font: inherit;
}

.inquiry-form input[type="checkbox"] {
	width: 18px;
	height: 18px;
	padding: 0;
	margin: 2px 0 0;
	accent-color: var(--deep);
}

.inquiry-form textarea {
	resize: vertical;
}

.interest-options {
	display: grid;
	padding: 16px;
	margin: 0;
	border: 1px solid rgba(16, 40, 55, .22);
	border-radius: 4px;
	gap: 10px;
}

.interest-options legend {
	padding: 0 6px;
	font-size: .85rem;
	font-weight: 800;
}

.interest-options label,
.privacy-check {
	display: flex;
	align-items: flex-start;
	grid-template-columns: none;
	gap: 10px;
	font-weight: 600;
}

.privacy-check a {
	color: var(--deep);
	text-decoration: underline;
}

.field-help {
	margin: -9px 0 0;
	color: var(--muted);
	font-size: .76rem;
}

.form-notice {
	padding: 13px 15px;
	border-radius: 4px;
	font-weight: 700;
}

.form-notice.success {
	color: #0b4a32;
	background: #dff5e9;
}

.form-notice.error {
	color: #7b2020;
	background: #fde7e7;
}

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

.legal-page {
	padding: 88px 0 110px;
}

.legal-content {
	max-width: 900px;
}

.legal-content h1 {
	margin-bottom: 34px;
}

.legal-content h2 {
	margin-top: 38px;
	font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.legal-content h3 {
	margin-top: 28px;
	font-size: 1.15rem;
}

.partner-section {
	background: #dceffc;
}

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

.partner-profile {
	display: grid;
	align-content: start;
	min-width: 0;
	padding: 22px;
	color: var(--ink);
	background: var(--white);
	border: 1px solid rgba(8, 59, 102, .15);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(8, 59, 102, .1);
	text-decoration: none;
	gap: 12px;
	transition: transform .2s ease, box-shadow .2s ease;
}

.partner-profile:hover,
.partner-profile:focus {
	transform: translateY(-4px);
	box-shadow: 0 18px 38px rgba(8, 59, 102, .16);
}

.partner-logo {
	position: relative;
	display: grid;
	height: 126px;
	overflow: hidden;
	place-items: center;
	background: #f5f9fc;
	border-radius: 4px;
}

.partner-logo img {
	position: absolute;
	inset: 18px;
	width: calc(100% - 36px);
	height: calc(100% - 36px);
	max-width: none;
	object-fit: contain;
}

.partner-profile strong {
	color: var(--deep);
	font-size: 1.05rem;
	font-weight: 800;
}

.partner-profile > span:last-child {
	color: var(--muted);
	font-size: .92rem;
	line-height: 1.6;
}

.site-footer {
	padding: 72px 0 24px;
	color: #dceefa;
	background: #052c4c;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr .8fr .8fr;
	gap: 70px;
}

.footer-grid h2 {
	font-family: Inter, Arial, sans-serif;
	font-size: 1rem;
}

.footer-grid a {
	color: inherit;
}

.footer-brand {
	margin-bottom: 20px;
	color: var(--white);
}

.footer-brand .brand-logo-mark {
	padding: 4px;
	background: #f3f9fd;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 6px;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
	filter: none;
	mix-blend-mode: normal;
}

.footer-brand .brand-copy > span {
	color: #b9ddf5;
}

.footer-powered {
	margin-top: 7px;
	color: #8fc9ef;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.15;
	text-transform: none;
	white-space: nowrap;
}

.footer-menu {
	display: grid;
	gap: 6px;
}

.footer-menu:has(li) + .fallback-footer {
	display: none;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 22px;
	margin-top: 55px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	color: #9fc7e3;
	font-size: .76rem;
}

.content-page {
	max-width: 900px;
}

.content-page h1 {
	font-size: clamp(2.7rem, 6vw, 5.2rem);
}

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

	.nav-toggle {
		display: block;
		justify-self: end;
		order: 2;
	}

	.primary-nav {
		position: absolute;
		top: 84px;
		right: 20px;
		left: 20px;
		display: none;
		padding: 20px;
		background: var(--white);
		border: 1px solid var(--line);
		border-radius: 8px;
		box-shadow: var(--shadow);
	}

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

	.menu {
		display: grid;
		gap: 13px;
	}

	.header-call {
		grid-column: 2;
		grid-row: 1;
	}
}

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

	h1 {
		font-size: clamp(2.8rem, 14vw, 4.8rem);
	}

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

	.hero,
	.build-hero,
	.build-intro,
	.build-services,
	.build-showcase,
	.build-process,
		.build-cta,
		.intro-section,
		.home-build-section,
		.service-section,
	.gallery-section,
	.faq-section,
	.partner-section,
	.deep-section,
	.contact-section,
	.page-section {
		padding: 72px 0;
	}

	.hero-grid,
	.build-hero-grid,
		.build-intro-grid,
		.build-showcase-grid,
		.home-build-grid,
		.two-column,
	.deep-grid,
	.faq-grid,
	.contact-grid,
		.footer-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

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

	.build-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tall-slot {
		width: 100%;
		min-height: 0;
	}

	.cards-3 {
		grid-template-columns: 1fr;
	}

	.gallery-grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.reference-item,
	.reference-item.wide {
		grid-column: span 3;
	}

	.reference-item.featured {
		grid-column: span 6;
	}

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

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

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

	.site-header .brand-copy {
		display: none;
	}

	.brand-logo-mark {
		width: 58px;
		height: 40px;
	}

	.header-call {
		grid-column: auto;
		grid-row: auto;
		padding: 8px 10px;
		font-size: .73rem;
	}

	.nav-toggle {
		order: initial;
	}

	.primary-nav {
		top: 74px;
	}

	.hero {
		padding-top: 58px;
		background-position: 56% 50%;
	}

	.build-hero {
		padding-top: 58px;
		background-position: 56% 50%;
	}

	.button-row,
	.button {
		width: 100%;
	}

	.feature-grid,
	.build-card-grid,
	.process-list,
	.gallery-grid,
		.partner-grid {
			grid-template-columns: 1fr;
		}

	.reference-item,
	.reference-item.featured,
	.reference-item.wide,
	.reference-item.tall {
		grid-column: auto;
		aspect-ratio: 4 / 3;
	}

	.gallery-note {
		padding: 24px;
		font-size: 1rem;
	}

	.inquiry-form {
		padding: 22px;
	}
}
