.bekaa-pub-crawl-experience[data-bekaa-quote-section] {
	--bekaa-pub-crawl-mobile-gutter: clamp(2rem, 8.4vw, 2.5rem);
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__overlay {
	background:
		radial-gradient(ellipse 54% 62% at 18% 74%, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0) 90%),
		linear-gradient(118deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0) 66%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 8%, #000 31%, #000 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, transparent 8%, #000 31%, #000 100%);
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__grid {
	padding-top: clamp(6.5rem, 15svh, 10rem);
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__copy {
	grid-column: 2 / span 5;
	width: min(100%, 34rem);
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__heading {
	max-width: 10.6em;
	margin-bottom: 1.35rem !important;
	font-size: clamp(2.45rem, 3.05vw, 3.55rem) !important;
	font-weight: 400 !important;
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__heading::after {
	content: none;
}

.bekaa-pub-crawl-experience__heading-line {
	display: block;
}

.bekaa-pub-crawl-experience__heading-line:first-child {
	white-space: nowrap;
}

.bekaa-pub-crawl-experience__heading-dot {
	color: var(--bekaa-red, #ec1d25);
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__text {
	max-width: 25.5rem;
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__text p + p {
	margin-top: 0;
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__actions {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 0.75rem;
	width: min(34rem, 100%);
	margin-top: clamp(1.85rem, 4svh, 2.6rem);
}

.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__actions .bekaa-button + .bekaa-button {
	margin-left: 0;
}

.bekaa-pub-crawl-lock {
	position: relative;
	left: 50%;
	--bekaa-pub-crawl-mobile-gutter: clamp(2rem, 8.4vw, 2.5rem);
	width: 100vw;
	min-height: 185svh;
	margin-left: -50vw;
	background: #fff;
	color: #fff;
	isolation: isolate;
}

.bekaa-pub-crawl-lock,
.bekaa-pub-crawl-lock * {
	box-sizing: border-box;
}

.bekaa-pub-crawl-lock__pin {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100svh;
	min-height: 42rem;
	overflow: hidden;
	background: #fff;
}

.bekaa-pub-crawl-lock__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
}

.bekaa-pub-crawl-lock__image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.bekaa-pub-crawl-lock__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		radial-gradient(ellipse 54% 62% at 18% 74%, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0) 90%),
		linear-gradient(118deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.24) 28%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0) 66%);
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, transparent 8%, #000 31%, #000 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, transparent 8%, #000 31%, #000 100%);
}

.bekaa-pub-crawl-lock__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	column-gap: 0.75rem;
	width: 100%;
	max-width: calc(100% - 1.5rem);
	margin-right: auto;
	margin-left: auto;
	pointer-events: none;
}

.bekaa-pub-crawl-lock__copy {
	grid-column: 2 / span 5;
	align-self: start;
	width: min(100%, 34rem);
	padding-top: clamp(7rem, 15svh, 10rem);
	color: #fff;
	text-shadow:
		0 1px 1px rgba(0, 0, 0, 0.52),
		0 10px 24px rgba(0, 0, 0, 0.24);
	transform: translate3d(0, 0, 0);
	will-change: transform;
	pointer-events: auto;
}

.bekaa-pub-crawl-lock__kicker {
	margin: 0 0 1.15rem;
	color: #fff !important;
	font-family: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
	font-size: var(--bekaa-fs-eyebrow-large, 12px) !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: var(--bekaa-tracking-eyebrow, 0.18em) !important;
	text-transform: uppercase !important;
}

.bekaa-pub-crawl-lock__title {
	max-width: none;
	margin: 0 0 1.35rem !important;
	color: #fff !important;
	font-family: var(--bekaa-display, "Gilda Display", Georgia, "Times New Roman", serif) !important;
	font-size: clamp(2.45rem, 3.05vw, 3.55rem) !important;
	font-weight: 400 !important;
	line-height: 0.98 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.bekaa-pub-crawl-lock__title span,
.bekaa-pub-crawl-lock__title em {
	display: block;
}

.bekaa-pub-crawl-lock__title > span {
	white-space: nowrap;
}

.bekaa-pub-crawl-lock__title em {
	font-style: normal !important;
	font-weight: 400 !important;
}

.bekaa-pub-crawl-lock__title .bekaa-heading-dot {
	display: inline;
	color: var(--bekaa-red, #ec1d25);
	font-style: normal;
}

.bekaa-pub-crawl-lock__body {
	max-width: 25.5rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.9) !important;
	font-family: var(--bekaa-system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif) !important;
	font-size: clamp(0.9375rem, 1.02vw, 1rem) !important;
	font-weight: 400 !important;
	line-height: 1.72 !important;
	letter-spacing: var(--bekaa-tracking-body, 0.005em) !important;
}

.bekaa-pub-crawl-lock__actions {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	gap: 0.75rem;
	width: min(34rem, 100%);
	margin-top: clamp(1.85rem, 4svh, 2.6rem);
}

.bekaa-pub-crawl-lock__actions .bekaa-button + .bekaa-button {
	margin-left: 0;
}

@media (max-width: 1200px) {
	.bekaa-pub-crawl-lock__copy {
		grid-column: 2 / span 5;
	}

	.bekaa-pub-crawl-lock__title {
		font-size: clamp(2.45rem, 3.8vw, 3.35rem) !important;
	}
}

@media (max-width: 900px) {
	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__copy {
		grid-column: 2 / span 6;
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__heading {
		font-size: clamp(2.45rem, 3.8vw, 3.35rem) !important;
	}

	.bekaa-pub-crawl-lock {
		min-height: 130svh;
	}

	.bekaa-pub-crawl-lock__overlay {
		background: rgba(0, 0, 0, 0.48);
		-webkit-mask-image: none;
		mask-image: none;
	}

	.bekaa-pub-crawl-lock__pin {
		min-height: 40rem;
	}

	.bekaa-pub-crawl-lock__image {
		object-position: 57% center;
	}

	.bekaa-pub-crawl-lock__content {
		display: block;
		max-width: calc(100% - (var(--bekaa-pub-crawl-mobile-gutter) * 2));
	}

	.bekaa-pub-crawl-lock__copy {
		width: min(28rem, 100%);
		padding-top: clamp(5.75rem, 13svh, 8rem);
	}

	.bekaa-pub-crawl-lock__title {
		font-size: clamp(2.45rem, 8.8vw, 3.5rem) !important;
	}

	.bekaa-pub-crawl-lock__title > span {
		white-space: normal;
	}

	.bekaa-pub-crawl-lock__body {
		max-width: 25.5rem;
		font-size: 1rem !important;
	}

	.bekaa-pub-crawl-lock__actions {
		margin-top: 2rem;
	}
}

@media (max-width: 560px) {
	.bekaa-pub-crawl-experience[data-bekaa-quote-section] {
		min-height: 118svh;
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .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-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__content {
		min-height: 118svh;
		max-width: calc(100% - (var(--bekaa-pub-crawl-mobile-gutter) * 2));
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__grid {
		padding-top: clamp(12rem, 34svh, 18rem);
		padding-bottom: clamp(3.5rem, 10svh, 5.5rem);
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__copy {
		max-width: 21.5rem;
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__heading {
		font-size: clamp(1.78rem, 8.3vw, 2.35rem) !important;
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__text {
		max-width: 21rem;
		font-size: 0.95rem !important;
		line-height: 1.62 !important;
	}

	.bekaa-pub-crawl-experience[data-bekaa-quote-section] .bekaa-wd-quote__actions {
		width: min(22.5rem, 100%);
		margin-top: 1.8rem;
	}

	.bekaa-pub-crawl-lock {
		min-height: 118svh;
	}

	.bekaa-pub-crawl-lock__pin {
		min-height: 34rem;
	}

	.bekaa-pub-crawl-lock__content {
		max-width: calc(100% - (var(--bekaa-pub-crawl-mobile-gutter) * 2));
	}

	.bekaa-pub-crawl-lock__copy {
		padding-top: clamp(4.9rem, 10svh, 6.25rem);
	}

	.bekaa-pub-crawl-lock__kicker {
		max-width: 19rem;
		margin-bottom: 1rem;
	}

	.bekaa-pub-crawl-lock__title {
		margin-bottom: 1.25rem !important;
		font-size: clamp(2.25rem, 10vw, 2.9rem) !important;
	}

	.bekaa-pub-crawl-lock__body {
		max-width: 21rem;
		font-size: 0.95rem !important;
		line-height: 1.62 !important;
	}

	.bekaa-pub-crawl-lock__actions {
		width: min(22.5rem, 100%);
		margin-top: 1.8rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bekaa-pub-crawl-lock {
		min-height: 100svh;
	}

	.bekaa-pub-crawl-lock__copy {
		transform: none !important;
		will-change: auto;
	}
}
