body.funicular-purchase-flow-body {
	--funicular-step1-green-dark: #1f4b3a;
	--funicular-step1-green-dark-strong: #17382c;
	--funicular-step1-green-light: #9fd7b5;
	--funicular-step1-green-soft: #edf7f0;
	--funicular-step1-green-border: rgba(31, 75, 58, 0.2);
	--funicular-step1-text-soft: #4b6259;
	--color-primary: var(--funicular-step1-green-dark);
}

body.funicular-purchase-flow-body.funicular-purchase-flow-step-1 {
	padding-bottom: 24px;
}

.funicular-flow-header {
	border-bottom-color: rgba(31, 75, 58, 0.14);
}

.funicular-flow-footer {
	border-top-color: rgba(31, 75, 58, 0.14);
}

.funicular-flow-footer__continue {
	background: var(--funicular-step1-green-dark) !important;
	border: 0 !important;
	box-shadow: 0 10px 22px rgba(31, 75, 58, 0.2);
}

.funicular-flow-footer__continue:not(:disabled):hover {
	background: var(--funicular-step1-green-dark-strong) !important;
}

.funicular-flow-footer__continue:focus-visible {
	outline: 2px solid var(--funicular-step1-green-dark);
	outline-offset: 2px;
	box-shadow: 0 0 0 3px rgba(159, 215, 181, 0.38), 0 10px 22px rgba(31, 75, 58, 0.2) !important;
}

.funicular-purchase-flow[data-current-step="1"] .funicular-flow-footer__continue,
.funicular-purchase-flow[data-current-step="1"] .funicular-flow-footer__continue:hover,
.funicular-purchase-flow[data-current-step="1"] .funicular-flow-footer__continue:focus,
.funicular-purchase-flow[data-current-step="1"] .funicular-flow-footer__continue:active {
	border-color: transparent !important;
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-step {
	color: var(--funicular-step1-green-dark);
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-label {
	color: var(--funicular-step1-text-soft);
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot.is-current::before,
.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot.is-complete::before {
	background: #2bbf6a;
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot::after {
	background: #c5ccd3;
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot.is-complete::after {
	background: rgba(43, 191, 106, 0.38);
}

.funicular-step-ticket-selection.funicular-step1 {
	display: grid;
	gap: 16px;
}

.funicular-step1-banners,
.funicular-step1-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.funicular-step1-option {
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.funicular-step1-option__input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.funicular-step1-option__label {
	position: relative;
	isolation: isolate;
	display: flex;
	gap: 12px;
	border: 1px solid var(--funicular-step1-green-border);
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	min-height: 112px;
	box-shadow: 0 6px 18px rgba(15, 43, 34, 0.06);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.funicular-step1-option:hover .funicular-step1-option__label {
	border-color: rgba(31, 75, 58, 0.32);
	transform: translateY(-1px);
}

.funicular-step1-option__input:focus-visible + .funicular-step1-option__label {
	outline: 2px solid var(--funicular-step1-green-dark);
	outline-offset: 3px;
}

.funicular-step1-option__info {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	min-width: 38px !important;
	min-height: 38px !important;
	width: 38px !important;
	height: 38px !important;
	aspect-ratio: 1 / 1;
	border: 2px solid rgba(194, 212, 203, 0.98) !important;
	border-radius: 50% !important;
	background: #fff !important;
	background-color: #fff !important;
	color: var(--funicular-step1-green-dark) !important;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1 !important;
	cursor: pointer;
	box-shadow: 0 5px 16px rgba(15, 43, 34, 0.2) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	text-decoration: none !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.funicular-step1-option__info:hover {
	transform: translateY(-1px);
	background: #f8fcfa !important;
	box-shadow: 0 8px 18px rgba(15, 43, 34, 0.22) !important;
}

.funicular-step1-option__info:focus-visible {
	outline: 2px solid var(--funicular-step1-green-dark);
	outline-offset: 2px;
}

.funicular-step1-option__info > span {
	display: block;
	line-height: 1;
	font-size: inherit;
	font-weight: inherit;
	transform: translateY(-1px);
}

.funicular-step1-option__media {
	display: flex;
	width: 104px;
	min-width: 104px;
	height: 104px;
	margin: 8px;
	border-radius: 12px;
	overflow: hidden;
	background: #e6f1ea;
}

.funicular-step1-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.funicular-step1-image--placeholder {
	align-items: center;
	justify-content: center;
	padding: 8px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	background: linear-gradient(135deg, #2c6450, #1f4b3a);
}

.funicular-step1-option__content {
	flex: 1;
	min-width: 0;
	display: grid;
	gap: 6px;
	align-content: center;
	padding: 12px 40px 12px 0;
}

.funicular-step1-option__badge {
	display: inline-flex;
	width: fit-content;
	padding: 3px 8px;
	border-radius: 999px;
	background: #d3ecdd;
	color: #1f4b3a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.funicular-step1-option__title {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: 0;
	color: #1b2f27;
}

.funicular-step1-option__summary {
	color: var(--funicular-step1-text-soft);
	font-size: 13px;
	line-height: 1.5;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.funicular-step1-option__highlights {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 2px;
	color: var(--funicular-step1-text-soft);
	font-size: 12px;
	line-height: 1.4;
}

.funicular-step1-option__highlights li::before {
	content: "\2713";
	margin-right: 6px;
	color: var(--funicular-step1-green-dark);
}

.funicular-step1-option__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.funicular-step1-option__category {
	display: inline-flex;
	padding: 3px 9px;
	border-radius: 999px;
	border: 1px solid rgba(31, 75, 58, 0.2);
	font-size: 11px;
	line-height: 1.2;
	color: #385248;
	background: #f7fcf9;
}

.funicular-step1-option__price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-weight: 800;
	color: var(--funicular-step1-green-dark);
}

.funicular-step1-option__price .amount {
	font-size: inherit;
	font-weight: inherit;
}

.funicular-step1-option__price .funicular-ticket-choice__currency-code {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: var(--funicular-step1-text-soft);
}

.funicular-step1-option--banner {
	border-radius: 18px;
	overflow: hidden;
}

.funicular-step1-option--banner .funicular-step1-option__label {
	position: relative;
	display: grid;
	min-height: 154px;
	padding: 0;
	gap: 0;
	border: 1px solid rgba(31, 75, 58, 0.12);
	border-radius: 18px;

}

.funicular-step1-option--banner .funicular-step1-option__label::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
	pointer-events: none;
}

.funicular-step1-option--banner .funicular-step1-option__media {
	margin: 0;
	width: 100%;
	min-width: 0;
	height: 154px;
	border-radius: 0;
}

.funicular-step1-option--banner .funicular-step1-option__content {
	position: absolute;
	inset: auto 0 0 0;
	padding: 10px 48px 10px 12px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.24) 100%);
	color: #fff;
}

.funicular-step1-option--banner .funicular-step1-option__title,
.funicular-step1-option--banner .funicular-step1-option__summary,
.funicular-step1-option--banner .funicular-step1-option__price,
.funicular-step1-option--banner .funicular-step1-option__price .funicular-ticket-choice__currency-code {
	color: #fff;
}

.funicular-step1-option--banner .funicular-step1-option__badge {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.funicular-step1-option--banner .funicular-step1-option__info {
	top: 12px;
	right: 12px;
}

.funicular-step1-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4px;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button {
	display: inline-block;
	padding: 0;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: var(--funicular-step1-green-dark) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button--more {
	padding: 10px 18px;
	border-radius: 8px;
	background: #2d433d !important;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button--more:hover {
	background: #22332f !important;
	color: #fff !important;
	text-decoration: none;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button--less:hover {
	color: #22332f !important;
	text-decoration: none;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button:focus-visible {
	outline: 2px solid var(--funicular-step1-green-dark);
	outline-offset: 2px;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button[hidden] {
	display: none !important;
}

.funicular-step1-dialog {
	width: min(680px, calc(100% - 24px));
	padding: 0;
	border: 0;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.funicular-step1-dialog::backdrop {
	background: rgba(15, 43, 34, 0.62);
}

.funicular-step1-dialog__panel {
	display: grid;
}

.funicular-step1-dialog button.funicular-step1-dialog__close,
.funicular-step1-dialog .funicular-step1-dialog__close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	min-height: 38px !important;
	border: 2px solid rgba(194, 212, 203, 0.98) !important;
	border-radius: 50% !important;
	background: #fff !important;
	background-color: #fff !important;
	font-size: 24px !important;
	line-height: 1 !important;
	cursor: pointer;
	color: var(--funicular-step1-green-dark) !important;
	box-shadow: 0 6px 14px rgba(15, 43, 34, 0.2) !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.funicular-step1-dialog button.funicular-step1-dialog__close:hover,
.funicular-step1-dialog button.funicular-step1-dialog__close:focus,
.funicular-step1-dialog button.funicular-step1-dialog__close:active {
	background: #f8fcfa !important;
	color: var(--funicular-step1-green-dark) !important;
}

.funicular-step1-dialog .funicular-step1-dialog__close > span {
	display: block;
	line-height: 1;
	transform: translateY(-1px);
}

.funicular-step1-dialog__media {
	margin: 0;
	background: #e6f1ea;
}

.funicular-step1-dialog__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.funicular-step1-dialog__content {
	display: grid;
	gap: 10px;
	padding: 14px;
}

.funicular-step1-dialog__badge {
	margin: 0;
	width: fit-content;
	padding: 3px 10px;
	border-radius: 999px;
	background: #d3ecdd;
	color: #1f4b3a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.funicular-step1-dialog__title {
	margin: 0;
	font-family: var(--font-heading);
	font-size: 24px;
	line-height: 1.06;
	letter-spacing: 0;
	color: #1b2f27;
}

.funicular-step1-dialog__price {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: var(--funicular-step1-green-dark);
}

.funicular-step1-dialog__price .amount {
	font-size: inherit;
	font-weight: inherit;
}

.funicular-step1-dialog__summary {
	margin: 0;
	color: var(--funicular-step1-text-soft);
	line-height: 1.5;
}

.funicular-step1-dialog__highlights,
.funicular-step1-dialog__categories {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.funicular-step1-dialog__highlights li,
.funicular-step1-dialog__categories li {
	font-size: 12px;
	line-height: 1.35;
	color: var(--funicular-step1-text-soft);
}

.funicular-step1-dialog__highlights li::before {
	content: "\2713";
	margin-right: 5px;
	color: var(--funicular-step1-green-dark);
}

.funicular-step1-dialog__categories li {
	padding: 2px 8px;
	border-radius: 999px;
	border: 1px solid rgba(31, 75, 58, 0.2);
	background: #f7fcf9;
}

.funicular-step1-dialog__description {
	color: var(--funicular-step1-text-soft);
	font-size: 14px;
	line-height: 1.6;
}

.funicular-step1-dialog-backdrop {
	position: fixed;
	inset: 0;
	z-index: 999;
	background: rgba(15, 43, 34, 0.62);
}

.funicular-step1-dialog.is-fallback-open {
	position: fixed;
	inset: 50% auto auto 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	max-height: calc(100vh - 24px);
	overflow: auto;
}

.funicular-step-ticket-selection.funicular-step1.is-submitting {
	opacity: 0.75;
}

.has-step1-auto-submit .funicular-purchase-flow[data-current-step="1"] .funicular-flow-footer {
	display: none;
}

@media (min-width: 768px) {
	.funicular-step1-option--banner .funicular-step1-option__label {
		min-height: 166px;
	}

	.funicular-step1-option--banner .funicular-step1-option__media {
		height: 166px;
	}

	.funicular-step1-banners {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.funicular-step1-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.funicular-step1-banners {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.funicular-step1-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.funicular-step1-option__label,
	.funicular-step1-option__info,
	.funicular-step1-more__button,
	.funicular-flow-footer__continue {
		transition: none;
	}
}

/* Step 1 palette - design PDF */
body.funicular-purchase-flow-body {
	--funicular-step1-primary: #2e3c1a;
	--funicular-step1-primary-hover: #2b3c36;
	--funicular-step1-accent: #b97b34;
	--funicular-step1-accent-strong: #ba7c34;
	--funicular-step1-teal: #0f9785;
	--funicular-step1-surface: #fafbe4;
	--funicular-step1-surface-alt: #ecebcb;
	--funicular-step1-border-solid: #c4ccd3;
	--funicular-step1-disabled: #d6d6d6;
	--funicular-step1-muted: #999999;
	--funicular-step1-ink: #000000;
	--funicular-step1-primary-rgb: 46, 60, 26;
	--funicular-step1-accent-rgb: 185, 123, 52;
	--funicular-step1-green-dark: var(--funicular-step1-primary);
	--funicular-step1-green-dark-strong: var(--funicular-step1-primary-hover);
	--funicular-step1-green-light: var(--funicular-step1-accent);
	--funicular-step1-green-soft: var(--funicular-step1-surface);
	--funicular-step1-green-border: rgba(var(--funicular-step1-primary-rgb), 0.18);
	--funicular-step1-text-soft: var(--funicular-step1-muted);
	--color-primary: var(--funicular-step1-primary);
	--color-text: var(--funicular-step1-ink);
	--color-text-soft: var(--funicular-step1-muted);
	--color-bg: var(--funicular-step1-surface);
	--color-bg-alt: var(--funicular-step1-surface-alt);
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot.is-current::before {
	background: var(--funicular-step1-primary);
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot.is-complete::before {
	border: 0;
	background: var(--funicular-step1-accent);
	background-color: var(--funicular-step1-accent);
	background-image: none;
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot.is-complete::after {
	background: var(--funicular-step1-border-solid);
}

.funicular-purchase-flow[data-current-step="1"] .funicular-purchase-flow__progress-dot::after {
	background: var(--funicular-step1-border-solid);
}

.funicular-step1-option__label,
.funicular-step1-dialog {
	background: var(--funicular-step1-surface);
	border-color: rgba(var(--funicular-step1-primary-rgb), 0.18);
}

.funicular-step1-option--banner .funicular-step1-option__label {
	border-color: rgba(var(--funicular-step1-primary-rgb), 0.18);
}

.funicular-step1-option:hover .funicular-step1-option__label {
	border-color: var(--funicular-step1-accent);
}

.funicular-step1-option__info,
.funicular-step1-dialog button.funicular-step1-dialog__close,
.funicular-step1-dialog .funicular-step1-dialog__close {
	background: #ffffff !important;
	background-color: #ffffff !important;
	border-color: var(--funicular-step1-border-solid) !important;
	color: var(--funicular-step1-primary) !important;
	box-shadow: 0 5px 16px rgba(var(--funicular-step1-primary-rgb), 0.2) !important;
}

.funicular-step1-option__info:hover,
.funicular-step1-dialog button.funicular-step1-dialog__close:hover,
.funicular-step1-dialog button.funicular-step1-dialog__close:focus,
.funicular-step1-dialog button.funicular-step1-dialog__close:active {
	background: var(--funicular-step1-surface-alt) !important;
	color: var(--funicular-step1-primary) !important;
}

.funicular-step1-option__media,
.funicular-step1-dialog__media {
	background: var(--funicular-step1-surface-alt);
}

.funicular-step1-option__badge,
.funicular-step1-dialog__badge {
	background: var(--funicular-step1-surface-alt);
	color: var(--funicular-step1-primary);
}

.funicular-step1-option__title,
.funicular-step1-dialog__title {
	color: var(--funicular-step1-ink);
}

.funicular-step1-option__summary,
.funicular-step1-option__highlights,
.funicular-step1-dialog__summary,
.funicular-step1-dialog__description,
.funicular-step1-dialog__highlights li,
.funicular-step1-dialog__categories li,
.funicular-step1-option__price .funicular-ticket-choice__currency-code {
	color: var(--funicular-step1-muted);
}

.funicular-step1-option__price,
.funicular-step1-dialog__price {
	color: var(--funicular-step1-accent-strong);
}

.funicular-step1-option__highlights li::before,
.funicular-step1-dialog__highlights li::before {
	color: var(--funicular-step1-accent);
}

.funicular-step1-option__category,
.funicular-step1-dialog__categories li {
	background: var(--funicular-step1-surface-alt);
	border-color: var(--funicular-step1-border-solid);
	color: var(--funicular-step1-primary);
}

.funicular-step1-image--placeholder {
	background: linear-gradient(135deg, var(--funicular-step1-primary-hover), var(--funicular-step1-primary));
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button {
	color: var(--funicular-step1-primary) !important;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button--more {
	background: var(--funicular-step1-primary) !important;
	color: #ffffff !important;
}

.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button--more:hover,
.funicular-step-ticket-selection.funicular-step1 .funicular-step1-more__button--less:hover {
	background: var(--funicular-step1-primary-hover) !important;
	color: #ffffff !important;
}

.funicular-step1-dialog::backdrop,
.funicular-step1-dialog-backdrop {
	background: rgba(var(--funicular-step1-primary-rgb), 0.62);
}

.funicular-flow-footer__continue {
	background: var(--funicular-step1-primary) !important;
	box-shadow: 0 10px 22px rgba(var(--funicular-step1-primary-rgb), 0.22);
}

.funicular-flow-footer__continue:not(:disabled):hover {
	background: var(--funicular-step1-primary-hover) !important;
}

.funicular-flow-footer__continue:focus-visible {
	outline-color: var(--funicular-step1-primary);
	box-shadow: 0 0 0 3px rgba(var(--funicular-step1-accent-rgb), 0.24), 0 10px 22px rgba(var(--funicular-step1-primary-rgb), 0.22) !important;
}
