[data-bekaa-quote-section] {
	--bekaa-wd-quote-dark: #090b10;
	--bekaa-wd-quote-white: #fff;
	--bekaa-wd-quote-muted: rgba(255, 255, 255, 0.86);
	--bekaa-wd-quote-gutter: 0.75rem;
	--bekaa-wd-quote-edge: clamp(1.25rem, 4.2vw, 3.75rem);
	--bekaa-wd-quote-display: "Gilda Display", Georgia, "Times New Roman", serif;
	--bekaa-wd-quote-system: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif);
	position: relative;
	width: 100vw;
	max-width: 100vw;
	height: 150svh;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	background: var(--bekaa-wd-quote-dark);
	color: var(--bekaa-wd-quote-white);
	isolation: isolate;
}

[data-bekaa-quote-section],
[data-bekaa-quote-section] * {
	box-sizing: border-box;
}

[data-bekaa-quote-section] img {
	display: block;
	max-width: none;
}

.bekaa-wd-quote__sticky {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.bekaa-wd-quote__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bekaa-wd-quote__image {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: 50% 50%;
}

.bekaa-wd-quote__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.52) 28%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0) 76%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.24)),
		rgba(0, 0, 0, var(--bekaa-wd-quote-overlay-opacity, 0));
}

body.home .bekaa-wd-quote__overlay {
	background:
		radial-gradient(ellipse 56% 64% at 18% 72%, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.56) 34%, rgba(0, 0, 0, 0.24) 62%, rgba(0, 0, 0, 0) 88%),
		linear-gradient(124deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0) 64%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 7%, #000 31%, #000 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, transparent 7%, #000 31%, #000 100%);
}

.bekaa-wd-quote__content {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	max-width: calc(100% - 1.5rem);
	height: 100svh;
	margin-right: auto;
	margin-left: auto;
	will-change: transform;
	transform: translate3d(0, 100svh, 0);
}

.bekaa-wd-quote__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: var(--bekaa-wd-quote-gutter);
	width: 100%;
	height: 100%;
	align-items: start;
	padding-top: clamp(6rem, 16vh, 11rem);
}

.bekaa-wd-quote__copy {
	grid-column: 2 / span 4;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: min(100%, 23.75rem);
	margin: 0;
	text-shadow:
		0 1px 1px rgba(0, 0, 0, 0.58),
		0 10px 24px rgba(0, 0, 0, 0.24);
}

.bekaa-wd-quote__text-handoff {
	margin: 0;
}

.bekaa-wd-quote__kicker {
	margin: 0 0 1.15rem !important;
	font-family: var(--bekaa-wd-quote-system) !important;
	font-size: var(--bekaa-fs-eyebrow-large, 0.75rem) !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	letter-spacing: var(--bekaa-tracking-eyebrow, 0.18em) !important;
	text-transform: uppercase !important;
	color: var(--bekaa-wd-quote-white) !important;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
	.bekaa-wd-quote__kicker::after {
		content: "";
		display: inline-block;
		width: var(--bekaa-cursor-dot-size, var(--bekaa-button-dot-size, 4px));
		height: var(--bekaa-cursor-dot-size, var(--bekaa-button-dot-size, 4px));
		margin-left: 0.13em;
		border-radius: 999px;
		background: var(--bekaa-red, #ec1d25);
		opacity: 0;
		filter: blur(1px);
		transform: translate3d(-0.16em, 1px, 0) scale(0.2);
		transform-origin: center;
		vertical-align: baseline;
		transition:
			opacity 0.24s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)) 0.06s,
			transform 0.42s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)) 0.03s,
			filter 0.34s var(--bekaa-motion-ease, cubic-bezier(0.22, 1, 0.36, 1)) 0.03s;
	}

	.bekaa-wd-quote__text-handoff:hover .bekaa-wd-quote__kicker::after {
		opacity: 1;
		filter: blur(0);
		transform: translate3d(0, 1px, 0) scale(1);
	}
}

.bekaa-wd-quote__heading {
	max-width: 9.5em;
	margin: 0 0 1.35rem !important;
	font-family: var(--bekaa-wd-quote-display) !important;
	font-size: clamp(2rem, 3vw, 2.75rem) !important;
	font-weight: 300 !important;
	line-height: 0.98 !important;
	letter-spacing: 0 !important;
	color: var(--bekaa-wd-quote-white) !important;
	text-transform: none !important;
}

.bekaa-wd-quote__heading-line {
	display: block;
	margin-bottom: 0 !important;
}

.bekaa-wd-quote[data-bekaa-quote-section] .bekaa-wd-quote__heading-line {
	margin-bottom: 0 !important;
}

.bekaa-wd-quote__heading-line--last {
	margin-bottom: 1.35rem !important;
}

.bekaa-wd-quote[data-bekaa-quote-section] .bekaa-wd-quote__heading-line--last {
	margin-bottom: 1.35rem !important;
}

.bekaa-wd-quote__text {
	max-width: 100%;
	margin: 0;
	font-family: var(--bekaa-wd-quote-system);
	font-size: clamp(0.9375rem, 1.02vw, 1rem);
	font-weight: 450;
	line-height: 1.72;
	letter-spacing: var(--bekaa-tracking-body, 0.005em);
	color: var(--bekaa-wd-quote-muted);
}

.bekaa-wd-quote__text p {
	margin: 0;
}

.bekaa-wd-quote__text p + p {
	margin-top: 1.05rem;
}

.bekaa-wd-quote__text::before,
.bekaa-wd-quote__text::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 991px) {
	.bekaa-wd-quote__copy {
		grid-column: 2 / span 6;
	}
}

@media (max-width: 767px) {
	[data-bekaa-quote-section] {
		min-height: 82svh;
		height: auto;
	}

	.bekaa-wd-quote__sticky {
		top: -18svh;
		bottom: -18svh;
		height: auto;
	}

	.bekaa-wd-quote__overlay {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.46)),
			rgba(0, 0, 0, var(--bekaa-wd-quote-overlay-opacity, 0));
	}

	body.home .bekaa-wd-quote__overlay {
		background:
			linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.46)),
			rgba(0, 0, 0, var(--bekaa-wd-quote-overlay-opacity, 0));
		-webkit-mask-image: none;
		mask-image: none;
	}

	.bekaa-wd-quote__content {
		position: relative;
		inset: auto;
		display: flex;
		align-items: flex-start;
		min-height: 82svh;
		height: auto;
		max-width: calc(100% - 2.5rem);
		transform: none;
		will-change: auto;
	}

	.bekaa-wd-quote__grid {
		display: block;
		height: auto;
		padding-top: clamp(9rem, 30svh, 15rem);
		padding-bottom: clamp(3.75rem, 9svh, 5rem);
	}

	.bekaa-wd-quote__copy {
		width: 100%;
		max-width: 23.5rem;
	}

	.bekaa-wd-quote__heading {
		font-size: clamp(2rem, 11vw, 2.7rem);
	}

	.bekaa-wd-quote__text {
		font-size: 1rem;
		line-height: 1.68;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bekaa-wd-quote__kicker::after {
		transition: none !important;
	}
}
