﻿.season-drifter {
	font-family: 'Work Sans', sans-serif;
	color: white;
	background: #000;
}

	.season-drifter * {
		box-sizing: border-box;
	}

.sod-button {
	margin-top: 1.5rem;
}

a.sod-button {
	color: white;
}

.hero {
	display: flex;
	position: relative;
	height: calc(100vh - 4.5rem);
	align-items: center;
	justify-content: center;
}

	.hero .bg,
	.hero .bg-l1,
	.hero .bg-l2 {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/season6_drifter_background.jpg");
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
	}

	.hero .bg {
		background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/season6_drifter_background.jpg");
	}

	.hero .bg-l1 {
		background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/season6_drifter_guardians_alpha.png");
	}

	.hero .bg-l2 {
		top: 3rem;
		background-size: contain;
		background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/season6_drifter_alpha.png");
	}

.react-mobile .bg-l2 {
	background-size: cover;
}

.hero .sod-content {
	position: relative;
	z-index: 3;
	line-height: 1.5;
	text-shadow: 0 0px 40px rgba(0,0,0,1);
	margin-top: 4rem;
}

	.hero .sod-content .sod-button {
		text-shadow: none;
	}

	.hero .sod-content .icon {
		width: 100%;
		height: 5rem;
		background-position: center 28px;
	}

.pinnable-nav {
	position: relative;
	height: 4.5rem;
	background: #2c2f31;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
}

html:not(.react-medium) .pinnable-nav.locked {
	position: fixed;
	top: 78px;
	left: 0;
	z-index: 100;
	width: 100%;
}

.pinnable-nav .links {
	height: 100%;
	display: flex;
}

.pinnable-nav a:not(.sod-button) {
	position: relative;
	color: rgba(255,255,255,0.5);
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 1.5rem;
}

	.pinnable-nav a:not(.sod-button):after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 3px;
		content: "";
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		background: rgba(12, 175, 115, 0);
	}

	.pinnable-nav a:not(.sod-button):hover:after,
	.pinnable-nav a:not(.sod-button).on:after {
		left: 0;
		width: 100%;
		background: rgb(12, 175, 115);
	}


.pinnable-nav .sod-button {
	margin-left: 1.5rem;
	margin-top: 0;
}

.react-medium .pinnable-nav {
	position: fixed;
	bottom: 0;
	padding: 0 1rem;
	z-index: 9999;
	width: 100%;
}

	.react-medium .pinnable-nav .hamburger {
		width: 2rem;
		height: 100%;
		background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/icon_hamburger.png") center no-repeat;
		margin-right: auto;
		margin-left: 1rem;
	}

	.react-medium .pinnable-nav .links {
		position: absolute;
		transition: transform 0.25s, opacity 0.25s 0.05s;
		bottom: 4.5rem;
		flex-direction: column;
		width: 100%;
		justify-content: flex-end;
		z-index: 99;
		left: 0;
		height: 75vh;
	}

		.react-medium .pinnable-nav .links a {
			background: #2c2f31;
			height: 5rem;
			margin: 0 -1rem;
			padding: 0 3rem;
			font-size: 1.5rem;
		}

	.react-medium .pinnable-nav:not(.open) .links {
		opacity: 0;
		transform: scale(0.9);
		pointer-events: none;
	}


	.react-medium .pinnable-nav.open .links {
		transform: scale(1);
		pointer-events: auto;
		opacity: 1;
	}

.sod-content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	max-width: 60rem;
	font-size: 1.15rem;
}

	.sod-content .title {
		font-weight: 300;
		font-size: 4rem;
		letter-spacing: 3px;
		line-height: 1.05em;
		margin: 1rem 0;
	}

.react-mobile .sod-content .title {
	font-size: 3rem;
}

.sod-content .subtitle {
	letter-spacing: 5px;
}

.sod-content .icon {
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

.sod-content .desc {
	max-width: 45rem;
	margin: 0 auto;
	line-height: 2em;
}

.react-mobile .sod-content .desc {
	line-height: 1.5em;
}

.react-medium .sod-content {
	max-width: 75vw;
	font-size: 1.25rem;
                           }

.react-tiny .sod-content {
	font-size: 1.5rem;
                           }

.sod-button {
	cursor: pointer;
	display: inline-block;
	padding: 0.75rem 2rem;
	border: 1px solid #0caf73;
	background: rgba(12, 175, 115, 0.5);
	transition: 0.25s;
}

	.sod-button:hover {
		background: rgba(12, 175, 115, 1);
	}

.locked + .gambit-prime {
	margin-top: 4.5rem;
}

.gambit-prime {
	padding-bottom: 6rem;
	background: #151515;
}

	.gambit-prime .hero {
		display: block;
		height: 50rem;
		background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gambit_prime_hero_fallback.jpg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		overflow: hidden;
	}

		.gambit-prime .hero video {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}



.react-mobile .gambit-prime .hero video {
	display: none;
}

.gambit-prime .content-wrapper {
	position: relative;
	z-index: 1;
	max-width: none;
	padding-top: 4.5rem;
	margin-top: -4.5rem;
	background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gambit_prime_green_line.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.gambit-prime .logo {
	position: relative;
	z-index: 2;
	margin-top: -15.5rem;
	height: 20rem;
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}

.gambit-prime .sod-content {
	position: relative;
	z-index: 1;
}

	.gambit-prime .sod-content .title {
		color: #24d480;
	}

.gambit-prime .roles-wrapper {
	position: relative;
	background: #151515;
}

.gambit-prime .roles {
	display: flex;
	max-width: 1600px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

	.gambit-prime .roles .role {
		position: relative;
		display: flex;
		height: 625px;
		flex: 1;
		padding: 0 1rem;
		flex-direction: column;
		justify-content: flex-end;
	}

		.gambit-prime .roles .role .bg {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background-size: cover;
			background-position: center bottom;
			background-repeat: no-repeat;
		}

		.gambit-prime .roles .role.role-1 .bg {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gambit_prime_reaper_bg.jpg");
			background-position: 21% bottom;
			left: -26.75%;
		}

		.gambit-prime .roles .role.role-2 .bg {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gambit_prime_invader_bg.jpg");
		}

		.gambit-prime .roles .role.role-3 .bg {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gambit_prime_collector_bg.jpg");
		}

		.gambit-prime .roles .role.role-4 .bg {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gambit_prime_sentry_bg.jpg");
		}

		.gambit-prime .roles .role .role-content {
			position: relative;
			z-index: 3;
			padding: 0 1.5rem 2.5rem;
			font-size: 1.15rem;
			line-height: 1.5;
		}

			.gambit-prime .roles .role .role-content:after {
				content: "";
				position: absolute;
				bottom: 0;
				left: -1rem;
				right: -1rem;
				height: 1.75rem;
				opacity: 0.5;
			}

		.gambit-prime .roles .role.role-1 .role-content:after {
			background-color: #3c9e7a;
		}

		.gambit-prime .roles .role.role-2 .role-content:after {
			background-color: #ff5e5e;
		}

		.gambit-prime .roles .role.role-3 .role-content:after {
			background-color: #caddd6;
		}

		.gambit-prime .roles .role.role-4 .role-content:after {
			background-color: #818125;
		}

		.gambit-prime .roles .role .role-content .icon {
			position: relative;
			display: inline-block;
			width: 3rem;
			height: 3rem;
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
		}

		.gambit-prime .roles .role.role-1 .role-content .icon {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/icon_gp_reaper.png");
		}

		.gambit-prime .roles .role.role-2 .role-content .icon {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/icon_gp_invader.png");
		}

		.gambit-prime .roles .role.role-3 .role-content .icon {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/icon_gp_collector.png");
		}

		.gambit-prime .roles .role.role-4 .role-content .icon {
			background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/icon_gp_sentry.png");
		}

		.gambit-prime .roles .role .role-content .title {
			font-size: 2rem;
			font-weight: 300;
			letter-spacing: 5px;
		}

.gambit-prime .sod-content .desc {
	margin-top: 1rem;
}

.gambit-prime .sod-content .sod-button {
	margin-top: 1.5rem;
}

.react-medium .gambit-prime .roles {
	overflow: auto;
	margin-bottom: 5rem;
	margin-top: 3rem;
}

	.react-medium .gambit-prime .roles .role {
		width: 36vw;
		flex: none;
		height: 39rem;
	}


.react-mobile .gambit-prime .roles .role {
	width: 50vw;
}

.react-tiny .gambit-prime .roles .role {
	width: 80vw;
}

.reckoning {
	position: relative;
	background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/reckoning_bg.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 23rem;
	padding-top: 6rem;
}

	.reckoning .sod-content .icon {
		width: 8.4375rem;
		height: 8.4375rem;
		margin: 0 auto;
	}

	.reckoning:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 100%;
		background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/reckoning_top_line.png") center top no-repeat;
		height: 10rem;
	}

	/*.reckoning:after {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		bottom: 0;
		left: 0;
		width: 100%;
		background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/derelict_flat_top.jpg") center bottom no-repeat;
		height: 27rem;
	}*/

.react-mobile .reckoning:after {
	background-position: 68% bottom;
}

.reckoning .sod-button {
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(90,133,210,0.5);
}

	.reckoning .sod-button:hover {
		border: 1px solid rgba(255,255,255,1);
		background: rgba(90,133,210,1);
	}

.reckoning .highlights {
	display: flex;
	position: relative;
	z-index: 10;
	max-width: 1600px;
	margin: 0 auto;
	height: auto;
	margin-top: 5rem;
	text-align: center;
}

	.reckoning .highlights .highlight {
		position: relative;
		display: flex;
		height: 33.333rem;
		flex: 1;
		padding: 0 1rem;
		flex-direction: column;
		justify-content: flex-end;
	}

		.reckoning .highlights .highlight.highlight-1 {
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/reckoning_lore_bg.jpg") center top no-repeat;
			background-size: cover;
		}

		.reckoning .highlights .highlight.highlight-2 {
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/reckoning_pve_bg.jpg") center top no-repeat;
			background-size: cover;
		}

		.reckoning .highlights .highlight.highlight-3 {
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/reckoning_gear_bg.jpg") center top no-repeat;
			background-size: cover;
		}

		.reckoning .highlights .highlight .highlight-content {
			background: rgba(0, 0, 0, 0.25);
			margin: 0 -1rem;
			position: relative;
			z-index: 3;
			padding: 0.5rem 2rem 1rem;
			font-size: 1.15rem;
			line-height: 1.5;
		}

			.reckoning .highlights .highlight .highlight-content .title {
				font-size: 2rem;
				font-weight: 300;
				letter-spacing: 5px;
			}

.react-medium .reckoning .highlights {
	overflow: auto;
	margin-bottom: 5rem;
}

	.react-medium .reckoning .highlights .highlight {
		width: 36vw;
		flex: none;
		height: 39rem;
	}

.react-mobile .reckoning .highlights .highlight {
	width: 50vw;
}

.react-tiny .reckoning .highlights .highlight {
	width: 80vw;
}

.weapons-armor {
	position: relative;
	background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/new_weapons_armor_hero_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 6rem;
	padding-top: 10rem;
}

	.weapons-armor .sod-content .icon {
		width: 10.5rem;
		height: 10.5rem;
		margin: 0 auto;
	}

	.weapons-armor .gear-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		max-width: 77.1875rem;
		margin: 0 auto;
	}

	./*weapons-armor:before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		top: 0;
		left: 0;
		width: 100%;
		background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/derelict_flat_bottom.jpg") center top no-repeat;
		height: 57rem;
	}*/

.react-mobile .weapons-armor:before {
	background-position: 68% top;
}

.weapons-armor > * {
	position: relative;
	z-index: 5;
}

.weapons-armor .sod-content .title {
	color: #24d480;
}

.gear-grid-container {
	margin-top: 3rem;
}

.react-mobile .weapons-armor .gear-grid-container {
	overflow: auto;
}

.react-mobile .weapons-armor .gear-grid {
	width: 77.1875rem;
}

.weapons-armor:after {
	content: "";
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/new_weapons_armor_bottom_line.png") center top no-repeat;
	height: 291px;
	z-index: 5;
}

.weapons-armor #derelict {
	position: absolute;
	left: 50%;
	top: -420px;
	transform: translateX(-53%);
}

.react-medium .weapons-armor #derelict {
	left: 35%;
	top: -500px;
}

.react-tiny .weapons-armor #derelict {
	left: -15%;
	top: -500px;
                                       }

.weapons-armor .gear-grid .gear-item {
	width: 14.9375rem;
	height: 8.375rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0.25rem;
}

.gameplay {
	position: relative;
	overflow: hidden;
	padding-bottom: 12.5rem;
	padding-top: 5rem;
}

	.gameplay .bgs {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

		.gameplay .bgs .top {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 1119px;
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gameplay_updates_top_bg.jpg");
			background-size: cover;
			background-position: center top;
			background-repeat: no-repeat;
		}

		.gameplay .bgs .bottom {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 804px;
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/gameplay_updates_bottom_bg.jpg");
			background-size: cover;
			background-position: center top;
			background-repeat: no-repeat;
		}

	.gameplay .sod-content .title {
		color: #24d480;
	}

	.gameplay .content-wrapper {
		position: relative;
		z-index: 3;
	}

	.gameplay .sod-content .icon {
		width: 10.5rem;
		height: 10.5rem;
		margin: 0 auto;
	}

	.gameplay .sod-content.pc .icon {
		width: 6rem;
		height: 6rem;
	}

	.gameplay .gameplay-row {
		display: flex;
		max-width: 60rem;
		margin: 5rem auto;
	}

		.gameplay .gameplay-row .sod-content {
			flex: 1;
			margin: 0 1rem;
		}

			.gameplay .gameplay-row .sod-content .title {
				font-size: 1.125em;
				margin-bottom: 1rem;
				font-weight: 400;
				color: #24d480;
			}

			.gameplay .gameplay-row .sod-content .icon {
				width: 6rem;
				height: 6rem;
			}

.react-medium .gameplay-row {
	flex-wrap: wrap;
	justify-content: center;
}

	.react-medium .gameplay-row .sod-content {
		width: 100%;
		flex: none;
		margin-bottom: 3rem;
	}

.gameplay .highlights {
	display: flex;
	position: relative;
	z-index: 10;
	max-width: 1600px;
	margin: 0 auto;
	height: auto;
	margin-top: 5rem;
	text-align: center;
}

	.gameplay .highlights .highlight {
		position: relative;
		display: flex;
		height: 33.333rem;
		flex: 1;
		padding: 0 1rem;
		flex-direction: column;
		justify-content: flex-end;
	}

		.gameplay .highlights .highlight.highlight-1 {
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/pinnacle_weapons_crucible_bg.jpg") center top no-repeat;
			background-size: cover;
		}

		.gameplay .highlights .highlight.highlight-2 {
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/pinnacle_weapons_vanguard_bg.jpg") center top no-repeat;
			background-size: cover;
		}

		.gameplay .highlights .highlight.highlight-3 {
			background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/pinnacle_weapons_gambit_bg.jpg") center top no-repeat;
			background-size: cover;
		}

		.gameplay .highlights .highlight .highlight-content {
			background: rgba(0, 0, 0, 0.25);
			margin: 0 -1rem;
			position: relative;
			z-index: 3;
			padding: 0.5rem 2rem 1rem;
			font-size: 1.15rem;
			line-height: 1.5;
			min-height: 9.5625rem;
		}

			.gameplay .highlights .highlight .highlight-content .title {
				font-size: 2rem;
				letter-spacing: 5px;
			}

		.gameplay .highlights .highlight.highlight-1 .highlight-content {
			background-color: rgba(147,34,34,0.5);
		}

		.gameplay .highlights .highlight.highlight-2 .highlight-content {
			background-color: rgba(26,33,45,0.5);
		}

		.gameplay .highlights .highlight.highlight-3 .highlight-content {
			background-color: rgba(24,57,33,0.5);
		}

.react-medium .gameplay .highlights {
	overflow: auto;
	margin-bottom: 5rem;
}

	.react-medium .gameplay .highlights .highlight {
		width: 36vw;
		flex: none;
		height: 27rem;
	}

.react-mobile .gameplay .highlights .highlight {
	width: 50vw;
}

.react-tiny .gameplay .highlights .highlight {
	width: 80vw;
}


.revelry {
	position: relative;
	background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/revelry_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 12.5rem;
	padding-top: 13.25rem;
}

	.revelry .revelry-row {
		display: flex;
		max-width: 50rem;
		margin: 5rem auto;
	}

		.revelry .revelry-row .sod-content {
			flex: 1;
		}

			.revelry .revelry-row .sod-content .title {
				font-size: 1.125em;
				font-weight: 400;
				margin-bottom: 1rem;
			}

			.revelry .revelry-row .sod-content .icon {
				width: 6rem;
				height: 6rem;
				margin: 0 auto;
			}

.react-medium .revelry-row {
	flex-wrap: wrap;
}

	.react-medium .revelry-row .sod-content {
		width: 100%;
		flex: none;
		margin-bottom: 3rem;
	}


.annual-pass {
	position: relative;
	padding-top: 40vw;
	background: #0e0e0e url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/annual_pass_bg.jpg");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 6rem;
}

	.annual-pass .sod-content .icon {
		background-position: center;
		height: 12rem;
		background-repeat: no-repeat;
		margin-bottom: 3rem;
	}

.react-mobile .annual-pass {
	background: #0e0e0e url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/annual_pass_bg_mobile.jpg") center top no-repeat;
	background-size: contain;
	padding-top: 25rem;
}

.hero-footer {
	background: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/footer.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 53vw;
}

.react-tiny .hero-footer {
	background-image: url("/pubstatic/StaticPages/SeasonOfTheDrifter/Assets/footer_mobile.jpg");
	width: 100%;
	height: 173vw;
}

#modal-trailer .modal {
	width: 90%;
	height: 80%;
}

@media all and (orientation: landscape) {
	#modal-trailer .modal {
		width: 80%;
		height: 90%;
	}
}

#modal-trailer .modal-content {
	height: 100%;
	padding: 0;
}

	#modal-trailer .modal-content iframe {
		display: block;
	}
