﻿@font-face {
	font-family: Futura;
	src: url("../fonts/FuturaPT-Light.woff") format("woff");
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: Futura;
	src: url("../fonts/FuturaPT-Demi.woff") format("woff");
	font-weight: 600;
	font-display: swap
}

@font-face {
	font-family: Futura;
	src: url("../fonts/FuturaPT-Bold.woff") format("woff");
	font-weight: 700;
	font-display: swap
}

* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 95px
}

body {
	margin: 0;
	color: #111827;
	font-family: Futura, Arial, sans-serif;
	font-size: 17px;
	background: #fff
}

body.menu-open {
	overflow: hidden
}

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

a {
	text-decoration: none;
	color: inherit
}

button,
input,
textarea {
	font: inherit
}

.container {
	width: min(1140px, calc(100% - 40px));
	margin-inline: auto
}

.section {
	padding: 88px 0
}

.site-header {
	height: 95px;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 18px rgba(20, 43, 77, .07)
}

.nav-wrap {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.brand img {
	width: 250px;
	height: auto
}

.main-nav {
	display: flex;
	align-items: center;
	gap: 31px
}

.main-nav a {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	white-space: nowrap
}

.main-nav a:not(.nav-cta)::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: -13px;
	height: 2px;
	background: #0869ea;
	transition: .25s
}

.main-nav a:hover::after,
.main-nav a.active::after {
	left: 0;
	right: 0
}

.main-nav a:hover,
.main-nav a.active {
	color: #0869ea
}

.main-nav .nav-cta {
	color: #fff;
	background: linear-gradient(135deg, #0869ea, #0b4bc2);
	padding: 13px 20px;
	border-radius: 24px;
	box-shadow: 0 8px 20px rgba(8, 105, 234, .24)
}

.menu-toggle {
	display: none;
	border: 0;
	background: none;
	padding: 8px
}

.menu-toggle span {
	display: block;
	width: 25px;
	height: 2px;
	margin: 5px;
	background: #051f49
}

.hero {
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #041e49;
	color: #fff
}

.hero-track,
.hero-slide {
	position: absolute;
	inset: 0
}

.hero-slide {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.025);
	transition: opacity .75s ease, transform 1.1s ease, visibility .75s
}

.hero-slide.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	z-index: 1
}

.hero-image {
	position: absolute;
	inset: 0;
	background: url("../images/hero-workspace.jpg") center/cover no-repeat;
	transition: transform 7s ease
}

.hero-slide.active .hero-image {
	transform: scale(1.035)
}

.hero-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2, 25, 62, .62) 0%, rgba(2, 25, 62, .16) 55%, rgba(2, 25, 62, 0) 100%)
}

.hero-slide[data-theme="wordpress"] .hero-image {
	background-position: 61% center;
	filter: hue-rotate(16deg) saturate(1.1)
}

.hero-slide[data-theme="wordpress"] .hero-image::after {
	background: linear-gradient(90deg, rgba(4, 18, 58, .82), rgba(19, 48, 113, .25) 60%, rgba(4, 24, 63, .08))
}

.hero-slide[data-theme="design"] .hero-image {
	background-position: 56% center;
	filter: hue-rotate(-16deg) saturate(1.18)
}

.hero-slide[data-theme="design"] .hero-image::after {
	background: linear-gradient(90deg, rgba(1, 35, 55, .88), rgba(0, 82, 112, .24) 62%, rgba(0, 38, 70, .08))
}

.hero::after {
	content: "";
	position: absolute;
	left: -3%;
	right: -3%;
	height: 70px;
	bottom: -45px;
	background: #fff;
	border-radius: 50% 50% 0 0/100% 100% 0 0;
	transform: rotate(-1deg)
}

.hero-lines {
	position: absolute;
	width: 400px;
	height: 400px;
	right: -130px;
	bottom: -130px;
	border: 1px solid rgba(34, 132, 255, .35);
	border-radius: 50%;
	box-shadow: 0 0 0 14px rgba(34, 132, 255, .06), 0 0 0 28px rgba(34, 132, 255, .05), 0 0 0 42px rgba(34, 132, 255, .04)
}

.hero-content {
	position: relative;
	z-index: 2;
	padding-top: 91px
}

.hero-slide .hero-content>* {
	opacity: 0;
	transform: translateY(20px)
}

.hero-slide.active .hero-content>* {
	animation: heroReveal .65s ease forwards
}

.hero-slide.active .hero-content>*:nth-child(2) {
	animation-delay: .1s
}

.hero-slide.active .hero-content>*:nth-child(3) {
	animation-delay: .18s
}

.hero-slide.active .hero-content>*:nth-child(4) {
	animation-delay: .26s
}

.hero-slide.active .hero-content>*:nth-child(5) {
	animation-delay: .34s
}

@keyframes heroReveal {
	to {
		opacity: 1;
		transform: none
	}
}

.eyebrow {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: .75px;
	color: #0869ea;
	font-weight: 700;
	margin: 0 0 9px
}

.eyebrow.light {
	color: #d7e8ff
}

.eyebrow.center {
	text-align: center
}

.hero h1 {
	font-size: 48px;
	line-height: 1.11;
	margin: 0 0 22px;
	max-width: 660px;
	letter-spacing: -.7px
}

.hero-copy {
	max-width: 520px;
	font-size: 18px;
	color: #d8e5f8;
	margin: 0 0 31px
}

.hero-actions {
	display: flex;
	gap: 15px
}

.button {
	border: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 14px 23px;
	border-radius: 7px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .25px;
	transition: .25s
}

.button.primary {
	background: linear-gradient(135deg, #1682ff, #075fdc);
	color: #fff;
	box-shadow: 0 10px 25px rgba(5, 91, 222, .24)
}

.button.primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(5, 91, 222, .3)
}

.button.ghost {
	border: 1px solid rgba(255, 255, 255, .8);
	color: #fff;
	background: rgba(255, 255, 255, .04)
}

.button.ghost:hover {
	background: #fff;
	color: #051f49
}

.hero-features {
	display: flex;
	gap: 42px;
	padding: 0;
	margin: 70px 0 0;
	list-style: none;
	font-size: 13px
}

.hero-features span {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
	margin-right: 7px
}

.hero-arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 50%;
	background: rgba(3, 31, 73, .35);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 31px;
	line-height: 1;
	cursor: pointer;
	transition: .25s
}

.hero-arrow:hover {
	background: #fff;
	color: #0869ea;
	transform: scale(1.06)
}

.hero-prev {
	left: 24px
}

.hero-next {
	right: 24px
}

.hero-pagination {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: 42px;
	display: flex;
	gap: 9px;
	transform: translateX(-50%)
}

.hero-pagination button {
	position: relative;
	width: 34px;
	height: 4px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: rgba(255, 255, 255, .35);
	overflow: hidden;
	cursor: pointer
}

.hero-pagination button::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #fff;
	transform: scaleX(0);
	transform-origin: left
}

.hero-pagination button.active::after {
	animation: heroProgress 6s linear forwards
}

@keyframes heroProgress {
	to {
		transform: scaleX(1)
	}
}

.split {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 75px;
	align-items: center
}

.about h2,
.section-heading h2 {
	font-size: 35px;
	line-height: 1.15;
	margin: 0;
	color: #111827
}

.section-heading h2 span {
	color: #0869ea
}

.title-mark {
	display: block;
	width: 31px;
	height: 3px;
	background: #0869ea;
	margin: 16px 0 27px;
	border-radius: 2px
}

.about-copy p:not(.eyebrow) {
	color: #011026;
	margin: 0 0 17px
}

.about-copy .button {
	margin-top: 10px
}

.about-visual {
	position: relative
}

.about-visual img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(25, 49, 82, .12)
}

.dot-grid {
	position: absolute;
	z-index: -1;
	left: -44px;
	top: 20px;
	width: 46px;
	height: 58px;
	background-image: radial-gradient(#0869ea 1.5px, transparent 1.5px);
	background-size: 9px 9px
}

.experience {
	position: absolute;
	right: -25px;
	bottom: -28px;
	background: #fff;
	padding: 16px 22px;
	border-radius: 10px;
	box-shadow: 0 14px 40px rgba(25, 49, 82, .12);
	display: flex;
	align-items: center;
	gap: 12px
}

.experience strong {
	font-size: 31px;
	color: #0869ea
}

.experience span {
	font-size: 13px;
	line-height: 1.15;
	color: #011026
}

.services {
	background: #f5f8fc
}

.section-heading {
	text-align: center;
	margin-bottom: 40px
}

.section-heading .title-mark {
	margin: 15px auto 0
}

.section-heading.inverse h2 {
	color: #fff
}

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

.service-card {
	text-align: center;
	background: #fff;
	border: 1px solid #e6ebf2;
	border-radius: 9px;
	padding: 29px 26px 26px;
	box-shadow: 0 8px 24px rgba(29, 53, 87, .07);
	transition: .3s
}

.service-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 14px 40px rgba(25, 49, 82, .12);
	border-color: #cae1ff
}

.service-icon {
	display: grid;
	place-items: center;
	margin: 0 auto 19px;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	font-size: 30px;
	color: #0869ea;
	background: #edf5ff;
	border: 1px solid #d7e8ff
}

.service-card h3 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.25;
	margin: 0 0 11px
}

.service-card p {
	color: #011026;
	font-size: 17px;
	line-height: 1.45;
	margin: 0
}

.portfolio {
	padding-bottom: 82px
}

.filters {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: -5px 0 28px
}

.filters button {
	border: 0;
	background: transparent;
	padding: 8px 17px;
	border-radius: 18px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer
}

.filters button:hover,
.filters button.active {
	color: #fff;
	background: #0869ea
}

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

.project {
	height: 270px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(15, 37, 68, .16);
	position: relative;
	background: #051f49;
	transition: .3s
}

.project.hidden {
	display: none
}

.project img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .35s
}

.project span {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(3, 26, 61, .84);
	color: #b9d6ff;
	opacity: 0;
	transition: .3s;
	text-transform: uppercase;
	font-size: 13px;
	font-weight:600;
}

.project span b {
	font-size: 16px;
	color: #fff;
	margin-bottom: 4px
}

.project:hover {
	transform: translateY(-4px)
}

.project:hover img {
	transform: scale(1.08)
}

.project:hover span {
	opacity: 1
}

body.lightbox-open {
	overflow: hidden
}

.portfolio-lightbox {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 90px;
	background: rgba(2, 14, 34, .92);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease
}

.portfolio-lightbox.open {
	opacity: 1;
	visibility: visible
}

.portfolio-lightbox figure {
	margin: 0;
	max-width: min(1100px, 88vw);
	max-height: 86vh;
	text-align: center
}

.portfolio-lightbox figure img {
	display: block;
	max-width: 100%;
	max-height: 76vh;
	margin: auto;
	border-radius: 8px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
	object-fit: contain
}

.portfolio-lightbox figcaption {
	margin-top: 15px;
	color: #d9e8fa;
	font-size: 15px
}

.portfolio-lightbox figcaption b {
	display: block;
	color: #fff;
	font-size: 19px
}

.lightbox-close,
.lightbox-arrow {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, .35);
	background: rgba(255, 255, 255, .1);
	color: #fff;
	cursor: pointer;
	transition: .2s
}

.lightbox-close:hover,
.lightbox-arrow:hover {
	background: #fff;
	color: #0869ea
}

.lightbox-close {
	top: 22px;
	right: 28px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 30px
}

.lightbox-arrow {
	top: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	border-radius: 50%;
	font-size: 32px
}

.lightbox-prev {
	left: 25px
}

.lightbox-next {
	right: 25px
}

.center-action {
	text-align: center;
	margin-top: 28px
}

.testimonials {
	background: linear-gradient(rgba(3, 27, 62, .91), rgba(3, 27, 62, .94)), url("../images/wideboxbg3.jpg") center/cover;
	color: #fff
}

.google-reviews {
	overflow: hidden
}

.reviews-slider {
	display: grid;
	grid-template-columns: 44px minmax(0, 760px) 44px;
	align-items: center;
	justify-content: center;
	gap: 18px
}

.reviews-viewport {
	overflow: hidden;
	width: 100%;
	padding: 8px 0 24px
}

.review-arrow {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #0869ea;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
	transition: background .2s ease, color .2s ease, transform .2s ease
}

.review-arrow:hover,
.review-arrow:focus-visible {
	background: #0869ea;
	color: #fff;
	transform: scale(1.06)
}

.reviews-track {
	display: flex;
	width: 100%;
	transition: transform .65s ease;
	will-change: transform
}

.google-review-card {
	flex: 0 0 100%;
	min-height: 245px;
	background: #fff;
	color: #111827;
	border-radius: 16px;
	padding: 26px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .22)
}

.review-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px
}

.review-avatar {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	background: #e8f0fe;
	color: #0869ea;
	font-size: 20px;
	font-weight: 700;
	object-fit: cover
}

.review-author {
	min-width: 0
}

.review-author strong,
.review-author small {
	display: block
}

.review-author small {
	color: #667085;
	margin-top: 3px
}

.review-stars {
	color: #fbbc04;
	font-size: 19px;
	letter-spacing: 2px;
	margin-bottom: 12px
}

.google-review-card blockquote {
	margin: 0;
	color: #344054;
	line-height: 1.65;
	font-size: 16px
}

.google-review-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: max-content;
	margin: 5px auto 0;
	padding: 11px 18px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 30px;
	color: #fff;
	font-weight: 600
}

.google-review-link:hover {
	background: #fff;
	color: #0869ea
}

.google-g {
	font-size: 20px;
	font-weight: 700;
	color: #4285f4
}

@media (prefers-reduced-motion: reduce) {
	.reviews-track {
		transition: none
	}
}

.contact-grid {
	display: grid;
	grid-template-columns: .85fr .95fr 1.5fr;
	gap: 22px
}

.contact-card,
.map-card,
.contact-form {
	border: 1px solid #e7edf5;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(28, 52, 82, .08);
	background: #fff;
	overflow: hidden
}

.contact-card {
	padding: 27px
}

.contact-card h3 {
	margin: 0 0 8px
}

.contact-card>p {
	color: #011026;
	font-size: 16px
}

.contact-card ul {
	list-style: none;
	padding: 0;
	margin: 24px 0 0
}

.contact-card li {
	display: flex;
	gap: 13px;
	margin: 18px 0;
	color: #011026;
	font-size: 16px
}

.contact-card li>span {
	color: #0869ea;
	font-size: 19px
}

.contact-card b {
	display: block;
	color: #111827
}

.map-card iframe {
	border: 0;
	width: 100%;
	height: 100%;
	min-height: 410px;
	filter: saturate(.7)
}

.contact-form {
	padding: 27px;
	display: flex;
	flex-direction: column;
	gap: 14px
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px
}

.contact-form input,
.contact-form textarea,
.newsletter input {
	width: 100%;
	border: 1px solid #dfe6ef;
	padding: 13px 14px;
	outline: none;
	border-radius: 4px;
	background: #fbfcfe
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: #0869ea;
	box-shadow: 0 0 0 3px rgba(8, 105, 234, .09)
}

.contact-form textarea {
	height: 143px;
	resize: vertical
}

.contact-form .button {
	align-self: flex-start
}

.contact-form .button:disabled {
	cursor: wait;
	opacity: .68
}

.contact-form .form-trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0
}

.form-status {
	font-size: 17px;
	color: #0869ea;
	margin: 0;
	min-height: 20px
}

.form-status.error {
	color: #c62828
}

.form-status.success {
	color: #08783e
}

.site-footer {
	background: #061c3c;
	color: #c4d0e1
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr .7fr 1fr 1fr 1.1fr;
	gap: 45px;
	padding: 55px 0
}

.footer-grid h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	margin: 0 0 18px
}

.footer-grid a {
	display: block;
	font-size: 17px;
	margin: 8px 0
}

.footer-grid a:hover {
	color: #57a1ff
}

.footer-grid p {
	font-size: 17px;
	margin: 7px 0;
	line-height: 1.6
}

.footer-about img {
	width: 150px;
	filter: brightness(0) invert(1);
	margin-bottom: 18px
}

.social-links {
	display: flex;
	gap: 10px;
	margin-top: 18px
}

.footer-grid .social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	color: #fff
}

.footer-grid .social-links a:hover {
	background: #0869ea;
	color: #fff
}

.social-links svg {
	width: 19px;
	height: 19px;
	fill: currentColor
}

.newsletter {
	margin-top: 15px
}

.newsletter input {
	border: 0;
	background: #fff
}

.newsletter button {
	margin-top: 8px;
	border: 0;
	background: #0869ea;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 16px;
	font-size: 15px;
	border-radius: 3px;
	cursor: pointer
}

.footer-bottom {
	background: #04152f
}

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

.footer-bottom p {
	font-size: 15px;
	margin: 0
}

.footer-bottom a {
	display: inline
}

.footer-bottom span {
	margin: 0 10px
}

.back-to-top {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #0869ea;
	color: #fff;
	display: grid;
	place-items: center;
	box-shadow: 0 8px 20px rgba(8, 105, 234, .3);
	opacity: 0;
	pointer-events: none;
	transition: .25s;
	z-index: 20
}

.back-to-top.visible {
	opacity: 1;
	pointer-events: auto
}

.reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .65s ease, transform .65s ease
}

.reveal.visible {
	opacity: 1;
	transform: none
}

@media(max-width:1050px) {
	.main-nav {
		gap: 18px
	}

	.main-nav a {
		font-size: 15px
	}

	.portfolio-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.project {
		height: 240px
	}

	.contact-grid {
		grid-template-columns: 1fr 1fr
	}

	.contact-form {
		grid-column: 1/-1
	}

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

@media(max-width:800px) {
	.section {
		padding: 70px 0
	}

	.menu-toggle {
		display: block;
		z-index: 2
	}

	.main-nav {
		position: fixed;
		inset: 95px 0 auto;
		background: #fff;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		box-shadow: 0 16px 30px rgba(10, 33, 64, .15);
		transform: translateY(-130%);
		transition: .3s
	}

	.main-nav.open {
		transform: none
	}

	.main-nav a {
		padding: 13px
	}

	.main-nav a::after {
		display: none
	}

	.main-nav .nav-cta {
		text-align: center;
		margin-top: 8px
	}

	.hero {
		height: 665px
	}

	.hero-image {
		background-position: 62% center;
		opacity: .52
	}

	.hero-image::after,
	.hero-slide[data-theme="wordpress"] .hero-image::after,
	.hero-slide[data-theme="design"] .hero-image::after {
		background: linear-gradient(90deg, rgba(2, 25, 62, .9), rgba(2, 25, 62, .42))
	}

	.hero-content {
		padding-top: 88px
	}

	.hero h1 {
		font-size: 42px
	}

	.hero-features {
		margin-top: 65px;
		flex-wrap: wrap;
		gap: 18px 28px
	}

	.hero-arrow {
		display: none
	}

	.split {
		grid-template-columns: 1fr;
		gap: 48px
	}

	.about-visual {
		max-width: 620px
	}

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

	.portfolio-grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.project {
		height: 230px
	}

	.contact-grid {
		grid-template-columns: 1fr
	}

	.contact-form {
		grid-column: auto
	}

	.map-card iframe {
		min-height: 320px
	}

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

@media(max-width:540px) {
	.container {
		width: min(100% - 28px, 1140px)
	}

	.site-header {
		height: 70px
	}

	.main-nav {
		inset: 70px 0 auto
	}

	.brand img {
		width: 126px
	}

	.hero {
		height: 710px
	}

	.hero-content {
		padding-top: 75px
	}

	.hero h1 {
		font-size: 35px
	}

	.hero-copy {
		font-size: 16px
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column
	}

	.hero-features {
		margin-top: 40px;
		flex-direction: column
	}

	.hero-pagination {
		bottom: 31px
	}

	.about h2,
	.section-heading h2 {
		font-size: 30px
	}

	.about-visual img {
		height: 300px
	}

	.experience {
		right: 8px
	}

	.service-grid,
	.portfolio-grid {
		grid-template-columns: 1fr
	}

	.project {
		height: 220px
	}

	.filters {
		justify-content: flex-start
	}

	.google-review-card {
		min-height: 230px;
		padding: 22px
	}

	.reviews-slider {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 7px
	}

	.review-arrow {
		width: 34px;
		height: 34px;
		font-size: 25px
	}

	.form-row {
		grid-template-columns: 1fr
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center
	}

	.footer-about img {
		margin-inline: auto
	}

	.social-links {
		justify-content: center
	}

	.newsletter {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.newsletter input {
		width: min(100%, 320px)
	}

	.newsletter button {
		width: min(100%, 320px)
	}

	.footer-bottom .container {
		padding: 15px 0;
		gap: 8px;
		flex-direction: column;
		align-items: center;
		text-align: center
	}
}

@media(max-width:540px) {
	.portfolio-lightbox {
		padding: 70px 14px
	}

	.portfolio-lightbox figure {
		max-width: 100%
	}

	.portfolio-lightbox figure img {
		max-height: 70vh
	}

	.lightbox-arrow {
		top: auto;
		bottom: 18px;
		width: 42px;
		height: 42px
	}

	.lightbox-prev {
		left: calc(50% - 52px)
	}

	.lightbox-next {
		right: calc(50% - 52px)
	}

	.lightbox-close {
		top: 14px;
		right: 14px
	}
}

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

	.reveal {
		opacity: 1;
		transform: none;
		transition: none
	}

	* {
		animation-duration: .01ms !important;
		transition-duration: .01ms !important
	}
}
