body {
	overflow: hidden;
}

.main {
	height: 100vh;
	perspective: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	background-image: url("../images/bg.gif");
	background-position: center top;
}

.main-body {
	transform-style: preserve-3d;
}

.main-body * {
	transform-style: preserve-3d;
}

.main-body .content {
	padding-top: 10em;
	background-image: url("../images/bg.gif");
	background-position: center top;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 10em);
}

.main-title {
	text-wrap: balance;
	text-shadow: -2px -2px 0 #eff0da, -2px 0px 0 #eff0da, -2px 2px 0 #eff0da, 0px -2px 0 #eff0da, 0px 0px 0 #eff0da, 0px 2px 0 #eff0da, 2px -2px 0 #eff0da, 2px 0px 0 #eff0da, 2px 2px 0 #eff0da;
}

.main-header {
	display: none;
}

.home-header {
	position: relative;
	min-height: 642px;
	max-height: 856px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-header-bg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/header.jpg");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: center top;
	transform: translateZ(-200px) scale(1.71);
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 4em);
}

.home-header-title {
	position: relative;
	z-index: 2;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	font-size: 14.8vw;
	width: 6em;
	line-height: 0.85;
	margin-top: 3.75rem;
}

.home-header-title > span {
	display: block;
	transform: scaleX(0.89);
}

.home-header-title > span > span {
	font-size: 0.75em;
	vertical-align: middle;
	padding-bottom: 0.25em;
	display: inline-block;
}

.home-header-subtitle {
	position: relative;
	z-index: 2;
	display: block;
	background-color: #328f80;
	color: #b2ed91;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0.5em 0.5em;
	font-size: 3.7vw;
	width: 21em;
	text-align: center;
	margin-top: 0.5em;
}

.home-micro {
	position: absolute;
	z-index: 1;
	background-image: url("../images/micro.svg");
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 200px;
	top: 45%;
	transform: translateX(-45%) translateZ(-200px) scale(1.71);
}

.home-micro:before {
	content: '';
	display: block;
	width: 0.47666em;
	height: 1em;
}

.preview,
.platforms {
	padding: 3em 1.5em 6em;
}

.preview-title,
.platforms-title {
	position: relative;
	display: table;
	margin: 0 auto 1em;
	padding: 0 0.75em;
	font-size: 6.5vw;
	font-weight: 700;
	color: #0f4842;
	text-align: center;
	line-height: 1;
	max-width: 9em;
}

.preview-title:after,
.preview-title:before,
.platforms-title:after,
.platforms-title:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 25%;
	height: 0;
	border-bottom: solid 1px currentColor;
}

.preview-title:after,
.platforms-title:after {
	left: 100%;
}

.preview-title:before,
.platforms-title:before {
	right: 100%;
}

.platforms-list {
	display: flex;
	gap: 0.75em;
	flex-direction: column;
}

.platforms-item .bt {
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: white;
	color: #0f4842;
	text-decoration: none;
	padding: 0.75em 1.5em;
	border-radius: 50px;
	font-weight: 700;
	box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #328f80;
}

.platforms-item .bt:before {
	content: '';
	width: 2em;
	height: 2em;
	display: inline-block;
	background-size: contain;
	background-position: center center;
}

.platforms-item .bt:hover {
	transform: translateY(-3px);
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}

.platforms-item.apple .bt:before {
	background-image: url("../images/applePodcasts.png");
}

.platforms-item.apple .bt:hover {
	color: #7a33b1;
}

.platforms-item.spotify .bt:before {
	background-image: url("../images/spotify.png");
}

.platforms-item.spotify .bt:hover {
	color: #1dd75f;
}

.platforms-item.deezer .bt:before {
	background-image: url("../images/deezer.png");
}

.platforms-item.deezer .bt:hover {
	color: #9f37fb;
}

.platforms-item.amazon .bt:before {
	background-image: url("../images/amazon.png");
}

.platforms-item.amazon .bt:hover {
	color: #4ec4de;
}

.platforms-item.overcast .bt:before {
	background-image: url("../images/overcast.png");
}

.platforms-item.overcast .bt:hover {
	color: #fc7d0e;
}

.platforms-item.podcastaddict .bt:before {
	background-image: url("../images/podcast-addict.png");
}

.platforms-item.podcastaddict .bt:hover {
	color: #f4842c;
}

.platforms-item.youtube .bt:before {
	background-image: url("../images/youtube.png");
}

.platforms-item.youtube .bt:hover {
	color: #ff0000;
}

.preview {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.preview-image > img {
	width: 20em;
}

.preview-subtitle {
	font-weight: 600;
	max-width: 20em;
	margin: 1em 0;
}

#expander-checkbox {
	display: none;
}

.expandable {
	max-height: 16em;
	overflow: hidden;
	padding-bottom: 4em;
	transition-property: max-height, height;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0, 1, 0, 1);
	mask-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 8em);
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 8em);
}

.expandable + .expander-bt {
	position: absolute;
	z-index: 8;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	margin-top: -1em;
	display: flex;
	align-items: center;
	gap: 10px;
	background-color: white;
	color: #0f4842;
	text-decoration: none;
	padding: 0.5em 1em;
	border-radius: 50px;
	font-weight: 700;
	box-shadow: 0 0.25em 0.75em rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	border: 1px solid #328f80;
	cursor: pointer;
}

.expandable + .expander-bt:hover {
	transform: translate(-50%, -3px);
	box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.1);
}

.expandable + .expander-bt .active {
	display: none;
}

#expander-checkbox:checked + .expandable {
	max-height: 999em;
	transition-timing-function: cubic-bezier(1, 0, 1, 0);
	mask-image: none;
}

#expander-checkbox:checked + .expandable + .expander-bt .active {
	display: block;
}

#expander-checkbox:checked + .expandable + .expander-bt .inactive {
	display: none;
}

@media only print, only screen and (min-width: 30.063em) {

.home-header-title {
	font-size: calc(3.5em + 3.123vw);
}

.home-header-subtitle {
	font-size: calc(0.875em + 0.78vw);
}

.preview-title,
.platforms-title {
	font-size: 1.953em;
	max-width: none;
}

.platforms-list {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

}

@media only print, only screen and (min-width: 48.063em) {

.main-body .content {
	padding-top: 15em;
	background: none;
}

.home-header-title {
	font-size: 5em;
}

.home-header-subtitle {
	font-size: 1.25em;
}

.expandable {
	max-height: 10em;
}

}

@media only print, only screen and (min-height: 600px) {

.home-micro {
	font-size: 33.333vh;
}

}

@media only print, only screen and (min-height: 800px) {

.home-micro {
	font-size: 266.667px;
}

}

