@charset "utf-8";

#content.page-shell {
	width: min(1280px, 88vw);
	min-width: min(1280px, 88vw);
	max-width: min(1280px, 88vw);
}

.page-card {
	width: 100%;
	max-height: min(840px, 88vh);
	overflow: auto;
	padding: clamp(24px, 3.2vw, 42px);
	border-radius: 28px;
	border: 1px solid rgba(156, 222, 255, 0.28);
	background:
		linear-gradient(160deg, rgba(7, 35, 53, 0.92) 0%, rgba(4, 26, 41, 0.84) 100%),
		radial-gradient(circle at 85% 20%, rgba(142, 233, 255, 0.12), transparent 48%);
	color: #e7f4ff;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
	backdrop-filter: blur(8px);
}

.page-card--feature {
	max-height: min(880px, 90vh);
}

.page-card--motorrad {
	max-height: min(920px, 92vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--about {
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--ben {
	max-height: min(900px, 91vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--gallery {
	max-height: min(940px, 94vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--links {
	max-height: min(920px, 92vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--informatiker {
	max-height: min(920px, 92vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--mediengestalter {
	max-height: min(920px, 92vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card--tischler {
	max-height: min(920px, 92vh);
	border-color: rgba(141, 216, 249, 0.34);
	background:
		linear-gradient(160deg, rgba(7, 43, 64, 0.92) 0%, rgba(5, 32, 50, 0.88) 58%, rgba(4, 24, 40, 0.88) 100%),
		radial-gradient(circle at 88% 4%, rgba(146, 232, 255, 0.16), transparent 42%);
}

.page-card::-webkit-scrollbar {
	width: 10px;
}

.page-card::-webkit-scrollbar-thumb {
	background: rgba(142, 215, 247, 0.45);
	border-radius: 999px;
}

.section-header {
	margin-bottom: clamp(20px, 2.4vw, 28px);
}

.section-eyebrow {
	margin: 0 0 0.52rem;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	font-size: 0.74rem;
	color: rgba(158, 219, 248, 0.9);
	font-weight: 700;
}

.section-header h1 {
	margin: 0;
	font-size: clamp(1.65rem, 3vw, 2.7rem);
	line-height: 1.14;
	color: #f3fbff;
	max-width: 24ch;
}

.section-lead {
	margin: 1rem 0 0;
	max-width: 65ch;
	line-height: 1.62;
	color: #cae8f8;
	font-size: clamp(0.98rem, 1.4vw, 1.12rem);
}

.tags,
.moto-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1.05rem;
}

.tag,
.moto-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.43rem;
	padding: 0.32rem 0.68rem;
	border-radius: 999px;
	border: 1px solid rgba(151, 219, 250, 0.42);
	background: rgba(18, 86, 123, 0.34);
	font-size: 0.83rem;
	font-weight: 700;
	color: #e5f6ff;
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
	gap: clamp(18px, 2.8vw, 40px);
	align-items: start;
}

.split-layout--feature {
	align-items: start;
}

.media-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.media-circle {
	--circle-size: clamp(260px, 27vw, 320px);
	inline-size: var(--circle-size);
	block-size: var(--circle-size);
	min-inline-size: var(--circle-size);
	min-block-size: var(--circle-size);
	flex: 0 0 var(--circle-size);
	border-radius: 50%;
	padding: 10px;
	position: relative;
	background: linear-gradient(165deg, rgba(97, 209, 255, 0.42), rgba(23, 106, 148, 0.2));
	box-shadow: 0 18px 34px rgba(1, 22, 35, 0.35);
}

.media-circle > #zoom-image,
.media-circle > img {
	inline-size: 100%;
	block-size: 100%;
	min-inline-size: 100%;
	min-block-size: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.media-circle--accent {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-circle--all {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-circle--ben {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-circle--about {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-circle--informatiker {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-circle--mediengestalter {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-circle--tischler {
	background: linear-gradient(165deg, rgba(120, 219, 255, 0.45), rgba(41, 136, 179, 0.2));
}

.media-caption {
	display: none;
}

.media-caption--visible {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-top: 0.95rem;
	font-size: 0.92rem;
	color: rgba(214, 241, 255, 0.95);
}

.copy-column {
	max-width: 74ch;
}

.copy-column--feature {
	display: grid;
	gap: 1.1rem;
}

.about-quickfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.about-quickfact {
	padding: 0.72rem 0.8rem;
	border-radius: 13px;
	border: 1px solid rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.about-quickfact__label {
	display: block;
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(194, 238, 255, 0.92);
	margin-bottom: 0.2rem;
}

.about-quickfact strong {
	font-size: 0.9rem;
	color: #e3f6ff;
	line-height: 1.4;
}

.moto-quickfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.moto-quickfact {
	padding: 0.72rem 0.8rem;
	border-radius: 13px;
	border: 1px solid rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.moto-quickfact__label {
	display: block;
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(194, 238, 255, 0.92);
	margin-bottom: 0.2rem;
}

.moto-quickfact strong {
	font-size: 0.9rem;
	color: #e3f6ff;
	line-height: 1.4;
}

.job-quickfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.job-quickfact {
	padding: 0.72rem 0.8rem;
	border-radius: 13px;
	border: 1px solid rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.job-quickfact__label {
	display: block;
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(194, 238, 255, 0.92);
	margin-bottom: 0.2rem;
}

.job-quickfact strong {
	font-size: 0.9rem;
	color: #e3f6ff;
	line-height: 1.4;
}

.page-card--informatiker .job-quickfact {
	border-color: rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.page-card--informatiker .job-quickfact__label {
	color: rgba(194, 238, 255, 0.92);
}

.page-card--mediengestalter .job-quickfact {
	border-color: rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.page-card--mediengestalter .job-quickfact__label {
	color: rgba(194, 238, 255, 0.92);
}

.page-card--tischler .job-quickfact {
	border-color: rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.page-card--tischler .job-quickfact__label {
	color: rgba(194, 238, 255, 0.92);
}

.gallery-quickfacts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.gallery-quickfact {
	padding: 0.72rem 0.8rem;
	border-radius: 13px;
	border: 1px solid rgba(147, 216, 247, 0.3);
	background: linear-gradient(158deg, rgba(17, 74, 107, 0.48), rgba(8, 46, 70, 0.52));
}

.gallery-quickfact__label {
	display: block;
	font-size: 0.73rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(194, 238, 255, 0.92);
	margin-bottom: 0.2rem;
}

.gallery-quickfact strong {
	font-size: 0.9rem;
	color: #e3f6ff;
	line-height: 1.4;
}

.copy-column p {
	margin: 0 0 1rem;
	line-height: 1.72;
	font-size: clamp(0.98rem, 1.3vw, 1.1rem);
	color: #ddf0fb;
}

.copy-column strong {
	color: #90dcff;
}

.copy-column a {
	color: #9be6ff;
	font-weight: 700;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.feature-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 14px;
}

.feature-card {
	padding: clamp(14px, 1.8vw, 18px);
	border-radius: 16px;
	border: 1px solid rgba(145, 218, 248, 0.3);
	background:
		linear-gradient(160deg, rgba(16, 66, 95, 0.62) 0%, rgba(10, 45, 68, 0.8) 100%),
		radial-gradient(circle at 86% -4%, rgba(151, 235, 255, 0.16), transparent 45%);
}

.feature-card h2 {
	margin: 0 0 0.7rem;
	font-size: clamp(1rem, 1.7vw, 1.16rem);
	display: flex;
	align-items: center;
	gap: 0.52rem;
	color: #ebf9ff;
}

.feature-card p {
	margin: 0;
	line-height: 1.6;
	color: #d9f1ff;
}

.feature-list {
	margin: 0 0 0.9rem;
	padding-left: 1.1rem;
	display: grid;
	gap: 0.35rem;
}

.feature-list li {
	color: #d9f1ff;
	line-height: 1.5;
}

.feature-note {
	margin-top: 0.3rem;
	color: #d9f1ff;
}

.page-card--motorrad .feature-cards,
.page-card--about .feature-cards,
.page-card--ben .feature-cards,
.page-card--gallery .feature-cards,
.page-card--informatiker .feature-cards,
.page-card--mediengestalter .feature-cards,
.page-card--tischler .feature-cards {
	grid-template-columns: repeat(2, minmax(250px, 1fr));
}

.page-card--motorrad .feature-cards .feature-card:nth-child(3),
.page-card--about .feature-cards .feature-card:nth-child(3),
.page-card--ben .feature-cards .feature-card:nth-child(3),
.page-card--gallery .feature-cards .feature-card:nth-child(3),
.page-card--informatiker .feature-cards .feature-card:nth-child(3),
.page-card--mediengestalter .feature-cards .feature-card:nth-child(3),
.page-card--tischler .feature-cards .feature-card:nth-child(3) {
	grid-column: 1 / -1;
}

.page-card--gallery .topic-gallery {
	margin-top: 0;
}

.page-card--gallery .topic-gallery__grid {
	grid-template-columns: repeat(auto-fill, minmax(146px, 1fr));
}

.page-card--motorrad .action-row {
	margin-top: clamp(14px, 1.8vw, 22px);
}

.page-card--about .action-row {
	margin-top: clamp(14px, 1.8vw, 22px);
}

.page-card--ben .action-row {
	margin-top: clamp(14px, 1.8vw, 22px);
}

.page-card--gallery .action-row {
	margin-top: clamp(14px, 1.8vw, 22px);
}

.page-card--links .action-row {
	margin-top: clamp(16px, 2vw, 24px);
}

.topic-gallery + .action-row {
	margin-top: clamp(14px, 1.8vw, 22px);
}

.action-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.action-row__hint {
	margin: 0;
	font-size: 0.86rem;
	font-weight: 700;
	color: #d6ecfa;
}

.action-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.56rem 0.95rem;
	border-radius: 999px;
	border: 1px solid rgba(156, 220, 255, 0.4);
	background: rgba(11, 72, 105, 0.55);
	color: #ecf9ff;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.92rem;
	transition: transform 0.18s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.action-chip:hover {
	transform: translateY(-1px);
	background: rgba(17, 96, 137, 0.56);
	border-color: rgba(194, 240, 255, 0.72);
}

.action-chip--muted {
	background: rgba(20, 82, 119, 0.58);
	border-color: rgba(150, 218, 248, 0.36);
	color: #ecf9ff;
}

.topic-gallery {
	margin-top: clamp(20px, 2.8vw, 34px);
	padding: clamp(14px, 2.2vw, 22px);
	border-radius: 20px;
	border: 1px solid rgba(149, 219, 248, 0.34);
	background:
		linear-gradient(158deg, rgba(13, 64, 94, 0.74) 0%, rgba(8, 43, 67, 0.8) 100%),
		radial-gradient(circle at 85% -4%, rgba(153, 237, 255, 0.16), transparent 40%);
}

.topic-gallery__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.85rem;
}

.topic-gallery__head h2 {
	margin: 0;
	font-size: clamp(1.06rem, 1.8vw, 1.26rem);
	color: #effaff;
	display: flex;
	align-items: center;
	gap: 0.56rem;
}

.topic-gallery__head p {
	margin: 0;
	color: #c3e4f6;
	font-size: 0.92rem;
}

.topic-gallery__grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.topic-gallery__section {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.topic-gallery__section-head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0 2px;
}

.topic-gallery__section-title {
	margin: 0;
	font-size: clamp(1rem, 1.6vw, 1.18rem);
	font-weight: 700;
	color: #effaff;
}

.topic-gallery__section-caption {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #b8dbed;
}

.topic-gallery__section-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(128px, 1fr));
	gap: 10px;
}

.topic-gallery__item {
	position: relative;
	border: 0;
	padding: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
	background: rgba(14, 70, 102, 0.46);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
}

.topic-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	background: rgba(5, 33, 51, 0.56);
	transition: transform 0.24s ease, filter 0.24s ease;
}

.topic-gallery__item:hover img {
	transform: scale(1.02);
	filter: saturate(1.1);
}

.topic-gallery__title {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 9px;
	padding: 4px 8px;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(4, 28, 44, 0.15) 0%, rgba(4, 28, 44, 0.78) 100%);
	color: #effaff;
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topic-gallery__caption {
	display: none;
}

.topic-gallery__empty {
	margin: 0;
	color: #c8e8f8;
	font-size: 0.94rem;
}

.lightbox {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: none;
}

.lightbox.is-open {
	display: block;
}

.lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 7, 12, 0.82);
	backdrop-filter: blur(5px);
}

.lightbox__panel {
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: min(1320px, 96vw);
	max-height: 95vh;
	padding: 18px 18px 52px;
	border-radius: 18px;
	border: 1px solid rgba(182, 233, 255, 0.28);
	background: linear-gradient(155deg, rgba(7, 35, 54, 0.96), rgba(4, 24, 40, 0.94));
	box-shadow: 0 22px 56px rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox__image {
	max-width: 100%;
	max-height: calc(95vh - 92px);
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.44);
}

.lightbox__close,
.lightbox__nav {
	position: absolute;
	border: 1px solid rgba(186, 235, 255, 0.4);
	background: rgba(5, 41, 62, 0.75);
	color: #effaff;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.lightbox__close {
	top: 14px;
	right: 14px;
}

.lightbox__nav--prev {
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox__nav--next {
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}

.lightbox__close:hover,
.lightbox__nav:hover {
	background: rgba(9, 66, 99, 0.86);
}

.lightbox__caption {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	margin: 0;
	padding: 0.35rem 0.66rem;
	border-radius: 999px;
	font-size: 0.88rem;
	color: #dbf2ff;
	background: rgba(3, 27, 42, 0.7);
}

.link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(220px, 1fr));
	gap: 14px;
}

.link-section {
	margin-top: clamp(16px, 2vw, 24px);
}

.link-section__head {
	margin-bottom: 0.85rem;
}

.link-section__head h2 {
	margin: 0;
	font-size: clamp(1.08rem, 1.9vw, 1.28rem);
	color: #effaff;
	display: inline-flex;
	align-items: center;
	gap: 0.52rem;
}

.link-card {
	display: block;
	padding: 1rem 1.1rem;
	border-radius: 14px;
	background: linear-gradient(150deg, rgba(14, 56, 82, 0.85), rgba(8, 37, 57, 0.78));
	border: 1px solid rgba(133, 202, 235, 0.28);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.link-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 26px rgba(0, 0, 0, 0.26);
	border-color: rgba(171, 229, 255, 0.56);
}

.link-card h2 {
	font-size: 1.03rem;
	margin: 0 0 0.56rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: #f0fbff;
}

.link-card p {
	margin: 0;
	color: #cde8f7;
	line-height: 1.5;
}

.link-card__meta {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.86rem;
	padding: 0.3rem 0.62rem;
	border-radius: 999px;
	border: 1px solid rgba(171, 230, 255, 0.4);
	background: rgba(13, 76, 110, 0.46);
	color: #e9f8ff;
	font-size: 0.79rem;
	font-weight: 700;
}

.link-card__meta--sponsored {
	border-color: rgba(171, 230, 255, 0.4);
	background: rgba(13, 76, 110, 0.46);
	color: #e9f8ff;
}

@media (max-width: 1080px) {
	#content.page-shell {
		width: min(980px, 92vw);
	}

	.split-layout {
		grid-template-columns: 1fr;
	}

	.media-column {
		align-items: flex-start;
	}

	.media-circle {
		--circle-size: min(320px, 82vw);
	}

	.feature-cards {
		grid-template-columns: 1fr;
	}

	.moto-quickfacts {
		grid-template-columns: 1fr;
	}

	.about-quickfacts {
		grid-template-columns: 1fr;
	}

	.gallery-quickfacts {
		grid-template-columns: 1fr;
	}

	.job-quickfacts {
		grid-template-columns: 1fr;
	}

	.topic-gallery__head {
		flex-direction: column;
		align-items: flex-start;
	}

	.link-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	#content.page-shell {
		width: 94vw;
	}

	.page-card {
		padding: 18px 16px;
		border-radius: 20px;
		max-height: none;
	}

	.topic-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lightbox__panel {
		padding: 10px 10px 52px;
		width: 96vw;
	}

	.lightbox__close,
	.lightbox__nav {
		width: 38px;
		height: 38px;
	}
}
