:root {
	--ajl-ink: #263238;
	--ajl-muted: #66706f;
	--ajl-cream: #fff9f1;
	--ajl-paper: #fffdf9;
	--ajl-coral: #ee6f5f;
	--ajl-coral-dark: #d95345;
	--ajl-sun: #f5bd4f;
	--ajl-mint: #70b9a8;
	--ajl-lilac: #aaa0d7;
	--ajl-line: rgba(38, 50, 56, .11);
	--ajl-shadow: 0 18px 50px rgba(38, 50, 56, .10);
}

/* Keep Neve's mobile drawer crisp and prevent the half-screen colour flash. */
@media (max-width: 960px) {
	.header-menu-sidebar,
	.header-menu-sidebar-bg,
	.header-menu-sidebar-inner,
	.header-menu-sidebar-overlay {
		transition: none !important;
	}

	.header-menu-sidebar,
	.header-menu-sidebar .header-menu-sidebar-bg,
	.header-menu-sidebar .header-menu-sidebar-inner {
		background: #fff !important;
	}

	.header-menu-sidebar-overlay {
		background: rgba(38, 50, 56, .32) !important;
	}
}

.ajl-homepage-active .nv-page-title-wrap,
.ajl-homepage-active .entry-header,
.ajl-homepage-active .page-header {
	display: none !important;
}

.ajl-homepage-active .container.single-page-container,
.ajl-homepage-active .nv-single-page-wrap,
.ajl-homepage-active .entry-content,
.ajl-homepage-active .site-main {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.ajl-homepage-active {
	overflow-x: hidden;
}

.ajl-home,
.ajl-home * {
	box-sizing: border-box;
}

.ajl-home {
	overflow: hidden;
	background: var(--ajl-paper);
	color: var(--ajl-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
}

.ajl-home h1,
.ajl-home h2,
.ajl-home h3,
.ajl-home p,
.ajl-home figure {
	margin-top: 0;
}

.ajl-home h1,
.ajl-home h2,
.ajl-home h3 {
	color: var(--ajl-ink);
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.ajl-home a {
	text-decoration: none;
}

.ajl-shell {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ajl-hero {
	position: relative;
	padding: 88px 0 100px;
	background:
		radial-gradient(circle at 12% 16%, rgba(245, 189, 79, .22), transparent 26%),
		radial-gradient(circle at 92% 76%, rgba(112, 185, 168, .20), transparent 26%),
		var(--ajl-cream);
}

.ajl-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr);
	gap: 70px;
	align-items: center;
}

.ajl-eyebrow {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--ajl-coral-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.ajl-hero h1 {
	max-width: 720px;
	margin-bottom: 24px;
	font-size: clamp(46px, 5.8vw, 78px);
}

.ajl-hero h1 span {
	position: relative;
	color: var(--ajl-coral);
}

.ajl-hero-copy > p {
	max-width: 650px;
	margin-bottom: 30px;
	color: var(--ajl-muted);
	font-size: clamp(18px, 2vw, 21px);
}

.ajl-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 13px;
	align-items: center;
}

.ajl-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 23px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ajl-button:hover,
.ajl-button:focus-visible {
	transform: translateY(-2px);
}

.ajl-button-primary {
	background: var(--ajl-coral);
	box-shadow: 0 12px 30px rgba(238, 111, 95, .24);
	color: #fff !important;
}

.ajl-button-primary:hover,
.ajl-button-primary:focus-visible {
	background: var(--ajl-coral-dark);
	box-shadow: 0 15px 34px rgba(238, 111, 95, .33);
}

.ajl-button-secondary {
	border-color: var(--ajl-ink);
	background: transparent;
	color: var(--ajl-ink) !important;
}

.ajl-button-secondary:hover,
.ajl-button-secondary:focus-visible {
	background: var(--ajl-ink);
	color: #fff !important;
}

.ajl-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin: 28px 0 0;
	padding: 0;
	color: var(--ajl-muted);
	font-size: 14px;
	font-weight: 700;
	list-style: none;
}

.ajl-trust li::before {
	content: "✓";
	display: inline-grid;
	width: 19px;
	height: 19px;
	margin-right: 7px;
	place-items: center;
	border-radius: 50%;
	background: rgba(112, 185, 168, .18);
	color: #247868;
	font-size: 12px;
}

.ajl-hero-art {
	position: relative;
	min-height: 520px;
}

.ajl-blob {
	position: absolute;
	border-radius: 48% 52% 63% 37% / 38% 44% 56% 62%;
}

.ajl-blob-one {
	top: 20px;
	right: 20px;
	width: 82%;
	height: 82%;
	background: var(--ajl-sun);
	transform: rotate(7deg);
}

.ajl-blob-two {
	bottom: 16px;
	left: 12px;
	width: 44%;
	height: 44%;
	background: var(--ajl-mint);
	transform: rotate(-14deg);
}

.ajl-hero-image {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	margin: 0;
	border: 8px solid var(--ajl-paper);
	background: #eee;
	box-shadow: var(--ajl-shadow);
}

.ajl-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ajl-hero-image-1 {
	top: 0;
	right: 0;
	width: 74%;
	height: 72%;
	border-radius: 44% 20% 42% 24%;
}

.ajl-hero-image-2 {
	bottom: 8px;
	left: 0;
	width: 59%;
	height: 56%;
	border-radius: 22% 42% 25% 45%;
}

.ajl-hero-image-3 {
	right: 0;
	bottom: 0;
	width: 42%;
	height: 41%;
	border-radius: 50%;
}

.ajl-placeholder-art {
	position: absolute;
	z-index: 2;
	top: 12%;
	right: 5%;
	display: grid;
	width: 78%;
	height: 70%;
	place-items: center;
	border-radius: 44% 20% 42% 24%;
	background: #fff;
	box-shadow: var(--ajl-shadow);
	font-size: 28px;
	font-weight: 800;
	text-align: center;
}

.ajl-placeholder-art svg {
	width: 70px;
	fill: none;
	stroke: var(--ajl-coral);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.ajl-section {
	padding: 100px 0;
}

.ajl-section-heading {
	max-width: 760px;
	margin-bottom: 45px;
}

.ajl-section-heading h2,
.ajl-process-copy h2,
.ajl-trust-section h2,
.ajl-final-cta h2 {
	margin-bottom: 16px;
	font-size: clamp(34px, 4vw, 52px);
}

.ajl-section-heading p,
.ajl-process-copy > p,
.ajl-trust-section p,
.ajl-final-cta p {
	color: var(--ajl-muted);
	font-size: 18px;
}

.ajl-service-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.ajl-service-card {
	padding: 30px 25px;
	border: 1px solid var(--ajl-line);
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(38, 50, 56, .04);
	transition: transform .22s ease, box-shadow .22s ease;
}

.ajl-service-card:hover {
	transform: translateY(-5px) rotate(-.4deg);
	box-shadow: var(--ajl-shadow);
}

.ajl-service-card:nth-child(2n):hover {
	transform: translateY(-5px) rotate(.4deg);
}

.ajl-icon {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	place-items: center;
	border-radius: 18px;
	background: rgba(238, 111, 95, .13);
	color: var(--ajl-coral-dark);
}

.ajl-service-card:nth-child(2) .ajl-icon { background: rgba(245, 189, 79, .22); color: #9d6810; }
.ajl-service-card:nth-child(3) .ajl-icon { background: rgba(112, 185, 168, .18); color: #247868; }
.ajl-service-card:nth-child(4) .ajl-icon { background: rgba(170, 160, 215, .2); color: #62579b; }

.ajl-icon svg,
.ajl-love-mark svg,
.ajl-project-image span svg {
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.ajl-service-card h3 {
	margin-bottom: 12px;
	font-size: 22px;
}

.ajl-service-card p {
	margin: 0;
	color: var(--ajl-muted);
	font-size: 15px;
}

.ajl-ideas {
	background: #f5f2ec;
}

.ajl-heading-row {
	display: flex;
	max-width: none;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.ajl-heading-row > div {
	max-width: 760px;
}

.ajl-heading-row h2 {
	margin-bottom: 0;
}

.ajl-text-link,
.ajl-card-link {
	color: var(--ajl-ink) !important;
	font-size: 15px;
	font-weight: 800;
}

.ajl-text-link {
	padding-bottom: 4px;
	border-bottom: 2px solid var(--ajl-coral);
	white-space: nowrap;
}

.ajl-category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.ajl-category-card {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	border-radius: 26px;
	background: #f5b0a7;
	box-shadow: 0 8px 24px rgba(38, 50, 56, .07);
	color: #fff !important;
	transition: transform .22s ease, box-shadow .22s ease;
}

.ajl-category-card:hover,
.ajl-category-card:focus-visible {
	transform: translateY(-5px);
	box-shadow: var(--ajl-shadow);
}

.ajl-category-card > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.ajl-category-card:hover > img,
.ajl-category-card:focus-visible > img {
	transform: scale(1.045);
}

.ajl-category-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(38, 50, 56, .55);
}

.ajl-category-fallback svg {
	width: 54px;
	height: 54px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.ajl-category-overlay {
	position: absolute;
	inset: auto 0 0;
	display: flex;
	min-height: 52%;
	flex-direction: column;
	justify-content: flex-end;
	padding: 25px;
	background: linear-gradient(to top, rgba(25, 31, 33, .88), rgba(25, 31, 33, 0));
}

.ajl-category-overlay strong {
	font-family: ui-rounded, "Avenir Next", Inter, sans-serif;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.1;
}

.ajl-category-overlay small {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 800;
}

.ajl-category-tone-1 { background: #f7d88f; }
.ajl-category-tone-2 { background: #a9d8cd; }
.ajl-category-tone-3 { background: #cbc5e8; }

.ajl-project-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 34px 20px;
}

.ajl-project-card {
	display: block;
	color: var(--ajl-ink) !important;
}

.ajl-project-image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	margin-bottom: 18px;
	border-radius: 26px;
	background: #f2eee7;
}

.ajl-project-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.ajl-project-card:hover .ajl-project-image img {
	transform: scale(1.04);
}

.ajl-project-image > span {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--ajl-coral);
}

.ajl-project-card h3 {
	margin-bottom: 8px;
	font-size: 21px;
}

.ajl-card-link {
	color: var(--ajl-coral-dark) !important;
}

.ajl-process {
	background: var(--ajl-ink);
}

.ajl-process-grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 90px;
	align-items: center;
}

.ajl-process-copy h2,
.ajl-process-copy > p {
	color: #fff;
}

.ajl-process-copy > p {
	color: rgba(255, 255, 255, .72);
}

.ajl-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ajl-steps li {
	display: grid;
	grid-template-columns: 64px 1fr;
	gap: 24px;
	padding: 26px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.ajl-steps li:last-child {
	border-bottom: 0;
}

.ajl-steps li > span {
	color: var(--ajl-sun);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .1em;
}

.ajl-steps h3 {
	margin-bottom: 7px;
	color: #fff;
	font-size: 23px;
}

.ajl-steps p {
	margin: 0;
	color: rgba(255, 255, 255, .66);
	font-size: 15px;
}

.ajl-trust-section {
	background: #fff4e1;
}

.ajl-trust-grid {
	display: grid;
	grid-template-columns: 220px 1fr;
	max-width: 950px;
	align-items: center;
	gap: 60px;
}

.ajl-love-mark {
	display: grid;
	width: 190px;
	height: 190px;
	place-items: center;
	border-radius: 47% 53% 42% 58% / 55% 40% 60% 45%;
	background: var(--ajl-coral);
	color: #fff;
	transform: rotate(-5deg);
}

.ajl-love-mark svg {
	width: 76px;
	height: 76px;
	stroke-width: 1.3;
}

.ajl-stars {
	display: block;
	margin-bottom: 13px;
	color: #ef9d24;
	font-size: 22px;
	letter-spacing: 3px;
}

.ajl-final-cta {
	background: var(--ajl-paper);
}

.ajl-cta-card {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 50px;
	align-items: center;
	padding: 58px 64px;
	border-radius: 38px;
	background: var(--ajl-coral);
	box-shadow: 0 24px 60px rgba(238, 111, 95, .20);
}

.ajl-cta-card .ajl-eyebrow,
.ajl-cta-card h2,
.ajl-cta-card p {
	color: #fff;
}

.ajl-cta-card h2 {
	margin-bottom: 12px;
}

.ajl-cta-card p {
	max-width: 700px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, .85);
}

.ajl-button-light {
	background: #fff;
	color: var(--ajl-coral-dark) !important;
}

.ajl-button-outline {
	border-color: rgba(255, 255, 255, .75);
	color: #fff !important;
}

.ajl-button-outline:hover,
.ajl-button-outline:focus-visible {
	background: #fff;
	color: var(--ajl-coral-dark) !important;
}

@media (max-width: 960px) {
	.ajl-hero-grid,
	.ajl-process-grid {
		grid-template-columns: 1fr;
	}

	.ajl-hero-copy {
		max-width: 760px;
	}

	.ajl-hero-art {
		width: min(620px, 100%);
		margin-inline: auto;
	}

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

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

	.ajl-process-grid {
		gap: 40px;
	}

	.ajl-cta-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.ajl-home {
		font-size: 15px;
	}

	.ajl-shell {
		width: min(1180px, calc(100% - 32px));
	}

	.ajl-hero {
		padding: 34px 0 44px;
	}

	.ajl-hero-grid {
		gap: 24px;
	}

	.ajl-eyebrow {
		margin-bottom: 10px;
		font-size: 10px;
		letter-spacing: .07em;
	}

	.ajl-hero h1 {
		margin-bottom: 16px;
		font-size: clamp(34px, 9.5vw, 42px);
		line-height: 1.02;
	}

	.ajl-hero-copy > p {
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.55;
	}

	.ajl-actions,
	.ajl-button {
		width: 100%;
	}

	.ajl-actions {
		gap: 9px;
	}

	.ajl-button {
		min-height: 44px;
		padding: 10px 16px;
		font-size: 14px;
	}

	.ajl-trust {
		gap: 7px 12px;
		margin-top: 18px;
		font-size: 12px;
	}

	.ajl-hero-art {
		min-height: 350px;
	}

	.ajl-section {
		padding: 46px 0;
	}

	.ajl-section-heading {
		margin-bottom: 24px;
	}

	.ajl-section-heading h2,
	.ajl-process-copy h2,
	.ajl-trust-section h2,
	.ajl-final-cta h2 {
		margin-bottom: 10px;
		font-size: clamp(27px, 8vw, 34px);
		line-height: 1.08;
		overflow-wrap: anywhere;
	}

	.ajl-section-heading p,
	.ajl-process-copy > p,
	.ajl-trust-section p,
	.ajl-final-cta p {
		font-size: 15px;
	}

	.ajl-service-grid,
	.ajl-category-grid,
	.ajl-project-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ajl-service-card {
		padding: 16px 14px;
		border-radius: 18px;
	}

	.ajl-icon {
		width: 42px;
		height: 42px;
		margin-bottom: 14px;
		border-radius: 13px;
	}

	.ajl-icon svg {
		width: 22px;
		height: 22px;
	}

	.ajl-service-card h3 {
		margin-bottom: 7px;
		font-size: 16px;
	}

	.ajl-service-card p {
		font-size: 12.5px;
		line-height: 1.45;
	}

	.ajl-heading-row {
		align-items: start;
		flex-direction: column;
		gap: 14px;
	}

	.ajl-text-link {
		font-size: 13px;
	}

	.ajl-category-card {
		aspect-ratio: 1 / 1.04;
		border-radius: 18px;
	}

	.ajl-category-overlay {
		padding: 14px;
	}

	.ajl-category-overlay strong {
		font-size: clamp(15px, 4.4vw, 18px);
		overflow-wrap: anywhere;
	}

	.ajl-category-overlay small {
		margin-top: 5px;
		font-size: 11px;
	}

	.ajl-project-grid {
		gap: 24px 10px;
	}

	.ajl-project-image {
		margin-bottom: 10px;
		border-radius: 16px;
	}

	.ajl-project-card h3 {
		margin-bottom: 5px;
		font-size: 15px;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.ajl-card-link {
		font-size: 12px;
	}

	.ajl-process-grid {
		gap: 24px;
	}

	.ajl-steps li {
		grid-template-columns: 38px 1fr;
		gap: 10px;
		padding: 17px 0;
	}

	.ajl-steps li > span {
		font-size: 12px;
	}

	.ajl-steps h3 {
		margin-bottom: 4px;
		font-size: 17px;
	}

	.ajl-steps p {
		font-size: 13px;
		line-height: 1.45;
	}

	.ajl-trust-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ajl-love-mark {
		width: 90px;
		height: 90px;
	}

	.ajl-love-mark svg {
		width: 40px;
		height: 40px;
	}

	.ajl-stars {
		margin-bottom: 8px;
		font-size: 17px;
	}

	.ajl-cta-card {
		gap: 18px;
		padding: 28px 20px;
		border-radius: 22px;
	}
}

@media (max-width: 360px) {
	.ajl-service-grid {
		grid-template-columns: 1fr;
	}
}

/* Shared visual system for the rest of the public website. */
.ajl-content-page,
.ajl-shop-active {
	overflow-x: hidden;
	background: var(--ajl-paper);
	color: var(--ajl-ink);
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ajl-content-page *,
.ajl-shop-active * {
	box-sizing: border-box;
}

.ajl-content-page .nv-page-title-wrap,
.ajl-shop-active .nv-page-title-wrap {
	margin: 0;
	padding: 28px 0;
	background:
		radial-gradient(circle at 10% 20%, rgba(245, 189, 79, .22), transparent 30%),
		var(--ajl-cream);
	border-bottom: 1px solid var(--ajl-line);
}

.ajl-content-page .nv-page-title,
.ajl-shop-active .nv-page-title {
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
}

.ajl-content-page .neve-breadcrumbs-wrapper,
.ajl-shop-active .neve-breadcrumbs-wrapper {
	color: var(--ajl-muted);
	font-size: 13px;
}

.ajl-content-page .neve-breadcrumbs-wrapper a,
.ajl-shop-active .neve-breadcrumbs-wrapper a {
	color: var(--ajl-coral-dark);
}

.ajl-content-page .site-main {
	padding-block: 44px 78px;
}

.ajl-content-page .container.single-page-container {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
}

.ajl-content-page .entry-title,
.ajl-content-page .elementor-heading-title,
.ajl-content-page .entry-content h1,
.ajl-content-page .entry-content h2,
.ajl-content-page .entry-content h3 {
	color: var(--ajl-ink);
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
	font-weight: 800;
	letter-spacing: -.03em;
	line-height: 1.12;
}

.ajl-content-page .entry-title {
	font-size: clamp(38px, 5vw, 60px);
}

.ajl-content-page .entry-content p,
.ajl-content-page .entry-content li,
.ajl-content-page .elementor-widget-text-editor {
	color: var(--ajl-muted);
	font-size: 17px;
	line-height: 1.72;
}

.ajl-content-page .entry-content a:not(.elementor-button):not(.ajl-inner-cta-button) {
	color: var(--ajl-coral-dark);
	text-decoration-color: rgba(217, 83, 69, .35);
	text-underline-offset: 3px;
}

.ajl-content-page .elementor-button,
.ajl-content-page button,
.ajl-content-page input[type="submit"] {
	min-height: 48px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--ajl-coral);
	box-shadow: 0 10px 25px rgba(238, 111, 95, .22);
	color: #fff;
	font-weight: 800;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.ajl-content-page .elementor-button:hover,
.ajl-content-page button:hover,
.ajl-content-page input[type="submit"]:hover {
	transform: translateY(-2px);
	background: var(--ajl-coral-dark);
	box-shadow: 0 14px 30px rgba(238, 111, 95, .3);
}

.ajl-about-page .elementor-top-section > .elementor-container,
.ajl-services-page .elementor-top-section > .elementor-container {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto 26px;
	padding: clamp(28px, 5vw, 58px);
	border: 1px solid var(--ajl-line);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(38, 50, 56, .07);
}

.ajl-about-page .elementor-top-section:first-child > .elementor-container,
.ajl-services-page .elementor-top-section:first-child > .elementor-container {
	background:
		radial-gradient(circle at 8% 12%, rgba(245, 189, 79, .2), transparent 30%),
		var(--ajl-cream);
}

.ajl-about-page .entry-content img,
.ajl-services-page .entry-content img,
.ajl-contact-page .entry-content img {
	border-radius: 24px;
	box-shadow: var(--ajl-shadow);
}

.ajl-content-page .entry-content ul:not(.elementor-icon-list-items) {
	padding-left: 1.15em;
}

.ajl-content-page .entry-content li::marker {
	color: var(--ajl-coral);
}

.ajl-inner-cta {
	display: flex;
	width: min(1120px, calc(100% - 40px));
	margin: 34px auto 10px;
	padding: 38px 42px;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
	border-radius: 28px;
	background: var(--ajl-ink);
	box-shadow: var(--ajl-shadow);
	color: #fff;
}

.ajl-inner-cta span:first-child {
	display: block;
	margin-bottom: 8px;
	color: var(--ajl-sun);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ajl-inner-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(28px, 4vw, 42px);
}

.ajl-inner-cta p {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, .76) !important;
	font-size: 15px !important;
}

.ajl-inner-cta-button {
	display: inline-flex;
	min-height: 50px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 22px;
	border-radius: 999px;
	background: var(--ajl-coral);
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}

.ajl-contact-page .site-main {
	background:
		radial-gradient(circle at 90% 10%, rgba(112, 185, 168, .18), transparent 30%),
		var(--ajl-paper);
}

.ajl-contact-page .elementor-top-section > .elementor-container {
	width: min(1080px, calc(100% - 40px));
	margin-inline: auto;
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid var(--ajl-line);
	border-radius: 30px;
	background: var(--ajl-cream);
	box-shadow: var(--ajl-shadow);
}

.ajl-contact-page input:not([type="submit"]),
.ajl-contact-page textarea,
.ajl-contact-page select {
	width: 100%;
	min-height: 48px;
	padding: 12px 15px;
	border: 1px solid rgba(38, 50, 56, .15);
	border-radius: 14px;
	background: #fff;
	color: var(--ajl-ink);
	box-shadow: none;
}

.ajl-contact-page textarea {
	min-height: 150px;
	resize: vertical;
}

.ajl-contact-page input:focus,
.ajl-contact-page textarea:focus,
.ajl-contact-page select:focus {
	border-color: var(--ajl-mint);
	outline: 3px solid rgba(112, 185, 168, .2);
}

/* WooCommerce archives and product pages. */
.ajl-shop-active .site-main {
	padding-block: 48px 84px;
}

.ajl-shop-active .container.shop-container,
.ajl-shop-active .container.single-product-container,
.ajl-shop-active .container {
	max-width: 1220px;
}

.ajl-shop-active .nv-sidebar-wrap {
	display: none !important;
}

.ajl-shop-active .nv-content-wrap,
.ajl-shop-active .nv-shop,
.ajl-shop-active .shop-col {
	width: 100% !important;
	max-width: none !important;
}

.ajl-shop-active .woocommerce-products-header {
	margin: 0 0 34px;
	padding: clamp(26px, 5vw, 48px);
	border: 1px solid var(--ajl-line);
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 15%, rgba(112, 185, 168, .18), transparent 28%),
		var(--ajl-cream);
}

.ajl-shop-active .woocommerce-products-header h1,
.ajl-shop-active .woocommerce-products-header h2,
.ajl-shop-active .woocommerce-products-header__title,
.ajl-shop-active .page-title {
	color: var(--ajl-ink);
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
	font-size: clamp(34px, 5vw, 54px);
	font-weight: 800;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.ajl-shop-active .term-description {
	max-width: 900px;
	color: var(--ajl-muted);
}

.ajl-shop-active .term-description p,
.ajl-shop-active .term-description li {
	font-size: 16px;
	line-height: 1.68;
}

.ajl-shop-active .woocommerce-result-count {
	margin: 0 0 24px;
	padding: 9px 14px;
	border-radius: 999px;
	background: rgba(112, 185, 168, .13);
	color: var(--ajl-muted);
	font-size: 13px;
}

.ajl-shop-active .woocommerce-ordering select {
	min-height: 42px;
	padding: 8px 38px 8px 14px;
	border: 1px solid var(--ajl-line);
	border-radius: 999px;
	background-color: #fff;
}

.ajl-shop-active .woocommerce ul.products,
.ajl-shop-active ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px 20px;
	clear: both;
}

.ajl-shop-active .woocommerce ul.products::before,
.ajl-shop-active .woocommerce ul.products::after,
.ajl-shop-active ul.products::before,
.ajl-shop-active ul.products::after {
	display: none !important;
}

.ajl-shop-active .woocommerce ul.products li.product,
.ajl-shop-active ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	padding: 12px 12px 18px;
	float: none !important;
	border: 1px solid var(--ajl-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(38, 50, 56, .07);
	transition: transform .22s ease, box-shadow .22s ease;
}

.ajl-shop-active .woocommerce ul.products li.product:hover,
.ajl-shop-active ul.products li.product:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 44px rgba(38, 50, 56, .12);
}

.ajl-shop-active ul.products li.product a {
	text-decoration: none;
}

.ajl-shop-active ul.products li.product .sp-product-image,
.ajl-shop-active ul.products li.product a img {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin: 0 0 15px !important;
	border-radius: 18px;
	background: var(--ajl-cream);
	object-fit: cover;
}

.ajl-shop-active ul.products li.product .woocommerce-loop-product__title {
	margin: 0 4px 13px !important;
	padding: 0 !important;
	color: var(--ajl-ink);
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
	font-size: 18px !important;
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.3;
}

.ajl-shop-active ul.products li.product .button {
	display: inline-flex;
	min-height: 42px;
	margin: 0 4px !important;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	background: var(--ajl-coral);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

.ajl-shop-active .onsale {
	top: 20px !important;
	left: 20px !important;
	min-width: 0;
	min-height: 0;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--ajl-sun);
	color: var(--ajl-ink);
	font-size: 12px;
	line-height: 1.2;
}

.ajl-shop-active.single-product .nv-single-product-top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
	gap: clamp(28px, 5vw, 62px);
	align-items: start;
}

.ajl-shop-active.single-product div.product div.images,
.ajl-shop-active.single-product div.product div.summary {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

.ajl-shop-active.single-product .woocommerce-product-gallery__wrapper,
.ajl-shop-active.single-product .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: 28px;
	background: #fff;
}

.ajl-shop-active.single-product .woocommerce-product-gallery img {
	width: 100%;
	border-radius: 28px;
	object-fit: cover;
}

.ajl-shop-active.single-product div.product div.summary {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid var(--ajl-line);
	border-radius: 30px;
	background: var(--ajl-cream);
	box-shadow: 0 14px 42px rgba(38, 50, 56, .08);
}

.ajl-shop-active.single-product .product_title {
	margin: 0 0 20px;
	color: var(--ajl-ink);
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
	font-size: clamp(34px, 4.4vw, 52px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.06;
}

.ajl-shop-active .woocommerce-product-details__short-description {
	color: var(--ajl-muted);
	font-size: 17px;
	line-height: 1.65;
}

.ajl-product-enquiry {
	margin: 24px 0;
	padding: 22px;
	border: 1px solid rgba(238, 111, 95, .13);
	border-radius: 22px;
	background: #fff;
}

.ajl-product-enquiry p {
	margin: 0 0 15px;
	color: var(--ajl-muted);
	font-size: 14.5px;
	line-height: 1.55;
}

.ajl-product-enquiry .ajl-product-enquiry-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--ajl-coral);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.ajl-shop-active .product_meta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid var(--ajl-line);
	color: var(--ajl-muted);
	font-size: 13px;
	line-height: 1.65;
}

.ajl-shop-active .product_meta a {
	color: var(--ajl-coral-dark);
}

.ajl-shop-active .woocommerce-tabs {
	margin-top: 58px;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid var(--ajl-line);
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 14px 42px rgba(38, 50, 56, .07);
}

.ajl-shop-active .woocommerce-tabs ul.tabs {
	margin-bottom: 28px !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--ajl-line);
}

.ajl-shop-active .woocommerce-tabs ul.tabs li {
	border: 0 !important;
	background: transparent !important;
}

.ajl-shop-active .woocommerce-tabs ul.tabs li a {
	color: var(--ajl-ink);
	font-weight: 800;
}

.ajl-shop-active .woocommerce-tabs .panel h2,
.ajl-shop-active .related.products > h2 {
	color: var(--ajl-ink);
	font-family: ui-rounded, "Avenir Next", Inter, ui-sans-serif, sans-serif;
	font-size: clamp(27px, 3.5vw, 40px);
	font-weight: 800;
	letter-spacing: -.03em;
}

.ajl-shop-active .woocommerce-tabs .panel p,
.ajl-shop-active .woocommerce-tabs .panel li {
	color: var(--ajl-muted);
	font-size: 16px;
	line-height: 1.7;
}

.ajl-shop-active .related.products {
	margin-top: 62px;
}

.ajl-content-page :focus-visible,
.ajl-shop-active :focus-visible {
	outline: 3px solid rgba(112, 185, 168, .45);
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.ajl-shop-active .woocommerce ul.products,
	.ajl-shop-active ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ajl-shop-active.single-product .nv-single-product-top {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ajl-content-page .site-main,
	.ajl-shop-active .site-main {
		padding-block: 28px 54px;
	}

	.ajl-content-page .container.single-page-container,
	.ajl-about-page .elementor-top-section > .elementor-container,
	.ajl-services-page .elementor-top-section > .elementor-container,
	.ajl-contact-page .elementor-top-section > .elementor-container,
	.ajl-inner-cta {
		width: calc(100% - 28px);
	}

	.ajl-about-page .elementor-top-section > .elementor-container,
	.ajl-services-page .elementor-top-section > .elementor-container,
	.ajl-contact-page .elementor-top-section > .elementor-container {
		margin-bottom: 18px;
		padding: 24px 19px;
		border-radius: 22px;
	}

	.ajl-content-page .entry-content p,
	.ajl-content-page .entry-content li,
	.ajl-content-page .elementor-widget-text-editor {
		font-size: 15px;
		line-height: 1.62;
	}

	.ajl-inner-cta {
		margin-top: 24px;
		padding: 27px 21px;
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		border-radius: 22px;
	}

	.ajl-inner-cta-button {
		width: 100%;
	}

	.ajl-shop-active .woocommerce-products-header {
		margin-bottom: 24px;
		padding: 25px 20px;
		border-radius: 22px;
	}

	.ajl-shop-active .term-description p,
	.ajl-shop-active .term-description li {
		font-size: 14px;
		line-height: 1.58;
	}

	.ajl-shop-active .woocommerce ul.products,
	.ajl-shop-active ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 10px;
	}

	.ajl-shop-active .woocommerce ul.products li.product,
	.ajl-shop-active ul.products li.product {
		padding: 8px 8px 13px;
		border-radius: 17px;
	}

	.ajl-shop-active ul.products li.product .sp-product-image,
	.ajl-shop-active ul.products li.product a img {
		margin-bottom: 10px !important;
		border-radius: 12px;
	}

	.ajl-shop-active ul.products li.product .woocommerce-loop-product__title {
		margin: 0 2px 10px !important;
		font-size: 14px !important;
		line-height: 1.25;
	}

	.ajl-shop-active ul.products li.product .button {
		width: calc(100% - 4px);
		min-height: 38px;
		margin-inline: 2px !important;
		padding: 8px 7px;
		font-size: 11px;
		text-align: center;
	}

	.ajl-shop-active.single-product div.product div.summary {
		padding: 24px 19px;
		border-radius: 22px;
	}

	.ajl-shop-active.single-product .product_title {
		font-size: clamp(29px, 9vw, 38px);
	}

	.ajl-shop-active.single-product .woocommerce-product-gallery__wrapper,
	.ajl-shop-active.single-product .woocommerce-product-gallery__image,
	.ajl-shop-active.single-product .woocommerce-product-gallery img {
		border-radius: 20px;
	}

	.ajl-product-enquiry {
		padding: 18px;
		border-radius: 18px;
	}

	.ajl-product-enquiry .ajl-product-enquiry-button {
		width: 100%;
	}

	.ajl-shop-active .woocommerce-tabs {
		margin-top: 36px;
		padding: 22px 18px;
		border-radius: 22px;
	}

	.ajl-shop-active .woocommerce-tabs .panel p,
	.ajl-shop-active .woocommerce-tabs .panel li {
		font-size: 14.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ajl-home *,
	.ajl-home *::before,
	.ajl-home *::after,
	.ajl-content-page *,
	.ajl-shop-active * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
