/* Active Shutter Gutenberg Homepage - scoped block styles. */
.ash-homepage {
	--ash-red: #ed1c24;
	--ash-dark: #102030;
	--ash-text: #24313d;
	--ash-muted: #5c6874;
	--ash-blue: #eaf3f6;
	--ash-line: #d8e2e7;
	--ash-shadow: 0 14px 34px rgba(16, 32, 48, 0.12);
	--ash-container: 1160px;
	color: var(--ash-text);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.55;
}

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

.ash-homepage .ash-section {
	margin: 0;
	position: relative;
}

.ash-homepage .ash-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--ash-container);
	width: min(calc(100% - 40px), var(--ash-container));
}

.ash-homepage .ash-narrow {
	max-width: 860px;
}

.ash-homepage .ash-section-blue {
	background: var(--ash-blue);
	padding: 78px 0;
}

.ash-homepage .ash-section-white {
	background: #fff;
	padding: 78px 0;
}

.ash-homepage h1,
.ash-homepage h2,
.ash-homepage h3,
.editor-styles-wrapper .ash-homepage h1,
.editor-styles-wrapper .ash-homepage h2,
.editor-styles-wrapper .ash-homepage h3 {
	color: var(--ash-dark);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 14px;
}

.ash-homepage h1 {
	font-size: clamp(32px, 5vw, 56px);
}

.ash-homepage h2 {
	font-size: clamp(26px, 3vw, 40px);
}

.ash-homepage h3 {
	font-size: 19px;
}

.ash-homepage p {
	color: var(--ash-text);
	font-size: 16px;
	margin: 0 0 15px;
}

.ash-homepage a {
	text-decoration: none;
}

.ash-homepage figure {
	margin: 0;
}

.ash-homepage img {
	display: block;
	height: auto;
	max-width: 100%;
}

.ash-homepage .ash-header {
	background: #fff;
	border-bottom: 1px solid #e5eaf0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	position: sticky;
	top: 0;
	z-index: 20;
}

.admin-bar .ash-homepage .ash-header {
	top: 32px;
}

.ash-homepage .ash-header-inner {
	align-items: center;
	display: flex;
	gap: 22px;
	justify-content: space-between;
	min-height: 70px;
	padding: 10px 0;
}

.ash-homepage .ash-logo-text {
	border: 3px solid var(--ash-red);
	color: var(--ash-red);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
	max-width: 220px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.ash-homepage .ash-nav {
	align-items: center;
	display: flex;
	flex: 1;
	flex-wrap: wrap;
	gap: 6px 18px;
	justify-content: center;
	margin: 0;
}

.ash-homepage .ash-nav .wp-block-button__link {
	background: transparent;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	padding: 8px 2px;
}

.ash-homepage .ash-nav .wp-block-button__link:hover {
	color: var(--ash-red);
}

.ash-homepage .ash-header-cta {
	margin: 0;
}

.ash-homepage .ash-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 22px;
}

.ash-homepage .wp-block-button__link {
	border-radius: 2px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	min-height: 42px;
	padding: 14px 24px;
}

.ash-homepage .ash-btn-red .wp-block-button__link {
	background: var(--ash-red);
	box-shadow: 0 8px 20px rgba(237, 28, 36, 0.25);
	color: #fff;
}

.ash-homepage .ash-btn-light .wp-block-button__link {
	background: #fff;
	color: #111827;
}

.ash-homepage .ash-hero,
.ash-homepage .ash-contact-cta {
	align-items: center;
	background: #111;
	display: flex;
	min-height: 440px;
	overflow: hidden;
	padding: 70px 0;
}

.ash-homepage .ash-bg-image {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.ash-homepage .ash-bg-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ash-homepage .ash-hero::before,
.ash-homepage .ash-contact-cta::before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.ash-homepage .ash-hero-inner,
.ash-homepage .ash-contact-cta .ash-container {
	position: relative;
	z-index: 2;
}

.ash-homepage .ash-hero-card,
.ash-homepage .ash-cta-panel {
	background: rgba(0, 0, 0, 0.62);
	border-radius: 4px;
	margin: 0 auto;
	max-width: 760px;
	padding: 44px 52px;
	text-align: center;
}

.ash-homepage .ash-hero-card h1,
.ash-homepage .ash-hero-card p,
.ash-homepage .ash-cta-panel h2,
.ash-homepage .ash-cta-panel p {
	color: #fff;
}

.ash-homepage .ash-hero-card .ash-buttons,
.ash-homepage .ash-cta-panel .ash-buttons,
.ash-homepage .ash-centered .ash-buttons,
.ash-homepage .ash-urgent-box .ash-buttons {
	justify-content: center;
}

.ash-homepage .ash-split {
	align-items: center;
	display: grid;
	gap: 62px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 0;
}

.ash-homepage .ash-split > .wp-block-column {
	min-width: 0;
}

.ash-homepage .ash-rounded-image {
	background: #fff;
	border-radius: 6px;
	box-shadow: var(--ash-shadow);
	overflow: hidden;
}

.ash-homepage .ash-rounded-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.ash-homepage .ash-tall-image img {
	aspect-ratio: 3 / 4;
}

.ash-homepage .ash-experience {
	margin-top: 28px;
}

.ash-homepage .ash-experience-number {
	color: var(--ash-dark);
	font-size: 50px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 6px;
}

.ash-homepage .ash-experience-label {
	color: #111827;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}

.ash-homepage .ash-section-heading {
	margin: 0 auto 32px;
	max-width: 850px;
	text-align: center;
}

.ash-homepage .ash-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ash-homepage .ash-card {
	background: #fff;
	border: 1px solid var(--ash-line);
	border-radius: 8px;
	box-shadow: 0 6px 18px rgba(16, 32, 48, 0.04);
	padding: 24px 26px;
}

.ash-homepage .ash-card p:last-child,
.ash-homepage .ash-card h3:last-child {
	margin-bottom: 0;
}

.ash-homepage .ash-card-cta {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
}

.ash-homepage .ash-card-cta .ash-buttons {
	margin-top: 0;
}

.ash-homepage .ash-check-list {
	list-style: none;
	margin: 16px 0;
	padding: 0;
}

.ash-homepage .ash-check-list li {
	color: #26313b;
	margin: 8px 0;
	padding-left: 26px;
	position: relative;
}

.ash-homepage .ash-check-list li::before {
	border: 2px solid var(--ash-red);
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0.55em;
	width: 10px;
}

.ash-homepage .ash-compact-list li {
	font-size: 14px;
	margin: 5px 0;
}

.ash-homepage .ash-image-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ash-homepage .ash-image-grid img {
	aspect-ratio: 1 / 0.78;
	border-radius: 5px;
	box-shadow: var(--ash-shadow);
	object-fit: cover;
	width: 100%;
}

.ash-homepage .ash-product-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 34px 0 26px;
}

.ash-homepage .ash-product-card {
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.ash-homepage .ash-product-card img {
	aspect-ratio: 1.25 / 1;
	object-fit: cover;
	width: 100%;
}

.ash-homepage .ash-product-card h3 {
	align-items: center;
	display: flex;
	font-size: 15px;
	justify-content: center;
	margin: 0;
	min-height: 70px;
	padding: 14px;
}

.ash-homepage .ash-centered {
	text-align: center;
}

.ash-homepage .ash-urgent-box {
	margin: 44px auto 0;
	max-width: 560px;
	text-align: center;
}

.ash-homepage .ash-project-grid,
.ash-homepage .ash-review-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ash-homepage .ash-project-grid img {
	aspect-ratio: 1.3 / 1;
	border-radius: 5px;
	box-shadow: var(--ash-shadow);
	object-fit: cover;
	width: 100%;
}

.ash-homepage .ash-clients {
	padding-bottom: 58px;
	padding-top: 58px;
}

.ash-homepage .ash-logo-row {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: center;
}

.ash-homepage .ash-logo-row p {
	border: 1px solid #edf0f2;
	border-radius: 4px;
	color: var(--ash-red);
	font-size: 18px;
	font-weight: 800;
	margin: 0;
	min-width: 130px;
	padding: 14px 20px;
	text-align: center;
}

.ash-homepage .ash-small-columns {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ash-homepage .ash-faq details {
	background: #fff;
	border: 1px solid #c8d2d8;
	margin: 0 0 14px;
	padding: 16px 20px;
}

.ash-homepage .ash-faq summary {
	color: #111827;
	cursor: pointer;
	font-weight: 800;
}

.ash-homepage .ash-faq details p {
	margin: 14px 0 0;
}

.ash-homepage .ash-stars {
	color: #f59e0b;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.ash-homepage .ash-review-card {
	min-height: 185px;
}

.ash-homepage .ash-contact-cta {
	min-height: 400px;
}

.ash-homepage .ash-footer {
	background: var(--ash-blue);
}

.ash-homepage .ash-footer-grid {
	display: grid;
	gap: 60px;
	grid-template-columns: 1.5fr 1fr 1.2fr;
	padding: 58px 0;
}

.ash-homepage .ash-footer a {
	color: #1f2937;
}

.ash-homepage .ash-footer a:hover {
	color: var(--ash-red);
}

.ash-homepage .ash-copyright {
	background: var(--ash-dark);
	padding: 14px;
	text-align: center;
}

.ash-homepage .ash-copyright p {
	color: #fff;
	font-size: 13px;
	margin: 0;
}

.editor-styles-wrapper .ash-homepage {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
}

.editor-styles-wrapper .ash-homepage .ash-header {
	position: relative;
	top: auto;
}

@media (max-width: 960px) {
	.admin-bar .ash-homepage .ash-header {
		top: 46px;
	}

	.ash-homepage .ash-header-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.ash-homepage .ash-nav {
		justify-content: flex-start;
	}

	.ash-homepage .ash-split,
	.ash-homepage .ash-small-columns {
		grid-template-columns: 1fr;
	}

	.ash-homepage .ash-split-reverse-mobile > .wp-block-column:first-child {
		order: 2;
	}

	.ash-homepage .ash-split-reverse-mobile > .wp-block-column:last-child {
		order: 1;
	}

	.ash-homepage .ash-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ash-homepage .ash-project-grid,
	.ash-homepage .ash-review-grid {
		grid-template-columns: 1fr;
	}

	.ash-homepage .ash-footer-grid {
		gap: 28px;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ash-homepage .ash-container {
		width: min(calc(100% - 28px), var(--ash-container));
	}

	.ash-homepage .ash-section-blue,
	.ash-homepage .ash-section-white {
		padding: 55px 0;
	}

	.ash-homepage .ash-hero,
	.ash-homepage .ash-contact-cta {
		min-height: 430px;
		padding: 48px 0;
	}

	.ash-homepage .ash-hero-card,
	.ash-homepage .ash-cta-panel {
		padding: 32px 20px;
	}

	.ash-homepage .ash-hero-card h1 {
		font-size: 31px;
	}

	.ash-homepage .ash-card-grid,
	.ash-homepage .ash-product-grid {
		grid-template-columns: 1fr;
	}

	.ash-homepage .ash-card-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.ash-homepage .ash-image-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ash-homepage .ash-logo-text {
		max-width: none;
	}
}
