/* Figma hero/header recreation â€” node 28:985 (1920 Ã— 1080 reference). */
:root {
	--figma-white: #f3f3f3;
	--figma-accent: #bf4a1a;
	--figma-line: rgba(255, 255, 255, .2);
}

body {
	overflow-x: hidden;
}

/* Keep the branded transition logo clear and prominent. */
.tt-ptr-prel-image {
	height: auto;
	width: 240px;
	max-height: none;
	opacity: 1;
}

@media (max-width: 575.98px) {
	.tt-ptr-prel-image {
		width: 190px;
	}
}

#tt-header.figma-header {
	height: 102px;
	background: rgba(0, 0, 0, .2);
	border-bottom: 1px solid var(--figma-line);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.figma-header .tt-header-inner {
	/* height: 102px; */
	/* padding: 0px 67px; */
	/* display: grid; */
	grid-template-columns: minmax(0, 3fr) minmax(130px, 1fr) minmax(290px, 1fr);
	align-items: center;
	column-gap: 82px;
}

.figma-header .tt-header-col-left {
	grid-column: 2;
	justify-content: center;
}

.figma-header .tt-header-col-center {
	grid-column: 1;
	grid-row: 1;
	justify-content: flex-start;
}

.figma-header .tt-header-col-right {
	grid-column: 3;
	grid-row: 1;
	justify-content: flex-end;
	gap: 40px;
}

.figma-header .tt-logo img {
    height: 68px;
    max-height: 68px;
    width: 12rem;
}

.figma-header .tt-main-menu-list {
	display: flex;
	align-items: center;
	gap: 55px;
}

.figma-header .tt-main-menu-list>li {
	margin: 0;
}

.figma-header .tt-main-menu-list>li>a,
.figma-header .tt-main-menu-list>li>.tt-submenu-trigger>a {
	padding: 4px 0;
	font: 600 24px/1.4 "Big Shoulders Display", sans-serif;
	letter-spacing: 1px;
	color: var(--figma-white);
	text-transform: uppercase;
}

.figma-header .tt-main-menu-list>li:not(:last-child)>a::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-left: 8px;
	border-radius: 4px;
	background: var(--figma-white);
	vertical-align: middle;
}

.figma-header .tt-main-menu-list>li.active>a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 12px;
	bottom: 0;
	height: 2px;
	background: var(--figma-accent);
}

.figma-header .tt-style-switch {
	margin: 0;
}

.figma-header .tt-style-switch-inner {
	width: 32px;
	height: 32px;
	background: rgba(179, 179, 179, .35);
}

.figma-header .tt-btn {
	padding: 9px 24px;
	border-radius: 100px;
}

.figma-header .tt-btn>span {
	font: 500 14px/24px Poppins, sans-serif;
	letter-spacing: .5px;
}

#page-header {
    min-height: 91vh;
    height: 950px;
    color: #fff;
}

#page-header .figma-hero-media {
	filter: none;
	background: #080808 url("../img/home/landing-poster.jpg") center / cover no-repeat;
}

#page-header .figma-hero-media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(270deg, rgba(0, 0, 0, .06), rgba(0, 0, 0, .30));
	pointer-events: none;
}

#page-header .figma-hero-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: transparent;
}

#page-header .page-header-inner.tt-wrap,
#page-header .ph-mask-inner.tt-wrap {
	/* max-width: none;
	padding: 0; */
}

#page-header .ph-caption {
	position: absolute;
	left: 221px;
	top: 300px;
	width: 644px;
	height: 547px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .05);
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

#page-header .ph-caption-inner {
	width: 100%;
}

#page-header.ph-cap-xxxxlg .ph-caption-title {
	margin: 0;
	font-size: 110.7px;
	font-weight: 400;
	line-height: .9;
	letter-spacing: 0;
	text-align: center;
}

#page-header .ph-caption-description {
	margin: 38px auto 0;
	font-size: 17.4px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

#page-header .ph-social {
    left: 50px;
    bottom: 50px;
    display: none;
}

#page-header .ph-social ul {
	width: 50px;
	background: rgba(0, 0, 0, .1);
	backdrop-filter: blur(5px);
}

#page-header .ph-social ul li a {
	width: 50px;
	height: 50px;
	border: 1px solid var(--figma-line);
	font-size: 16px;
}

#page-header .tt-scroll-down {
	right: calc(50% - 90px);
	bottom: 56px;
	width: 180px;
	height: 182px;
}

@media (max-width: 1399.98px) {
	.figma-header .tt-header-inner {
		padding-inline: 34px;
		column-gap: 30px;
		grid-template-columns: minmax(0, 3fr) 120px minmax(210px, 1fr);
	}

	.figma-header .tt-main-menu-list {
		gap: 26px;
	}

	.figma-header .tt-main-menu-list>li>a {
		font-size: 19px;
	}
}

@media (max-width: 991.98px) {
	#tt-header.figma-header {
		height: 78px;
	}

	.figma-header .tt-header-inner {
		height: 78px;
		padding: 10px 20px;
		display: flex;
		justify-content: space-between;
	}

	.figma-header .tt-header-col-left {
		order: 1;
		justify-content: flex-start;
	}

	.figma-header .tt-header-col-center {
		order: 2;
	}

	.figma-header .tt-header-col-right {
		order: 3;
		gap: 18px;
	}

	.figma-header .tt-logo img {
		height: 54px;
		max-height: 54px;
	}

	.figma-header .tt-style-switch,
	.figma-header .tt-btn {
		display: none;
	}

	#page-header {
		height: 100svh;
		min-height: 640px;
	}

	#page-header .ph-caption {
		left: 9vw;
		top: 25%;
		width: 72vw;
		height: auto;
		min-height: 390px;
	}

	#page-header.ph-cap-xxxxlg .ph-caption-title {
		font-size: clamp(82px, 17vw, 150px);
	}

	#page-header .ph-caption-description {
		margin-top: 28px;
		font-size: 14px;
	}

	#page-header .ph-social {
		left: 20px;
		bottom: 20px;
	}

	#page-header .tt-scroll-down {
		right: 18px;
		bottom: 18px;
		transform: scale(.72);
		transform-origin: right bottom;
	}
}

@media (max-width: 575.98px) {
	#page-header .ph-caption {
		left: 5vw;
		right: 5vw;
		top: 24%;
		width: 90vw;
		min-height: 330px;
		padding: 28px 12px;
	}

	#page-header.ph-cap-xxxxlg .ph-caption-title {
		font-size: clamp(68px, 22vw, 104px);
	}

	#page-header .ph-caption-description {
		font-size: 12px;
	}

	#page-header .ph-social {
		display: none;
	}

	#page-header .tt-scroll-down {
		display: none;
	}
}

/* Store pricing section: inherits the Jesper typography, motion and button language. */
.store-pricing-section .tt-avards-list {
	display: none;
}

.store-pricing-section>.tt-section {
	padding: 50px 4vw 0;
}

.store-pricing-wrap {
	max-width: 1500px;
	margin: 0 auto;
}

.store-card {
	position: relative;
	display: flex;
	min-height: 560px;
	padding: 62px 48px 50px;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	color: var(--figma-white);
	text-align: center;
	background: rgba(255, 255, 255, .035);
	border: 1px solid rgba(255, 255, 255, .16);
	transition: transform .35s ease, border-color .35s ease, background-color .35s ease;
}

.store-card:hover {
	transform: translateY(-10px);
	border-color: rgba(255, 255, 255, .36);
	background: rgba(255, 255, 255, .065);
}

.store-card-featured {
	border-color: var(--figma-accent);
}

.store-card-number {
	position: absolute;
	top: 20px;
	left: 24px;
	font: 500 13px/1 Poppins, sans-serif;
	letter-spacing: 2px;
	opacity: .45;
}

.store-card-label {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 18px;
	font: 500 11px/1 Poppins, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: var(--figma-accent);
}

.store-card-title {
	margin: 0;
	font: 500 clamp(38px, 4vw, 64px)/1 "Big Shoulders Display", sans-serif;
	text-transform: uppercase;
}

.store-card-price {
	margin: 18px 0 42px;
	font: 400 clamp(48px, 5vw, 76px)/1 "Big Shoulders Display", sans-serif;
}

.store-card-features {
	width: 100%;
	margin: 0 0 44px;
	padding: 0;
	list-style: none;
}

.store-card-features li {
	padding: 13px 4px;
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.store-card-features li:last-child {
	border-bottom: 0;
}

.store-card .store-buy-link {
	margin-top: auto;
}

@media (max-width: 1199.98px) {
	.store-pricing-wrap {
		max-width: 980px;
	}

	.store-card {
		min-height: 525px;
		padding-inline: 34px;
	}
}

@media (max-width: 767.98px) {
	/* Keep the video-to-testimonials transition compact on mobile. */
	.bg4 {
		padding-top: 24px;
	}

	.bg4 .tt-sticker > .tt-row > .tt-col-lg-4 {
		display: none;
	}

	.store-pricing-section>.tt-section {
		padding: 30px 18px 0;
	}

	.store-card {
		min-height: 0;
		padding: 56px 24px 38px;
	}

	.store-card-price {
		margin-bottom: 28px;
	}

	.store-card-features {
		margin-bottom: 32px;
	}
}
