:root {
	--ar5-navy: #071522;
	--ar5-gold: #dda93e;
	--ar5-blue: #2463eb;
	--ar5-paper: #f3f1eb;
	--ar5-ink: #10231c;
	--ar5-muted: #64716c;
	--ar5-line: #d8dbd4;
	--ar5-green: #0c3629;
}

html {
	scroll-behavior: smooth;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden !important;
}

body.ar5-landing-page .site-content > .ast-container,
body.ar5-landing-page .site-content .ast-container,
body:has(.ar5-landing) .site-content > .ast-container,
body:has(.ar5-landing) .site-content .ast-container {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ar5-landing-page .content-area.primary,
body.ar5-landing-page .site-main,
body.ar5-landing-page .entry-content,
body:has(.ar5-landing) .content-area.primary,
body:has(.ar5-landing) .site-main,
body:has(.ar5-landing) .entry-content {
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

body.ar5-landing-page,
body:has(.ar5-landing),
body.ar5-landing-page .site,
body:has(.ar5-landing) .site,
body.ar5-landing-page .site-content,
body:has(.ar5-landing) .site-content {
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	overflow-x: hidden !important;
}

body.ar5-landing-page #secondary,
body:has(.ar5-landing) #secondary,
body.ar5-landing-page .widget-area,
body:has(.ar5-landing) .widget-area,
body.ar5-landing-page .entry-header,
body:has(.ar5-landing) .entry-header {
	display: none !important;
}

.ar5-landing {
	position: relative;
	left: auto;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: clamp(14px, 3.52vw, 48px) !important;
	overflow-x: hidden;
	background: var(--ar5-paper);
	color: var(--ar5-ink);
}

.ar5-landing > .alignfull,
.ar5-landing .wp-block-group.alignfull,
.ar5-landing .wp-block-columns.alignfull {
	left: auto !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.ar5-landing img,
.ar5-landing video,
.ar5-landing iframe {
	display: block;
	width: 100%;
	max-width: 100%;
}

.ar5-landing img,
.ar5-landing video {
	height: auto;
}

.ar5-landing,
.ar5-landing * {
	box-sizing: border-box;
}

.ar5-landing .wp-block-column,
.ar5-landing .wp-block-group,
.ar5-landing .wp-block-buttons,
.ar5-landing .wp-block-button,
.ar5-landing form,
.ar5-landing label,
.ar5-landing input,
.ar5-landing select,
.ar5-landing textarea {
	min-width: 0;
	max-width: 100%;
}

.ar5-landing h1,
.ar5-landing h2,
.ar5-landing h3,
.ar5-landing p,
.ar5-landing li {
	overflow-wrap: break-word;
}

.ar5-landing .wp-block-columns,
.ar5-landing .wp-block-image,
.ar5-landing .wp-block-group,
.ar5-landing p,
.ar5-landing h1,
.ar5-landing h2,
.ar5-landing h3 {
	margin-block-start: 0;
	margin-block-end: 0;
}

.ar5-header {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 50%;
	width: min(1480px, calc(100% - 48px));
	min-height: 90px;
	padding: 0;
	transform: translateX(-50%);
	border-bottom: 1px solid rgb(255 255 255 / 18%);
	color: #fff;
}

.ar5-brand {
	gap: 0;
}

.ar5-brand-mark {
	color: var(--ar5-gold);
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.ar5-brand-powered {
	color: #87a6ff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ar5-navigation {
	color: rgb(255 255 255 / 76%);
	font-size: 13px;
}

.ar5-navigation .wp-block-navigation-item__content:hover {
	color: #fff;
}

.ar5-header-cta .wp-block-button__link {
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

.ar5-hero {
	min-height: 100svh;
	padding: 100px 24px 0;
	background:
		linear-gradient(90deg, rgb(255 255 255 / 2.5%) 1px, transparent 1px) 0 0 / 72px 72px,
		linear-gradient(rgb(255 255 255 / 2.5%) 1px, transparent 1px) 0 0 / 72px 72px,
		var(--ar5-navy);
	color: #fff;
}

.ar5-hero-columns {
	min-height: 650px;
	gap: 78px;
}

.ar5-eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 22px !important;
	color: #a7b5c0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.ar5-eyebrow::before {
	display: block;
	width: 36px;
	height: 2px;
	background: var(--ar5-gold);
	content: "";
}

.ar5-eyebrow.is-dark {
	color: #6a756f;
}

.ar5-hero-title {
	max-width: 720px;
	color: #fff;
	font-size: clamp(3.25rem, 6.1vw, 6.3rem);
	font-weight: 650;
	letter-spacing: -0.066em;
	line-height: 0.94;
}

.ar5-hero-title mark {
	display: block;
	padding: 0;
	background: transparent;
	color: var(--ar5-gold);
	font-weight: 400;
}

.ar5-hero-lead {
	max-width: 650px;
	margin-top: 34px !important;
	color: #f4f7f8;
	font-size: clamp(1.12rem, 1.5vw, 1.35rem);
	line-height: 1.48;
}

.ar5-hero-detail {
	max-width: 610px;
	margin-top: 18px !important;
	color: #9fb0bc;
	font-size: 14px;
	line-height: 1.7;
}

.ar5-hero-actions {
	gap: 14px;
	margin-top: 34px !important;
}

.ar5-hero-actions .wp-block-button__link {
	min-height: 52px;
	padding: 18px 22px;
	border: 1px solid transparent;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ar5-button-primary .wp-block-button__link {
	background: var(--ar5-gold);
	color: var(--ar5-navy);
}

.ar5-button-ghost .wp-block-button__link {
	border-color: rgb(255 255 255 / 24%);
	background: transparent;
	color: #fff;
}

.ar5-hero-visual {
	position: relative;
}

.ar5-hero-image {
	overflow: hidden;
	border: 1px solid rgb(221 169 62 / 36%);
	box-shadow: 0 45px 90px rgb(0 0 0 / 32%);
}

.ar5-hero-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1.06 / 1;
	object-fit: cover;
}

.ar5-capacity-badge {
	position: absolute;
	right: -28px;
	bottom: 30px;
	min-width: 190px;
	padding: 20px 22px;
	background: var(--ar5-gold);
	color: var(--ar5-navy);
	box-shadow: 0 18px 40px rgb(0 0 0 / 26%);
}

.ar5-capacity-badge p {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ar5-capacity-badge h3 {
	margin: 3px 0 !important;
	font-size: 28px;
	letter-spacing: -0.05em;
}

.ar5-strength-bar {
	min-height: 112px;
	margin-top: 26px !important;
	border-top: 1px solid rgb(255 255 255 / 12%);
}

.ar5-strength-bar p {
	display: flex;
	min-height: 112px;
	flex: 1;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgb(255 255 255 / 10%);
	color: #d9e1e6;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.ar5-strength-bar p:first-child {
	border-left: 1px solid rgb(255 255 255 / 10%);
}

.ar5-section-title {
	color: var(--ar5-ink);
	font-size: clamp(2.7rem, 4.8vw, 5.6rem);
	font-weight: 650;
	letter-spacing: -0.06em;
	line-height: 0.98;
}

.ar5-body-copy {
	color: var(--ar5-muted);
	font-size: 17px;
	line-height: 1.72;
}

.ar5-manifesto,
.ar5-evolution,
.ar5-services,
.ar5-integration {
	width: min(1320px, calc(100% - 48px));
}

.ar5-manifesto {
	padding: 130px 0;
	border-bottom: 1px solid var(--ar5-line);
}

.ar5-manifesto-columns {
	gap: 54px;
}

.ar5-section-number {
	color: #a6ada8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.ar5-manifesto-line {
	margin: 28px 0 18px !important;
	color: var(--ar5-green);
	font-size: 25px;
	font-weight: 600;
	line-height: 1.3;
}

.ar5-manifesto-statement {
	align-self: flex-end;
	padding: 30px 0 0 34px;
	border-left: 2px solid var(--ar5-gold);
}

.ar5-manifesto-statement p {
	color: var(--ar5-green);
	font-size: 22px;
	font-weight: 650;
	line-height: 1.6;
}

.ar5-evolution {
	padding: 130px 0;
}

.ar5-heading-columns {
	gap: 80px;
}

.ar5-problem-grid,
.ar5-services-grid,
.ar5-integration-grid,
.ar5-stats {
	display: grid;
}

.ar5-problem-grid {
	margin-top: 78px !important;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--ar5-line);
	border-left: 1px solid var(--ar5-line);
}

.ar5-problem-card {
	min-height: 142px;
	padding: 24px 26px;
	border-right: 1px solid var(--ar5-line);
	border-bottom: 1px solid var(--ar5-line);
}

.ar5-problem-card p,
.ar5-service-card > p {
	color: var(--ar5-gold);
	font-size: 11px;
	font-weight: 800;
}

.ar5-problem-card h3 {
	margin-top: 35px !important;
	color: var(--ar5-green);
	font-size: 18px;
	font-weight: 650;
}

.ar5-solution-card {
	min-height: 170px;
	margin-top: 24px !important;
	padding: 32px 38px;
	background: var(--ar5-green);
	color: #fff;
}

.ar5-solution-card > .wp-block-group p {
	margin-bottom: 9px !important;
	color: #9eb4a8;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.ar5-solution-card h3 {
	color: #fff;
	font-size: clamp(1.65rem, 3vw, 2.8rem);
	font-weight: 520;
	letter-spacing: -0.04em;
}

.ar5-solution-card > p {
	color: var(--ar5-gold);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.ar5-process {
	padding: 130px 24px;
	background: var(--ar5-navy);
	color: #fff;
}

.ar5-process-inner {
	width: min(1320px, 100%);
}

.ar5-process .ar5-section-title {
	color: #fff;
}

.ar5-process .ar5-body-copy {
	color: #a6b3bd;
}

.ar5-process-columns {
	margin-top: 78px !important;
	gap: 72px;
}

.ar5-process-image {
	height: 620px;
	overflow: hidden;
}

.ar5-process-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ar5-process-list {
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	border-top: 1px solid rgb(255 255 255 / 14%);
	border-left: 1px solid rgb(255 255 255 / 14%);
	counter-reset: ar5-process;
}

.ar5-process-list li {
	min-height: 124px;
	padding: 22px 24px;
	border-right: 1px solid rgb(255 255 255 / 14%);
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	color: #eef3f5;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.35;
	counter-increment: ar5-process;
}

.ar5-process-list li::before {
	display: block;
	margin-bottom: 42px;
	color: var(--ar5-gold);
	content: counter(ar5-process, decimal-leading-zero);
	font-size: 11px;
	font-weight: 800;
}

.ar5-services {
	padding: 130px 0;
}

.ar5-services-grid {
	margin-top: 80px !important;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--ar5-line);
	border-left: 1px solid var(--ar5-line);
}

.ar5-service-card {
	min-height: 205px;
	padding: 28px;
	border-right: 1px solid var(--ar5-line);
	border-bottom: 1px solid var(--ar5-line);
	transition: background 180ms ease, color 180ms ease;
}

.ar5-service-card:hover {
	background: var(--ar5-green);
	color: #fff;
}

.ar5-service-card h3 {
	max-width: 300px;
	margin-top: 72px !important;
	font-size: 19px;
	font-weight: 650;
	line-height: 1.3;
}

.ar5-audience-band {
	padding: 42px max(24px, calc((100vw - 1320px) / 2));
	gap: 42px;
	background: var(--ar5-gold);
	color: var(--ar5-navy);
}

.ar5-audience-band > p:first-child {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ar5-audience-band > p:last-child {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.ar5-audience-band span {
	padding: 9px 13px;
	border: 1px solid rgb(7 21 34 / 24%);
	font-size: 12px;
	font-weight: 700;
}

.ar5-analysis,
.ar5-factory,
.ar5-vision {
	min-height: 760px;
	gap: 0;
}

.ar5-analysis {
	background: #fff;
}

.ar5-analysis-visual,
.ar5-factory-image,
.ar5-vision-image {
	position: relative;
	overflow: hidden;
}

.ar5-analysis-visual figure,
.ar5-factory-image figure,
.ar5-vision-image figure {
	height: 100%;
}

.ar5-analysis-visual img,
.ar5-factory-image img,
.ar5-vision-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ar5-image-label {
	position: absolute;
	right: 26px;
	bottom: 26px;
	left: 26px;
	padding: 21px 22px;
	background: rgb(7 21 34 / 92%);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.ar5-analysis-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 90px clamp(38px, 7vw, 120px);
}

.ar5-analysis-copy .ar5-body-copy {
	margin-top: 30px !important;
}

.ar5-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 42px !important;
}

.ar5-tag-list span {
	padding: 10px 13px;
	border: 1px solid var(--ar5-line);
	color: var(--ar5-green);
	font-size: 12px;
	font-weight: 700;
}

.ar5-factory {
	background: var(--ar5-green);
	color: #fff;
}

.ar5-factory-copy {
	padding: 100px clamp(34px, 6vw, 110px);
}

.ar5-factory .ar5-section-title {
	color: #fff;
}

.ar5-factory-lead {
	margin-top: 28px !important;
	color: var(--ar5-gold);
	font-size: clamp(1.8rem, 3vw, 3.3rem);
	font-weight: 620;
	letter-spacing: -0.04em;
}

.ar5-factory-copy .ar5-body-copy {
	margin-top: 22px !important;
	color: #acc0b7;
}

.ar5-feature-list {
	display: grid;
	margin-top: 45px !important;
	padding: 0;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	border-top: 1px solid rgb(255 255 255 / 14%);
	border-left: 1px solid rgb(255 255 255 / 14%);
}

.ar5-feature-list li {
	min-height: 116px;
	padding: 19px;
	border-right: 1px solid rgb(255 255 255 / 14%);
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	font-size: 12px;
	font-weight: 700;
}

.ar5-factory-caption {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	padding: 24px 26px;
	background: rgb(7 21 34 / 92%);
	color: #fff;
}

.ar5-factory-caption p {
	margin-bottom: 8px !important;
	color: var(--ar5-gold);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.ar5-factory-caption h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.ar5-integration {
	padding: 130px 0;
}

.ar5-integration > .ar5-section-title {
	max-width: 950px;
}

.ar5-integration-grid {
	margin-top: 80px !important;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--ar5-line);
	border-left: 1px solid var(--ar5-line);
}

.ar5-integration-card {
	min-height: 265px;
	padding: 28px;
	border-right: 1px solid var(--ar5-line);
	border-bottom: 1px solid var(--ar5-line);
}

.ar5-integration-card h3 {
	margin-top: 72px !important;
	font-size: 21px;
}

.ar5-integration-card p {
	margin-top: 12px !important;
	color: var(--ar5-muted);
	font-size: 14px;
	line-height: 1.65;
}

.ar5-stats {
	margin-top: 24px !important;
	grid-template-columns: repeat(4, 1fr);
	background: var(--ar5-navy);
	color: #fff;
}

.ar5-stats > .wp-block-group {
	min-height: 180px;
	padding: 29px;
	border-right: 1px solid rgb(255 255 255 / 12%);
}

.ar5-stats h3 {
	color: var(--ar5-gold);
	font-size: clamp(2.6rem, 4.1vw, 4.4rem);
	letter-spacing: -0.06em;
}

.ar5-stats p {
	max-width: 180px;
	margin-top: 18px !important;
	color: #a8b5bf;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ar5-vision {
	background: var(--ar5-navy);
	color: #fff;
}

.ar5-vision-copy {
	padding: 90px clamp(38px, 6vw, 110px);
}

.ar5-vision .ar5-section-title {
	color: #fff;
}

.ar5-vision .ar5-body-copy {
	margin-top: 32px !important;
	color: #a4b2bc;
}

.ar5-vision-proof {
	margin-top: 44px !important;
	padding-top: 28px;
	border-top: 1px solid rgb(255 255 255 / 16%);
	color: #edf2f5;
	font-size: 13px;
	font-weight: 650;
}

.ar5-contact {
	padding: 130px 24px;
	background: var(--ar5-green);
	color: #fff;
}

.ar5-contact-columns {
	gap: 100px;
}

.ar5-contact .ar5-section-title {
	color: #fff;
}

.ar5-contact .ar5-body-copy {
	margin-top: 30px !important;
	color: #a9bdb4;
}

.ar5-contact-paths {
	margin-top: 52px !important;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgb(255 255 255 / 14%);
}

.ar5-contact-paths li {
	padding: 19px 0;
	border-bottom: 1px solid rgb(255 255 255 / 14%);
	color: #8fa99d;
	font-size: 12px;
	line-height: 1.6;
}

.ar5-contact-paths strong {
	color: #fff;
	font-size: 16px;
}

.ar5-social {
	margin-top: 34px !important;
}

.ar5-project-form-wrap {
	padding: 42px;
	background: #f6f4ef;
	color: var(--ar5-ink);
}

.ar5-project-form {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.ar5-form-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.ar5-project-form label {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ar5-project-form label > span {
	color: #4f5f58;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.ar5-project-form input,
.ar5-project-form select,
.ar5-project-form textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	border: 1px solid #d3d8d2;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: var(--ar5-ink);
	font: inherit;
}

.ar5-project-form textarea {
	min-height: 126px;
	resize: vertical;
}

.ar5-project-form button {
	min-height: 54px;
	padding: 14px 22px;
	border: 0;
	border-radius: 0;
	background: var(--ar5-gold);
	color: var(--ar5-navy);
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.ar5-privacy-note {
	color: #7b8680;
	font-size: 11px;
	line-height: 1.5;
}

.ar5-form-message {
	margin-bottom: 18px !important;
	padding: 14px 16px;
	font-size: 13px;
}

.ar5-form-message.is-success {
	background: #dff3e8;
	color: #155c35;
}

.ar5-form-message.is-error {
	background: #fde7e4;
	color: #8f241b;
}

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

.ar5-footer {
	min-height: 130px;
	padding: 28px max(24px, calc((100vw - 1320px) / 2));
	background: #040c13;
	color: #9eaab2;
}

.ar5-footer > p {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.ar5-navigation {
		display: none;
	}

	.ar5-hero-columns {
		gap: 44px;
	}

	.ar5-heading-columns,
	.ar5-process-columns,
	.ar5-contact-columns {
		gap: 44px;
	}

	.ar5-services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ar5-integration-grid,
	.ar5-stats {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 782px) {
	body.ar5-landing-page .site-content > .ast-container,
	body.ar5-landing-page .site-content .ast-container,
	body.ar5-landing-page .content-area.primary,
	body.ar5-landing-page .site-main,
	body.ar5-landing-page article,
	body.ar5-landing-page .entry-content,
	body.ar5-landing-page .ar5-landing {
		min-width: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	.ar5-header {
		width: calc(100% - 32px);
		min-height: 76px;
	}

	.ar5-header-cta .wp-block-button__link {
		font-size: 0;
	}

	.ar5-header-cta .wp-block-button__link::before {
		content: "Contactar";
		font-size: 12px;
	}

	.ar5-hero {
		padding: 82px 18px 0;
	}

	.ar5-hero-columns,
	.ar5-manifesto-columns,
	.ar5-heading-columns,
	.ar5-process-columns,
	.ar5-analysis,
	.ar5-factory,
	.ar5-vision,
	.ar5-contact-columns {
		flex-direction: column;
	}

	.ar5-hero-columns > .wp-block-column,
	.ar5-manifesto-columns > .wp-block-column,
	.ar5-heading-columns > .wp-block-column,
	.ar5-process-columns > .wp-block-column,
	.ar5-analysis > .wp-block-column,
	.ar5-factory > .wp-block-column,
	.ar5-vision > .wp-block-column,
	.ar5-contact-columns > .wp-block-column {
		flex-basis: auto !important;
	}

	.ar5-hero-title {
		font-size: clamp(2.55rem, 11.5vw, 3.6rem);
		letter-spacing: -0.05em;
	}

	.ar5-capacity-badge {
		right: 12px;
		bottom: 12px;
	}

	.ar5-strength-bar {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.ar5-strength-bar p {
		min-height: 78px;
		padding: 0 14px;
		font-size: 10px;
	}

	.ar5-manifesto,
	.ar5-evolution,
	.ar5-services,
	.ar5-integration {
		width: calc(100% - 36px);
		padding: 88px 0;
	}

	.ar5-manifesto-statement {
		padding-left: 24px;
	}

	.ar5-problem-grid,
	.ar5-services-grid,
	.ar5-integration-grid,
	.ar5-stats {
		grid-template-columns: 1fr;
	}

	.ar5-process,
	.ar5-contact {
		padding-top: 88px;
		padding-bottom: 88px;
	}

	.ar5-process-columns {
		margin-top: 52px !important;
	}

	.ar5-process-image {
		height: 380px;
	}

	.ar5-process-list {
		grid-template-columns: 1fr;
	}

	.ar5-audience-band {
		align-items: flex-start;
		gap: 18px;
	}

	.ar5-analysis-visual,
	.ar5-factory-image,
	.ar5-vision-image {
		min-height: 470px;
	}

	.ar5-analysis-copy,
	.ar5-factory-copy,
	.ar5-vision-copy {
		padding: 78px 24px;
	}

	.ar5-contact-columns {
		gap: 70px;
	}

	.ar5-project-form-wrap {
		padding: 26px;
	}

	.ar5-project-form input,
	.ar5-project-form select,
	.ar5-project-form textarea {
		width: 100%;
	}

	.ar5-footer {
		align-items: flex-start;
		gap: 24px;
	}
}

@media (max-width: 480px) {
	.ar5-hero-actions,
	.ar5-hero-actions .wp-block-button {
		width: 100%;
	}

	.ar5-hero-actions .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.ar5-capacity-badge {
		position: static;
	}

	.ar5-feature-list,
	.ar5-form-row,
	.ar5-strength-bar {
		grid-template-columns: 1fr;
	}

	.ar5-analysis-visual,
	.ar5-factory-image,
	.ar5-vision-image {
		min-height: 360px;
	}
}

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