::-ms-expand {
	display: none;
}
:root {
	--accent: #ca9c46;
	--bg: #f6f6f4;
	--container: 1120px;
	--ink-soft: #edf2f7;
	--line: rgba(24, 33, 42, .1);
	--muted: #5d6873;
	--primary: #173a6a;
	--primary-dark: #102949;
	--radius: .4rem;
	--shadow: 0 10px 24px rgba(16, 41, 73, .08);
	--surface: #ffffff;
	--text: #18212a;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
*,
::before,
::after {
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	touch-action: manipulation;
}
body {
	background: var(--bg);
	color: var(--text);
	font-family: 'Manrope', sans-serif;
	line-height: 1.65;
	overflow-x: hidden;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
[contenteditable]:focus {
	outline: 0;
}
h1 {
	font-size: clamp(2.15rem, 5vw, 3.35rem);
}
h1,
h2 {
	color: var(--primary);
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.02;
}
h2 {
	font-size: clamp(1.45rem, 3.2vw, 2.2rem);
}
html {
	font-size: 16px;
	overflow-x: hidden;
}
img,
svg {
	display: block;
	max-width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
input[type="number"] {
	-moz-appearance: textfield;
}
p {
	color: var(--muted);
	margin-bottom: 1rem;
}
table {
	border-collapse: collapse;
}
ul {
	list-style: none;
}
.container {
	margin: 0 auto;
	max-width: var(--container);
	padding: 0 clamp(1rem, 2.5vw, 1.6rem);
	width: 100%;
}
.gallery-grid {
	display: grid;
	gap: .7rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery-grid__item {
	border: 1px solid var(--line);
	overflow: hidden;
}
.gallery-grid__item img {
	height: 100%;
	min-height: 6rem;
	object-fit: cover;
	width: 100%;
}
.gallery-section {
	padding-bottom: 1.65rem;
}
.hero-section {
	padding: 2.4rem 0 1.7rem;
	position: relative;
}
.hero-section__actions,
.service-section__actions,
.reviews-section__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
	margin-top: 1rem;
}
.hero-section__badge {
	max-width: 8rem;
	width: 100%;
}
.hero-section__badgewrap {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
.hero-section__contactcard a {
	color: var(--primary);
	display: block;
	font-weight: 700;
	margin-bottom: .35rem;
}
.hero-section__contactcard,
.info-card,
.page-panel {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 0;
	box-shadow: none;
	padding: 1rem 1.05rem;
}
.hero-section__contactlabel {
	color: var(--text);
	font-size: 1rem;
	font-weight: 700;
}
.hero-section__content {
	max-width: 46rem;
}
.hero-section__content,
.hero-section__media,
.service-section__content,
.service-section__media,
.info-card,
.reviews-section__content,
.reviews-section__links {
	min-width: 0;
}
.hero-section__grid {
	align-items: start;
}
.hero-section__grid,
.info-section__grid,
.reviews-section__grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: 1fr;
}
.hero-section__media {
	display: grid;
	gap: .8rem;
	justify-items: start;
}
.hero-section__text p {
	font-size: .95rem;
	max-width: 44rem;
}
.info-card--accent {
	background: #fafafa;
}
.info-card__list li + li {
	margin-top: .45rem;
}
.info-section {
	padding: .25rem 0 2rem;
}
.map-placeholder,
.widget-placeholder {
	background: rgba(23, 58, 106, .04);
	border: 1px solid rgba(23, 58, 106, .18);
	border-radius: 0;
	padding: 1rem;
}
.page-panel h1 {
	font-size: clamp(2.2rem, 5vw, 3.6rem);
	margin-top: .5rem;
}
.page-shell {
	padding: 4rem 0;
}
.reviews-section {
	background: transparent;
	padding: 1.25rem 0 2.5rem;
	position: relative;
}
.reviews-section--immersive {
	padding: 2rem 0 2.4rem;
}
.reviews-section--immersive::before {
	background-image: linear-gradient(rgba(255, 255, 255, .22), rgba(255, 255, 255, .45)), url('/home9.background.webp');
	opacity: .95;
}
.reviews-section__content {
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--line);
	border-radius: 0;
	box-shadow: none;
	padding: 1rem 1.05rem;
}
.reviews-section__grid {
	position: relative;
	z-index: 1;
}
.reviews-section__link {
	align-items: center;
	background: rgba(255, 255, 255, .96);
	border: 1px solid var(--line);
	border-radius: 0;
	color: var(--primary);
	display: flex;
	font-weight: 700;
	justify-content: flex-start;
	min-height: 3rem;
	padding: .8rem 1rem;
	text-align: left;
}
.reviews-section__links {
	align-content: start;
	display: grid;
	gap: .65rem;
	grid-template-columns: 1fr;
}
.reviews-section__profile {
	align-items: center;
	display: flex;
	gap: 1rem;
	margin: 1.2rem 0;
}
.reviews-section__profile img {
	border: 1px solid var(--line);
	border-radius: 999px;
	height: 4.2rem;
	object-fit: cover;
	width: 4.2rem;
}
.section-kicker,
.page-label {
	color: var(--accent);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.service-section {
	padding: 1rem 0 1.2rem;
	position: relative;
}
.service-section--dark {
	background: transparent;
}
.service-section--dark .section-kicker,
.reviews-section__content .section-kicker {
	color: var(--accent);
}
.service-section--dark .service-section__content h2,
.reviews-section__content h2 {
	color: var(--primary);
}
.service-section--dark .service-section__content h2,
.service-section--dark .service-section__content p,
.reviews-section__content h2,
.reviews-section__content p {
	color: var(--muted);
}
.service-section--dark .service-section__content,
.reviews-section__content {
	backdrop-filter: none;
	background: rgba(255, 255, 255, .88);
	color: var(--text);
}
.service-section--dark.service-section--immersive::before {
	background-image: linear-gradient(rgba(17, 23, 32, .28), rgba(17, 23, 32, .28)), url('/home5.background.webp');
	opacity: .7;
}
.service-section--immersive {
	padding: 2rem 0;
}
.service-section--immersive .service-section__grid,
.reviews-section--immersive .reviews-section__grid {
	position: relative;
	z-index: 1;
}
.service-section--immersive::before,
.reviews-section--immersive::before {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	inset: 0;
	position: absolute;
	z-index: 0;
}
.service-section--light {
	background: transparent;
}
.service-section--soft {
	background: transparent;
}
.service-section--soft .service-section__content {
	backdrop-filter: none;
	background: rgba(255, 255, 255, .9);
}
.service-section--soft.service-section--immersive::before {
	background-image: linear-gradient(rgba(255, 255, 255, .12), rgba(255, 255, 255, .12)), url('/home8.background.webp');
	opacity: .82;
}
.service-section__content {
	background: rgba(255, 255, 255, .9);
	border: 1px solid var(--line);
	border-radius: 0;
	box-shadow: none;
	padding: 1rem 1.05rem;
	position: relative;
	z-index: 1;
}
.service-section__grid {
	align-items: start;
	display: grid;
	gap: 1rem 1.2rem;
	grid-template-columns: 1fr;
}
.service-section__media img {
	border: 1px solid var(--line);
	border-radius: 0;
	box-shadow: none;
	height: 11.5rem;
	object-fit: cover;
	width: 100%;
}
.site-brand {
	align-items: center;
	display: inline-flex;
	flex: 1 1 auto;
	gap: .9rem;
	min-width: 0;
}
.site-brand__copy {
	display: flex;
	flex-direction: column;
}
.site-brand__logo {
	height: 2.8rem;
	object-fit: cover;
	width: 2.8rem;
}
.site-brand__subtitle {
	color: var(--muted);
	font-size: .72rem;
}
.site-brand__title {
	color: var(--primary);
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.site-button {
	align-items: center;
	border: 1px solid var(--primary);
	border-radius: 0;
	display: inline-flex;
	font-size: .84rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .04em;
	min-height: 2.55rem;
	padding: .55rem 1rem;
	text-transform: uppercase;
	transition: .2s ease;
}
.site-button--primary {
	background: var(--primary);
	color: var(--surface);
}
.site-button--primary:hover {
	background: var(--primary-dark);
	border-color: var(--primary-dark);
}
.site-button--secondary {
	background: transparent;
	color: var(--primary);
}
.site-button--secondary:hover {
	background: rgba(23, 58, 106, .06);
}
.site-footer {
	background: #0f2136;
	color: rgba(255, 255, 255, .84);
	padding: .9rem 0;
}
.site-footer__brand {
	align-items: center;
	display: flex;
	gap: .9rem;
}
.site-footer__contact {
	display: flex;
	flex-direction: column;
	gap: .2rem;
}
.site-footer__inner {
	align-items: center;
	display: grid;
	gap: 1rem;
}
.site-footer__mark {
	height: 3rem;
	width: auto;
}
.site-footer__title {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: .2rem;
}
.site-header {
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 50;
}
.site-header__inner {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	min-height: 5.2rem;
	padding: .75rem 0;
}
.site-main {
	display: block;
	min-height: calc(100vh - 160px);
}
.site-nav__panel {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: .2rem .55rem;
	justify-content: flex-end;
}
.site-nav__panel a {
	color: var(--primary);
	font-size: .8rem;
	font-weight: 600;
	padding: .35rem 0;
}
.site-nav__panel a:hover {
	color: var(--primary-dark);
}
.site-nav__toggle {
	background: transparent;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--primary);
	display: none;
	height: 2.8rem;
	width: 2.8rem;
}
@media (max-width: 520px){
	p {
		font-size: .96rem;
	}
	.container {
		padding: 0 .9rem;
	}
	.gallery-grid {
		gap: .75rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.gallery-grid__item {
		border-radius: 0;
	}
	.gallery-grid__item img {
		min-height: 5rem;
	}
	.hero-section__text p {
		font-size: .92rem;
	}
	.section-kicker,
	.page-label {
		font-size: .74rem;
		letter-spacing: .14em;
	}
	.service-section__media img {
		height: 10.5rem;
	}
	.site-footer__brand {
		align-items: flex-start;
		flex-direction: column;
	}
}
@media (max-width: 720px){
	.gallery-grid__item img {
		min-height: 5.6rem;
	}
	.hero-section {
		padding-top: 1.5rem;
	}
	.hero-section__actions,
	.service-section__actions,
	.reviews-section__actions {
		flex-direction: column;
	}
	.hero-section__contactcard,
	.info-card,
	.page-panel,
	.service-section__content,
	.reviews-section__content {
		padding: .9rem;
	}
	.reviews-section__profile {
		align-items: flex-start;
		flex-direction: column;
	}
	.service-section--immersive,
	.reviews-section--immersive {
		padding: 1.1rem 0 1.6rem;
	}
	.service-section__media img {
		height: 12rem;
	}
	.site-brand__logo {
		height: 2.35rem;
		width: 2.35rem;
	}
	.site-brand__subtitle {
		font-size: .68rem;
	}
	.site-brand__title {
		font-size: .9rem;
	}
	.site-button {
		width: 100%;
	}
}
@media (max-width: 900px){
	.site-brand {
		padding-right: .5rem;
	}
	.site-header__inner {
		align-items: flex-start;
		min-height: auto;
	}
	.site-nav__panel {
		background: var(--surface);
		border: 1px solid var(--line);
		border-radius: 0;
		box-shadow: var(--shadow);
		display: none;
		flex-direction: column;
		left: 1.25rem;
		padding: 1rem;
		position: absolute;
		right: 1.25rem;
		top: calc(100% + .6rem);
		width: auto;
	}
	.site-nav__panel.active {
		display: flex;
	}
	.site-nav__toggle {
		align-items: center;
		display: inline-flex;
		justify-content: center;
	}
}
@media (max-width: 900px) and (min-width: 0px){
	.site-nav__panel a {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 959px){
	h1 {
		font-size: clamp(1.8rem, 8vw, 2.7rem);
	}
	h2 {
		font-size: clamp(1.3rem, 6vw, 1.8rem);
	}
	.hero-section__badge {
		max-width: 8rem;
	}
	.hero-section__media {
		justify-items: start;
	}
	.service-section__grid--reverse .service-section__content,
	.service-section__grid--reverse .service-section__media {
		order: initial;
	}
	.service-section__media img {
		height: min(15rem, 56vw);
	}
	.site-footer__contact {
		text-align: left;
	}
	.site-footer__inner {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 960px){
	.service-section--immersive,
	.reviews-section--immersive {
		padding: 4rem 0;
	}
	.service-section--immersive::before,
	.reviews-section--immersive::before {
		background-attachment: scroll;
	}
}
@media (min-width: 700px){
	.gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.reviews-section__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 760px){
	.site-footer__contact {
		text-align: right;
	}
	.site-footer__inner {
		grid-template-columns: auto auto;
	}
}
@media (min-width: 901px){
	.site-nav__panel {
		display: flex !important;
		position: static;
	}
}
@media (min-width: 960px){
	.gallery-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	.hero-section__badge {
		max-width: 10rem;
	}
	.hero-section__badgewrap {
		justify-content: flex-end;
	}
	.hero-section__grid {
		grid-template-columns: minmax(0, 1.18fr) minmax(190px, .82fr);
	}
	.hero-section__grid,
	.info-section__grid,
	.reviews-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.hero-section__media {
		justify-items: end;
	}
	.reviews-section__links {
		grid-template-columns: 1fr;
	}
	.service-section__grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
	}
	.service-section__grid--reverse {
		grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
	}
	.service-section__grid--reverse .service-section__content {
		order: 2;
	}
	.service-section__grid--reverse .service-section__media {
		order: 1;
	}
	.service-section__media img {
		height: 16.5rem;
	}
}