/**
 * Amaley Gold Origin Cards widget.
 * Unique scope: acw-osc260706.
 */
.acw-osc260706,
.acw-osc260706 * {
	box-sizing: border-box;
}

.acw-osc260706 {
	--acw-osc260706-intro-width: 1.15fr;
	--acw-osc260706-intro-min-width: 240px;
	--acw-osc260706-feature-width: 1fr;
	--acw-osc260706-feature-min-width: 180px;
	--acw-osc260706-card-bg: #fffaf0;
	--acw-osc260706-brown: #321403;
	--acw-osc260706-brown-text: #2f1608;
	--acw-osc260706-gold: #c58a2d;
	--acw-osc260706-border: #e4d4bb;
	background: #fbf7ee;
	padding: 48px 28px;
	position: relative;
}

.acw-osc260706__inner {
	width: 100%;
	max-width: 1780px;
	margin: 0 auto;
}

.acw-osc260706--width-full .acw-osc260706__inner {
	max-width: none;
}

.acw-osc260706__grid {
	display: grid;
	grid-template-columns: minmax(var(--acw-osc260706-intro-min-width), var(--acw-osc260706-intro-width)) repeat(3, minmax(var(--acw-osc260706-feature-min-width), var(--acw-osc260706-feature-width)));
	justify-content: center;
	gap: 28px;
	align-items: stretch;
}

.acw-osc260706__card {
	position: relative;
	min-height: 220px;
	border-radius: 22px;
	text-decoration: none;
	isolation: isolate;
}

.acw-osc260706__intro {
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: var(--acw-osc260706-brown);
	background-image:
		radial-gradient(circle at 92% 88%, rgba(213, 154, 58, 0.22) 0, rgba(213, 154, 58, 0.10) 22%, transparent 54%),
		linear-gradient(135deg, #1f0b02 0%, #3b1805 48%, #1e0a02 100%);
	box-shadow: 0 24px 42px rgba(57, 24, 6, 0.16);
	color: #fff;
}

.acw-osc260706__intro::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 90% 85%, rgba(255, 184, 71, 0.12) 0, transparent 54%);
	z-index: -1;
}

.acw-osc260706__intro-inner-border {
	position: absolute;
	inset: 14px;
	border: 1px solid rgba(205, 143, 47, 0.72);
	border-radius: inherit;
	pointer-events: none;
	z-index: 2;
}

.acw-osc260706__intro-content {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 42px 42px;
}

.acw-osc260706__intro-title {
	margin: 0;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(30px, 3.1vw, 56px);
	font-weight: 400;
	line-height: 1.07;
	letter-spacing: -0.045em;
}

.acw-osc260706__intro-divider {
	width: 235px;
	max-width: 80%;
	margin-top: 26px;
}

.acw-osc260706__leaf {
	position: absolute;
	top: 24px;
	left: 24px;
	z-index: 4;
	color: #d7a354;
	line-height: 0;
	pointer-events: none;
}

.acw-osc260706__leaf svg {
	width: 74px;
	height: auto;
	display: block;
	color: currentColor;
}

.acw-osc260706__corner-curve {
	position: absolute;
	right: -11px;
	bottom: -12px;
	width: 132px;
	height: 132px;
	border-right: 8px solid #d59a3a;
	border-bottom: 8px solid #d59a3a;
	border-radius: 0 0 25px 0;
	filter: drop-shadow(-3px -3px 8px rgba(255, 213, 129, 0.16));
	pointer-events: none;
	z-index: 1;
}

.acw-osc260706__feature {
	display: block;
	background: var(--acw-osc260706-card-bg);
	border: 1px solid var(--acw-osc260706-border);
	box-shadow: 0 18px 38px rgba(69, 42, 14, 0.08);
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
	color: var(--acw-osc260706-brown-text);
}

.acw-osc260706__feature:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 44px rgba(69, 42, 14, 0.12);
}

.acw-osc260706__feature-inner {
	min-height: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 34px 32px;
	text-align: center;
}

.acw-osc260706__icon-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin-bottom: 18px;
	border-radius: 999px;
	border: 1px solid #e7d6bc;
	background: #fffdf6;
	color: var(--acw-osc260706-gold);
	box-shadow: 0 10px 22px rgba(84, 45, 7, 0.06), inset 0 0 0 8px rgba(244, 233, 214, 0.46);
}

.acw-osc260706__icon-badge::before {
	content: "";
	position: absolute;
	inset: 7px;
	border: 1px solid #e7d6bc;
	border-radius: inherit;
}

.acw-osc260706__icon-badge svg {
	position: relative;
	z-index: 1;
	width: 36px;
	height: 36px;
	color: currentColor;
}

.acw-osc260706__icon-badge i,
.acw-osc260706__icon-badge .elementor-icon {
	position: relative;
	z-index: 1;
	font-size: 36px;
	line-height: 1;
	color: currentColor;
}

.acw-osc260706__feature-title {
	margin: 0 0 12px;
	color: var(--acw-osc260706-brown-text);
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(21px, 1.55vw, 30px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.035em;
}

.acw-osc260706__feature-divider {
	width: 112px;
	max-width: 70%;
	margin-bottom: 16px;
}

.acw-osc260706__divider {
	display: flex;
	align-items: center;
	gap: 0;
}

.acw-osc260706__divider-line {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--acw-osc260706-gold);
	opacity: 0.92;
}

.acw-osc260706__divider-diamond {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: var(--acw-osc260706-gold);
	transform: rotate(45deg);
}

.acw-osc260706__feature-description {
	max-width: 380px;
	margin: 0;
	color: #3f2a1e;
	font-family: inherit;
	font-size: clamp(14px, 0.96vw, 17px);
	font-weight: 400;
	line-height: 1.42;
}

.acw-osc260706__feature-title:last-child,
.acw-osc260706__feature-description:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.acw-osc260706__grid {
		grid-template-columns: repeat(2, minmax(var(--acw-osc260706-feature-min-width), 1fr));
	}

	.acw-osc260706__intro {
		grid-column: span 2;
	}
}

@media (max-width: 767px) {
	.acw-osc260706 {
		padding: 44px 16px;
	}

	.acw-osc260706__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.acw-osc260706__intro,
	.acw-osc260706__feature {
		grid-column: auto;
	}

	.acw-osc260706__card {
		min-height: 190px;
	}

	.acw-osc260706__intro-content {
		padding: 38px 28px 34px;
	}

	.acw-osc260706__leaf svg {
		width: 58px;
	}

	.acw-osc260706--mobile-scroll .acw-osc260706__grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 10px;
	}

	.acw-osc260706--mobile-scroll .acw-osc260706__card {
		min-width: 82%;
		scroll-snap-align: start;
	}
}

/* v0.4.46: editable uploaded/icon graphics for Amaley Gold Origin Cards. */
.acw-osc260706__leaf img,
.acw-osc260706__leaf .elementor-icon,
.acw-osc260706__leaf i {
	position: relative;
	display: block;
	width: 74px;
	height: auto;
	max-width: 100%;
	color: currentColor;
}

.acw-osc260706__leaf .elementor-icon svg {
	width: 1em;
	height: 1em;
}

.acw-osc260706__corner-curve--image {
	border: 0;
	border-radius: 0;
	filter: drop-shadow(-3px -3px 8px rgba(255, 213, 129, 0.16));
	overflow: visible;
}

.acw-osc260706__corner-curve--image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.acw-osc260706__corner-curve--css {
	border-radius: 0 0 25px 0;
}

.acw-osc260706__icon-badge img {
	position: relative;
	z-index: 1;
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.acw-osc260706__icon-badge .elementor-icon svg {
	width: 1em;
	height: 1em;
}

/* v0.4.49: compact strip preset for tighter, more versatile strip/card usage. */
.acw-osc260706--preset-compact-strip {
	padding: 22px 16px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__grid {
	gap: 16px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__card {
	min-height: 150px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__intro-content {
	padding: 26px 26px 24px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__intro-title {
	font-size: clamp(24px, 2.45vw, 42px);
	line-height: 1.02;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__intro-divider {
	width: 180px;
	margin-top: 16px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__leaf {
	top: 12px;
	left: 12px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__leaf svg,
.acw-osc260706--preset-compact-strip .acw-osc260706__leaf img,
.acw-osc260706--preset-compact-strip .acw-osc260706__leaf i,
.acw-osc260706--preset-compact-strip .acw-osc260706__leaf .elementor-icon {
	width: 52px;
	font-size: 52px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__corner-curve {
	width: 88px;
	height: 88px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__feature-inner {
	padding: 22px 22px 20px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__icon-badge {
	width: 58px;
	height: 58px;
	margin-bottom: 12px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__icon-badge::before {
	inset: 5px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__icon-badge svg,
.acw-osc260706--preset-compact-strip .acw-osc260706__icon-badge img {
	width: 24px;
	height: 24px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__icon-badge i,
.acw-osc260706--preset-compact-strip .acw-osc260706__icon-badge .elementor-icon {
	font-size: 24px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__feature-title {
	font-size: clamp(18px, 1.25vw, 24px);
	margin-bottom: 8px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__feature-divider {
	width: 72px;
	margin-bottom: 10px;
}

.acw-osc260706--preset-compact-strip .acw-osc260706__feature-description {
	font-size: clamp(13px, 0.85vw, 15px);
	line-height: 1.35;
}

@media (max-width: 767px) {
	.acw-osc260706--preset-compact-strip {
		padding: 16px 12px;
	}

	.acw-osc260706--preset-compact-strip .acw-osc260706__grid {
		gap: 12px;
	}

	.acw-osc260706--preset-compact-strip .acw-osc260706__card {
		min-height: 130px;
	}

	.acw-osc260706--preset-compact-strip .acw-osc260706__intro-content,
	.acw-osc260706--preset-compact-strip .acw-osc260706__feature-inner {
		padding: 18px 18px 16px;
	}

	.acw-osc260706--preset-compact-strip .acw-osc260706__intro-title {
		font-size: clamp(22px, 8vw, 34px);
	}
}
