/**
 * Al Aweer product catalogue helpers.
 *
 * BRAND PALETTE — #049fe2 blue, #fe9e1d orange, #88898d grey, white.
 * Set in the Flatsome Customizer as color_primary / color_secondary, and
 * inherited here through --fs-color-primary / --fs-color-secondary. The
 * fallbacks below are the same values, used only if the theme token is absent.
 *
 * THE RULE THAT GOVERNS EVERY COLOUR IN THIS FILE
 * Measured against white, the raw brand blue is 2.97:1 and the raw brand grey
 * is 1.94:1. Neither reaches the 4.5:1 needed for text or the 3:1 needed for a
 * control boundary. So:
 *
 *   raw #049fe2 / #88898d  ->  fills, rules, icon strokes, dark grounds ONLY
 *   #02688f (blue -34%)    ->  links, eyebrows, ghost-control borders  6.21:1
 *   #014f6d                ->  link hover                              8.97:1
 *   #29292a / #525255      ->  body ink / secondary text, from the grey hue
 *   #01384f (blue -65%)    ->  deep headings and the hero ground
 *   #a3660f (orange -35%)  ->  focus ring on light surfaces            4.70:1
 *
 * The orange is the exception worth knowing: it ships UNALTERED as a CTA fill
 * because dark ink on it reaches 7.19:1, where white on it manages only
 * 2.07:1. Fill with #fe9e1d, set the text to #26272b — never white.
 *
 * Semantic greens (#166534 / #14532d, stock states) are deliberately NOT
 * brand-toned; they carry meaning rather than identity.
 */
.alaweer-products {
	--alaweer-primary: var(--fs-color-primary, var(--primary-color, #049fe2));
	--alaweer-secondary: var(--fs-color-secondary, #fe9e1d);
	--alaweer-link: var(--fs-experimental-link-color, currentColor);
	--alaweer-text: currentColor;
	--alaweer-muted: #5f6063;
	--alaweer-surface: #fff;
	--alaweer-surface-soft: #f4f5f5;
	--alaweer-border: rgba(136, 137, 141, 0.42);
	--alaweer-primary-dark: #02688f;
	--alaweer-primary-dark: color-mix(in srgb, var(--alaweer-primary) 58%, #000);
	--alaweer-focus: #a3660f;
	--alaweer-focus: color-mix(in srgb, var(--alaweer-secondary) 50%, #000);

	color: var(--alaweer-text);
	font-family: inherit;
}

.alaweer-products *,
.alaweer-products *::before,
.alaweer-products *::after {
	box-sizing: border-box;
}

.alaweer-products__intro,
.alaweer-product-detail__heading {
	background: var(--alaweer-surface-soft);
	border-bottom: 1px solid var(--alaweer-border);
	padding: clamp(2.75rem, 6vw, 5.75rem) 0;
}

.alaweer-breadcrumbs {
	align-items: center;
	color: var(--alaweer-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.83rem;
	gap: 0.45rem;
	line-height: 1.45;
	margin: 0 0 1.5rem;
}

.alaweer-breadcrumbs a {
	align-items: center;
	color: var(--alaweer-primary-dark);
	display: inline-flex;
	min-height: 44px;
	text-decoration: none;
}

.alaweer-breadcrumbs a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.alaweer-breadcrumbs a:focus-visible {
	outline: 3px solid var(--alaweer-focus);
	outline-offset: 3px;
}

.alaweer-products__eyebrow {
	color: var(--alaweer-primary-dark);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 0.7rem;
	text-transform: uppercase;
}

.alaweer-products__title,
.alaweer-product-detail__title {
	font: inherit;
	font-family: inherit;
	font-size: clamp(2.15rem, 5vw, 4.25rem);
	font-weight: 700;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
	max-width: 18ch;
}

.alaweer-products__lead,
.alaweer-product-detail__subtitle {
	color: var(--alaweer-muted);
	font-size: clamp(1rem, 1.35vw, 1.18rem);
	line-height: 1.65;
	margin-top: 1.1rem;
	max-width: 68ch;
}

.alaweer-products__lead > :last-child {
	margin-bottom: 0;
}

.alaweer-category-intro {
	align-items: center;
	display: flex;
	gap: clamp(1.25rem, 4vw, 3.5rem);
	justify-content: space-between;
	margin-top: 1.25rem;
	max-width: 78rem;
	padding: 1.1rem 0 0 1.25rem;
	position: relative;
}

.alaweer-category-intro::before {
	background: var(--alaweer-primary);
	content: "";
	height: calc(100% - 1.1rem);
	left: 0;
	position: absolute;
	top: 1.1rem;
	width: 4px;
}

.alaweer-category-intro .alaweer-products__lead {
	margin-top: 0;
}

.alaweer-category-intro__body {
	flex: 1 1 auto;
}

.alaweer-category-intro__cta {
	align-items: center;
	background-color: var(--alaweer-primary-dark);
	border-color: var(--alaweer-primary-dark);
	color: #fff;
	display: inline-flex;
	flex: 0 0 auto;
	gap: 0.35rem;
	justify-content: center;
	min-height: 44px;
	padding: 0.7rem 1.15rem;
	text-decoration: none;
}

.alaweer-category-intro__cta:hover {
	background-color: var(--alaweer-primary-dark);
	border-color: var(--alaweer-secondary);
	color: #fff;
}

.alaweer-category-intro__cta:focus-visible {
	outline: 3px solid var(--alaweer-focus);
	outline-offset: 3px;
}

.alaweer-products__catalog,
.alaweer-product-detail__content {
	padding: clamp(2.25rem, 5vw, 4.75rem) 0;
}

.alaweer-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 0 clamp(1.8rem, 4vw, 3.25rem);
	scrollbar-color: var(--alaweer-primary-dark) transparent;
	scrollbar-width: thin;
}

.alaweer-filter::-webkit-scrollbar {
	height: 6px;
}

.alaweer-filter::-webkit-scrollbar-thumb {
	background: var(--alaweer-primary-dark);
	border-radius: 999px;
}

.alaweer-filter__link {
	align-items: center;
	background: var(--alaweer-surface);
	border: 1px solid var(--alaweer-border);
	border-radius: 999px;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.25;
	min-height: 44px;
	padding: 0.65rem 1rem;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.alaweer-filter__link:hover {
	border-color: var(--alaweer-primary);
	color: var(--alaweer-primary-dark);
}

.alaweer-filter__link.is-current {
	background: var(--alaweer-primary-dark);
	border-color: var(--alaweer-primary-dark);
	color: #fff;
}

.alaweer-category-children {
	margin: 0 0 clamp(2rem, 4vw, 3.25rem);
}

.alaweer-scope-filter {
	align-items: center;
	border-bottom: 1px solid var(--alaweer-border);
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: -1.25rem 0 clamp(2rem, 4vw, 3.25rem);
	padding: 0 0 1rem;
}

.alaweer-scope-filter__label {
	color: var(--alaweer-muted);
	flex: 1 1 100%;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.alaweer-category-children__label {
	color: var(--alaweer-muted);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.alaweer-category-children__links {
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.alaweer-category-children__link {
	align-items: center;
	background: var(--alaweer-surface-soft);
	border: 1px solid var(--alaweer-border);
	color: inherit;
	display: flex;
	font-weight: 700;
	gap: 0.75rem;
	justify-content: space-between;
	min-height: 50px;
	padding: 0.75rem 1rem;
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.alaweer-category-children__link:hover {
	border-color: var(--alaweer-primary);
	color: var(--alaweer-primary-dark);
	transform: translateY(-2px);
}

.alaweer-category-children__link:focus-visible {
	outline: 3px solid var(--alaweer-focus);
	outline-offset: 3px;
}

.alaweer-catalog-head {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin: 0 0 1.25rem;
}

.alaweer-catalog-head__title {
	font-family: inherit;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.2;
	margin: 0;
}

.alaweer-catalog-head__count {
	color: var(--alaweer-muted);
	font-size: 0.9rem;
	margin: 0;
}

.alaweer-filter__link:focus-visible,
.alaweer-product-card:focus-visible,
.alaweer-product-detail__back:focus-visible,
.alaweer-product-detail__terms a:focus-visible,
.alaweer-product-detail__download:focus-visible,
.alaweer-product-detail__contact:focus-visible {
	outline: 3px solid var(--alaweer-focus);
	outline-offset: 3px;
}

.alaweer-product-grid {
	align-items: stretch;
}

.alaweer-product-grid__item {
	display: flex;
	margin-bottom: 1.75rem;
}

.alaweer-product-grid__item > .col-inner {
	display: flex;
	width: 100%;
}

.alaweer-product-card {
	background: var(--alaweer-surface);
	border: 1px solid var(--alaweer-border);
	color: inherit;
	cursor: pointer;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, transform 180ms ease;
}

.alaweer-product-card:hover {
	border-color: var(--alaweer-primary);
	color: inherit;
	transform: translateY(-3px);
}

.alaweer-product-card__media {
	aspect-ratio: 4 / 3;
	background: var(--alaweer-surface-soft);
	overflow: hidden;
	width: 100%;
}

.alaweer-product-card__image {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.alaweer-product-card:hover .alaweer-product-card__image {
	transform: scale(1.025);
}

.alaweer-product-card__placeholder {
	align-items: center;
	background: var(--alaweer-surface-soft);
	color: var(--alaweer-muted);
	display: flex;
	font-size: 0.86rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	width: 100%;
}

.alaweer-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.25rem;
	text-align: left;
}

.alaweer-product-card__tag,
.alaweer-product-detail__terms a {
	color: var(--alaweer-primary-dark);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.alaweer-product-card__title {
	font-family: inherit;
	font-size: clamp(1.2rem, 2vw, 1.55rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0.65rem 0 0;
}

.alaweer-product-card__subtitle {
	color: var(--alaweer-muted);
	font-size: 0.97rem;
	line-height: 1.6;
	margin: 0.75rem 0 0;
}

.alaweer-product-card__action {
	color: var(--alaweer-primary-dark);
	font-size: 0.9rem;
	font-weight: 700;
	margin-top: auto;
	padding-top: 1.25rem;
}

.alaweer-store-card__price {
	color: var(--alaweer-primary-dark);
	display: block;
	font-size: 1rem;
	font-weight: 700;
	margin-top: 0.85rem;
}

.alaweer-store-card__price del {
	color: var(--alaweer-muted);
	font-size: 0.88em;
	font-weight: 400;
	margin-right: 0.3rem;
}

.alaweer-products__empty {
	background: var(--alaweer-surface-soft);
	border-left: 4px solid var(--alaweer-primary);
	padding: clamp(1.25rem, 3vw, 2rem);
}

.alaweer-products__empty > p {
	color: #525255;
}

.alaweer-products__empty .button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
}

.alaweer-products__empty .button.primary {
	background-color: #02688f !important;
	border-color: #02688f !important;
	color: #fff !important;
}

.alaweer-products__empty > :last-child {
	margin-bottom: 0;
}

.alaweer-products .navigation.pagination {
	margin-top: 1.5rem;
}

.alaweer-product-detail__back {
	color: var(--alaweer-primary-dark);
	display: inline-flex;
	font-weight: 700;
	gap: 0.4rem;
	margin-bottom: 1.5rem;
	min-height: 44px;
	align-items: center;
}

.alaweer-product-detail__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	margin-bottom: 0.85rem;
}

.alaweer-product-detail__terms a {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
}

.alaweer-product-detail__back:hover,
.alaweer-product-detail__terms a:hover {
	color: var(--alaweer-primary-dark);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.alaweer-product-gallery {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.alaweer-product-gallery__item {
	aspect-ratio: 4 / 3;
	background: var(--alaweer-surface-soft);
	margin: 0;
	overflow: hidden;
}

.alaweer-product-gallery__item--primary {
	aspect-ratio: 16 / 10;
	grid-column: 1 / -1;
}

.alaweer-product-gallery__image {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.alaweer-product-detail__description {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: clamp(1.75rem, 4vw, 3.25rem);
	max-width: 72ch;
}

.alaweer-product-detail__panel {
	background: var(--alaweer-surface-soft);
	border-top: 4px solid var(--alaweer-primary);
	padding: clamp(1.4rem, 3vw, 2.25rem);
	position: sticky;
	top: 96px;
}

.alaweer-product-detail__panel h2 {
	font-family: inherit;
	font-size: 1.45rem;
	margin: 0 0 1.25rem;
}

.alaweer-feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.alaweer-feature-list li {
	border-bottom: 1px solid var(--alaweer-border);
	line-height: 1.55;
	padding: 0.8rem 0 0.8rem 1.5rem;
	position: relative;
}

.alaweer-feature-list li::before {
	background: var(--alaweer-secondary);
	border-radius: 50%;
	content: "";
	height: 0.55rem;
	left: 0;
	position: absolute;
	top: 1.27rem;
	width: 0.55rem;
}

.alaweer-product-detail__download {
	background-color: var(--alaweer-primary-dark);
	border-color: var(--alaweer-primary-dark);
	color: #fff;
	display: inline-flex;
	gap: 0.45rem;
	justify-content: center;
	margin: 1.5rem 0 0;
	min-height: 44px;
	white-space: normal;
	width: 100%;
}

.alaweer-product-detail__download:hover {
	background-color: var(--alaweer-primary-dark);
	border-color: var(--alaweer-secondary);
	color: #fff;
}

.alaweer-product-detail__contact {
	align-items: center;
	border-color: var(--alaweer-primary-dark);
	color: var(--alaweer-primary-dark);
	display: inline-flex;
	gap: 0.45rem;
	justify-content: center;
	margin: 0.75rem 0 0;
	min-height: 44px;
	white-space: normal;
	width: 100%;
}

.alaweer-product-detail__contact:hover {
	background-color: var(--alaweer-primary-dark);
	border-color: var(--alaweer-primary-dark);
	color: #fff;
}

@media (max-width: 849px) {
	.alaweer-product-detail__panel {
		position: static;
		top: auto;
	}
}

@media (max-width: 549px) {
	.alaweer-products__intro,
	.alaweer-product-detail__heading {
		padding: 2.5rem 0;
	}

	.alaweer-filter {
		flex-wrap: nowrap;
		margin-left: -15px;
		margin-right: -15px;
		overflow-x: auto;
		padding: 0 15px 0.5rem;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.alaweer-scope-filter {
		align-items: stretch;
		flex-wrap: nowrap;
		margin-left: -15px;
		margin-right: -15px;
		overflow-x: auto;
		padding: 0 15px 1rem;
		-webkit-overflow-scrolling: touch;
	}

	.alaweer-scope-filter__label {
		align-self: center;
		flex: 0 0 auto;
		max-width: 15rem;
	}

	.alaweer-catalog-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
	}

	.alaweer-filter__link {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.alaweer-product-gallery {
		grid-template-columns: 1fr;
	}

	.alaweer-product-gallery__item--primary {
		grid-column: auto;
	}

	.alaweer-category-intro {
		align-items: stretch;
		flex-direction: column;
		gap: 1.1rem;
	}

	.alaweer-category-intro__cta {
		align-self: flex-start;
	}

	.alaweer-category-children__links {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alaweer-product-card,
	.alaweer-product-card__image,
	.alaweer-filter__link,
	.alaweer-category-children__link {
		scroll-behavior: auto;
		transition: none;
	}

	.alaweer-product-card:hover,
	.alaweer-product-card:hover .alaweer-product-card__image {
		transform: none;
	}
}

/* WooCommerce product hub and brand architecture. */
.alaweer-hub-hero {
	background: #29292a;
	color: #fff;
	padding: clamp(3.5rem, 8vw, 7.5rem) 0;
}

.alaweer-hub-hero__inner {
	align-items: end;
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
}

.alaweer-hub-hero .alaweer-products__eyebrow {
	color: #7fd0f2;
}

.alaweer-enquiry-band .alaweer-products__eyebrow {
	color: #02688f;
}

.alaweer-hub-hero .alaweer-products__title {
	color: #fff;
	max-width: 15ch;
}

.alaweer-hub-hero .alaweer-products__lead {
	color: #dedfe0;
	margin: 0;
}

.alaweer-hub-categories,
.alaweer-brand-products {
	padding: clamp(3.25rem, 7vw, 6.5rem) 0;
}

.alaweer-hub-categories {
	background: #f9f9f9;
	border-bottom: 1px solid #dedfe0;
}

.alaweer-section-heading {
	align-items: end;
	display: grid;
	gap: clamp(1.25rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.68fr);
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.alaweer-section-heading h2,
.alaweer-enquiry-band h2 {
	font-family: inherit;
	font-size: clamp(2rem, 4vw, 3.5rem);
	letter-spacing: -0.03em;
	line-height: 1.08;
	margin: 0;
}

.alaweer-section-heading__aside p,
.alaweer-enquiry-band p {
	color: #525255;
	font-size: 1rem;
	line-height: 1.7;
	margin: 0;
}

.alaweer-section-heading__aside {
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
}

.alaweer-section-heading__link {
	align-items: center;
	align-self: flex-start;
	color: #02688f;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 800;
	gap: 0.5rem;
	min-height: 44px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.28em;
}

.alaweer-section-heading__link:hover {
	color: #01384f;
}

/* Category card grid: one tile per top-level catalogue category. */
.alaweer-category-grid {
	display: grid;
	gap: clamp(1rem, 2vw, 1.5rem);
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
	/*
	 * Cards self-size. Every card now carries a collapsed subcategory
	 * disclosure, so the closed state is already near-uniform; stretching
	 * instead would make one expanded card inflate its whole row and open a
	 * large gap under its neighbours.
	 */
	align-items: start;
}

.alaweer-category-card {
	background: #fff;
	border: 1px solid #c8c9cb;
	color: #29292a;
	display: flex;
	flex-direction: column;
	min-width: 0;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.alaweer-category-card:hover {
	border-color: #014f6d;
	box-shadow: 0 16px 38px rgba(41, 41, 42, 0.13);
	transform: translateY(-3px);
}

/* The whole card is one hit area, driven by the single title link below. */
.alaweer-category-card__title a::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.alaweer-category-card__media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: var(--alaweer-card-tone, #29292a);
	background-image:
		radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 58%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0 2px, transparent 2px 12px);
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.alaweer-category-card__photo {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.alaweer-category-card__icon {
	color: #fff;
	fill: none;
	height: clamp(3rem, 6vw, 4.25rem);
	opacity: 0.95;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.4;
	width: clamp(3rem, 6vw, 4.25rem);
}

.alaweer-category-card__index {
	background: rgba(1, 56, 79, 0.85);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 800;
	left: 0;
	letter-spacing: 0.14em;
	padding: 0.4rem 0.7rem;
	position: absolute;
	top: 0;
}

.alaweer-category-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.55rem;
	padding: clamp(1.1rem, 2.4vw, 1.5rem);
}

.alaweer-category-card__title {
	font-family: inherit;
	font-size: clamp(1.12rem, 1.8vw, 1.38rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.28;
	margin: 0;
}

.alaweer-category-card__title a {
	color: #29292a;
	text-decoration: none;
}

.alaweer-category-card:hover .alaweer-category-card__title a {
	color: #02688f;
}

.alaweer-category-card__meta {
	color: #525255;
	font-size: 0.9rem;
	margin: 0;
}

.alaweer-category-card__flag {
	background: #fdf0dc;
	color: #6b4304;
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
}

/*
 * Subcategory disclosure. Native <details>, so it works with no JavaScript and
 * gets button semantics, Enter/Space and screen-reader state for free. It must
 * sit above the card's stretched-link overlay or the overlay would swallow the
 * toggle; the same applies to every link inside it.
 */
.alaweer-category-card__disclosure {
	border-top: 1px solid #dedfe0;
	margin-top: 0.35rem;
	padding-top: 0.35rem;
	position: relative;
	z-index: 2;
}

.alaweer-category-card__disclosure > summary {
	align-items: center;
	color: #444446;
	cursor: pointer;
	display: flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 0.4rem;
	justify-content: space-between;
	list-style: none;
	min-height: 44px;
}

.alaweer-category-card__disclosure > summary::-webkit-details-marker,
.alaweer-category-card__nested > summary::-webkit-details-marker {
	display: none;
}

.alaweer-category-card__disclosure > summary:hover {
	color: #02688f;
}

.alaweer-category-card__chevron {
	transition: transform 180ms ease;
}

.alaweer-category-card__disclosure[open] > summary {
	color: #02688f;
}

.alaweer-category-card__disclosure[open] .alaweer-category-card__chevron {
	transform: rotate(180deg);
}

.alaweer-category-card__subs {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0.15rem 0 0.35rem;
}

/* Nested levels indent against a rule so depth is readable at a glance. */
.alaweer-category-card__nested {
	border-left: 2px solid #dedfe0;
	margin: 0 0 0.35rem 0.4rem;
	padding-left: 0.7rem;
}

.alaweer-category-card__nested > summary {
	align-items: center;
	color: #525255;
	cursor: pointer;
	display: flex;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 0.35rem;
	list-style: none;
	min-height: 44px;
}

.alaweer-category-card__nested > summary:hover {
	color: #02688f;
}

.alaweer-category-card__nested > summary svg {
	fill: none;
	flex: 0 0 auto;
	height: 1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	transition: transform 180ms ease;
	width: 1rem;
}

.alaweer-category-card__nested[open] > summary {
	color: #02688f;
}

.alaweer-category-card__nested[open] > summary svg {
	transform: rotate(180deg);
}

.alaweer-category-card__subs a {
	align-items: center;
	color: #444446;
	display: flex;
	font-size: 0.92rem;
	gap: 0.6rem;
	justify-content: space-between;
	min-height: 44px;
	padding: 0.25rem 0;
	position: relative;
	text-decoration: none;
	z-index: 2;
}

.alaweer-category-card__subs a:hover {
	color: #02688f;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.22em;
}

.alaweer-category-card__subs-count {
	background: #f4f5f5;
	color: #525255;
	flex: 0 0 auto;
	font-size: 0.76rem;
	font-weight: 800;
	padding: 0.15rem 0.45rem;
}

/*
 * Brand lines carried but not yet published. Shown so the range stays visible,
 * marked so the row does not read as a stocked subcategory. The dash is
 * decorative — the link's own name carries the meaning.
 */
.alaweer-category-card__subs-count--empty {
	background: none;
	color: #6d6e71;
	padding-right: 0;
}

.alaweer-category-card__subs-pending {
	align-items: center;
	color: #6d6e71;
	display: flex;
	font-size: 0.92rem;
	min-height: 44px;
}

.alaweer-category-card__cta {
	align-items: center;
	border-top: 1px solid #dedfe0;
	color: #02688f;
	display: flex;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 0.5rem;
	margin: 0 clamp(1.1rem, 2.4vw, 1.5rem);
	min-height: 56px;
}

.alaweer-category-card:hover .alaweer-category-card__cta svg {
	transform: translateX(4px);
}

.alaweer-category-card--pending {
	background: #f9f9f9;
}

.alaweer-category-card__title a:focus-visible,
.alaweer-category-card__subs a:focus-visible,
.alaweer-category-card__disclosure > summary:focus-visible,
.alaweer-category-card__nested > summary:focus-visible,
.alaweer-section-heading__link:focus-visible,
.alaweer-resource-action:focus-visible {
	outline: 3px solid #a3660f;
	outline-offset: 3px;
	position: relative;
	z-index: 3;
}

/* Keyboard focus on the stretched title link must outline the whole card. */
.alaweer-category-card:focus-within {
	border-color: #014f6d;
}

.alaweer-category-card__cta svg,
.alaweer-category-card__chevron,
.alaweer-section-heading__link svg,
.alaweer-resource-action svg {
	fill: none;
	flex: 0 0 auto;
	height: 1.35rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
	width: 1.35rem;
}

.alaweer-brand-mark {
	align-items: center;
	background: #e4f2fa;
	border: 1px solid #7fd0f2;
	color: #02688f;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 48px;
	justify-content: center;
	letter-spacing: 0.08em;
	width: 48px;
}

.alaweer-enquiry-band {
	background: #e4f2fa;
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-enquiry-band__inner {
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, 1fr) auto;
}

.alaweer-enquiry-band__inner > div:first-child {
	max-width: 62ch;
}

.alaweer-enquiry-band__inner > div:first-child > p:last-child {
	margin-top: 1rem;
}

.alaweer-enquiry-band__actions,
.alaweer-resource-bar__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.alaweer-resource-action {
	align-items: center;
	background: #fff;
	border: 1px solid #88898d;
	color: #29292a;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 800;
	gap: 0.55rem;
	justify-content: center;
	line-height: 1.25;
	min-height: 48px;
	padding: 0.75rem 1.05rem;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.alaweer-resource-action:hover {
	background: #f9f9f9;
	border-color: #014f6d;
	color: #02688f;
}

.alaweer-resource-action--primary {
	background: #014f6d;
	border-color: #014f6d;
	color: #fff;
}

.alaweer-resource-action--primary:hover {
	background: #02688f;
	border-color: #02688f;
	color: #fff;
}

.alaweer-resource-action--whatsapp {
	background: #166534;
	border-color: #166534;
	color: #fff;
}

.alaweer-resource-action--whatsapp:hover {
	background: #14532d;
	border-color: #14532d;
	color: #fff;
}

.alaweer-brand-hero {
	background: #29292a;
	color: #fff;
	isolation: isolate;
	min-height: 30rem;
	padding: clamp(2.5rem, 7vw, 6rem) 0;
	position: relative;
}

.alaweer-brand-hero.has-banner {
	background-image: linear-gradient(rgba(1, 56, 79, 0.88), rgba(1, 56, 79, 0.88)), var(--alaweer-brand-banner);
	background-position: center;
	background-size: cover;
}

.alaweer-brand-hero__inner {
	position: relative;
	z-index: 1;
}

.alaweer-brand-hero__breadcrumbs,
.alaweer-brand-hero__breadcrumbs a {
	color: #dedfe0;
}

.alaweer-brand-hero__content {
	align-items: center;
	display: flex;
	gap: clamp(1.5rem, 4vw, 3rem);
	margin-top: clamp(3rem, 8vw, 7rem);
}

.alaweer-brand-hero__logo {
	background: #fff;
	max-height: 118px;
	max-width: min(260px, 38vw);
	object-fit: contain;
	padding: 1rem;
}

.alaweer-brand-hero .alaweer-brand-mark {
	flex: 0 0 auto;
	height: 88px;
	width: 88px;
}

.alaweer-brand-hero .alaweer-products__eyebrow {
	color: #7fd0f2;
}

.alaweer-brand-hero .alaweer-products__title {
	color: #fff;
}

.alaweer-brand-hero__tagline {
	color: #dedfe0;
	font-size: clamp(1rem, 1.5vw, 1.22rem);
	line-height: 1.65;
	margin: 1rem 0 0;
	max-width: 60ch;
}

.alaweer-brand-hero__description {
	border-left: 4px solid #7fd0f2;
	color: #dedfe0;
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 2rem;
	max-width: 70ch;
	padding-left: 1.15rem;
}

.alaweer-brand-hero__description > :last-child {
	margin-bottom: 0;
}

.alaweer-resource-bar {
	background: #f9f9f9;
	border-bottom: 1px solid #c8c9cb;
	padding: 1rem 0;
}

.alaweer-brand-products .alaweer-product-card__title {
	font-size: clamp(1.12rem, 1.8vw, 1.4rem);
}

@media (max-width: 1024px) {
	.alaweer-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 849px) {
	.alaweer-hub-hero__inner,
	.alaweer-section-heading,
	.alaweer-enquiry-band__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 599px) {
	.alaweer-category-grid {
		grid-template-columns: 1fr;
	}

	.alaweer-category-card__media {
		aspect-ratio: 21 / 9;
	}
}

@media (max-width: 549px) {
	.alaweer-brand-hero__content {
		align-items: flex-start;
		flex-direction: column;
	}

	.alaweer-resource-bar__inner,
	.alaweer-enquiry-band__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.alaweer-resource-action {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.alaweer-category-card,
	.alaweer-category-card__cta svg,
	.alaweer-category-card__chevron,
	.alaweer-category-card__nested > summary svg,
	.alaweer-section-heading__link svg,
	.alaweer-resource-action svg,
	.alaweer-resource-action {
		transition: none;
	}

	.alaweer-category-card:hover {
		transform: none;
	}

	.alaweer-category-card:hover .alaweer-category-card__cta svg {
		transform: none;
	}
}

/*
 * Catalogue-route compatibility for inherited Flatsome/WooCommerce markup.
 * Every selector is gated by the body class added only on catalogue routes;
 * live header/menu assignments and unrelated staging pages are unaffected.
 */
/* The topbar fill is the deep brand blue #01384f, so its text is white
   (12.50:1). This was dark ink when the bar was orange — if the bar's
   background ever changes again, this pair has to be re-measured with it. */
body.alaweer-catalogue-view #top-bar,
body.alaweer-catalogue-view #top-bar h3,
body.alaweer-catalogue-view #top-bar h3 *,
body.alaweer-catalogue-view #top-bar a {
	color: #fff !important;
}

body.alaweer-catalogue-view #mega-menu-primary > li > .mega-menu-link,
body.alaweer-catalogue-view #mega-menu-primary-mobile > li > .mega-menu-link {
	color: #02688f !important;
}

body.alaweer-catalogue-view .woocommerce-breadcrumb,
body.alaweer-catalogue-view .woocommerce-breadcrumb a,
body.alaweer-catalogue-view .woocommerce-result-count,
body.alaweer-catalogue-view .category-page-row .category,
body.alaweer-catalogue-view .category-page-row .product-title a {
	color: #525255 !important;
}

body.alaweer-catalogue-view .shop-sidebar,
body.alaweer-catalogue-view .shop-sidebar a,
body.alaweer-catalogue-view .shop-sidebar .cat-item > a,
body.alaweer-catalogue-view .widget_product_categories .cat-item > a,
body.alaweer-catalogue-view .product-categories .cat-item > a {
	color: #525255 !important;
}

body.alaweer-catalogue-view .shop-page-title {
	color: #444446;
}

body.alaweer-catalogue-view select.orderby {
	min-height: 44px;
}

body.alaweer-catalogue-view .page-number {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

body.alaweer-catalogue-view .badge-inner,
body.alaweer-catalogue-view .category-page-row .button,
body.alaweer-catalogue-view .footer-wrapper .button,
body.alaweer-catalogue-view .footer-wrapper input[type="submit"] {
	background-color: #02688f !important;
	border-color: #02688f !important;
	color: #fff !important;
}

body.alaweer-catalogue-view .footer-2,
body.alaweer-catalogue-view .footer-2 .widget-title,
body.alaweer-catalogue-view .footer-2 p,
body.alaweer-catalogue-view .footer-2 strong {
	color: #444446 !important;
}

body.alaweer-catalogue-view .footer-2 a {
	color: #02688f !important;
}

body.alaweer-catalogue-view .absolute-footer,
body.alaweer-catalogue-view .absolute-footer .copyright-footer,
body.alaweer-catalogue-view .absolute-footer .copyright-footer strong {
	color: #fff !important;
}

.alaweer-mega-menu-host {
	display: contents;
}

@media (prefers-reduced-motion: reduce) {
	body.alaweer-catalogue-view .wpcf7-spinner::before {
		animation: none !important;
	}
}

/* ==========================================================================
   Brand landing page (/our-products/<brand>/)

   Brand palette: #049fe2 blue, #fe9e1d orange, #88898d grey, white.

   The single rule that governs this file: the raw brand blue and grey cannot
   carry text or control borders on white — they measure 2.97:1 and 1.94:1.
   So the raw hues are used for FILLS, accents and dark grounds only, and the
   text/interactive roles use darkened derivations (#02688f link, #29292a ink).

   The CTA keeps the EXACT brand orange #fe9e1d as its fill and flips its text
   to dark ink #26272b — that measures 7.19:1, better than any white-on-orange
   variant can reach (white on #fe9e1d is 2.07:1), so the brand colour ships
   unaltered instead of being darkened into something that is no longer orange.
   ========================================================================== */

.alaweer-brandpage {
	--alaweer-cta: #fe9e1d;
	--alaweer-cta-hover: #e88c0c;
	--alaweer-cta-ink: #26272b;
	--alaweer-ink: #01384f;
	--alaweer-hero-bg: #01384f;
}

/* ---------- shared CTA ---------- */

.alaweer-cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.alaweer-cta {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.6rem;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.75rem 1.45rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.alaweer-cta--sm {
	font-size: 0.92rem;
	min-height: 44px;
	padding: 0.6rem 1rem;
}

.alaweer-cta svg {
	fill: none;
	flex: 0 0 auto;
	height: 1.25rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
	width: 1.25rem;
}

/* Dark ink, not white — see the palette note at the top of this section. */
.alaweer-cta--primary {
	background: var(--alaweer-cta);
	border-color: var(--alaweer-cta);
	color: var(--alaweer-cta-ink);
}

.alaweer-cta--primary:hover,
.alaweer-cta--primary:focus {
	background: var(--alaweer-cta-hover);
	border-color: var(--alaweer-cta-hover);
	color: var(--alaweer-cta-ink);
}

.alaweer-cta--secondary {
	background: #fff;
	border-color: #fff;
	color: var(--alaweer-ink);
}

.alaweer-cta--secondary:hover,
.alaweer-cta--secondary:focus {
	background: #e4f2fa;
	border-color: #e4f2fa;
	color: #01384f;
}

.alaweer-cta--ghost {
	background: transparent;
	border-color: #02688f;
	color: #02688f;
}

.alaweer-cta--ghost:hover,
.alaweer-cta--ghost:focus {
	background: #02688f;
	color: #fff;
}

.alaweer-cta:focus-visible {
	outline: 3px solid #a3660f;
	outline-offset: 3px;
}

.alaweer-brandpage-hero .alaweer-cta:focus-visible {
	outline-color: #fe9e1d;
}

/* ---------- hero ---------- */

.alaweer-brandpage-hero {
	background: var(--alaweer-hero-bg);
	color: #fff;
	padding: clamp(2.25rem, 5vw, 4.25rem) 0 clamp(2.75rem, 6vw, 5rem);
}

.alaweer-brandpage-hero__breadcrumbs,
.alaweer-brandpage-hero__breadcrumbs a {
	color: #c3dfeb;
}

.alaweer-brandpage-hero__breadcrumbs a:focus-visible {
	outline: 3px solid #fe9e1d;
	outline-offset: 3px;
}

.alaweer-brandpage-hero .alaweer-products__eyebrow {
	color: #7fd0f2;
}

.alaweer-brandpage-hero .alaweer-products__title {
	color: #fff;
	margin: 0;
}

.alaweer-brandpage-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(1.75rem, 5vw, 4rem);
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.42fr);
}

.alaweer-brandpage-hero__tagline {
	color: #d6e9f2;
	font-size: clamp(1.05rem, 1.6vw, 1.28rem);
	line-height: 1.65;
	margin: 1.1rem 0 2rem;
	max-width: 46ch;
}

.alaweer-brandpage-hero__reassure {
	color: #c3dfeb;
	font-size: 0.92rem;
	margin: 1.35rem 0 0;
}

.alaweer-brandpage-hero__logo {
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	padding: 1.75rem;
}

.alaweer-brandpage-hero__logo img {
	height: auto;
	max-width: 100%;
	width: 260px;
}

/* ---------- facts strip ---------- */

.alaweer-brandpage-facts {
	background: var(--alaweer-surface-soft);
	border-bottom: 1px solid var(--alaweer-border);
	padding: clamp(1.5rem, 3vw, 2.25rem) 0;
}

.alaweer-brandpage-facts__list {
	display: grid;
	gap: 1.25rem clamp(1.5rem, 4vw, 3rem);
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.alaweer-brandpage-facts__list li {
	border-left: 3px solid var(--alaweer-secondary);
	padding-left: 1rem;
}

.alaweer-brandpage-facts__label {
	color: #02688f;
	display: block;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}

.alaweer-brandpage-facts__value {
	color: #444446;
	display: block;
	font-size: 1rem;
	line-height: 1.5;
}

/* ---------- about ---------- */

.alaweer-brandpage-about {
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-brandpage-about__inner {
	display: grid;
	gap: clamp(1.5rem, 4vw, 4rem);
	grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr);
}

.alaweer-brandpage-about h2 {
	color: var(--alaweer-ink);
	font-family: inherit;
	font-size: clamp(1.85rem, 3.5vw, 2.9rem);
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin: 0;
}

.alaweer-brandpage-about__body p {
	color: #444446;
	font-size: 1.05rem;
	line-height: 1.75;
	margin: 0 0 1.1rem;
}

/* ---------- detail groups ---------- */

.alaweer-brandpage-details {
	background: var(--alaweer-surface-soft);
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-brandpage-details__grid {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
}

.alaweer-brandpage-detail-group {
	background: #fff;
	border: 1px solid var(--alaweer-border);
	border-radius: 6px;
	padding: clamp(1.35rem, 3vw, 2rem);
}

.alaweer-brandpage-detail-group h2 {
	color: var(--alaweer-ink);
	font-family: inherit;
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	margin: 0 0 1.25rem;
}

.alaweer-brandpage-detail-group ul {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.alaweer-brandpage-detail-group li {
	border-left: 3px solid var(--alaweer-primary);
	color: #444446;
	font-size: 0.98rem;
	line-height: 1.6;
	padding-left: 0.9rem;
}

.alaweer-brandpage-detail-group li strong {
	color: var(--alaweer-ink);
	display: block;
	margin-bottom: 0.2rem;
}

/* ---------- product range ---------- */

.alaweer-brandpage-range {
	background: var(--alaweer-surface-soft);
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-spec-grid {
	display: grid;
	gap: clamp(1.25rem, 2.5vw, 1.85rem);
	grid-template-columns: repeat(auto-fit, minmax(16.5rem, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.alaweer-spec-card {
	background: var(--alaweer-surface);
	border: 1px solid var(--alaweer-border);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.alaweer-spec-card:hover {
	border-color: var(--alaweer-primary);
	box-shadow: 0 10px 28px rgba(1, 56, 79, 0.13);
}

.alaweer-spec-card__media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.alaweer-spec-card__image {
	height: 100%;
	object-fit: contain;
	padding: 0.75rem;
	width: 100%;
}

.alaweer-spec-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 1.15rem 1.25rem 1.35rem;
}

.alaweer-spec-card__title {
	color: var(--alaweer-ink);
	font-family: inherit;
	font-size: 1.22rem;
	font-weight: 700;
	line-height: 1.28;
	margin: 0.5rem 0 0;
}

.alaweer-spec-card__note {
	color: #525255;
	font-size: 0.93rem;
	line-height: 1.6;
	margin: 0.6rem 0 0;
}

.alaweer-spec-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: auto;
	padding-top: 1.15rem;
}

/* ---------- video ---------- */

.alaweer-brandpage-video {
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-brandpage-video__title {
	color: var(--alaweer-ink);
	font-family: inherit;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	letter-spacing: -0.02em;
	margin: 0 0 1.5rem;
	text-align: center;
}

.alaweer-brandpage-video__frame {
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 60rem;
	overflow: hidden;
}

.alaweer-brandpage-video__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

/* ---------- final enquiry band ---------- */

.alaweer-brandpage-enquiry h2 {
	color: var(--alaweer-ink);
	margin-bottom: 0.75rem;
}

.alaweer-brandpage-enquiry .alaweer-cta--secondary {
	background: transparent;
	border-color: #02688f;
	color: #02688f;
}

.alaweer-brandpage-enquiry .alaweer-cta--secondary:hover,
.alaweer-brandpage-enquiry .alaweer-cta--secondary:focus {
	background: #02688f;
	border-color: #02688f;
	color: #fff;
}

/* ---------- service and solution-hub pages ---------- */

.alaweer-servicepage-hero__media {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-height: 16rem;
	overflow: hidden;
	padding: 1rem;
}

.alaweer-servicepage-hero__media img {
	display: block;
	height: auto;
	max-height: 22rem;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.alaweer-servicepage-intro {
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-servicepage-intro__inner {
	max-width: 58rem;
}

.alaweer-servicepage-intro h2,
.alaweer-servicepage-solutions h2,
.alaweer-service-block h2 {
	color: var(--alaweer-ink);
	font-family: inherit;
	font-size: clamp(1.75rem, 3.5vw, 2.65rem);
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
}

.alaweer-servicepage-intro__inner > p:last-child {
	color: #444446;
	font-size: 1.08rem;
	line-height: 1.75;
	margin: 1.15rem 0 0;
	max-width: 72ch;
}

.alaweer-servicepage-solutions,
.alaweer-servicepage-services {
	background: var(--alaweer-surface-soft);
	padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.alaweer-solution-grid {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.alaweer-solution-card {
	background: #fff;
	border: 1px solid var(--alaweer-border);
	border-radius: 6px;
	color: #444446;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.alaweer-solution-card:hover,
.alaweer-solution-card:focus-visible {
	border-color: var(--alaweer-primary);
	box-shadow: 0 10px 28px rgba(1, 56, 79, 0.13);
	color: #444446;
}

.alaweer-solution-card:focus-visible {
	outline: 3px solid #a3660f;
	outline-offset: 3px;
}

.alaweer-solution-card__media {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #fff;
	display: flex;
	justify-content: center;
	overflow: hidden;
	padding: 1rem;
}

.alaweer-solution-card__media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.alaweer-solution-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0.75rem;
	padding: clamp(1.25rem, 3vw, 1.75rem);
}

.alaweer-solution-card__body > strong {
	color: var(--alaweer-ink);
	font-size: 1.35rem;
	line-height: 1.25;
}

.alaweer-solution-card__body > span:not(.alaweer-solution-card__link) {
	font-size: 1rem;
	line-height: 1.65;
}

.alaweer-solution-card__link {
	align-items: center;
	color: #02688f;
	display: inline-flex;
	font-weight: 700;
	gap: 0.35rem;
	margin-top: auto;
	padding-top: 0.5rem;
}

.alaweer-solution-card__link svg {
	fill: none;
	height: 1.2rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 1.2rem;
}

.alaweer-servicepage-services__list {
	display: grid;
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.alaweer-service-block {
	background: #fff;
	border: 1px solid var(--alaweer-border);
	border-radius: 6px;
	display: grid;
	grid-template-columns: minmax(16rem, 0.4fr) minmax(0, 1fr);
	overflow: hidden;
}

.alaweer-service-block__media {
	background: #fff;
	min-height: 22rem;
}

.alaweer-service-block__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.alaweer-service-block__body {
	padding: clamp(1.5rem, 4vw, 2.75rem);
}

.alaweer-service-block__intro {
	color: #444446;
	font-size: 1.02rem;
	line-height: 1.7;
	margin: 1rem 0 1.5rem;
}

.alaweer-service-block__columns {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.5rem;
}

.alaweer-service-block__columns h3 {
	color: var(--alaweer-ink);
	font-family: inherit;
	font-size: 1.1rem;
	margin: 0 0 0.75rem;
}

.alaweer-service-block__columns ul {
	display: grid;
	gap: 0.65rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.alaweer-service-block__columns li {
	border-left: 3px solid var(--alaweer-primary);
	color: #444446;
	font-size: 0.93rem;
	line-height: 1.55;
	padding-left: 0.75rem;
}

.alaweer-service-block__columns li strong {
	color: var(--alaweer-ink);
}

/* ---------- responsive ---------- */

@media (max-width: 849px) {
	.alaweer-brandpage-hero__grid,
	.alaweer-brandpage-about__inner,
	.alaweer-service-block {
		grid-template-columns: minmax(0, 1fr);
	}

	.alaweer-brandpage-hero__grid {
		gap: 2rem;
	}

	.alaweer-brandpage-hero__logo {
		justify-self: start;
		padding: 1.25rem;
	}

	.alaweer-brandpage-enquiry .alaweer-enquiry-band__inner {
		grid-template-columns: minmax(0, 1fr);
	}

	.alaweer-service-block__media {
		min-height: 0;
	}

	.alaweer-service-block__media img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}
}

@media (max-width: 549px) {
	.alaweer-brandpage-hero .alaweer-cta-group > .alaweer-cta,
	.alaweer-brandpage-enquiry .alaweer-cta-group > .alaweer-cta {
		width: 100%;
	}

	/* Match the two CTA groups above rather than relying on flex-wrap, so all
	   three stack the same way once the card is too narrow to seat both. */
	.alaweer-spec-card__actions > .alaweer-cta {
		width: 100%;
	}

	.alaweer-solution-grid,
	.alaweer-service-block__columns {
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (prefers-reduced-motion: reduce) {
	.alaweer-cta,
	.alaweer-spec-card,
	.alaweer-solution-card {
		transition: none;
	}
}
