/* Tour registry — scoped under .tour-registry-page. Use registry-* / tr-* prefixes only; no generic names (hero, category, tour) from main.css. */

.tour-registry-page {
	--tr-pine: #06652e;
	--tr-pine-dark: #064923;
	--tr-orange: #e24420;
	--tr-mist: #f3f6f2;
	--tr-ink: #152019;
	--tr-muted: #65716a;
	--tr-line: #dce4de;
	--tr-white: #fff;
	--tr-shadow-soft: 0 8px 25px rgba(20, 54, 34, 0.08);
	--tr-shell: min(calc(100% - 32px), 1340px);
	--tr-toolbar-sticky-top: 8%;
}

.tour-registry-page .page_content,
.tour-registry-page .container.page_content {
	padding: 0;
	max-width: none;
}

.tour-registry-page .shell {
	width: var(--tr-shell);
	margin-inline: auto;
}

.tour-registry-page .tour-registry-main {
	color: var(--tr-ink);
	padding-top: 72px;
}

.tour-registry-page .tour-registry-hero {
	position: relative;
	overflow: hidden;
	padding: 40px 0;
	background:
		radial-gradient(circle at 80% 15%, rgba(201, 229, 77, 0.26), transparent 27%),
		radial-gradient(circle at 10% 72%, rgba(255, 255, 255, 0.7), transparent 30%),
		linear-gradient(145deg, #edf4eb 0%, #f8f4e9 58%, #e8f0e7 100%);
}

.tour-registry-page .tour-registry-hero::after {
	position: absolute;
	right: -80px;
	bottom: -240px;
	width: 560px;
	height: 560px;
	border: 1px solid rgba(8, 107, 63, 0.13);
	border-radius: 50%;
	content: "";
	box-shadow:
		0 0 0 70px rgba(8, 107, 63, 0.025),
		0 0 0 140px rgba(8, 107, 63, 0.02);
	pointer-events: none;
}

.tour-registry-page .tour-registry-hero-shell {
	position: relative;
	z-index: 2;
}

.tour-registry-page .heading h1 {
	margin: 0;
	font-size: clamp(42px, 5vw, 66px);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.tour-registry-page .registry {
	padding: 16px 0 68px;
	background: var(--tr-mist);
}

.tour-registry-page .registry-search {
	margin: 0 0 14px;
	padding: 18px;
	border: 1px solid rgba(6, 101, 46, 0.1);
	border-radius: 22px;
	background: var(--tr-white);
	box-shadow: var(--tr-shadow-soft);
}

.tour-registry-page .registry-search-label {
	margin-bottom: 8px;
	color: var(--tr-pine-dark);
	font-size: 14px;
	font-weight: 600;
}

.tour-registry-page .registry-search-row {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
	min-height: 52px;
	border: 1px solid #cfd9d1;
	border-radius: 12px;
	background: var(--tr-white);
	transition: border-color 0.18s, box-shadow 0.18s;
}

.tour-registry-page .registry-search-row:focus-within {
	border-color: var(--tr-pine);
	box-shadow: 0 0 0 3px rgba(6, 101, 46, 0.1);
}

.tour-registry-page .registry-search-icon {
	display: grid;
	place-items: center;
	color: var(--tr-pine);
	font-size: 20px;
}

.tour-registry-page .registry-search input {
	width: 100%;
	height: 50px;
	padding: 0 8px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--tr-ink);
	font-size: 15px;
	font-weight: 500;
}

.tour-registry-page .registry-search input::placeholder {
	color: #7a867e;
	font-weight: 400;
}

.tour-registry-page .registry-search-clear {
	min-height: 38px;
	margin-right: 7px;
	padding: 0 12px;
	border: 0;
	border-radius: 10px;
	background: #eef4ef;
	color: var(--tr-pine-dark);
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.tour-registry-page .registry-search-clear:hover {
	background: #e3eee5;
}

.tour-registry-page .registry-search-meta {
	margin-top: 8px;
	color: var(--tr-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.tour-registry-page .registry-search-meta strong {
	color: var(--tr-pine-dark);
	font-weight: 600;
}

.tour-registry-page .registry-search-empty {
	padding: 20px;
	border: 1px dashed #cfd9d1;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.7);
	color: #6e7972;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.tour-registry-page .registry-download-settings {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	width: 100%;
}

.tour-registry-page .registry-download-setting {
	margin: 0;
	min-width: 0;
}

.tour-registry-page .registry-download-settings .registry-segmented-control {
	width: 220px;
	min-height: 48px;
}

.tour-registry-page .registry-segmented-control {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 48px;
	padding: 3px;
	border: 1px solid var(--tr-line);
	border-radius: 13px;
	background: var(--tr-white);
	box-shadow: var(--tr-shadow-soft);
}

.tour-registry-page .registry-segmented-option {
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: var(--tr-ink);
	font: 600 14px/1 Rubik, system-ui, sans-serif;
	transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.tour-registry-page .registry-segmented-option:hover {
	background: var(--tr-mist);
}

.tour-registry-page .registry-segmented-option.active {
	background: var(--tr-pine);
	color: var(--tr-white);
	box-shadow: 0 5px 13px rgba(6, 101, 46, 0.18);
}

.tour-registry-page .registry-bulk-download {
	min-height: 44px;
	padding: 0 15px;
	border: 1px solid var(--tr-pine);
	border-radius: 13px;
	background: var(--tr-pine);
	color: var(--tr-white);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(6, 101, 46, 0.13);
}

.tour-registry-page .registry-bulk-download:hover {
	background: var(--tr-pine-dark);
	border-color: var(--tr-pine-dark);
}

.tour-registry-page .registry-download-settings-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}

.tour-registry-page .registry-accordion-toggle {
	min-height: 48px;
	padding: 0 15px;
	border: 1px solid var(--tr-line);
	border-radius: 13px;
	background: var(--tr-white);
	color: var(--tr-ink);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	box-shadow: none;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.tour-registry-page .registry-accordion-toggle:hover {
	border-color: #b9c9bd;
	background: #f3f6f2;
}

.tour-registry-page .registry-download-all-inline {
	min-height: 48px;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 700;
}

.tour-registry-page .registry-download-toolbar,
.tour-registry-page .registry-download-toolbar * {
	font-family: inherit;
}

.tour-registry-page .registry-download-toolbar {
	position: sticky;
	top: var(--tr-toolbar-sticky-top);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin: 0 0 30px;
	padding: 14px 16px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(210, 222, 212, 0.95);
	border-radius: 17px;
	box-shadow: 0 14px 38px rgba(10, 50, 31, 0.13);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.tour-registry-page .registry-download-toolbar[hidden] {
	display: none !important;
}

.tour-registry-page .registry-bulk-actions-selected {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.tour-registry-page .registry-download-toolbar .registry-selected-status {
	font-size: 14px;
	font-weight: 600;
	color: var(--tr-muted);
}

.tour-registry-page .registry-download-toolbar .registry-selected-status b {
	font-weight: 700;
	color: var(--tr-pine-dark);
}

.tour-registry-page .registry-download-toolbar .registry-bulk-download,
.tour-registry-page .registry-download-toolbar .registry-bulk-reset {
	min-height: 44px;
	padding: 0 15px;
	border-radius: 13px;
	font-size: 14px;
	font-weight: 600;
}

.tour-registry-page .registry-download-toolbar .registry-bulk-download-selected {
	border-color: var(--tr-pine);
	background: #fff;
	color: var(--tr-pine);
	box-shadow: none;
}

.tour-registry-page .registry-download-toolbar .registry-bulk-download-selected:hover {
	background: #edf6ef;
	border-color: var(--tr-pine);
	color: var(--tr-pine-dark);
}

.tour-registry-page .registry-download-toolbar .registry-bulk-download-memos {
	border-color: #c8bfa8;
	background: #f8f3e7;
	color: #655d49;
	box-shadow: none;
}

.tour-registry-page .registry-download-toolbar .registry-bulk-download-memos:hover {
	border-color: #a99d7f;
	background: #f1ead9;
	color: #514a3b;
}

.tour-registry-page .registry-download-toolbar .registry-bulk-reset {
	border: 1px solid var(--tr-line);
	background: #fff;
	color: var(--tr-muted);
	white-space: nowrap;
	box-shadow: none;
}

.tour-registry-page .registry-download-toolbar .registry-bulk-reset:hover {
	border-color: #b9c9bd;
	background: #f3f6f2;
	color: var(--tr-ink);
}

.tour-registry-page .registry-download-format-modal {
	position: fixed;
	inset: 0;
	z-index: 500;
	display: grid;
	place-items: center;
	padding: 20px;
}

.tour-registry-page .registry-download-format-modal[hidden] {
	display: none !important;
}

.tour-registry-page .registry-download-format-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 31, 21, 0.52);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.tour-registry-page .registry-download-format-dialog {
	position: relative;
	z-index: 1;
	width: min(500px, 100%);
	padding: 26px;
	padding-top: 58px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 24px;
	background: var(--tr-white);
	box-shadow: 0 30px 100px rgba(3, 28, 18, 0.28);
}

.tour-registry-page .registry-download-format-close {
	position: absolute;
	top: 14px;
	right: 14px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: #eef4ef;
	color: var(--tr-pine-dark);
	font-size: 20px;
	line-height: 1;
}

.tour-registry-page .registry-download-format-season {
	display: flex;
	justify-content: center;
}

.tour-registry-page .registry-download-format-season .registry-segmented-control {
	width: 220px;
}

.tour-registry-page .registry-segmented-control--triple {
	grid-template-columns: 1fr 1fr 1fr;
	width: 300px;
}

.tour-registry-page .registry-download-format-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
}

.tour-registry-page .registry-download-format-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 70px;
	padding: 16px;
	border: 1px solid #d6e0d8;
	border-radius: 16px;
	background: var(--tr-mist);
	text-align: center;
}

.tour-registry-page .registry-download-format-option:hover {
	border-color: #8eb39a;
	background: #eef7f0;
}

.tour-registry-page .registry-download-format-option strong {
	color: var(--tr-pine-dark);
	font-size: 15px;
	font-weight: 600;
}

.tour-registry-page .registry-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 600;
	max-width: 360px;
	padding: 14px 18px;
	border-radius: 14px;
	background: var(--tr-pine-dark);
	color: var(--tr-white);
	box-shadow: 0 18px 55px rgba(20, 54, 34, 0.11);
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: 0.25s;
}

.tour-registry-page .registry-toast.show {
	opacity: 1;
	transform: none;
}

.tour-registry-page .registry-download-progress {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 650;
	padding: 0 16px 16px;
	pointer-events: none;
}

.tour-registry-page .registry-download-progress-shell {
	max-width: 720px;
	margin: 0 auto;
	padding: 14px 18px 16px;
	border-radius: 16px 16px 14px 14px;
	background: var(--tr-pine-dark);
	color: var(--tr-white);
	box-shadow: 0 -8px 40px rgba(20, 54, 34, 0.18);
}

.tour-registry-page .registry-download-progress-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.tour-registry-page .registry-download-progress-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.tour-registry-page .registry-download-progress-percent {
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	opacity: 0.92;
}

.tour-registry-page .registry-download-progress-track {
	height: 8px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	overflow: hidden;
}

.tour-registry-page .registry-download-progress-fill {
	width: 0;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #7dd3a8 0%, #b6f0d2 100%);
	transition: width 0.45s ease;
}

.tour-registry-page .registry-download-progress-fill.is-indeterminate {
	width: 36% !important;
	animation: registry-download-progress-indeterminate 1.4s ease-in-out infinite;
}

.tour-registry-page .registry-download-progress-meta {
	margin: 10px 0 0;
	font-size: 13px;
	line-height: 1.45;
	opacity: 0.88;
}

.tour-registry-page .registry-download-progress.is-error .registry-download-progress-fill {
	background: #f4a5a5;
}

@keyframes registry-download-progress-indeterminate {
	0% {
		transform: translateX(-120%);
	}

	100% {
		transform: translateX(320%);
	}
}

body.tour-registry-page.modal-open {
	overflow: hidden;
}

.tour-registry-page .registry.searching .registry-tour.dual > .registry-tour-row {
	background: #fff;
}

.tour-registry-page .tour-registry-list:empty {
	display: none;
}

/* Accordion */
.tour-registry-page .accordion-trigger {
	position: relative;
	cursor: pointer;
	user-select: none;
}

.tour-registry-page .accordion-chevron {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	flex: 0 0 auto;
	border: 1px solid currentColor;
	border-radius: 50%;
	opacity: 0.72;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.tour-registry-page .accordion-chevron svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tour-registry-page .accordion-trigger:hover .accordion-chevron {
	opacity: 1;
}

.tour-registry-page .accordion-trigger[aria-expanded="false"] .accordion-chevron {
	transform: rotate(180deg);
}

.tour-registry-page .accordion-body[hidden] {
	display: none !important;
}

/* Clusters */
.tour-registry-page .registry-cluster.outside-structure-cluster .section-head h2 {
	color: #b45309;
}

.tour-registry-page .registry-cluster.outside-structure-cluster .section-head h2::after {
	content: ' — нужно добавить в структуру';
	font-size: 0.72em;
	font-weight: 400;
	color: #92400e;
}

.tour-registry-page .registry-cluster {
	margin-top: 38px;
}

.tour-registry-page .registry-cluster:first-child {
	margin-top: 0;
}

.tour-registry-page .section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 20px;
}

.tour-registry-page .section-head h2 {
	margin: 0;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.tour-registry-page .holiday-section-head h2 {
	font-size: clamp(30px, 3.6vw, 44px);
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.tour-registry-page .cluster-trigger {
	align-items: center;
	padding: 4px 0;
}

.tour-registry-page .cluster-trigger[aria-expanded="false"] {
	margin-bottom: 0;
}

.tour-registry-page .cluster-trigger .legend {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-right: auto;
	margin-left: 18px;
}

.tour-registry-page .cluster-trigger .legend > button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 10px;
	border: 1px solid var(--tr-line);
	border-radius: 10px;
	background: var(--tr-white);
	color: var(--tr-muted);
	font: 500 14px/1.2 Rubik, system-ui, sans-serif;
	white-space: nowrap;
	cursor: pointer;
	transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.tour-registry-page .cluster-trigger .legend > button:hover {
	border-color: var(--tr-pine);
}

.tour-registry-page .cluster-trigger .legend > button.active {
	border-color: var(--tr-pine);
	background: var(--tr-mist);
	color: var(--tr-pine);
}

.tour-registry-page .cluster-trigger .legend .season-icon {
	width: 28px;
	height: 28px;
}

.tour-registry-page .cluster-trigger .accordion-chevron {
	color: var(--tr-pine);
	border-color: #bdd2c3;
	background: #edf6ef;
}

@media (min-width: 1181px) {
	.tour-registry-page .cluster-trigger--with-legend {
		flex-wrap: nowrap;
	}

	.tour-registry-page .cluster-trigger--with-legend .legend {
		flex: 0 1 auto;
		flex-flow: row nowrap;
		align-items: center;
		min-width: 0;
		overflow-x: auto;
	}

	.tour-registry-page .cluster-trigger--with-legend .legend > button {
		flex: 0 0 auto;
	}
}

/* Departure */
.tour-registry-page .registry-departure {
	overflow: hidden;
	border: 1px solid rgba(210, 222, 212, 0.95);
	border-radius: 25px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 22px 65px rgba(10, 50, 31, 0.09);
}

.tour-registry-page .registry-departure + .registry-departure {
	margin-top: 16px;
}

.tour-registry-page .registry-departure-head {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 15px;
	min-height: 88px;
	padding: 16px 25px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 30%), var(--tr-pine-dark);
	color: #fff;
}

.tour-registry-page .registry-departure-pin {
	display: grid;
	place-items: center;
	width: 45px;
	height: 45px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	color: #c9e54d;
	font-size: 22px;
}

.tour-registry-page .registry-departure-head small,
.tour-registry-page .registry-departure-head strong {
	display: block;
}

.tour-registry-page .registry-departure-head small {
	margin-bottom: 4px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tour-registry-page .registry-departure-head strong {
	font-size: 23px;
	letter-spacing: -0.025em;
}

.tour-registry-page .registry-departure-head em {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.tour-registry-page .registry-departure-head .accordion-chevron {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.08);
}

.tour-registry-page .registry-departure-body {
	padding: 18px 20px 22px;
}

.tour-registry-page .registry-departure-families {
	display: grid;
	gap: 12px;
}

.tour-registry-page .registry-cluster-families {
	display: grid;
	gap: 12px;
	padding: 18px 20px 22px;
}

.tour-registry-page .registry-cluster-tours {
	display: grid;
	gap: 10px;
	padding: 18px 20px 22px;
}

.tour-registry-page .registry-cluster-tours .registry-tour {
	border: 1px solid #e6ece3;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}

/* Category / block */
.tour-registry-page .registry-category {
	padding: 22px 24px 26px;
}

.tour-registry-page .registry-category-head {
	display: grid;
	grid-template-columns: 48px 1fr auto;
	gap: 14px;
	align-items: start;
	padding-bottom: 18px;
}

.tour-registry-page .registry-category-index {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 13px;
	background: #e8f2e7;
	color: var(--tr-pine);
	font-size: 12px;
	font-weight: 900;
}

.tour-registry-page .registry-category-head small {
	display: block;
	margin: 1px 0 3px;
	color: #89928c;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tour-registry-page .registry-category-head h3 {
	margin: 0;
	font-size: 24px;
	letter-spacing: -0.035em;
}

.tour-registry-page .registry-category-head p {
	margin: 4px 0 0;
	color: var(--tr-muted);
	font-size: 14px;
}

.tour-registry-page .registry-block {
	position: relative;
	margin-left: 62px;
	padding-left: 25px;
	border-left: 1px solid #cfdbd2;
}

.tour-registry-page .registry-block + .registry-block {
	margin-top: 28px;
}

.tour-registry-page .registry-block::before {
	position: absolute;
	top: 22px;
	left: -1px;
	width: 17px;
	height: 1px;
	background: #cfdbd2;
	content: "";
}

.tour-registry-page .registry-block-head {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 11px;
}

.tour-registry-page .registry-block-head .accordion-chevron {
	margin-left: auto;
}

.tour-registry-page .registry-block-number {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--tr-pine);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

.tour-registry-page .registry-block-head h3 {
	margin: 0;
	font-size: 18px;
	letter-spacing: -0.025em;
}

/* Family */
.tour-registry-page .registry-family {
	overflow: hidden;
	border: 1px solid #dde5df;
	border-radius: 18px;
	background: #fff;
}

.tour-registry-page .registry-family + .registry-family {
	margin-top: 12px;
}

.tour-registry-page .registry-family-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-height: 62px;
	padding: 12px 16px;
	border-bottom: 1px solid #e6ebe7;
	background: #f3f7f2;
}

.tour-registry-page .registry-family-head h4 {
	margin: 0;
	color: var(--tr-pine-dark);
	font-size: 15px;
	letter-spacing: -0.02em;
}

.tour-registry-page .registry-family-head .registry-tour-count {
	flex: 0 0 auto;
	margin-left: auto;
	padding: 6px 9px;
	border-radius: 10px;
	background: #fff;
	color: #6f7b73;
	font-size: 14px;
	font-weight: 500;
}

/* Tours */
.tour-registry-page .registry-tour + .registry-tour {
	border-top: 1px solid #e7ece8;
}

.tour-registry-page .registry-tour-row,
.tour-registry-page .variant-row {
	display: grid;
	grid-template-columns: 52px minmax(260px, 1fr) 30px 34px auto;
	align-items: center;
	gap: 8px;
	min-height: 70px;
}

.tour-registry-page .variant-row {
	grid-template-columns: 52px minmax(180px, 1fr) 30px 34px auto;
}

.tour-registry-page .program-row.registry-tour-row > .registry-tour-seasons,
.tour-registry-page .program-row.variant-row > .registry-tour-seasons {
	grid-column: 1;
}

.tour-registry-page .program-row.registry-tour-row > .registry-tour-title,
.tour-registry-page .program-row.variant-row > .variant-title {
	grid-column: 2;
}

.tour-registry-page .program-row.registry-tour-row > .program-check-wrap,
.tour-registry-page .program-row.variant-row > .program-check-wrap {
	grid-column: 3;
	justify-self: center;
}

.tour-registry-page .program-row.registry-tour-row > .registry-program-link,
.tour-registry-page .program-row.variant-row > .registry-program-link {
	grid-column: 4;
	justify-self: center;
}

.tour-registry-page .program-row.registry-tour-row > .actions,
.tour-registry-page .program-row.variant-row > .actions,
.tour-registry-page .program-row.registry-tour-row > .program-unavailable,
.tour-registry-page .program-row.variant-row > .program-unavailable {
	grid-column: 5;
}

.tour-registry-page .program-row a.registry-tour-title {
	justify-content: flex-start;
	padding-right: 0;
}

.tour-registry-page .program-row a.registry-tour-title > span {
	display: block;
	min-width: 0;
}

.tour-registry-page .registry-tour-row {
	padding: 10px 13px;
	transition: background 0.2s;
}

.tour-registry-page .registry-tour-row:hover,
.tour-registry-page .registry-tour.open > .registry-tour-row {
	background: #fffdf5;
}

.tour-registry-page .registry-tour-seasons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.tour-registry-page .season-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	padding: 0;
	line-height: 0;
	vertical-align: middle;
	background: transparent;
	color: inherit;
}

.tour-registry-page .season-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tour-registry-page .registry-tour-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 8px 10px 8px 0;
	border: 0;
	background: transparent;
	color: var(--tr-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
}

.tour-registry-page a.registry-tour-title:hover span,
.tour-registry-page .variant-title:hover {
	color: var(--tr-pine);
}

.tour-registry-page .registry-tour-title i {
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	flex: 0 0 auto;
	border-radius: 50%;
	background: #eef4ef;
	color: var(--tr-pine);
	font-size: 14px;
	font-style: normal;
}

.tour-registry-page .registry-tour.dual > .registry-tour-row .registry-tour-title > span:first-child {
	display: block;
	min-width: 0;
}

.tour-registry-page .variant-hint {
	min-width: 0;
	color: #7e8a82;
	font-size: 14px;
	font-weight: 500;
	text-align: right;
}

.tour-registry-page .variants {
	display: none;
	padding: 0 13px 10px 71px;
	background: #fbfcfa;
}

.tour-registry-page .registry-tour.open .variants {
	display: block;
}

.tour-registry-page .variant-row {
	grid-template-columns: 52px minmax(180px, 1fr) 30px 34px auto;
	min-height: 58px;
	padding: 7px 0 7px 11px;
	border-top: 1px dashed #d9e1da;
}

.tour-registry-page .variant-title {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #344138;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.tour-registry-page .variant-title span {
	color: var(--tr-pine);
}

.tour-registry-page .program-check-wrap {
	position: relative;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	margin-bottom: 0;
	cursor: pointer;
}

.tour-registry-page .program-check {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.tour-registry-page .program-check-visual {
	display: grid;
	place-items: center;
	width: 18px;
	height: 18px;
	border: 1.5px solid #b9c8bd;
	border-radius: 5px;
	background: #fff;
	transition: 0.18s;
}

.tour-registry-page .program-check:checked + .program-check-visual {
	border-color: var(--tr-pine);
	background: var(--tr-pine);
}

.tour-registry-page .program-check:checked + .program-check-visual::after {
	content: "✓";
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.tour-registry-page .registry-program-link {
	display: inline-grid;
	place-items: center;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	padding: 0;
	border: 1px solid var(--tr-line);
	border-radius: 10px;
	background: #fff;
	color: var(--tr-pine);
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.tour-registry-page .registry-program-link svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.tour-registry-page .registry-program-link:hover {
	background: #edf6ef;
	border-color: #b9d0bf;
	color: var(--tr-pine-dark);
}

.tour-registry-page .actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.tour-registry-page .actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid #bdd2c3;
	border-radius: 11px;
	background: #edf6ef;
	color: var(--tr-pine);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.tour-registry-page .actions a:hover {
	border-color: var(--tr-pine);
	background: #e4f2e7;
}

.tour-registry-page .actions a.memo {
	border-color: #ddd6c4;
	background: #f8f3e7;
	color: #655d49;
}

.tour-registry-page .program-unavailable {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 12px;
	border: 1px dashed #d8ded9;
	border-radius: 11px;
	background: #f7f8f6;
	color: #8b948e;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.tour-registry-page .registry-tour.dual > .registry-tour-row {
	grid-template-columns: 52px minmax(260px, 1fr) auto;
}

.tour-registry-page .registry-tour.dual > .registry-tour-row .registry-tour-seasons {
	grid-column: 1;
}

.tour-registry-page .registry-tour.dual > .registry-tour-row .registry-tour-title {
	grid-column: 2;
}

.tour-registry-page .registry-tour.dual > .registry-tour-row .variant-hint {
	grid-column: 3;
}

.tour-registry-page :is(
	button,
	[role="button"],
	.accordion-trigger,
	a.registry-program-link,
	.actions a,
	.registry-search-clear,
	.registry-segmented-option,
	.registry-tour-title,
	.variant-title,
	.program-check
):focus,
.tour-registry-page :is(
	button,
	[role="button"],
	.accordion-trigger,
	a.registry-program-link,
	.actions a,
	.registry-search-clear,
	.registry-segmented-option,
	.registry-tour-title,
	.variant-title,
	.program-check
):focus-visible {
	outline: none;
	box-shadow: none;
}

@media (min-width: 992px) {
	.tour-registry-page .tour-registry-main {
		padding-top: 162px;
	}
}

@media (min-width: 1200px) {
	.tour-registry-page {
		--tr-shell: min(calc(100% - 32px), 1340px);
	}

	.tour-registry-page .tour-registry-main {
		padding-top: 182px;
	}
}

@media (max-width: 1180px) {
	.tour-registry-page {
		--tr-shell: min(calc(100% - 32px), 1120px);
	}

	.tour-registry-page .section-head:not(.cluster-trigger) {
		flex-wrap: wrap;
	}

	.tour-registry-page .cluster-trigger--with-legend {
		flex-wrap: nowrap;
	}

	.tour-registry-page .cluster-trigger--with-legend .legend {
		flex-flow: row nowrap;
		overflow-x: auto;
	}

	.tour-registry-page .registry-tour-row,
	.tour-registry-page .variant-row {
		grid-template-columns: 52px minmax(0, 1fr) 30px 34px;
	}

	.tour-registry-page .program-row.registry-tour-row > .registry-tour-seasons,
	.tour-registry-page .program-row.variant-row > .registry-tour-seasons,
	.tour-registry-page .program-row.registry-tour-row > .registry-tour-title,
	.tour-registry-page .program-row.variant-row > .variant-title {
		grid-row: 1;
	}

	.tour-registry-page .program-row.registry-tour-row > .program-check-wrap,
	.tour-registry-page .program-row.variant-row > .program-check-wrap {
		grid-column: 3;
		grid-row: 1;
	}

	.tour-registry-page .program-row.registry-tour-row > .registry-program-link,
	.tour-registry-page .program-row.variant-row > .registry-program-link {
		grid-column: 4;
		grid-row: 1;
	}

	.tour-registry-page .program-row.registry-tour-row > .actions,
	.tour-registry-page .program-row.variant-row > .actions,
	.tour-registry-page .program-row.registry-tour-row > .program-unavailable,
	.tour-registry-page .program-row.variant-row > .program-unavailable {
		grid-column: 2 / 5;
		grid-row: 2;
	}

	.tour-registry-page .program-row.registry-tour-row > .actions,
	.tour-registry-page .program-row.variant-row > .actions,
	.tour-registry-page .program-row.registry-tour-row > .program-unavailable,
	.tour-registry-page .program-row.variant-row > .program-unavailable {
		justify-content: flex-start;
		margin-top: 3px;
	}

	.tour-registry-page .registry-tour.dual > .registry-tour-row {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.tour-registry-page .registry-tour.dual > .registry-tour-row .variant-hint {
		grid-column: 2;
		grid-row: 2;
		margin-top: 3px;
		text-align: left;
	}

	.tour-registry-page .variants {
		padding-left: 19px;
	}
}

@media (max-width: 720px) {
	.tour-registry-page {
		--tr-shell: min(calc(100% - 24px), 680px);
	}

	.tour-registry-page .tour-registry-main {
		padding-top: 68px;
	}

	.tour-registry-page .heading h1 {
		font-size: clamp(36px, 11vw, 46px);
	}

	.tour-registry-page .registry {
		padding-top: 14px;
		padding-bottom: 48px;
	}

	.tour-registry-page .registry-search {
		padding: 14px;
	}

	.tour-registry-page .registry-download-settings {
		flex-wrap: wrap;
		gap: 10px;
	}

	.tour-registry-page .registry-download-setting {
		flex: 1 1 calc(50% - 5px);
	}

	.tour-registry-page .registry-download-settings .registry-segmented-control {
		width: 100%;
	}

	.tour-registry-page .registry-download-settings-actions {
		width: 100%;
		margin-left: 0;
		flex-wrap: wrap;
	}

	.tour-registry-page .registry-accordion-toggle {
		flex: 1 1 calc(50% - 4px);
		min-height: 44px;
		padding: 0 11px;
	}

	.tour-registry-page .registry-download-all-inline {
		width: 100%;
		margin-left: 0;
	}

	.tour-registry-page .registry-download-toolbar {
		flex-direction: column;
		align-items: flex-start;
		padding: 12px;
	}

	.tour-registry-page .registry-bulk-actions-selected {
		justify-content: flex-start;
	}

	.tour-registry-page .registry-download-toolbar .registry-bulk-download,
	.tour-registry-page .registry-download-toolbar .registry-bulk-reset {
		min-height: 40px;
		padding: 0 11px;
	}

	.tour-registry-page .registry-download-format-options {
		grid-template-columns: 1fr;
	}

	.tour-registry-page .registry-download-format-dialog {
		padding: 22px 18px;
		padding-top: 54px;
	}

	.tour-registry-page .registry-departure-head {
		grid-template-columns: auto 1fr auto;
		padding: 14px 16px;
	}

	.tour-registry-page .registry-departure-head em {
		display: none;
	}

	.tour-registry-page .registry-departure-head strong {
		font-size: 19px;
	}

	.tour-registry-page .registry-category {
		padding: 18px 12px;
	}

	.tour-registry-page .registry-category-head {
		grid-template-columns: 40px 1fr auto;
		gap: 10px;
	}

	.tour-registry-page .registry-category-index {
		width: 38px;
		height: 38px;
	}

	.tour-registry-page .registry-category-head h3 {
		font-size: 20px;
	}

	.tour-registry-page .registry-block {
		margin-left: 18px;
		padding-left: 12px;
	}

	.tour-registry-page .registry-block::before {
		width: 8px;
	}

	.tour-registry-page .registry-block-head h3 {
		font-size: 15px;
	}

	.tour-registry-page .registry-family-head {
		align-items: flex-start;
		padding: 11px 12px;
	}

	.tour-registry-page .registry-family-head h4 {
		font-size: 14px;
	}

	.tour-registry-page .registry-family-head .registry-tour-count {
		margin-left: 0;
	}

	.tour-registry-page .registry-tour-row,
	.tour-registry-page .variant-row {
		grid-template-columns: 48px minmax(0, 1fr) 28px 32px;
		padding: 11px 10px;
		column-gap: 6px;
	}

	.tour-registry-page .program-row.registry-tour-row > .actions,
	.tour-registry-page .program-row.variant-row > .actions,
	.tour-registry-page .program-row.registry-tour-row > .program-unavailable,
	.tour-registry-page .program-row.variant-row > .program-unavailable {
		grid-column: 1 / 5;
	}

	.tour-registry-page .registry-program-link {
		width: 30px;
		height: 30px;
		border-radius: 9px;
	}

	.tour-registry-page .registry-program-link svg {
		width: 17px;
		height: 17px;
	}

	.tour-registry-page .program-unavailable {
		white-space: normal;
		text-align: center;
	}

	.tour-registry-page .section-head h2,
	.tour-registry-page .holiday-section-head h2 {
		font-size: 34px;
	}

	.tour-registry-page .cluster-trigger--with-legend {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
		align-items: center;
		gap: 15px 16px;
	}

	.tour-registry-page .cluster-trigger--with-legend .legend {
		grid-column: 1 / -1;
		grid-row: 1;
		margin: 0;
		overflow: auto;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	.tour-registry-page .cluster-trigger--with-legend .legend > button {
		width: max-content;
		max-width: 100%;
	}

	.tour-registry-page .cluster-trigger--with-legend > div:first-child {
		grid-column: 1;
		grid-row: 2;
		min-width: 0;
	}

	.tour-registry-page .cluster-trigger--with-legend .accordion-chevron {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
	}
}
