:root {
	--ink: #17161d;
	--muted: #6e6a74;
	--paper: #fff;
	--soft: #f4f5f2;
	--line: #e7e5eb;
	--purple: #5b49ad;
	--purple2: #36206e;
	--deep: #16092c;
	--mint: #36c98a;
	--mint2: #79d28a;
	--cyan: #24c9dc;
	--orange: #ff8029;
	--shadow: 0 18px 55px rgba(32, 22, 58, 0.1);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family:
		Inter,
		Manrope,
		system-ui,
		-apple-system,
		"Segoe UI",
		Arial,
		sans-serif;
	color: var(--ink);
	background: #fff;
	line-height: 1.55;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: inherit;
}

.container {
	width: min(1400px, 92vw);
	margin: auto;
}

.wide {
	width: min(1500px, 96vw);
	margin: auto;
}

.section {
	padding: 96px 0;
}

.soft {
	background: #f7f8f6;
}

.deep {
	background: var(--deep);
	color: white;
}

.deep p {
	color: #cfc7dc;
}

.kicker {
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--purple);
}

h1,
h2,
h3 {
	margin: 0;
	letter-spacing: -0.045em;
	line-height: 1.02;
}

h1 {
	font-size: clamp(43px, 6vw, 88px);
}

h2 {
	font-size: clamp(38px, 4.7vw, 68px);
}

h3 {
	font-size: clamp(23px, 2.4vw, 34px);
}

p {
	margin: 0;
	color: var(--muted);
}

.lead {
	font-size: 18px;
	max-width: 720px;
}

.section-head {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 52px;
	align-items: end;
	margin-bottom: 42px;
}

.section-head p {
	font-size: 17px;
}

.section-head h2 {
	margin-top: 7px;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 48px;
	padding: 13px 18px;
	border-radius: 14px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 900;
	border: 1px solid transparent;
	transition: 0.2s;
}

.btn:hover {
	transform: translateY(-1px);
}

.btn.green {
	background: linear-gradient(135deg, #0fb56c, #3bd78d);
	color: white;
	box-shadow: 0 12px 30px rgba(20, 190, 112, 0.24);
}

.btn.white {
	background: white;
	color: #211636;
}

.btn.ghost {
	border-color: rgba(255, 255, 255, 0.3);
	color: white;
	background: rgba(255, 255, 255, 0.07);
}

.btn.outline {
	border-color: #d4d0da;
	background: white;
	color: #2b2534;
}

.actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.hero {
	min-height: 830px;
	background-image:
		radial-gradient(
			circle at 32% 48%,
			rgba(72, 32, 161, 0.4) 0%,
			rgba(38, 16, 94, 0.6) 34%,
			rgba(20, 7, 42, 0.7) 70%
		),
		url(images/glowny_baner_tlo.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: white;
}

.header {
	position: fixed;

	top: 22px;
	left: 0;

	width: 100%;

	z-index: 9999;

	display: flex;
	justify-content: center;
	align-items: center;

	pointer-events: none;
}

.header .nav {
	width: min(1500px, 95vw);
	height: 62px;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 0 18px 0 22px;

	border-radius: 999px;

	background: rgba(255, 255, 255, 0.93);

	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);

	color: #141218;

	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);

	pointer-events: auto;
}

.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 850;
	font-size: 1rem;
}

.brand a:hover {
	color: #15b66b;
	transition: 0.25s ease;
}

.brand img {
	width: 80px;
	height: 80px;

	object-fit: contain;
}

.navlinks {
	display: flex;
	gap: 24px;
	align-items: center;
}

.navlinks a {
	color: #141218;

	text-decoration: none;

	font-size: 13px;
	font-weight: 760;

	transition: 0.25s ease;
}

.navlinks a:hover {
	color: #15b66b;
}

.nav-actions {
	display: flex;
	align-items: center;

	gap: 10px;

	white-space: nowrap;
}

.whatsapp {
	background: #15b66b;
	color: white;
	padding: 10px 17px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 900;
	font-size: 13px;
}

.whatsapp i {
	font-size: 17px;
}

.whatsapp:hover {
	transform: translateY(-2px);

	box-shadow: 0 8px 20px rgba(21, 182, 107, 0.35);
}

.hero-grid {
	position: relative;
	z-index: 2;
	min-height: 830px;
	display: grid;
	grid-template-columns: 0.84fr 1.16fr;
	align-items: center;
	gap: 26px;
	padding-top: 92px;
}

.hero-copy {
	padding: 36px 0 56px;
}

.eyebrow {
	display: inline-flex;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #eee8ff;
}

.hero p {
	color: #dcd4ea;
	font-size: 18px;
	max-width: 590px;
	margin-top: 24px;
}

.micro {
	margin-top: 19px;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	color: #beb5d1;
	font-size: 12px;
}

@keyframes slide-in {
	from {
		opacity: 0;
		transform: translateX(-100px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.slide-in {
	animation: slide-in linear;
	animation-timeline: view();
	animation-range: entry 0% cover 20%;
}

@keyframes reveal-left {
	from {
		opacity: 0;
		transform: translate3d(-40px, 0, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.reveal-left {
	animation: reveal-left 0.8s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

@keyframes reveal-up {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.reveal-up {
	animation: reveal-up linear both;
	animation-timeline: view();
	animation-range: entry 30% cover 60%;
}

@keyframes image-reveal {
	from {
		opacity: 0;
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.image-reveal {
	animation: image-reveal linear both;
	animation-timeline: view();
	animation-range: entry 0% cover 35%;
}

@keyframes elegant-reveal {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0) scale(0.98);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.elegant-reveal {
	animation: elegant-reveal 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both;
	animation-timeline: view();
	animation-range: entry 20% cover 65%;
}

.numbers {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.num {
	border: 1px solid var(--line);
	background: linear-gradient(145deg, #fff, #f6fbf7);
	border-radius: 20px;
	padding: 27px;
	min-height: 180px;
	box-shadow: var(--shadow);
}

.num strong {
	display: block;
	font-size: 42px;
	line-height: 1;
	color: var(--purple);
	letter-spacing: -0.05em;
}

.num b {
	display: block;
	margin-top: 10px;
	font-size: 15px;
}

.num p {
	font-size: 13px;
	margin-top: 8px;
}

.benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: 22px;
}

.benefit {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 22px;
}

.benefit h3 {
	font-size: 20px;
}

.benefit p {
	font-size: 14px;
	margin-top: 8px;
}

.divider {
	height: 740px;
	position: relative;
	overflow: hidden;
	background: #170a31;
	isolation: isolate;
}


.divider:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(
		90deg,
		rgba(24, 8, 50, 0.96) 0%,
		rgba(47, 25, 95, 0.8) 39%,
		rgba(37, 18, 77, 0.46) 64%,
		rgba(18, 7, 39, 0.18) 100%
	);
}

.goglass {
	background-image: url(images/glowny_baner_tlo.webp);
	background-repeat: no-repeat;
	background-position: center;
}

.frames {
	background-image: url(images/wymiary_tlo.webp);
	background-repeat: no-repeat;
	background-position: 50% 80%;
}

.technology {
	background-image: url(images/technologia_tlo.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.divider .copy {
	position: relative;
	z-index: 3;
	color: white;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 760px;
}

.divider .kicker,
.deep .kicker {
	color: #83e5a2;
}

.divider h2 {
	font-size: clamp(44px, 4.8vw, 74px);
	max-width: 820px;
}

.divider p {
	color: #e4ddec;
	margin-top: 18px;
	font-size: 17px;
	max-width: 670px;
}


#example-section {
	background-image: url(images/stoisko_tlo.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.cta-band {
	margin: 44px auto 0;
	border-radius: 24px;
	padding: 30px 32px;
	background: linear-gradient(115deg, #0e9e86, #50ca7c);
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
}

.cta-band.purple {
	background: linear-gradient(120deg, #47237f, #291252);
}

.cta-band h3 {
	font-size: 28px;
	letter-spacing: -0.03em;
}

.cta-band p {
	color: rgba(255, 255, 255, 0.82);
	margin-top: 7px;
}

.cta-band .actions {
	margin: 0;
	flex-shrink: 0;
}

.config-carousel {
	width: 100%;
	overflow: hidden;

	position: relative;

	margin-top: 50px;
}

.carousel-track {
	display: flex;

	gap: 24px;

	width: max-content;

	padding-left: max(24px, calc((100vw - 1500px) / 2));

	padding-right: 10vw;

	transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.config-slide {
	position: relative;

	flex: 0 0 min(78vw, 1100px);

	aspect-ratio: 4961 / 3508;

	border-radius: 28px;

	overflow: hidden;

	background: var(--deep);

	box-shadow: var(--shadow);

	transition:
		transform 0.5s ease,
		opacity 0.5s ease;

	opacity: 0.45;

	transform: scale(0.94);
}

.config-slide.active {
	opacity: 1;

	transform: scale(1);
}

.config-image {
	width: 100%;
	height: 100%;
}

.config-image img {
	width: 100%;
	height: 100%;

	object-fit: cover;

	display: block;

	transition: transform 1s ease;
}

.config-slide:hover img {
	transform: scale(1.03);
}

.config-slide::after {
	content: "";

	position: absolute;

	inset: 0;

	background: linear-gradient(
		180deg,
		transparent 40%,
		rgba(22, 9, 44, 0.85) 100%
	);

	pointer-events: none;
}

.config-info {
	position: absolute;

	left: 34px;
	bottom: 30px;

	z-index: 2;

	color: white;
}

.config-info span {
	display: inline-flex;

	margin-bottom: 8px;

	font-size: 12px;

	font-weight: 900;

	letter-spacing: 0.12em;

	color: var(--mint);
}

.config-info h3 {
	margin: 0;

	font-size: clamp(28px, 3vw, 52px);

	line-height: 1;

	font-weight: 900;
}

.config-info p {
	margin: 10px 0 0;

	font-size: 13px;

	font-weight: 700;

	color: rgba(255, 255, 255, 0.75);
}

.carousel-controls {
	width: min(1500px, 95vw);

	margin: 30px auto 0;

	display: flex;

	align-items: center;

	justify-content: space-between;
}

.carousel-btn {
	width: 58px;
	height: 58px;

	border-radius: 50%;

	border: 1px solid rgba(255, 255, 255, 0.2);

	background: rgba(255, 255, 255, 0.08);

	color: white;

	font-size: 25px;

	cursor: pointer;

	display: flex;

	align-items: center;
	justify-content: center;

	margin-bottom: 5px;

	transition:
		background 0.25s ease,
		transform 0.25s ease;
}

.carousel-btn:hover {
	background: var(--mint);

	color: var(--deep);

	transform: scale(1.08);
}

.carousel-counter {
	display: flex;

	align-items: center;

	gap: 14px;

	color: white;

	font-size: 14px;

	font-weight: 900;

	letter-spacing: 0.08em;
}

.current-slide {
	color: var(--mint);
}

.counter-line {
	width: 70px;
	height: 2px;

	background: rgba(255, 255, 255, 0.25);
}

.glass-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 18px;
	align-items: stretch;
}

.glass-card {
	border: 1px solid var(--line);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
	box-shadow: var(--shadow);
}

.glass-card.media {
	padding: 18px;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f7f5;
}

.glass-card.media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.glass-card.copy {
	padding: 42px;
}

.glass-card.copy p {
	font-size: 16px;
	margin-top: 15px;
}

.ticks {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.tick {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #35303b;
	font-size: 14px;
}

.tick i {
	font-style: normal;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e9f9ef;
	color: #0a9a5e;
	font-weight: 900;
	flex: 0 0 22px;
}

.glass-strip {
	margin-top: 18px;
	border-radius: 22px;
	border: 1px solid var(--line);
	background: #f7f5f2;
	padding: 18px;
	min-height: 420px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.glass-strip img {
	width: 100%;
	height: 100%;
	max-height: 500px;
	object-fit: contain;
}

.dimension-card {
	border: 1px solid var(--line);
	border-radius: 24px;
	background: #f4f0ed;
	padding: 22px;
	box-shadow: var(--shadow);
}

.dimension-card img {
	aspect-ratio: auto 1354/760;
	display: block;
	width: 100%;
	max-height: 760px;
	object-fit: contain;
	margin: auto;
}

.dimension-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.dimension-list span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 9px 10px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: #fff;
	font-size: 13px;
	font-weight: 850;
	color: #302b36;
	text-align: center;
}

.dimension-note {
	margin-top: 15px;
	font-size: 13px;
	color: var(--muted);
}

.cards4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.product-card {
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
	background: white;
	box-shadow: 0 10px 35px rgba(25, 22, 33, 0.06);
}

.product-card .media {
	aspect-ratio: 1/1;
	background: #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
}

.product-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-card .body {
	padding: 19px 20px 22px;
}

.product-card h3 {
	font-size: 20px;
}

.product-card p {
	font-size: 13px;
	margin-top: 8px;
}

.lightbox {
	background-image: url(images/lighbox_tlo2.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.lightbox-grid {
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 18px;
}

.lightbox-media {
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--line);
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 620px;
	overflow: hidden;
}

.lightbox-media img {
	aspect-ratio: auto 567/528;
	width: 100%;
	max-height: 620px;
	object-fit: contain;
}

.lightbox-copy {
	border-radius: 24px;
	background: linear-gradient(145deg, #f8f9f7, #eef4f0);
	border: 1px solid var(--line);
	padding: 44px;
}

.lightbox-copy p {
	font-size: 16px;
	margin-top: 15px;
}

.specs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 22px;
}

.spec {
	background: white;
	border: 1px solid var(--line);
	border-radius: 16px;
	padding: 16px;
}

.spec b {
	display: block;
	color: var(--purple);
	font-size: 18px;
}

.spec span {
	font-size: 13px;
	color: var(--muted);
}

.lightbox-small {
	margin-top: 18px;
	border-radius: 22px;
	background: white;
	border: 1px solid var(--line);
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lightbox-small img {
	max-height: 390px;
	object-fit: contain;
}

.LED {
	background-image: url(images/oswietlenie_ekspozycyjne.webp);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

.lamp-grid {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 18px;
}

.lamp-visual,
.lamp-copy {
	border: 1px solid var(--line);
	border-radius: 24px;
	background: white;
	overflow: hidden;
}

.lamp-visual {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 560px;
}

.lamp-visual img {
	width: 100%;
	height: 100%;
	max-height: 560px;
	object-fit: contain;
}

.lamp-copy {
	padding: 42px;
}

.lamp-copy p {
	font-size: 16px;
	margin-top: 16px;
}

.temps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 22px;
}

.temp {
	border-radius: 16px;
	padding: 16px;
	background: #f6f5f7;
	border: 1px solid var(--line);
}

.temp b {
	display: block;
	font-size: 15px;
}

.temp span {
	font-size: 12px;
	color: var(--muted);
}

.lamp-strip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 18px;
}

.photo-card {
	border-radius: 22px;
	background: white;
	border: 1px solid var(--line);
	overflow: hidden;
	padding: 12px;
	min-height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.photo-card img {
	width: 100%;
	height: 100%;
	max-height: 430px;
	object-fit: contain;
}

#curved-frames {
	background-image: url(images/ramy_giete_tlo.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.neon-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 16px;
}

.neon-card {
	grid-column: span 4;
	background: #24133e;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	overflow: hidden;
}

.neon-card:nth-child(4),
.neon-card:nth-child(5) {
	grid-column: span 6;
}

.neon-card .media {
	background: #efeef0;
	min-height: 330px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.neon-card img {
	width: 100%;
	height: 100%;
	max-height: 390px;
	object-fit: contain;
}

.neon-card .body {
	padding: 20px;
}

.neon-card h3 {
	font-size: 21px;
}

.neon-card p {
	font-size: 13px;
	color: #c9c2d4;
	margin-top: 8px;
}

#height-frames {
	background-image: url(images/ramy_wysokosc.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.height-grid {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 18px;
	align-items: stretch;
}

.height-photo {
	border-radius: 24px;
	overflow: hidden;
	background: #eee;
	min-height: 650px;
}

.height-photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #efecef;
}

.height-copy {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-between;
	border-radius: 24px;
	background: linear-gradient(145deg, #4b2789, #2b164f);
	padding: 44px;
	color: white;
}

.height-copy p {
	color: #d9d0e4;
	margin-top: 18px;
}

.height-copy .small-photo {
	align-self: center;
	height: 62%;
	margin-top: 25px;
	border-radius: 18px;
	overflow: hidden;
	background: #f0edf4;
}

.height-copy .small-photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.height-copy .btn {
	margin-top: 22px;
}

#implementation-bg {
	background-image: url(images/realizacje_tlo.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wood-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.wood-card {
	border: 1px solid var(--line);
	border-radius: 22px;
	background: #fff;
	overflow: hidden;
}

.wood-card .media {
	height: 360px;
	background: #f5f2ef;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wood-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.wood-card .body {
	padding: 20px;
}

.wood-card h3 {
	font-size: 21px;
}

.wood-card p {
	font-size: 13px;
	margin-top: 8px;
}

.contact-wrap {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 18px;
}

.contact-photo,
.contact-card {
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid var(--line);
	background: #fff;
}

.contact-photo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-photo img {
	width: 100%;
	height: 100%;
	max-height: 580px;
	object-fit: cover;
}

.contact-card {
	background: linear-gradient(145deg, #3a1e70, #241141);
	color: white;
	padding: 46px;
}

.contact-card .kicker {
	color: #8ce4a3;
}

.contact-card p {
	color: #d8d0e2;
	margin-top: 16px;
}

.contact-lines {
	display: grid;
	gap: 8px;
	margin-top: 24px;
}

.contact-lines a {
	text-decoration: none;
	color: white;
	font-weight: 750;
}

.cred {
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 13px;
	color: #d8d0e2;
}

footer {
	background: #120825;
	color: #bfb7ca;
	padding: 34px 0;
	font-size: 13px;
}

.foot {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.foot a {
	color: white;
	text-decoration: none;
}

.hero {
	min-height: 920px;
}

.hero-grid {
	min-height: 920px;
	grid-template-columns: 0.76fr 1.24fr;
	gap: 12px;
	padding-top: 88px;
}

.hero-copy {
	position: relative;
	z-index: 4;
}

.hero .nav {
	top: 20px;
	width: min(1530px, 95vw);
}

.hero h1 {
	max-width: 620px;
}

.divider {
	height: 860px;
}


.divider:after {
	background: linear-gradient(
		90deg,
		rgba(22, 7, 48, 0.97) 0%,
		rgba(55, 29, 108, 0.84) 39%,
		rgba(44, 23, 88, 0.48) 64%,
		rgba(20, 8, 42, 0.2) 100%
	);
}

.divider .copy {
	max-width: 820px;
}

.divider h2 {
	font-size: clamp(48px, 5vw, 78px);
}

.recommendation-banner {
	height: 800px;
	background-image: url(./images/doswiadczenie_tlo.webp);
	background-repeat: no-repeat;
	background-position: center;
}

.recommendation-banner .copy {
	max-width: 700px;
}

.recommendation-banner .actions {
	margin-top: 26px;
}

.dimension-card {
	position: relative;
}

.dimension-card:after {
	content: attr(data-profile);
	position: absolute;
	right: 22px;
	top: 22px;
	z-index: 2;
	padding: 10px 15px;
	border-radius: 999px;
	background: linear-gradient(120deg, #4d2a8a, #2b145a);
	color: white;
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0.12em;
	box-shadow: 0 10px 28px rgba(35, 18, 70, 0.2);
}

.dimension-note strong {
	color: var(--purple);
}

.mobile-menu,
.mobile-menu-btn {
	display: none;
}

@media (max-width: 1200px) {
	.mobile-menu {
		display: block;
	}

	.hero .nav {
		position: relative;
		z-index: 1001;
	}

	.navlinks {
		display: none;
	}

	.nav-actions {
		display: none;
	}

	.mobile-menu-btn {
		position: relative;

		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		gap: 5px;

		width: 48px;
		height: 48px;

		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 14px;

		background: rgba(22, 9, 44, 0.82);
		backdrop-filter: blur(14px);
		-webkit-backdrop-filter: blur(14px);

		cursor: pointer;

		z-index: 1100;

		transition:
			background 0.25s ease,
			border-color 0.25s ease,
			transform 0.25s ease;
	}

	.mobile-menu-btn:hover {
		background: rgba(91, 73, 173, 0.9);
		border-color: rgba(255, 255, 255, 0.3);
	}

	.mobile-menu-btn span {
		display: block;

		width: 20px;
		height: 2px;

		border-radius: 10px;

		background: #fff;

		transition:
			transform 0.3s ease,
			opacity 0.2s ease;
	}

	.mobile-menu-btn.active span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.mobile-menu-btn.active span:nth-child(2) {
		opacity: 0;
	}

	.mobile-menu-btn.active span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.mobile-menu {
		position: absolute;

		top: calc(100% + 10px);
		right: 16px;
		left: 16px;

		padding: 22px;

		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 24px;

		background: linear-gradient(
			145deg,
			rgba(54, 32, 110, 0.97),
			rgba(22, 9, 44, 0.98)
		);

		box-shadow: 0 25px 70px rgba(22, 9, 44, 0.35);

		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);

		opacity: 0;
		visibility: hidden;
		transform: translateY(-12px) scale(0.98);

		pointer-events: none;

		transition:
			opacity 0.25s ease,
			transform 0.25s ease,
			visibility 0.25s ease;

		max-height: calc(100vh - 90px);
		overflow-y: auto;
	}

	.mobile-menu.active {
		opacity: 1;
		visibility: visible;
		transform: translateY(0) scale(1);

		pointer-events: auto;
	}

	.mobile-menu-links {
		display: flex;
		flex-direction: column;
	}

	.mobile-menu-links a {
		position: relative;

		display: flex;
		align-items: center;

		min-height: 50px;

		padding: 0 8px;

		color: #fff;
		text-decoration: none;

		font-size: 17px;
		font-weight: 500;

		border-bottom: 1px solid rgba(255, 255, 255, 0.09);

		transition:
			color 0.2s ease,
			padding-left 0.2s ease;
	}

	.mobile-menu-links a:last-child {
		border-bottom: none;
	}

	.mobile-menu-links a:hover {
		color: var(--mint);
		padding-left: 14px;
	}

	.mobile-menu-links a::before {
		content: "";

		position: absolute;
		left: 0;

		width: 4px;
		height: 4px;

		border-radius: 50%;

		background: var(--mint);

		opacity: 0;

		transition: opacity 0.2s ease;
	}

	.mobile-menu-links a:hover::before {
		opacity: 1;
	}

	.mobile-menu-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;

		gap: 10px;

		margin-top: 20px;
		padding-top: 20px;

		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.mobile-action {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;

		min-height: 48px;

		padding: 0 12px;

		border-radius: 13px;

		color: #fff;
		text-decoration: none;

		font-size: 14px;
		font-weight: 600;

		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.1);

		transition:
			background 0.2s ease,
			transform 0.2s ease;
	}

	.mobile-action:hover {
		background: rgba(255, 255, 255, 0.15);
		transform: translateY(-2px);
	}

	.mobile-action i {
		font-size: 17px;
	}

	.whatsapp-action i {
		color: var(--mint);
	}

	.recommendation-banner {
		background-size: cover;
	}

	#example-section {
		background-size: auto;
		background-position: 75%;
	}

	.frames {
		background-size: 100%;
		background-position: 70% 80%;
	}
}

@media (max-width: 980px) {
	.hero {
		min-height: auto;
	}

	.hero-grid {
		grid-template-columns: 1fr;
		padding-top: 115px;
	}

	.hero-copy {
		padding-bottom: 10px;
	}

	.hero-visual {
		height: 390px;
	}

	.section {
		padding: 76px 0;
	}

	.section-head,
	.glass-grid,
	.lightbox-grid,
	.lamp-grid,
	.height-grid,
	.contact-wrap {
		grid-template-columns: 1fr;
	}

	.numbers {
		grid-template-columns: repeat(2, 1fr);
	}

	.cards4 {
		grid-template-columns: repeat(2, 1fr);
	}

	.dimension-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.wood-grid {
		grid-template-columns: 1fr;
	}

	.benefits {
		grid-template-columns: 1fr;
	}

	.config:nth-child(n) {
		grid-column: span 6;
	}

	.neon-card:nth-child(n) {
		grid-column: span 6;
	}

	.cta-band {
		align-items: flex-start;
		flex-direction: column;
	}

	.cta-band .actions {
		margin-top: 6px;
	}

	.divider {
		height: 560px;
	}

	.lightbox {
		background-attachment: scroll;
		background-position: right;
	}

	.contact-photo img {
		max-height: 300px;
		min-height: 500px;
		max-width: 560px;
		object-fit: cover;
	}

	.contact-card {
		padding: 28px 20px;
		border-radius: 16px;
	}

	.hero {
		min-height: auto;
	}

	.hero-grid {
		min-height: auto;
		grid-template-columns: 1fr;
		padding-top: 112px;
	}

	.hero-visual {
		height: 60px;
		margin: 0;
	}

	.divider {
		height: 700px;
	}

	.recommendation-banner {
		height: 680px;
	}

	.height-photo {
		min-height: 620px;
	}

	.height-copy .small-photo {
		height: 760px;
	}

	.contact-wrap {
		min-height: 720px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.contact-card {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		max-width: 560px;
	}
}

@media (max-width: 640px) {
	.hidden {
		display: none;
	}

	h1 {
		font-size: 48px;
	}

	.hero-visual {
		height: 390px;
	}

	.hero .nav {
		height: 56px;
		top: 14px;
	}

	.whatsapp {
		padding: 9px 12px;
	}

	.section {
		padding: 62px 0;
	}

	.numbers,
	.cards4,
	.temps,
	.lamp-strip {
		grid-template-columns: 1fr;
	}

	.dimension-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.config:nth-child(n),
	.neon-card:nth-child(n) {
		grid-column: span 12;
	}

	.divider {
		height: 500px;
	}

	.section-head {
		gap: 18px;
		margin-bottom: 30px;
	}

	.wood-card .media {
		height: 300px;
	}

	.height-photo {
		min-height: 480px;
	}

	.lightbox-media {
		min-height: 460px;
	}

	.contact-card {
		padding: 32px;
	}

	.hero p {
		font-size: 16px;
	}

	.hero-grid {
		padding-top: 96px;
	}

	.hero-copy {
		padding-bottom: 4px;
	}

	.hero-visual {
		height: 60px;
		margin-top: 10px;
	}

	.hero-visual img {
		object-fit: contain;
	}

	.hero h1 {
		font-size: 47px;
	}

	.divider {
		height: 620px;
	}

	.recommendation-banner {
		height: 620px;
	}


	.divider .copy {
		justify-content: flex-end;
		padding-bottom: 58px;
	}

	.divider h2 {
		font-size: 40px;
	}

	.divider p {
		font-size: 15px;
	}

	.height-photo {
		min-height: 500px;
	}

	.height-copy .small-photo {
		height: 330px;
	}

	.dimension-card:after {
		right: 12px;
		top: 12px;
		font-size: 10px;
		padding: 8px 10px;
	}

	.contact-section .section-head {
		width: 92vw;
	}

	.contact-wrap {
		min-height: 860px;

		flex-direction: column;
		justify-content: flex-end;
	}

	.contact-wrap:after {
		background: linear-gradient(
			180deg,
			rgba(24, 8, 49, 0.12) 0%,
			rgba(35, 16, 72, 0.3) 47%,
			rgba(24, 10, 51, 0.98) 78%,
			rgba(24, 10, 51, 1) 100%
		);
	}

	.contact-card {
		width: auto;
	}

	.mobile-menu {
		right: 12px;
		left: 12px;

		top: calc(100% + 8px);

		padding: 18px;

		border-radius: 20px;
	}

	.mobile-menu-links a {
		min-height: 47px;
		font-size: 16px;
	}

	.mobile-menu-actions {
		grid-template-columns: 1fr;
	}

	.mobile-action {
		min-height: 46px;
	}

	.mobile-menu-btn {
		width: 44px;
		height: 44px;
		border-radius: 13px;
	}

	.frames {
		background-size: 160%;
		background-position: 80% 100%;
	}

	.LED {
		background-position: 90%;
	}

	.hero {
		background-size: auto;
	}

	.technology {
		background-position: 90%;
	}

	#implementation-bg {
		background-position: 80%;
		background-size: cover;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
