/* Roofton – Tehtud tööd (avalik pool) */

.rt-front {
	--rt-charcoal: #27292d;
	--rt-deep: #1d1f22;
	--rt-paper: #ecedef;
	--rt-ink: #202226;
	--rt-muted: #5a5e66;
	--rt-line: #44474d;
	--rt-soft: #c9ccd1;
	--rt-blue: #64b0e1;
	--rt-blue-2: #8cc6ec;
	--rt-display: "Roboto Condensed", "Arial Narrow", sans-serif;
	--rt-body: Manrope, "Helvetica Neue", Arial, sans-serif;
	--rt-gutter: clamp(16px, 8.3vw, 120px);

	font-family: var(--rt-body);
	color: var(--rt-ink);
	background: var(--rt-paper);
	-webkit-font-smoothing: antialiased;
}

.rt-front *,
.rt-front *::before,
.rt-front *::after {
	box-sizing: border-box;
}

/* Astra konteiner laiaks, et pildid saaksid ulatuda servast servani. */
body.rt-page #content,
body.rt-page .site-content {
	padding: 0 !important;
}

body.rt-page #content > .ast-container {
	max-width: none;
	padding: 0;
	display: block;
}

.rt-front a:focus-visible,
.rt-front button:focus-visible {
	outline: 2px solid var(--rt-blue);
	outline-offset: 3px;
}

.rt-front img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Tüpograafia */

.rt-h1,
.rt-h2 {
	margin: 0;
	font-family: var(--rt-display);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 0.92;
	color: var(--rt-ink);
}

.rt-h1 {
	font-size: clamp(44px, 6vw, 84px);
	color: #fff;
}

.rt-h1--panel {
	font-size: clamp(40px, 4.7vw, 68px);
}

.rt-h2 {
	font-size: clamp(32px, 3.2vw, 44px);
	line-height: 1;
}

.rt-h2--light {
	color: #fff;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.rt-slash {
	color: var(--rt-blue);
}

/* Nupud ja lingid */

.rt-btn,
.rt-btn-outline,
.rt-chip,
.rt-link {
	font-family: var(--rt-display);
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-decoration: none;
}

.rt-btn {
	display: inline-flex;
	align-items: center;
	min-height: 56px;
	padding: 0 32px;
	background: var(--rt-blue);
	color: var(--rt-deep);
	font-size: 16px;
	transition: background 0.2s;
}

.rt-btn:hover,
.rt-btn:focus {
	background: var(--rt-blue-2);
	color: var(--rt-deep);
}

.rt-btn-outline {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 26px;
	border: 2px solid var(--rt-charcoal);
	color: var(--rt-charcoal);
	font-size: 15px;
	transition: background 0.2s, color 0.2s;
}

.rt-btn-outline:hover,
.rt-btn-outline:focus {
	background: var(--rt-charcoal);
	color: #fff;
}

.rt-link {
	align-self: flex-start;
	font-size: 15px;
	color: var(--rt-charcoal);
	box-shadow: 0 2px 0 var(--rt-blue);
	padding-bottom: 3px;
}

.rt-link:hover {
	color: var(--rt-ink);
	box-shadow: 0 4px 0 var(--rt-blue);
}

/* Projektide lehe päis */

.rt-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
	min-height: 340px;
	background: var(--rt-deep);
	overflow: hidden;
}

.rt-hero__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	padding: 64px 40px 64px var(--rt-gutter);
}

.rt-hero__text p {
	margin: 0;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.55;
	color: var(--rt-soft);
}

.rt-hero__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

/* Nimekiri ja filtrid */

.rt-list {
	padding: 44px var(--rt-gutter) 96px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.rt-list__bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
}

.rt-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.rt-chip {
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid #a9adb4;
	border-radius: 0;
	background: transparent;
	color: var(--rt-charcoal);
	font-size: 15px;
	letter-spacing: 1.3px;
	cursor: pointer;
	transition: border-color 0.2s, background 0.2s;
}

.rt-chip:hover {
	border-color: var(--rt-charcoal);
	background: transparent;
	color: var(--rt-charcoal);
}

.rt-chip[aria-pressed="true"],
.rt-chip[aria-pressed="true"]:hover {
	background: var(--rt-charcoal);
	border-color: var(--rt-charcoal);
	color: #fff;
}

.rt-count {
	font-family: var(--rt-display);
	font-size: 15px;
	letter-spacing: 1px;
	color: var(--rt-muted);
}

.rt-empty {
	font-size: 18px;
	color: var(--rt-muted);
}

.rt-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 440px;
	gap: 24px;
}

/* Projekti kaart */

.rt-card {
	display: flex;
	flex-direction: column;
	min-height: 0;
	background: var(--rt-charcoal);
	text-decoration: none;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.rt-card[hidden] {
	display: none;
}

.rt-card--wide {
	grid-column: span 2;
}

.rt-card__img {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
	background: var(--rt-deep);
}

.rt-card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rt-card:hover .rt-card__img img {
	transform: scale(1.04);
}

.rt-card__tag {
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 6px 10px;
	background: var(--rt-blue);
	color: var(--rt-deep);
	font-family: var(--rt-display);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.rt-card__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 22px;
	transition: box-shadow 0.2s;
}

.rt-card:hover .rt-card__bar {
	box-shadow: inset 0 -4px 0 var(--rt-blue);
}

.rt-card__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.rt-card__title {
	font-family: var(--rt-display);
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	color: #fff;
}

.rt-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 16px;
	font-size: 14px;
	color: #b5b9c0;
}

.rt-card__go {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border: 1px solid var(--rt-muted);
	color: #fff;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.rt-card:hover .rt-card__go {
	background: var(--rt-blue);
	border-color: var(--rt-blue);
	color: var(--rt-deep);
}

/* Pakkumise plokk */

.rt-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px 40px;
	padding: 64px var(--rt-gutter);
	background: var(--rt-charcoal);
}

.rt-cta__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rt-cta__text p {
	margin: 0;
	font-size: 17px;
	color: var(--rt-soft);
}

.rt-cta__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 28px;
}

.rt-cta__phone {
	font-family: var(--rt-display);
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}

.rt-cta__phone:hover {
	color: var(--rt-blue);
}

/* Projekti leht */

.rt-phero {
	position: relative;
	height: clamp(360px, 44vw, 640px);
	background: var(--rt-deep);
	z-index: 1;
}

.rt-phero__img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.rt-panel {
	position: absolute;
	left: var(--rt-gutter);
	bottom: -150px;
	width: min(600px, calc(100% - 2 * var(--rt-gutter)));
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 40px 44px 44px;
	background: var(--rt-charcoal);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.rt-crumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	line-height: 1.3;
	font-family: var(--rt-display);
	font-size: 14px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #a9adb4;
}

.rt-crumbs a,
.rt-crumbs span {
	line-height: inherit;
	font: inherit;
	letter-spacing: inherit;
}

.rt-crumbs a {
	color: var(--rt-blue);
	text-decoration: none;
}

.rt-crumbs a:hover {
	color: #fff;
}

.rt-facts {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 28px;
}

.rt-facts div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-top: 12px;
	border-top: 1px solid var(--rt-line);
}

.rt-facts dt {
	font-family: var(--rt-display);
	font-size: 13px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	color: #a9adb4;
}

.rt-facts dd {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}

.rt-intro {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 150px;
	padding: 56px var(--rt-gutter) 0 calc(var(--rt-gutter) + 660px);
}

.rt-intro__text {
	max-width: 620px;
	font-size: 18px;
	line-height: 1.65;
	color: #3b3e44;
}

.rt-intro__text p {
	margin: 0 0 1em;
}

.rt-intro__text p:last-child {
	margin-bottom: 0;
}

/* Galerii */

.rt-gallery {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 96px var(--rt-gutter) 0;
}

.rt-gallery__head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px 24px;
}

.rt-gallery__head p {
	margin: 0;
	font-size: 15px;
	color: var(--rt-muted);
}

.rt-mosaic {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: clamp(160px, 16vw, 230px);
	grid-auto-flow: dense;
	gap: 12px;
}

.rt-tile {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--rt-charcoal);
}

.rt-tile {
	grid-column: span var(--d, 1);
	grid-row: span var(--dr, 1);
}

.rt-tile img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.rt-tile:hover img {
	transform: scale(1.04);
}

.rt-tile--video img {
	opacity: 0.55;
}

.rt-tile__zoom {
	position: absolute;
	right: 12px;
	bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: rgba(29, 31, 34, 0.85);
	color: #fff;
	opacity: 0;
	transition: opacity 0.2s;
}

.rt-tile:hover .rt-tile__zoom,
.rt-tile:focus-visible .rt-tile__zoom {
	opacity: 1;
}

.rt-tile__play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: -48px 0 0 -38px;
	border-radius: 50%;
	background: var(--rt-blue);
	color: var(--rt-deep);
}

.rt-tile__label {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: 40px;
	text-align: center;
	font-family: var(--rt-display);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: #fff;
}

/* Eelmine ja järgmine töö */

.rt-pn {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	padding: 96px var(--rt-gutter);
}

.rt-pn__item {
	position: relative;
	display: block;
	height: 220px;
	overflow: hidden;
	background: var(--rt-charcoal);
	text-decoration: none;
}

.rt-pn__item img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	opacity: 0.42;
	transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s;
}

.rt-pn__item:hover img {
	transform: scale(1.04);
	opacity: 0.55;
}

.rt-pn__text {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 6px;
	padding: 32px 36px;
}

.rt-pn__item--next .rt-pn__text {
	align-items: flex-end;
	text-align: right;
}

.rt-pn__label {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--rt-display);
	font-size: 14px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	color: var(--rt-soft);
}

.rt-pn__title {
	font-family: var(--rt-display);
	font-size: clamp(26px, 2.5vw, 36px);
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
}

/* Telefoni alumine riba */

.rt-callbar {
	display: none;
}

/* Avalehe plokk */

.rt-home {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 96px var(--rt-gutter);
}

.rt-home__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px 24px;
}

.rt-home .rt-h2 {
	font-size: clamp(36px, 3.6vw, 52px);
}

.rt-home__text {
	margin: 10px 0 0;
	font-size: 17px;
	color: var(--rt-muted);
}

.rt-grid--home {
	grid-auto-rows: 420px;
}

/* Suurendusvaade */

.rt-lb {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	flex-direction: column;
	background: #1d1f22;
	font-family: Manrope, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
}

.rt-lb[hidden] {
	display: none;
}

.rt-lb button {
	font-family: inherit;
}

.rt-lb button:focus-visible {
	outline: 2px solid #64b0e1;
	outline-offset: 3px;
}

.rt-lb__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	height: 80px;
	padding: 0 24px 0 40px;
	flex-shrink: 0;
}

.rt-lb__title {
	display: flex;
	align-items: baseline;
	gap: 20px;
	min-width: 0;
	font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
	text-transform: uppercase;
}

.rt-lb__name {
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 1.6px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rt-lb__count {
	font-size: 18px;
	letter-spacing: 1.4px;
	color: #a9adb4;
}

.rt-lb__close,
.rt-lb__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	cursor: pointer;
	color: #fff;
	background: transparent;
	transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.rt-lb__close {
	width: 48px;
	height: 48px;
	border: 0;
}

.rt-lb__close:hover {
	color: #64b0e1;
	background: transparent;
}

.rt-lb__stage {
	flex: 1 1 auto;
	min-height: 0;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr) 120px;
	grid-template-rows: minmax(0, 1fr);
	align-items: center;
}

.rt-lb__arrow {
	justify-self: center;
	width: 60px;
	height: 60px;
	border: 1px solid #5a5e66;
	border-radius: 0;
}

.rt-lb__arrow:hover {
	background: #64b0e1;
	border-color: #64b0e1;
	color: #1d1f22;
}

.rt-lb__media {
	height: 100%;
	min-height: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	touch-action: pan-y;
}

.rt-lb__media img,
.rt-lb__media video {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
	background: #000;
}

.rt-lb__thumbs {
	display: flex;
	gap: 8px;
	justify-content: center;
	height: 116px;
	align-items: center;
	padding: 0 16px;
	overflow-x: auto;
	flex-shrink: 0;
}

.rt-lb__thumb {
	flex: 0 0 auto;
	width: 104px;
	height: 60px;
	padding: 0;
	border: 0;
	cursor: pointer;
	background: #27292d;
	opacity: 0.45;
	transition: opacity 0.2s;
}

.rt-lb__thumb:hover,
.rt-lb__thumb[aria-current="true"] {
	opacity: 1;
}

.rt-lb__thumb[aria-current="true"] {
	outline: 3px solid #64b0e1;
	outline-offset: 3px;
}

.rt-lb__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

html.rt-lb-open {
	overflow: hidden;
}

/* Teema (Elementor/Astra) linkide värvid on tugevama selektoriga – need reeglid on veel tugevamad. */

.rt-front a.rt-btn,
.rt-front a.rt-btn:hover,
.rt-front a.rt-btn:focus,
.rt-front a.rt-callbar__ask,
.rt-front a.rt-callbar__ask:hover {
	color: var(--rt-deep);
}

.rt-front a.rt-btn-outline,
.rt-front a.rt-link,
.rt-front a.rt-link:hover {
	color: var(--rt-charcoal);
}

.rt-front a.rt-btn-outline:hover,
.rt-front a.rt-btn-outline:focus,
.rt-front a.rt-cta__phone {
	color: #fff;
}

.rt-front a.rt-cta__phone:hover,
.rt-front .rt-crumbs a,
.rt-front a.rt-callbar__call,
.rt-front a.rt-callbar__call:hover {
	color: var(--rt-blue);
}

.rt-front .rt-crumbs a:hover {
	color: #fff;
}

.rt-front a.rt-card,
.rt-front a.rt-pn__item,
.rt-front a.rt-tile,
.rt-front a.rt-btn,
.rt-front a.rt-btn-outline,
.rt-front a.rt-cta__phone {
	text-decoration: none;
}

.rt-front button.rt-chip {
	border-radius: 0;
	line-height: 1;
	box-shadow: none;
}

.rt-lb button.rt-lb__close,
.rt-lb button.rt-lb__arrow,
.rt-lb button.rt-lb__thumb {
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
}

.rt-lb button.rt-lb__close,
.rt-lb button.rt-lb__close:hover,
.rt-lb button.rt-lb__close:focus {
	background: transparent;
}

.rt-lb button.rt-lb__close:hover {
	color: #64b0e1;
}

.rt-lb button.rt-lb__arrow {
	border: 1px solid #5a5e66;
	background: transparent;
	color: #fff;
}

.rt-lb button.rt-lb__arrow:hover,
.rt-lb button.rt-lb__arrow:focus-visible {
	background: #64b0e1;
	border-color: #64b0e1;
	color: #1d1f22;
}

.rt-lb button.rt-lb__thumb,
.rt-lb button.rt-lb__thumb:hover,
.rt-lb button.rt-lb__thumb:focus {
	border: 0;
	background: #27292d;
	padding: 0;
}

.rt-lb button.rt-lb__close {
	border: 0;
}

/* Vastavus väiksematele ekraanidele */

@media (max-width: 1100px) {
	.rt-hero {
		grid-template-columns: 1fr;
	}

	.rt-hero__img {
		display: none;
	}

	.rt-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 400px;
	}

	.rt-intro {
		min-height: 0;
		padding: 150px var(--rt-gutter) 0;
	}

	.rt-intro__text {
		margin-top: 40px;
	}
}

@media (max-width: 720px) {
	.rt-hero__text {
		padding: 48px 16px 40px;
	}

	.rt-hero__text p {
		font-size: 16px;
	}

	.rt-list {
		padding: 28px 16px 56px;
		gap: 20px;
	}

	.rt-chip {
		padding: 0 14px;
		font-size: 14px;
	}

	.rt-grid,
	.rt-grid--home {
		grid-template-columns: 1fr;
		grid-auto-rows: 340px;
		gap: 16px;
	}

	.rt-card--wide {
		grid-column: auto;
	}

	.rt-card__title {
		font-size: 24px;
	}

	.rt-cta {
		padding: 44px 16px;
	}

	.rt-phero {
		height: auto;
	}

	.rt-phero__img {
		height: 260px !important;
	}

	.rt-panel {
		position: relative;
		left: auto;
		bottom: auto;
		width: auto;
		margin: -40px 16px 0;
		padding: 24px 22px 26px;
		gap: 16px;
	}

	.rt-h1--panel {
		font-size: 40px;
	}

	.rt-facts {
		gap: 14px 18px;
	}

	.rt-facts dd {
		font-size: 15px;
	}

	.rt-intro {
		min-height: 0;
		padding: 28px 16px 0;
	}

	.rt-intro__text {
		margin-top: 0;
		font-size: 16px;
	}

	.rt-gallery {
		padding: 44px 16px 0;
		gap: 16px;
	}

	.rt-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: 112px;
		gap: 8px;
	}

	.rt-tile {
		grid-column: span var(--m, 1);
		grid-row: span var(--mr, 1);
	}

	.rt-tile__play {
		width: 52px;
		height: 52px;
		margin: -26px 0 0 -26px;
	}

	.rt-tile__label {
		display: none;
	}

	.rt-pn {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 44px 16px;
	}

	.rt-pn__item {
		height: 112px;
	}

	.rt-pn__text {
		padding: 18px 20px;
	}

	.rt-home {
		padding: 56px 16px;
		gap: 24px;
	}

	.rt-single {
		padding-bottom: 72px;
	}

	.rt-callbar {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 999;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
		background: var(--rt-charcoal);
		box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.25);
	}

	.rt-callbar a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-height: 48px;
		font-family: var(--rt-display);
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1.3px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.rt-callbar__call {
		border: 1px solid var(--rt-blue);
		color: var(--rt-blue);
	}

	.rt-callbar__ask {
		background: var(--rt-blue);
		color: var(--rt-deep);
	}

	.rt-lb__top {
		height: 64px;
		padding: 0 8px 0 16px;
	}

	.rt-lb__name {
		font-size: 20px;
	}

	.rt-lb__stage {
		grid-template-columns: minmax(0, 1fr);
	}

	.rt-lb__arrow {
		display: none;
	}

	.rt-lb__thumbs {
		height: 88px;
		justify-content: flex-start;
	}

	.rt-lb__thumb {
		width: 76px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rt-front *,
	.rt-lb * {
		transition: none !important;
	}
}
