:root {
	--jv-color-bg: #89a780;
	--jv-color-card: #feb25e;
	--jv-color-card-text: #262321;
	--jv-color-panel: #1f1f1f;
	--jv-color-panel-text: #ffffff;
	--jv-color-footer: #141414;
	--jv-color-footer-text: #a4a7ae;
	--jv-color-border: #d5d7da;
	--jv-color-input-text: #717680;
	--jv-container-width: 807px;
	--jv-content-width: 1176px;
	--jv-character-width: 716px;
	--jv-side-padding: 20px;
	--jv-card-radius: 24px;
	--jv-store-gap: 152px;
	--jv-character-gap: 24px;
}

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

html {
	background: var(--jv-color-footer);
	min-height: 100%;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
	background: var(--jv-color-footer);
	color: #111;
	min-height: 100vh;
	overflow-x: clip;
}

body,
#page,
.site {
	background-color: var(--jv-color-footer);
}

.jv-launch {
	background:
		linear-gradient(rgba(53, 70, 44, 0.22), rgba(53, 70, 44, 0.22)),
		var(--jv-hero-background, linear-gradient(180deg, #89a780 0%, #8cab81 40%, #877661 100%));
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow-x: clip;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.jv-launch__full-bleed {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.jv-launch__container {
	margin: 0 auto;
	padding-left: var(--jv-side-padding);
	padding-right: var(--jv-side-padding);
	width: min(100%, calc(var(--jv-container-width) + (var(--jv-side-padding) * 2)));
}

.jv-launch__container--features {
	padding-top: 40px;
	padding-bottom: 0;
	width: min(100%, calc(var(--jv-content-width) + (var(--jv-side-padding) * 2)));
}

.jv-launch__full-bleed:not(.jv-launch--has-stores) .jv-launch__container--features {
	padding-top: 150px;
}

.jv-launch--has-stores .jv-launch__container--features {
	padding-top: 60px;
}

.jv-launch__container--wide {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	width: 100%;
}

.jv-launch__container--character {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: var(--jv-character-gap);
	padding-bottom: 0;
}

.jv-launch__hero-overlay {
	padding-bottom: 0;
}

.jv-launch__stores {
	align-items: center;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 36px;
	justify-content: center;
	margin: 0;
	min-height: 128px;
	padding: 28px 32px;
	width: 100%;
}

.jv-launch__stores-label {
	color: #fff;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.4rem, 2.1vw, 2.45rem);
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.jv-launch__stores-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 32px;
	justify-content: center;
}

.jv-launch__store-link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	max-width: min(100%, 320px);
	min-height: 56px;
}

.jv-launch__store-link--static {
	cursor: default;
}

.jv-launch__store-link img {
	height: auto;
	max-height: 50px;
	width: auto;
}

.jv-launch__store-link span {
	color: #fff;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.05rem, 1.4vw, 1.575rem);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.jv-launch__card {
	background: var(--jv-color-card);
	border-radius: var(--jv-card-radius);
	color: var(--jv-color-card-text);
	margin: 0 auto;
	padding: 60px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.jv-launch__logo-placeholder,
.jv-launch__character-placeholder {
	align-items: center;
	display: flex;
	justify-content: center;
}

.jv-launch__copy {
	margin: 0 auto 44px;
	max-width: 785px;
}

.jv-launch__headline {
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.75rem, 2.1vw, 2.45rem);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 12px;
}

.jv-launch__subcopy {
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(0.945rem, 1.4vw, 1.575rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0;
}

.jv-launch__skin-image-block {
	margin: 0 auto;
	max-width: 785px;
}

.jv-launch__skin-image {
	margin: 0 auto;
	width: 100%;
}

.jv-launch__countdown {
	background: var(--jv-color-panel);
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 26px;
	color: var(--jv-color-panel-text);
	margin: 0 auto 44px;
	max-width: 785px;
	padding: 44px 24px;
}

.jv-launch__countdown-label {
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: 1.225rem;
	font-weight: 700;
	margin: 0 0 32px;
}

.jv-launch__countdown-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jv-launch__countdown-value {
	display: block;
	font-size: clamp(1.75rem, 3.5vw, 3.0625rem);
	line-height: 1;
}

.jv-launch__countdown-name {
	display: block;
	font-size: 0.7rem;
	margin-top: 8px;
}

.jv-launch__form-block {
	margin: 0 auto;
	max-width: 785px;
	text-align: left;
}

.jv-launch__form-block .gform_wrapper,
.jv-launch__form-block .gform-theme--framework,
.jv-launch__form-block .gform-theme {
	color: #111;
}

.jv-launch__form-block .gform_fields {
	row-gap: 20px;
}

.jv-launch__form-block .gfield_label,
.jv-launch__form-block .gform-field-label {
	color: #414651;
	font-size: 9.8px;
	font-weight: 700;
}

.jv-launch__form-block .gfield_required,
.jv-launch__form-block .gfield_required_asterisk {
	color: #7a8e33;
}

.jv-launch__form-block input[type="email"],
.jv-launch__form-block input[type="text"],
.jv-launch__form-block input[type="url"],
.jv-launch__form-block textarea,
.jv-launch__form-block select {
	background: #fff;
	border: 1px solid #d5d7da;
	border-radius: 8px;
	box-shadow: 0 1px 1px rgba(10, 13, 18, 0.05);
	color: #111;
	font-size: 11.2px;
	line-height: 1.5;
	min-height: 44px;
	padding: 10px 12px;
}

.jv-launch__form-block input::placeholder,
.jv-launch__form-block textarea::placeholder {
	color: #717680;
	opacity: 1;
}

.jv-launch__form-block .gform_footer,
.jv-launch__form-block .gform_page_footer,
.jv-launch__form-block .gform-theme__footer {
	display: flex;
	justify-content: center;
	margin-top: 24px;
	padding: 0;
}

.jv-launch__form-block .gform_button,
.jv-launch__form-block .gform-theme-button,
.jv-launch__form-block input[type="submit"].gform_button,
.jv-launch__form-block button.gform_button {
	background: #1f1f1f;
	border: 2px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	box-shadow:
		0 1px 2px rgba(16, 24, 40, 0.05),
		inset 0 0 0 1px rgba(10, 13, 18, 0.18),
		inset 0 -2px 0 rgba(10, 13, 18, 0.05);
	color: #fff;
	cursor: pointer;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 11.2px;
	font-weight: 600;
	line-height: 24px;
	min-height: 40px;
	padding: 8px 18px;
	transition: transform 120ms ease, background-color 120ms ease, box-shadow 120ms ease;
}

.jv-launch__form-block .gform_button:hover,
.jv-launch__form-block .gform-theme-button:hover,
.jv-launch__form-block input[type="submit"].gform_button:hover,
.jv-launch__form-block button.gform_button:hover {
	background: #181818;
	box-shadow:
		0 2px 6px rgba(16, 24, 40, 0.12),
		inset 0 0 0 1px rgba(10, 13, 18, 0.18),
		inset 0 -2px 0 rgba(10, 13, 18, 0.05);
	transform: translateY(-1px);
}

.jv-launch__form-block .gform_button:focus-visible,
.jv-launch__form-block .gform-theme-button:focus-visible,
.jv-launch__form-block input[type="submit"].gform_button:focus-visible,
.jv-launch__form-block button.gform_button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.jv-launch__form-placeholder {
	background: rgba(255, 255, 255, 0.75);
	border: 1px dashed rgba(31, 31, 31, 0.25);
	border-radius: 8px;
	padding: 24px;
}

.jv-launch__character-image,
.jv-launch__character-placeholder img {
	margin: 0 auto;
	max-width: var(--jv-character-width);
	width: 100%;
}

.jv-launch__character-band {
	padding-bottom: 0;
}

.jv-launch__feature-grid {
	display: grid;
	gap: 32px;
}

.jv-launch__feature-grid--single {
	margin: 0 auto;
	max-width: 774px;
}

.jv-launch__feature-grid > .jv-launch__card {
	margin: 0;
	width: 100%;
}

.jv-launch__card--trailer {
	background: rgba(46, 40, 36, 0.42);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	color: #fff;
	padding: 60px;
}

.jv-launch__trailer-copy {
	margin: 0 auto 32px;
	max-width: 640px;
	text-align: center;
}

.jv-launch__trailer-headline {
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.925rem, 3.5vw, 2.8rem);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 12px;
}

.jv-launch__trailer-subcopy {
	color: #fff;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.225rem, 2.1vw, 1.575rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.jv-launch__trailer-media {
	margin: 0 auto;
	max-width: 100%;
}

.jv-launch__trailer-preview,
.jv-launch__trailer-embed {
	aspect-ratio: 16 / 9;
	border: 0;
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.jv-launch__trailer-preview {
	background: #000;
	cursor: pointer;
	padding: 0;
}

.jv-launch__trailer-preview::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
	content: "";
	inset: 0;
	position: absolute;
}

.jv-launch__trailer-preview:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.jv-launch__trailer-thumbnail {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jv-launch__trailer-play-button {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 999px;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
	display: inline-flex;
	height: 84px;
	inset: 50% auto auto 50%;
	justify-content: center;
	position: absolute;
	transform: translate(-50%, -50%);
	transition: transform 160ms ease, background 160ms ease;
	width: 84px;
	z-index: 1;
}

.jv-launch__trailer-preview:hover .jv-launch__trailer-play-button,
.jv-launch__trailer-preview:focus-visible .jv-launch__trailer-play-button {
	background: #fff;
	transform: translate(-50%, -50%) scale(1.04);
}

.jv-launch__trailer-play-icon {
	border-bottom: 14px solid transparent;
	border-left: 22px solid #141414;
	border-top: 14px solid transparent;
	height: 0;
	margin-left: 5px;
	width: 0;
}

.jv-launch__trailer-embed iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.jv-launch__card--community {
	background: rgba(46, 40, 36, 0.42);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	color: #fff;
	padding: 60px;
}

.jv-launch__card--screenshots {
	background: rgba(46, 40, 36, 0.42);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
	color: #fff;
	margin-top: 32px;
	padding: 60px;
}

.jv-launch__screenshots-copy {
	margin: 0 auto 32px;
	max-width: 720px;
	text-align: center;
}

.jv-launch__screenshots-headline {
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.925rem, 3.5vw, 2.8rem);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 12px;
}

.jv-launch__screenshots-subcopy {
	color: #fff;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.225rem, 2.1vw, 1.575rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.jv-launch__community-logo-wrap {
	margin: 0 auto 32px;
	max-width: 220px;
}

.jv-launch__community-logo {
	margin: 0 auto;
	width: 100%;
}

.jv-launch__community-copy {
	margin: 0 auto 32px;
	max-width: 640px;
	text-align: center;
}

.jv-launch__community-headline {
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.925rem, 3.5vw, 2.8rem);
	font-weight: 700;
	line-height: 1.05;
	margin: 0 0 12px;
}

.jv-launch__community-subcopy {
	color: #fff;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(1.225rem, 2.1vw, 1.575rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.jv-launch__community-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.jv-launch__community-list {
	color: #fff;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: clamp(0.875rem, 1.61vw, 1.225rem);
	font-weight: 700;
	line-height: 1.2;
	list-style: disc;
	margin: 0;
	max-width: 640px;
	padding-left: 1.6em;
	text-align: left;
	width: 100%;
}

.jv-launch__community-list li + li {
	margin-top: 10px;
}

.jv-launch__community-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
}

.jv-launch__screenshots-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jv-launch__screenshot-button {
	background: rgba(0, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.jv-launch__screenshot-button:hover,
.jv-launch__screenshot-button:focus-visible {
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
	transform: translateY(-2px);
}

.jv-launch__screenshot-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.jv-launch__screenshot-image {
	aspect-ratio: 16 / 9;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jv-launch__lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 40;
}

.jv-launch__lightbox[hidden] {
	display: none;
}

.jv-launch__lightbox-backdrop {
	background: rgba(7, 8, 10, 0.82);
	inset: 0;
	position: absolute;
}

.jv-launch__lightbox-dialog {
	background: rgba(18, 18, 18, 0.82);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
	max-height: min(92vh, 980px);
	max-width: min(92vw, 1280px);
	padding: 56px 24px 24px;
	position: relative;
	width: 100%;
}

.jv-launch__lightbox-image {
	border-radius: 18px;
	display: block;
	margin: 0 auto;
	max-height: calc(92vh - 150px);
	object-fit: contain;
	width: 100%;
}

.jv-launch__lightbox-nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 34px;
	height: 48px;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	z-index: 1;
}

.jv-launch__lightbox-nav--prev {
	left: 14px;
}

.jv-launch__lightbox-nav--next {
	right: 14px;
}

.jv-launch__lightbox-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 26px;
	height: 40px;
	justify-content: center;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 40px;
}

.jv-launch__lightbox-actions {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.jv-launch__lightbox-download {
	margin: 0;
}

.jv-launch__hero-button {
	align-items: center;
	background: #262626;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	font-family: "Baloo 2", "Trebuchet MS", sans-serif;
	font-size: 16.8px;
	font-weight: 400;
	justify-content: center;
	line-height: normal;
	margin: 20px 0 40px;
	min-height: 0;
	padding: 10px 20px;
	text-align: center;
}

.jv-launch__community-button {
	margin: 0;
	min-width: 160px;
}

.jv-launch__hero-button:hover,
.jv-launch__hero-button:focus-visible {
	background: #1f1f1f;
}

.jv-launch__hero-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.jv-launch__hero-button--light {
	background: #fff;
	color: #000;
}

.jv-launch__hero-button--light:hover,
.jv-launch__hero-button--light:focus-visible {
	background: #f0f0f0;
}

.jv-launch__footer {
	background: var(--jv-color-footer);
	color: var(--jv-color-footer-text);
	margin-top: 0;
	padding: 80px 0 56px;
}

.jv-launch__footer-inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	text-align: center;
}

.jv-launch__footer-logo-link {
	display: inline-block;
}

.jv-launch__footer-logo {
	max-width: 220px;
}

.jv-launch__footer-links {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.jv-launch__footer-links a {
	font-size: 1rem;
	font-weight: 600;
}

.jv-launch__social-links {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
}

.jv-launch__social-link {
	display: inline-flex;
}

.jv-launch__social-link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}

.jv-launch__social-icon-mask,
.jv-launch__social-icon {
	display: block;
	height: 32px;
	max-width: 48px;
	object-fit: contain;
	width: auto;
}

.jv-launch__social-icon-mask {
	background-color: #fff;
	mask-image: var(--jv-social-icon);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: var(--jv-social-icon);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 32px;
}

.jv-launch__copyright {
	color: #77787b;
	font-size: 0.95rem;
	margin: 0;
}

.jv-page {
	background: #000;
	min-height: calc(100vh - 160px);
	padding: 64px 0 96px;
}

.jv-page__article {
	color: #fff;
	margin: 0 auto;
	max-width: 760px;
}

.jv-page__content {
	font-size: clamp(0.7rem, 0.84vw, 0.7875rem);
	line-height: 1.8;
}

.jv-page__content > :first-child {
	margin-top: 0;
}

.jv-page__content > :last-child {
	margin-bottom: 0;
}

.jv-page__content h2,
.jv-page__content h3,
.jv-page__content h4 {
	color: #fff;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.65em;
}

.jv-page__content h2 {
	font-size: clamp(1.05rem, 1.75vw, 1.47rem);
	margin-top: 1.4em;
}

.jv-page__content h3 {
	font-size: clamp(0.84rem, 1.4vw, 1.05rem);
	margin-top: 1.25em;
}

.jv-page__content p,
.jv-page__content ul,
.jv-page__content ol {
	margin: 0 0 1.1em;
}

.jv-page__content p,
.jv-page__content li,
.jv-page__content figcaption,
.jv-page__content blockquote {
	color: rgba(255, 255, 255, 0.92);
}

.jv-page__content ul,
.jv-page__content ol {
	padding-left: 1.4em;
}

.jv-page__content a {
	color: #fff;
	text-decoration: underline;
}

.jv-page__content hr {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.jv-page__content .wp-block-separator {
	margin: 1.75em 0;
}

.gform_wrapper {
	margin: 0;
}

@media (max-width: 900px) {
	.jv-launch__container--features {
		padding-top: 32px;
	}

	.jv-launch--has-stores .jv-launch__container--features {
		padding-top: 60px;
	}

	.jv-launch__container--wide {
		padding-top: 0;
	}

	.jv-launch__stores {
		gap: 14px 24px;
		min-height: 104px;
		padding: 22px 24px;
	}

	.jv-launch__container--character {
		margin-top: 24px;
	}

	.jv-launch__feature-grid {
		gap: 24px;
	}

	.jv-launch__card,
	.jv-launch__card--trailer,
	.jv-launch__card--community,
	.jv-launch__card--screenshots {
		padding: 40px 24px;
	}

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

@media (max-width: 640px) {
	.jv-launch__container--features {
		padding-top: 24px;
	}

	.jv-launch__container--wide {
		padding-top: 0;
	}

	.jv-launch--has-stores .jv-launch__container--features {
		padding-top: 60px;
	}

	.jv-launch__stores {
		flex-direction: column;
		gap: 12px;
		min-height: 0;
		padding: 16px 14px;
	}

	.jv-launch__stores-label {
		font-size: clamp(0.875rem, 4.9vw, 1.33rem);
	}

	.jv-launch__stores-list {
		gap: 8px 14px;
		width: 100%;
	}

	.jv-launch__container--character {
		margin-top: 20px;
	}

	.jv-launch__hero-button {
		font-size: 14px;
		margin: 18px 0 40px;
	}

	.jv-launch__trailer-play-button {
		height: 72px;
		width: 72px;
	}

	.jv-launch__trailer-play-icon {
		border-bottom-width: 12px;
		border-left-width: 18px;
		border-top-width: 12px;
	}

	.jv-launch__card,
	.jv-launch__card--trailer,
	.jv-launch__card--community,
	.jv-launch__card--screenshots {
		padding: 32px 18px 24px;
	}

	.jv-launch__community-logo-wrap {
		margin-bottom: 24px;
		max-width: 240px;
	}

	.jv-launch__community-actions {
		width: 100%;
	}

	.jv-launch__community-button {
		width: 100%;
	}

	.jv-launch__screenshots-grid {
		grid-template-columns: 1fr;
	}

	.jv-launch__lightbox {
		padding: 14px;
	}

	.jv-launch__lightbox-dialog {
		padding: 48px 14px 16px;
	}

	.jv-launch__lightbox-nav {
		font-size: 28px;
		height: 40px;
		width: 40px;
	}

	.jv-launch__lightbox-nav--prev {
		left: 8px;
	}

	.jv-launch__lightbox-nav--next {
		right: 8px;
	}

	.jv-launch__store-link img {
		max-height: 29px;
		max-width: min(100%, 210px);
	}

	.jv-launch__countdown-grid {
		gap: 20px 16px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jv-launch__countdown {
		padding: 32px 20px;
	}

	.jv-launch__countdown-label {
		font-size: 0.98rem;
		margin-bottom: 24px;
	}

	.jv-launch__countdown-value {
		font-size: clamp(1.4rem, 5.6vw, 2.1rem);
	}

	.jv-launch__countdown-name {
		font-size: 0.665rem;
	}

	.jv-launch__footer {
		padding-top: 56px;
	}

	.jv-page {
		padding: 40px 0 64px;
	}
}

@media (min-width: 901px) {
	.jv-launch__feature-grid:not(.jv-launch__feature-grid--single) {
		align-items: stretch;
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	}
}
