@media (min-width: 1380px) {
	body {
		display: flex;
		margin: 0;
		height: 100vh;
		font-family:
			system-ui,
			-apple-system,
			'Segoe UI',
			Roboto,
			Arial,
			sans-serif;
	}

	.main {
		display: flex;
		width: 100%;
		flex-direction: column;
		height: 100%;
		background-color: rgb(14, 16, 20);
		overflow-x: hidden;
	}

	a {
		color: white;
		text-decoration: none;
		font-size: 23px;
	}

	a:active {
		border-bottom: 1px solid white;
	}

	.main-top {
		display: flex;
		flex-direction: column;
		background-color: transparent;
		width: 100%;
		background-image: url('../images/backSandWall.jpg');
		background-size: cover;
		background-position: center;
		position: relative;
		color: white;

		-webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.582);
		-moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.582);
		box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.582);
	}

	.main-top::before {
		content: '';
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(10, 12, 16, 0.75) 0%, rgba(10, 12, 16, 0.92) 40%, rgba(10, 12, 16, 0.96) 100%),
			radial-gradient(900px 400px at 18% 8%, rgba(62, 130, 246, 0.18), transparent 55%),
			radial-gradient(700px 420px at 92% 22%, rgba(255, 255, 255, 0.06), transparent 55%);
		pointer-events: none;
	}

	.menuIcon {
		display: none;
	}

	nav {
		display: flex;
		width: 100%;
		height: 30px;
		background-color: rgba(16, 18, 24, 0.62);
		backdrop-filter: blur(10px);
		justify-content: space-evenly;
		align-items: center;
		color: whitesmoke;
		position: relative;
		z-index: 2;

		-webkit-box-shadow: 5px 10px 5px 0px rgba(0, 0, 0, 0.582);
		-moz-box-shadow: 5px 10px 5px 0px rgba(0, 0, 0, 0.582);
		box-shadow: 5px 10px 5px 0px rgba(0, 0, 0, 0.582);
	}

	nav a {
		text-transform: uppercase;
	}

	.content {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 26px;
		margin-top: 26px;
		padding: 0 22px 28px 22px;
		position: relative;
		z-index: 1;
	}

	.page-hero {
		width: min(1200px, 100%);
		padding: 18px 18px;
		border-radius: 18px;
		background: rgba(16, 18, 24, 0.55);
		backdrop-filter: blur(14px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 14px 50px rgba(0, 0, 0, 0.45);
	}

	.page-hero__inner {
		padding: 20px 22px;
	}

	.eyebrow {
		margin: 0 0 10px 0;
		font-size: 14px;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.72);
	}

	.page-hero h1 {
		margin: 0;
		font-size: 44px;
		line-height: 1.08;
		letter-spacing: -0.02em;
	}

	.lead {
		margin: 14px 0 0 0;
		max-width: 78ch;
		font-size: 18px;
		line-height: 1.55;
		color: rgba(255, 255, 255, 0.82);
	}

	.hero-badges {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 16px;
	}

	.badge {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 8px 12px;
		border-radius: 999px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.86);
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
	}

	.fences-layout {
		display: grid;
		grid-template-columns: 0.9fr 1.1fr;
		gap: 18px;
		width: min(1200px, 100%);
		font-size: 18px;
	}

	.fences-card {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		padding: 18px 18px 16px 18px;
		border-radius: 18px;
		background: rgba(16, 18, 24, 0.55);
		backdrop-filter: blur(14px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 14px 50px rgba(0, 0, 0, 0.45);
	}

	.fences-card h2 {
		text-align: left;
		margin: 6px 0 8px 0;
		font-size: 22px;
		letter-spacing: -0.01em;
	}

	.fences-card p {
		text-align: left;
		width: 100%;
		margin: 10px 0;
		color: rgba(255, 255, 255, 0.82);
		line-height: 1.55;
	}

	ul {
		display: flex;
		flex-direction: column;
		gap: 10px;
		width: 100%;
		margin: 12px 0 0 0;
		padding: 0;
		list-style: none;
	}

	li {
		position: relative;
		background-color: rgba(255, 255, 255, 0.08);
		border-radius: 14px;
		padding: 12px 12px 12px 42px;
		width: 90%;
		text-align: left;
		color: rgba(255, 255, 255, 0.86);
		line-height: 1.45;
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
	}

	li::before {
		content: '✓';
		position: absolute;
		left: 14px;
		top: 12px;
		width: 18px;
		height: 18px;
		display: grid;
		place-items: center;
		border-radius: 999px;
		background: rgba(62, 130, 246, 0.2);
		border: 1px solid rgba(62, 130, 246, 0.35);
		color: rgba(255, 255, 255, 0.92);
		font-weight: 700;
		font-size: 12px;
	}

	.fences-types {
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.ramps-type {
		grid-template-columns: 68px 1fr;
		gap: 14px;
		align-items: start;
		padding: 18px 18px 16px 18px;
		border-radius: 18px;
		background: rgba(16, 18, 24, 0.55);
		backdrop-filter: blur(14px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 14px 50px rgba(0, 0, 0, 0.45);
		transition:
			transform 140ms ease,
			border-color 140ms ease,
			background-color 140ms ease;
	}

	.fences-type {
		display: grid;
		grid-template-columns: 68px 1fr;
		gap: 14px;
		align-items: start;
		padding: 18px 18px 16px 18px;
		border-radius: 18px;
		background: rgba(16, 18, 24, 0.55);
		backdrop-filter: blur(14px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 14px 50px rgba(0, 0, 0, 0.45);
		transition:
			transform 140ms ease,
			border-color 140ms ease,
			background-color 140ms ease;
	}

	.fences-type:hover {
		transform: translateY(-2px);
		border-color: rgba(255, 255, 255, 0.18);
		background: rgba(16, 18, 24, 0.62);
	}

	.fences-type__icon {
		width: 56px;
		height: 56px;
		display: grid;
		place-items: center;
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
	}

	.fences-type__icon img {
		width: 34px;
		height: 34px;
		filter: grayscale(100%) invert(100%);
	}

	.fences-type h3 {
		margin: 0;
		font-size: 20px;
		letter-spacing: -0.01em;
	}

	.fences-type p {
		margin: 10px 0 0 0;
		color: rgba(255, 255, 255, 0.82);
		line-height: 1.55;
	}

	.gallery {
		width: min(1200px, 100%);
		margin-top: 4px;
	}

	.gallery__header {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 18px;
		margin: 6px 2px 12px 2px;
	}

	.gallery__header h2 {
		margin: 0;
		font-size: 22px;
		letter-spacing: -0.01em;
	}

	.gallery__header p {
		margin: 0;
		color: rgba(255, 255, 255, 0.7);
		font-size: 14px;
	}

	.slider {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		border-radius: 18px;
		background: rgba(16, 18, 24, 0.55);
		backdrop-filter: blur(14px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 14px 50px rgba(0, 0, 0, 0.45);
		padding: 16px 0;
		mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
	}

	.slider-track {
		display: flex;
		align-items: center;
		gap: 16px;
		width: max-content;
		animation: scroll 45s linear infinite;
		will-change: transform;
		padding: 0 18px;
	}

	.slider:hover .slider-track {
		animation-play-state: paused;
	}

	.slider img {
		width: clamp(240px, 22vw, 340px);
		height: clamp(240px, 22vw, 340px);
		object-fit: cover;
		border-radius: 14px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
	}

	@keyframes scroll {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}
}
