﻿.ag-page {
	--ag-purple: #971c6d;
	--ag-purple-dark: #6f144f;
	--ag-gold: #f9ca00;
	--ag-ink: #2d2d2d;
	--ag-muted: #5c5c5c;
	--ag-soft: #f6f0f4;
	--ag-line: rgba(151, 28, 109, 0.18);
	color: var(--ag-ink);
}

.ag-page.alignfull,
.site-entry--full .ag-page.alignfull {
	margin-top: 0;
}

.ag-page h1,
.ag-page h2,
.ag-page h3 {
	line-height: 1.15;
}

.ag-page h1 {
	font-size: clamp(34px, 5vw, 58px);
}

.ag-page h2 {
	color: var(--ag-purple);
	font-size: clamp(26px, 3vw, 38px);
}

.ag-page h3 {
	color: var(--ag-purple);
	font-size: 22px;
}

.ag-page p {
	color: var(--ag-muted);
	font-size: 18px;
}

.ag-section {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 58px 0;
}

.ag-hero {
	overflow: hidden;
}

.ag-hero .wp-block-cover__inner-container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.ag-hero__content {
	max-width: 680px;
	margin: 0;
	padding: 34px;
	border-left: 8px solid var(--ag-gold);
	background: rgba(255, 255, 255, 0.92);
	color: var(--ag-ink);
}

.ag-hero__content h1,
.ag-hero__content p {
	color: inherit;
}

.ag-hero--center .wp-block-cover__inner-container {
	max-width: 900px;
}

.ag-hero--center h1,
.ag-hero--center p {
	color: #ffffff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.ag-title-band {
	padding: 72px max(32px, calc((100vw - 1120px) / 2));
	background: var(--ag-soft);
}

.ag-title-band h1,
.ag-title-band p {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ag-title-band h1 {
	margin-top: 0;
	color: var(--ag-purple);
}

.ag-title-band p {
	margin-bottom: 0;
}

.ag-title-band--gold {
	background: var(--ag-gold);
}

.ag-title-band--gold h1,
.ag-title-band--gold p {
	color: #2b2b2b;
}

.ag-image-frame img,
.ag-media-row img,
.ag-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ag-image-frame img {
}

.ag-feature-grid {
	align-items: stretch !important;
	gap: 22px;
}

.ag-feature {
	padding: 26px;
	border: 1px solid var(--ag-line);
	background: #ffffff;
}

.ag-feature h3,
.ag-feature p {
	margin-top: 0;
}

.ag-feature p:last-child {
	margin-bottom: 0;
}

.ag-button .wp-block-button__link {
	font-weight: 800;
}

.ag-button--gold .wp-block-button__link {
	background: var(--ag-gold);
	color: #222222;
}

.ag-button--purple .wp-block-button__link {
	background: var(--ag-purple);
	color: #ffffff;
}

.ag-media-row {
	gap: 42px;
}

.ag-media-row .wp-block-media-text__content {
	padding: 0;
}

.ag-media-row .wp-block-media-text__media img {
}

.ag-media-row--soft {
	padding: 48px;
	background: var(--ag-soft);
}

.ag-slider {
	position: relative;
	overflow: hidden;
	background: #202020;
}

.ag-slider .ag-slide {
	display: none;
	margin: 0;
}

.ag-slider .ag-slide.is-active,
.block-editor-block-list__layout .ag-slider .ag-slide {
	display: flex;
}

.ag-slider .wp-block-cover__inner-container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.ag-slider h1,
.ag-slider p {
	max-width: 720px;
	color: #ffffff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.ag-slider__controls {
	position: absolute;
	right: max(24px, calc((100vw - 1120px) / 2));
	bottom: 24px;
	z-index: 3;
	gap: 10px;
}

.ag-slider__controls .wp-block-button__link {
	min-width: 116px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--ag-purple);
	font-weight: 800;
}

.ag-card-grid {
	gap: 24px;
	align-items: stretch !important;
}

.ag-card {
	overflow: hidden;
	border: 1px solid var(--ag-line);
	background: #ffffff;
}

.ag-card .wp-block-image {
	margin: 0;
}

.ag-card h3,
.ag-card p {
	padding-right: 22px;
	padding-left: 22px;
}

.ag-card h3 {
	margin-top: 22px;
}

.ag-card p {
	padding-bottom: 24px;
}

.ag-band {
	margin: 0;
	padding: 54px max(32px, calc((100vw - 1120px) / 2));
}

.ag-band--purple {
	background: var(--ag-purple);
	color: #ffffff;
}

.ag-band--purple h2,
.ag-band--purple p {
	color: #ffffff;
}

.ag-logo-proof {
	align-items: center !important;
}

.ag-logo-proof .wp-block-image {
	margin: 0;
	padding: 28px;
	border: 1px solid var(--ag-line);
	background: #ffffff;
	text-align: center;
}

.ag-logo-proof img {
	max-height: 130px;
	object-fit: contain;
}

.ag-faq-layout {
	align-items: flex-start !important;
	gap: 32px;
}

.ag-faq-layout details {
	margin-bottom: 12px;
	border: 1px solid var(--ag-line);
	background: #ffffff;
}

.ag-faq-layout summary {
	padding: 18px 20px;
	color: var(--ag-purple);
	font-weight: 800;
	cursor: pointer;
}

.ag-faq-layout details p {
	margin: 0;
	padding: 0 20px 20px;
	font-size: 16px;
}

.ag-contact-panel {
	padding: 28px;
	background: var(--ag-soft);
}

.ag-contact-panel h2 {
	margin-top: 0;
}

/* Enhanced Gutenberg page model styling. */
.ag-page {
	background: #ffffff;
	overflow: hidden;
}

.ag-page > .wp-block-cover.alignfull:first-child,
.ag-page > .ag-slider.alignfull:first-child,
.ag-page > .ag-title-band.alignfull:first-child {
	margin-top: 0;
}

.ag-page .wp-block-button__link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 24px;
	transition: transform 0.18s ease, background-color 0.18s ease;
}

.ag-page .wp-block-button__link:hover,
.ag-page .wp-block-button__link:focus {
	transform: translateY(-2px);
}

.ag-page .wp-block-button__link::after {
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
}

.ag-hero {
	isolation: isolate;
	min-height: 560px;
}

.ag-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: 1;
	height: 40%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
	content: "";
	pointer-events: none;
}

.ag-hero .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

.ag-hero__content {
	position: relative;
	padding: 42px;
	border: 0;
	background: rgba(255, 255, 255, 0.95);
}

.ag-hero__content::before,
.ag-title-band::before {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 18px;
	padding: 7px 12px;
	background: var(--ag-gold);
	color: #2b2b2b;
	content: "Modele Gutenberg";
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.ag-hero__content::after {
	position: absolute;
	right: -18px;
	bottom: -18px;
	width: 138px;
	height: 138px;
	border: 10px solid rgba(249, 202, 0, 0.72);
	content: "";
	pointer-events: none;
}

.ag-hero__content h1 {
	margin-top: 0;
	margin-bottom: 18px;
	color: var(--ag-purple);
	font-weight: 800;
	letter-spacing: 0;
}

.ag-hero__content p {
	max-width: 600px;
	color: #404040;
	font-size: 20px;
	line-height: 1.55;
}

.ag-section {
	position: relative;
}

.ag-section--intro {
	align-items: center !important;
	padding-top: 82px;
	padding-bottom: 82px;
}

.ag-section--intro h2,
.ag-media-row h2 {
	margin-top: 0;
}

.ag-section--intro h2::after,
.ag-media-row h2::after,
.ag-contact-panel h2::after {
	display: block;
	width: 74px;
	height: 4px;
	margin-top: 16px;
	background: var(--ag-gold);
	content: "";
}

.ag-image-frame {
	position: relative;
}

.ag-image-frame::before {
	position: absolute;
	inset: 24px -18px -18px 24px;
	z-index: -1;
	background: var(--ag-purple);
	content: "";
}

.ag-image-frame img {
	min-height: 330px;
}

.ag-feature-grid {
	counter-reset: ag-feature;
	padding-top: 28px;
}

.ag-feature {
	position: relative;
	padding: 34px 30px 30px;
	border: 1px solid rgba(151, 28, 109, 0.12);
	border-top: 5px solid var(--ag-purple);
	background: #ffffff;
	transition: transform 0.18s ease;
}

.ag-feature:hover {
	transform: translateY(-4px);
}

.ag-feature::before {
	counter-increment: ag-feature;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	background: var(--ag-soft);
	color: var(--ag-purple);
	content: counter(ag-feature, decimal-leading-zero);
	font-weight: 900;
}

.ag-feature h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

.ag-title-band {
	position: relative;
	padding-top: 86px;
	padding-bottom: 92px;
	background:
		linear-gradient(90deg, rgba(151, 28, 109, 0.08), rgba(249, 202, 0, 0.18)),
		#ffffff;
	border-bottom: 1px solid rgba(151, 28, 109, 0.12);
}

.ag-title-band::before {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	content: "Pret a personnaliser";
}

.ag-title-band h1 {
	max-width: 980px;
	font-weight: 800;
}

.ag-title-band p {
	max-width: 760px;
	font-size: 20px;
	line-height: 1.6;
}

.ag-title-band--gold {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(151, 28, 109, 0.14)),
		var(--ag-gold);
	border-bottom: 0;
}

.ag-title-band--gold::before {
	background: #ffffff;
	color: var(--ag-purple);
}

.ag-media-row {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 82px;
	padding-bottom: 82px;
}

.ag-media-row .wp-block-media-text__content {
	padding: 42px;
	border-left: 5px solid var(--ag-gold);
	background: #ffffff;
}

.ag-media-row .wp-block-media-text__media {
	margin: 0;
}

.ag-media-row .wp-block-media-text__media img {
	min-height: 380px;
}

.ag-media-row--soft {
	width: 100%;
	max-width: none;
	padding: 82px max(32px, calc((100vw - 1120px) / 2));
	background:
		linear-gradient(90deg, rgba(151, 28, 109, 0.09), rgba(249, 202, 0, 0.12)),
		#f7f7f7;
}

.ag-media-row--soft .wp-block-media-text__content {
	border-left-color: var(--ag-purple);
}

.ag-slider {
	border-bottom: 8px solid var(--ag-gold);
}

.ag-slider .ag-slide {
	min-height: 620px !important;
}

.ag-slider .wp-block-cover__inner-container {
	position: relative;
	z-index: 2;
}

.ag-slider .wp-block-cover__inner-container::before {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin-bottom: 18px;
	padding: 7px 12px;
	background: var(--ag-gold);
	color: #2b2b2b;
	content: "Diaporama";
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: none;
}

.ag-slider h1 {
	font-weight: 900;
}

.ag-slider p {
	font-size: 21px;
	line-height: 1.55;
}

.ag-slider__controls .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(8px);
}

.ag-card-grid {
	position: relative;
	padding-top: 78px;
	padding-bottom: 86px;
}

.ag-card {
	position: relative;
	border: 0;
	transition: transform 0.18s ease;
}

.ag-card:hover {
	transform: translateY(-5px);
}

.ag-card::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: var(--ag-purple);
	content: "";
}

.ag-card:nth-child(2)::after {
	background: var(--ag-gold);
}

.ag-card:nth-child(3)::after {
	background: #404040;
}

.ag-card img {
	aspect-ratio: 4 / 3;
	transition: transform 0.22s ease;
}

.ag-card:hover img {
	transform: scale(1.04);
}

.ag-card .wp-block-image {
	overflow: hidden;
}

.ag-card h3 {
	margin-bottom: 8px;
	font-size: 25px;
}

.ag-card p {
	font-size: 16px;
	line-height: 1.6;
}

.ag-band {
	align-items: center !important;
	gap: 36px;
}

.ag-band--purple {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0)),
		var(--ag-purple);
}

.ag-band--purple h2 {
	margin: 0;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 900;
}

.ag-band--purple p {
	margin: 0;
	font-size: 20px;
	line-height: 1.6;
}

.ag-logo-proof {
	padding-top: 72px;
	padding-bottom: 78px;
}

.ag-logo-proof .wp-block-image {
	min-height: 210px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ag-faq-layout {
	padding-top: 72px;
	padding-bottom: 82px;
}

.ag-faq-layout details {
	overflow: hidden;
	border: 0;
}

.ag-faq-layout summary {
	position: relative;
	padding: 20px 56px 20px 22px;
	background: #ffffff;
	font-size: 18px;
}

.ag-faq-layout summary::after {
	position: absolute;
	top: 50%;
	right: 22px;
	width: 22px;
	height: 22px;
	background: var(--ag-soft);
	color: var(--ag-purple);
	content: "+";
	font-size: 19px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	transform: translateY(-50%);
}

.ag-faq-layout details[open] summary {
	background: var(--ag-purple);
	color: #ffffff;
}

.ag-faq-layout details[open] summary::after {
	background: #ffffff;
	content: "-";
}

.ag-faq-layout details p {
	padding: 22px;
	background: #ffffff;
}

.ag-contact-panel {
	position: sticky;
	top: 24px;
	border-top: 6px solid var(--ag-gold);
	background:
		linear-gradient(180deg, #ffffff, var(--ag-soft));
}

.ag-page--landing .ag-hero--center .wp-block-cover__inner-container {
	padding: 46px 38px;
	background: rgba(0, 0, 0, 0.36);
}

.ag-page--landing .ag-hero--center .wp-block-cover__inner-container::before {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 30px;
	margin: 0 auto 18px;
	padding: 7px 12px;
	background: var(--ag-gold);
	color: #2b2b2b;
	content: "Page impact";
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	text-shadow: none;
}

.ag-page--columns {
	background:
		linear-gradient(180deg, #ffffff 0, #ffffff 45%, #f7f7f7 45%, #f7f7f7 100%);
}

.ag-page--faq {
	background: #f8f8f8;
}

.ag-page--faq .ag-title-band {
	background: #ffffff;
}

.block-editor-block-list__layout .ag-page {
	border: 1px solid rgba(151, 28, 109, 0.16);
}

/* Premium reusable blocks inspired by the supplied references. */
.ag-premium {
	--agp-ink: #141414;
	--agp-muted: #565656;
	--agp-soft: #f5f1ed;
	--agp-green: #536a49;
	--agp-orange: #f15d2a;
	--agp-blue: #1768e8;
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 78px 0;
	color: var(--agp-ink);
}

.ag-premium h1,
.ag-premium h2,
.ag-premium h3 {
	margin-top: 0;
	color: var(--agp-ink);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.ag-premium h2 {
	font-size: clamp(34px, 4vw, 54px);
}

.ag-premium h3 {
	font-size: clamp(24px, 2.2vw, 32px);
}

.ag-premium p,
.ag-premium li {
	color: var(--agp-muted);
	font-size: 18px;
	line-height: 1.65;
}

.ag-premium .wp-block-button__link {
	min-height: 52px;
	padding: 14px 28px;
	background: var(--agp-ink);
	color: #ffffff;
	font-weight: 800;
}

.ag-premium .wp-block-button__link::after {
	display: none;
}

.ag-premium .is-style-outline .wp-block-button__link {
	border: 1px solid var(--agp-green);
	background: transparent;
	color: var(--agp-green);
}

.ag-premium img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.ag-premium-3cols {
	gap: 48px;
	align-items: flex-start !important;
}

.ag-premium-3cols .wp-block-column {
	display: grid;
	gap: 16px;
}

.ag-premium-3cols .wp-block-image {
	margin: 0 0 12px;
	overflow: hidden;
}

.ag-premium-3cols img {
	aspect-ratio: 1 / 1.16;
	transition: transform 0.25s ease;
}

.ag-premium-3cols .wp-block-column:hover img {
	transform: scale(1.04);
}

.ag-premium-3cols h3,
.ag-premium-3cols p {
	margin: 0;
}

.ag-service-cats {
	gap: 28px;
	align-items: stretch !important;
}

.ag-service-cats .wp-block-column {
	position: relative;
	padding-bottom: 42px;
}

.ag-service-cats .wp-block-image {
	margin: 0;
	overflow: hidden;
}

.ag-service-cats img {
	aspect-ratio: 1.34 / 1;
}

.ag-service-cats__panel {
	position: relative;
	z-index: 2;
	width: calc(100% - 34px);
	min-height: 258px;
	margin: -34px 0 0 auto;
	padding: 30px;
	background: var(--agp-soft);
}

.ag-service-cats__icon {
	margin: 0 0 18px !important;
	color: var(--agp-orange) !important;
	font-size: 46px !important;
	font-weight: 900;
	line-height: 0.7 !important;
}

.ag-service-cats__panel h3 {
	margin-bottom: 12px;
	font-size: 27px;
}

.ag-service-cats__panel p {
	margin-top: 0;
}

.ag-service-cats__link {
	margin-top: 22px !important;
	color: var(--agp-orange) !important;
	font-size: 17px !important;
	font-weight: 900;
	text-decoration: underline;
	text-transform: uppercase;
}

.ag-gallery-composition {
	gap: 64px;
	align-items: center !important;
	background: #f7f7f7;
	width: 100%;
	max-width: none;
	padding: 88px max(32px, calc((100vw - 1120px) / 2));
}

.ag-gallery-composition__text {
	align-self: center;
}

.ag-gallery-composition__text h2 {
	max-width: 360px;
}

.ag-gallery-composition__text h2::after {
	display: block;
	width: 58px;
	height: 4px;
	margin-top: 26px;
	background: #f71958;
	content: "";
}

.ag-gallery-composition__text p {
	max-width: 390px;
	margin: 42px 0 34px;
}

.ag-gallery-composition__text .wp-block-button__link {
	min-width: 172px;
	background: #f71958;
}

.ag-gallery-composition__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.ag-gallery-composition__grid .wp-block-image {
	margin: 0;
	overflow: hidden;
}

.ag-gallery-composition__grid .wp-block-image:nth-child(2) {
	grid-row: span 2;
}

.ag-gallery-composition__grid img {
	height: 100%;
	min-height: 220px;
	aspect-ratio: 16 / 10;
}

.ag-gallery-composition__grid .wp-block-image:nth-child(2) img {
	aspect-ratio: 0.78 / 1;
}

.ag-mission-image {
	max-width: none;
	width: 100%;
	padding: 70px max(32px, calc((100vw - 1120px) / 2));
}

.ag-mission-image > h2 {
	max-width: 840px;
	margin: 0 auto 72px;
	color: var(--agp-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 400;
	line-height: 1.35;
}

.ag-mission-image__visual {
	max-width: 980px;
	margin: 0 auto 58px;
}

.ag-mission-image__visual img {
	aspect-ratio: 16 / 8.2;
}

.ag-mission-image__cols {
	max-width: 920px;
	margin: 0 auto;
	gap: 68px;
}

.ag-mission-image__cols h3 {
	color: var(--agp-green);
	font-size: 24px;
	font-weight: 500;
}

.ag-mission-image__cols p {
	color: var(--agp-green);
	font-size: 17px;
}

.ag-faq-two {
	padding-top: 88px;
	padding-bottom: 88px;
}

.ag-faq-two > h2 {
	margin-bottom: 16px;
	font-size: clamp(36px, 4vw, 52px);
}

.ag-faq-two > p {
	margin: 0 auto 70px;
	max-width: 660px;
	color: #1c2b3f;
}

.ag-faq-two .wp-block-columns {
	gap: 56px;
}

.ag-faq-two details {
	margin: 0;
	border-bottom: 1px solid #e8edf3;
	background: transparent;
}

.ag-faq-two summary {
	position: relative;
	padding: 26px 10px 26px 42px;
	color: #152238;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.35;
	list-style: none;
	cursor: pointer;
}

.ag-faq-two summary::-webkit-details-marker {
	display: none;
}

.ag-faq-two summary::before {
	position: absolute;
	top: 31px;
	left: 8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 9px solid #152238;
	content: "";
	transition: transform 0.18s ease;
}

.ag-faq-two details[open] summary::before {
	transform: rotate(90deg);
}

.ag-faq-two details p {
	margin: 0;
	padding: 0 10px 24px 42px;
	font-size: 16px;
}

.ag-service-split {
	width: min(1120px, calc(100% - 32px));
	padding: 76px 0;
}

.ag-service-split .wp-block-media-text__media img {
	min-height: 390px;
	aspect-ratio: 1.36 / 1;
}

.ag-service-split .wp-block-media-text__content {
	height: 100%;
	padding: 54px;
	background: var(--agp-soft);
}

.ag-service-split h2 {
	margin-bottom: 14px;
	font-size: clamp(32px, 3vw, 44px);
}

.ag-check-list {
	margin: 24px 0 30px;
	padding: 0;
	list-style: none;
}

.ag-check-list li {
	position: relative;
	margin: 12px 0;
	padding-left: 46px;
	color: #484848;
	font-size: 18px;
}

.ag-check-list li::before {
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: var(--agp-orange);
	color: #ffffff;
	content: "âœ“";
	font-size: 15px;
	font-weight: 900;
}

.ag-product-detail {
	gap: 86px;
	align-items: center !important;
	min-height: 720px;
}

.ag-product-detail__media {
	display: flex;
	justify-content: center;
}

.ag-product-detail__media .wp-block-image {
	width: min(360px, 100%);
	margin: 0;
}

.ag-product-detail__media img {
	aspect-ratio: 1 / 1;
}

.ag-product-detail__body {
	max-width: 560px;
}

.ag-product-detail__eyebrow {
	margin-bottom: 6px !important;
	color: #6f7785 !important;
	font-size: 16px !important;
}

.ag-product-detail__body h2 {
	margin-bottom: 18px;
	font-size: 32px;
}

.ag-product-detail__price {
	margin: 0 0 4px !important;
	color: #152238 !important;
	font-size: 32px !important;
	font-weight: 900;
	line-height: 1.2 !important;
}

.ag-product-detail .wp-block-button__link {
	min-width: 330px;
	background: var(--agp-blue);
}

.ag-product-detail__note {
	margin-top: 12px !important;
	color: #6f7785 !important;
	font-size: 15px !important;
}

.ag-about-split {
	width: min(1120px, calc(100% - 32px));
	padding: 88px 0;
	gap: 78px;
}

.ag-about-split .wp-block-media-text__content {
	padding: 0;
}

.ag-about-split__eyebrow {
	margin-bottom: 28px !important;
	color: var(--agp-green) !important;
	font-size: 14px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ag-about-split h2 {
	max-width: 520px;
	color: var(--agp-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 400;
	line-height: 1.25;
}

.ag-about-split p {
	max-width: 510px;
	color: var(--agp-green);
}

.ag-about-split .wp-block-media-text__media img {
	aspect-ratio: 0.82 / 1;
}

.ag-full-hero {
	width: 100%;
	padding: 0;
	background: #dfeff2;
}

.ag-full-hero .wp-block-cover__inner-container {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.ag-full-hero h1 {
	margin: 0;
	color: #1f5224;
	font-size: clamp(58px, 9vw, 112px);
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.ag-full-hero__subtitle {
	margin: 22px 0 34px !important;
	color: #0e1620 !important;
	font-size: clamp(24px, 4vw, 48px) !important;
	letter-spacing: 0.22em;
	line-height: 1.1 !important;
	text-transform: uppercase;
}

.ag-full-hero .wp-block-button__link {
	min-width: 160px;
	background: #78ad4d;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.block-editor-block-list__layout .ag-premium {
	border: 1px dashed rgba(151, 28, 109, 0.22);
}

/* Reference-faithful overrides for the supplied premium block screenshots. */
.ag-premium {
	font-family: 'Source Sans 3', Arial, Helvetica, sans-serif;
}

.ag-premium-3cols {
	width: min(1645px, calc(100% - 64px));
	padding: 140px 0 116px;
	gap: 58px;
}

.ag-premium-3cols .wp-block-column {
	gap: 0;
}

.ag-premium-3cols .wp-block-image {
	margin-bottom: 46px;
}

.ag-premium-3cols img {
	aspect-ratio: 510 / 621;
}

.ag-premium-3cols h3 {
	margin: 0 0 18px;
	color: #050505;
	font-size: 35px;
	font-weight: 900;
	line-height: 1.1;
}

.ag-premium-3cols p {
	max-width: 420px;
	margin: 0;
	color: #555555;
	font-size: 25px;
	line-height: 1.48;
}

.ag-service-cats {
	width: min(1800px, calc(100% - 64px));
	padding: 50px 0 10px;
	gap: 30px;
}

.ag-service-cats .wp-block-column {
	padding-bottom: 0;
}

.ag-service-cats .wp-block-image {
}

.ag-service-cats img {
	aspect-ratio: 580 / 381;
}

.ag-service-cats__panel {
	width: calc(100% - 32px);
	min-height: 365px;
	margin-top: -35px;
	padding: 46px 36px 38px;
	background: #f4f0eb;
}

.ag-service-cats__icon {
	margin-bottom: 34px !important;
	color: #f15d2a !important;
	font-size: 54px !important;
	line-height: 0.5 !important;
}

.ag-service-cats__panel h3 {
	margin: 0 0 20px;
	color: #111111;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.05;
}

.ag-service-cats__panel p:not(.ag-service-cats__icon):not(.ag-service-cats__link) {
	max-width: 410px;
	margin: 0;
	color: #444444;
	font-size: 24px;
	line-height: 1.45;
}

.ag-service-cats__link {
	margin-top: 34px !important;
	color: #f15d2a !important;
	font-size: 24px !important;
	font-weight: 900;
	line-height: 1.1 !important;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.ag-gallery-composition {
	width: 100%;
	padding: 174px max(60px, calc((100vw - 1668px) / 2)) 176px;
	gap: 74px;
	background: #f7f7f7;
}

.ag-gallery-composition__text {
	padding-left: 0;
}

.ag-gallery-composition__text h2 {
	max-width: 430px;
	margin-bottom: 0;
	color: #101010;
	font-size: 52px;
	font-weight: 900;
	line-height: 1.16;
}

.ag-gallery-composition__text h2::after {
	width: 70px;
	height: 4px;
	margin-top: 40px;
	background: #f71958;
}

.ag-gallery-composition__text p {
	max-width: 500px;
	margin: 62px 0 68px;
	color: #4d4d4d;
	font-size: 27px;
	line-height: 1.55;
}

.ag-gallery-composition__text .wp-block-button__link {
	min-width: 256px;
	min-height: 74px;
	background: #f71958;
	font-size: 20px;
	text-transform: uppercase;
}

.ag-gallery-composition__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 335px 188px 337px;
	gap: 32px;
}

.ag-gallery-composition__grid .wp-block-image {
	margin: 0;
}

.ag-gallery-composition__grid .wp-block-image:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

.ag-gallery-composition__grid .wp-block-image:nth-child(2) {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.ag-gallery-composition__grid .wp-block-image:nth-child(3) {
	grid-column: 1;
	grid-row: 2 / span 2;
}

.ag-gallery-composition__grid .wp-block-image:nth-child(4) {
	grid-column: 2;
	grid-row: 3;
}

.ag-gallery-composition__grid img,
.ag-gallery-composition__grid .wp-block-image:nth-child(2) img {
	width: 100%;
	height: 100%;
	min-height: 0;
	aspect-ratio: auto;
}

.ag-mission-image {
	padding: 24px max(32px, calc((100vw - 1560px) / 2)) 114px;
}

.ag-mission-image > h2 {
	max-width: 1000px;
	margin: 0 auto 116px;
	color: #536a49;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.42;
}

.ag-mission-image__visual {
	max-width: 1558px;
	margin-bottom: 76px;
}

.ag-mission-image__visual img {
	aspect-ratio: 1558 / 802;
}

.ag-mission-image__cols {
	max-width: 1240px;
	gap: 140px;
}

.ag-mission-image__cols h3 {
	margin-bottom: 26px;
	color: #536a49;
	font-size: 30px;
	font-weight: 400;
}

.ag-mission-image__cols p {
	color: #536a49;
	font-size: 22px;
	line-height: 1.5;
}

.ag-faq-two {
	width: min(1810px, calc(100% - 64px));
	padding: 96px 0 150px;
}

.ag-faq-two > h2 {
	margin-bottom: 30px;
	color: #152238;
	font-size: 54px;
	font-weight: 900;
}

.ag-faq-two > p {
	margin-bottom: 132px;
	color: #152238;
	font-size: 25px;
	line-height: 1.4;
}

.ag-faq-two .wp-block-columns {
	gap: 72px;
}

.ag-faq-two summary {
	padding: 34px 12px 38px 62px;
	color: #152238;
	font-size: 28px;
	font-weight: 900;
	line-height: 1.35;
}

.ag-faq-two summary::before {
	top: 43px;
	left: 12px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 11px;
}

.ag-faq-two details p {
	padding: 0 12px 34px 62px;
	color: #4c5666;
	font-size: 18px;
}

.ag-service-split {
	width: min(1800px, calc(100% - 64px));
	padding: 50px 0;
}

.ag-service-split .wp-block-media-text__media img {
	min-height: 0;
	height: 620px;
	aspect-ratio: 870 / 620;
}

.ag-service-split .wp-block-media-text__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 620px;
	padding: 70px 50px;
	background: #f4f0eb;
}

.ag-service-split h2 {
	margin-bottom: 22px;
	color: #111111;
	font-size: 43px;
	font-weight: 900;
}

.ag-service-split p {
	max-width: 760px;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 1.38;
}

.ag-check-list {
	margin: 30px 0 30px;
}

.ag-check-list li {
	margin: 14px 0;
	padding-left: 56px;
	color: #4c4c4c;
	font-size: 24px;
	line-height: 1.25;
}

.ag-check-list li::before {
	top: 0;
	width: 30px;
	height: 30px;
	background: #f15d2a;
	font-size: 18px;
}

.ag-service-split .wp-block-button__link {
	min-width: 230px;
	min-height: 70px;
	background: #15110f;
	font-size: 20px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ag-product-detail {
	width: min(1680px, calc(100% - 64px));
	min-height: 980px;
	padding: 80px 0;
	gap: 180px;
}

.ag-product-detail__media .wp-block-image {
	width: 445px;
}

.ag-product-detail__media img {
	aspect-ratio: 1 / 1;
}

.ag-product-detail__body h2 {
	margin-bottom: 38px;
	color: #152238;
	font-size: 36px;
	font-weight: 900;
}

.ag-product-detail__price {
	margin-bottom: 12px !important;
	color: #152238 !important;
	font-size: 38px !important;
	font-weight: 900;
}

.ag-product-detail__eyebrow {
	color: #6b7280 !important;
	font-size: 20px !important;
	line-height: 1.45 !important;
}

.ag-product-detail__body p:not(.ag-product-detail__price):not(.ag-product-detail__eyebrow):not(.ag-product-detail__note) {
	max-width: 820px;
	margin: 54px 0 28px;
	color: #152238;
	font-size: 25px;
	line-height: 1.45;
}

.ag-product-detail .wp-block-button__link {
	min-width: 600px;
	min-height: 58px;
	background: #1768e8;
	font-size: 23px;
}

.ag-product-detail__note {
	color: #6b7280 !important;
	font-size: 18px !important;
}

.ag-about-split {
	width: min(1640px, calc(100% - 64px));
	padding: 106px 0 96px;
	gap: 140px;
}

.ag-about-split__eyebrow {
	margin-bottom: 44px !important;
	color: #536a49 !important;
	font-size: 16px !important;
	letter-spacing: 0.02em;
}

.ag-about-split h2 {
	max-width: 690px;
	margin-bottom: 38px;
	color: #536a49;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.32;
}

.ag-about-split p:not(.ag-about-split__eyebrow) {
	max-width: 650px;
	color: #536a49;
	font-size: 24px;
	line-height: 1.55;
}

.ag-about-split .wp-block-media-text__media img {
	aspect-ratio: 600 / 730;
}

.ag-about-split .wp-block-button__link {
	min-width: 256px;
	min-height: 74px;
	margin-top: 42px;
	border-color: #536a49 !important;
	color: #536a49;
	font-size: 21px;
	font-weight: 400;
}

.ag-full-hero {
	min-height: 680px !important;
	background: #dfeff2;
}

.ag-full-hero .wp-block-cover__image-background {
	object-position: center center;
}

.ag-full-hero h1 {
	color: #1f5224;
	font-size: clamp(76px, 8vw, 116px);
	font-weight: 900;
	letter-spacing: 0.18em;
}

.ag-full-hero__subtitle {
	margin-top: 26px !important;
	margin-bottom: 54px !important;
	color: #050505 !important;
	font-size: clamp(34px, 3.6vw, 52px) !important;
	letter-spacing: 0.27em;
}

.ag-full-hero .wp-block-button__link {
	min-width: 250px;
	min-height: 70px;
	background: #78ad4d;
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: 0.16em;
}
