/* Content pages (About / Support / Blog) — complements rlaarlo.css */

.rl-page {
	padding: 48px 24px 80px;
	background: #f7f7f7;
}

.rl-page__inner {
	max-width: 920px;
	margin: 0 auto;
}

.rl-page__eyebrow {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #757575;
}

.rl-page__title {
	margin: 0 0 24px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.15;
	color: #1a1b18;
	text-transform: uppercase;
}

.rl-page__inner p,
.rl-page__content p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.7;
	color: #2c272e;
}

.rl-page__inner h2 {
	margin: 32px 0 12px;
	font-size: 22px;
	font-weight: 700;
	color: #1a1b18;
}

.rl-page__inner ul {
	margin: 0 0 24px;
	padding-left: 1.25rem;
	line-height: 1.7;
}

.rl-page__inner li {
	margin-bottom: 8px;
}

.rl-page__media {
	margin: 0 0 28px;
	border-radius: 16px;
	overflow: hidden;
}

.rl-page__media img {
	display: block;
	width: 100%;
	height: auto;
}

.rl-articles--archive {
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 24px 72px;
}

.rl-empty {
	text-align: center;
	padding: 48px 16px;
	color: #757575;
}

/* WooCommerce collection / product shell */
.rlaarlo-collection__hero {
	padding: 56px 24px;
	color: #fff;
}

.rlaarlo-collection__hero .woocommerce-breadcrumb,
.rlaarlo-collection__hero .woocommerce-products-header__title,
.rlaarlo-collection__hero .term-description {
	max-width: 1520px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.rlaarlo-collection__hero .woocommerce-products-header__title {
	margin: 12px 0 8px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 900;
	text-transform: uppercase;
}

.rlaarlo-collection__body {
	max-width: 1520px;
	margin: 0 auto;
	padding: 40px 24px 72px;
}

.rlaarlo-collection__toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin-bottom: 28px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	width: auto !important;
	margin: 0 !important;
	float: none !important;
}

@media (max-width: 1024px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

.rlaarlo-product__top {
	max-width: 1520px;
	margin: 0 auto;
	padding: 32px 24px 56px;
}

.rlaarlo-product__layout {
	display: grid;
	grid-template-columns: 55% 45%;
	gap: 40px;
	align-items: start;
}

@media (max-width: 900px) {
	.rlaarlo-product__layout {
		grid-template-columns: 1fr;
	}
}

.rlaarlo-product__title {
	margin: 0 0 12px;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 700;
}

.rlaarlo-product__details,
.rlaarlo-product__related {
	max-width: 1520px;
	margin: 0 auto;
	padding: 48px 24px;
}

.rlaarlo-product__details {
	background: #fff;
}

.rlaarlo-section-title {
	margin: 0 0 28px;
	text-align: center;
	font-size: clamp(24px, 3vw, 32px);
	font-weight: 900;
	text-transform: uppercase;
}

/* =========================================================
   ELEMENTOR NATIVE BRIDGE (rl-e-*)
   Maps native Elementor widgets/sections to the rl-* design.
   ========================================================= */

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--rl-inner, 1425px);
	padding-inline: var(--rl-pad, clamp(16px, 4vw, 30px));
}

.elementor-widget-html .elementor-widget-container {
	margin: 0;
}

/* Hero */
.rl-e-hero {
	background: #0b0b0b;
}

.rl-e-hero-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* Journey */
.rl-e-journey {
	padding: 54px 0 40px;
	text-align: center;
}

.rl-e-journey-title .elementor-heading-title {
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 18px;
	color: var(--rl-ink, #141414);
}

.rl-e-journey-text {
	max-width: 690px;
	margin: 0 auto;
	color: var(--rl-muted, #707070);
	font-size: 15px;
	line-height: 1.75;
}

.rl-e-journey-text p {
	margin: 0;
}

/* Image-with-text */
.rl-e-iwt {
	padding: 26px 0;
}

.rl-e-iwt > .elementor-container {
	align-items: center;
	gap: 24px;
}

.rl-e-iwt-body {
	max-width: 460px;
}

.rl-e-sub {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--rl-muted, #707070);
}

.rl-e-sub p {
	margin: 0 0 14px;
}

.rl-e-title .elementor-heading-title {
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 18px;
	color: var(--rl-ink, #141414);
}

.rl-e-text {
	color: var(--rl-muted, #707070);
	font-size: 15px;
	line-height: 1.7;
}

.rl-e-text p {
	margin: 0 0 26px;
}

.rl-e-media img {
	width: 100%;
	height: 475px;
	object-fit: cover;
	border-radius: 8px;
}

.rl-e-iwt--howitzer .rl-e-media img {
	height: 400px;
	object-fit: contain;
	background: #fff;
}

/* Buttons */
.rl-e-link .elementor-button,
.rl-e-ghostlink .elementor-button,
.rl-e-ghost .elementor-button,
.rl-e-accent .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 13px 26px;
	border-radius: 4px;
	border: 1px solid var(--rl-ink, #141414);
	background: var(--rl-ink, #141414);
	color: #fff;
	transition: 0.25s;
}

.rl-e-link .elementor-button {
	background: transparent;
	border: 0;
	border-bottom: 2px solid var(--rl-ink, #141414);
	border-radius: 0;
	padding: 0 0 3px;
	color: var(--rl-ink, #141414);
	letter-spacing: 0.05em;
}

.rl-e-ghostlink .elementor-button,
.rl-e-ghost .elementor-button {
	background: transparent;
	color: var(--rl-ink, #141414);
}

.rl-e-ghostlink .elementor-button:hover,
.rl-e-ghost .elementor-button:hover {
	background: var(--rl-ink, #141414);
	color: #fff;
}

.rl-e-accent .elementor-button {
	background: var(--rl-accent, #c2f500);
	border-color: var(--rl-accent, #c2f500);
	color: var(--rl-accent-ink, #0f1400);
}

.rl-e-accent .elementor-button:hover {
	filter: brightness(0.94);
}

/* Products / sliders */
.rl-e-products {
	padding: 46px 0;
}

.rl-e-products > .elementor-container {
	max-width: var(--rl-content, 1520px);
}

.rl-e-section-title .elementor-heading-title {
	text-align: center;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: clamp(22px, 2.2vw, 30px);
	margin: 0 0 28px;
	color: var(--rl-ink, #141414);
}

/* Category banners */
.rl-e-banners {
	padding: 34px 0;
}

.rl-e-banners > .elementor-container {
	gap: 30px;
}

.rl-e-banner {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.rl-e-banner-img img {
	width: 100%;
	aspect-ratio: 697 / 350;
	object-fit: cover;
	transition: transform 0.6s;
	display: block;
}

.rl-e-banner:hover .rl-e-banner-img img {
	transform: scale(1.04);
}

.rl-e-banner > .elementor-widget-wrap {
	position: relative;
}

.rl-e-banner .elementor-widget.rl-e-banner-cap {
	position: absolute;
	inset: 0;
	margin: 0;
	pointer-events: none;
}

.rl-e-banner .elementor-widget.rl-e-banner-cap > .elementor-widget-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
	padding: 0 0 28px;
	color: #fff;
	background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.35));
}

.rl-e-banner-cap p {
	margin: 0 0 6px;
	font-size: 13px;
	opacity: 0.9;
}

.rl-e-banner-cap h3 {
	margin: 0;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: 800;
	letter-spacing: 0.04em;
	color: #fff;
}

/* World */
.rl-e-world {
	padding: 40px 0;
}

.rl-e-world > .elementor-container {
	border-radius: 10px;
	overflow: hidden;
}

.rl-e-world-panel {
	background: #23423f;
	color: #fff;
}

.rl-e-world-panel > .elementor-widget-wrap {
	padding: 54px 48px;
	justify-content: center;
}

.rl-e-world-tabs ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}

.rl-e-world-tabs li {
	font-size: clamp(18px, 1.7vw, 24px);
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 10px 0;
	color: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	transition: 0.25s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rl-e-world-tabs li:first-child,
.rl-e-world-tabs li:hover {
	color: #fff;
}

.rl-e-world-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rl-e-world-media > .elementor-widget-wrap,
.rl-e-world-media .elementor-widget,
.rl-e-world-media .elementor-widget-container {
	height: 100%;
}

/* Follow us */
.rl-e-follow-head {
	padding: 52px 0 0;
}

.rl-e-follow {
	padding: 24px 0 52px;
}

.rl-e-follow > .elementor-container {
	max-width: var(--rl-content, 1520px);
	gap: 30px;
}

.rl-e-follow-card > .elementor-widget-wrap {
	border: 1px solid var(--rl-line, #e5e5e5);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 18px;
}

.rl-e-follow-img img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
}

.rl-e-follow-name .elementor-heading-title {
	margin: 18px 18px 12px;
	font-size: 18px;
	font-weight: 700;
	color: var(--rl-ink, #141414);
}

.rl-e-follow-card .rl-e-ghost {
	padding: 0 18px;
}

.rl-e-follow-card .rl-e-ghost .elementor-button {
	width: 100%;
}

/* Articles */
.rl-e-articles {
	padding: 52px 0 70px;
}

.rl-e-articles > .elementor-container {
	max-width: var(--rl-content, 1520px);
}

/* Static pages (About / Support / Blog hero) */
.rl-e-page {
	padding: 48px 0 80px;
}

.rl-e-page > .elementor-container {
	max-width: 920px;
	display: block;
}

.rl-e-page--blog {
	padding-bottom: 0;
}

.rl-e-eyebrow {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rl-muted, #707070);
}

.rl-e-eyebrow p {
	margin: 0 0 8px;
}

.rl-e-page-title .elementor-heading-title {
	margin: 0 0 24px;
	font-size: clamp(28px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.15;
	color: var(--rl-ink, #141414);
	text-transform: uppercase;
}

.rl-e-page .elementor-widget-heading .elementor-heading-title {
	color: var(--rl-ink, #141414);
}

.rl-e-page h2.elementor-heading-title {
	margin: 32px 0 12px;
	font-size: 22px;
	font-weight: 700;
}

.rl-e-page .elementor-widget-text-editor {
	font-size: 16px;
	line-height: 1.7;
	color: #2c272e;
}

.rl-e-page .elementor-widget-text-editor ul {
	padding-left: 1.25rem;
}

.rl-e-page .elementor-widget-text-editor li {
	margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 1024px) {
	.rl-e-media img {
		height: 380px;
	}

	.rl-e-world-panel > .elementor-widget-wrap {
		padding: 40px 28px;
	}
}

@media (max-width: 767px) {
	.rl-e-iwt-body {
		max-width: none;
	}

	.rl-e-media img {
		height: 300px;
	}

	.rl-e-banners > .elementor-container {
		gap: 16px;
	}
}
