/* ============================================================================================
	FEATURED PILATES MENU / PATTERN
============================================================================================ */
.hightime-pilates-menu-container {
	position: relative;
	z-index: 1;
}
.hightime-pilates-menu-container::before {
	content: "";
    display: block;
    position: absolute;
    top: 2em;
    right: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    background: var(--wp--preset--color--accent-2)
}
.hightime-pilates-menu-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 1em;
	width: 90%;
	max-width: 1280px;
	margin: 2em auto 0 !important
}
@media screen and (min-width: 840px) {
	.hightime-pilates-menu-list {
		grid-template-columns: repeat(2, 1fr)
	}
}
.hightime-pilates-menu-item {
	display: flex;
	align-items: center;
	gap: 2em;
	padding: 1em;
	box-shadow: 0px 20px 40px rgba(0,0,0,.1);
	background: var(--wp--preset--color--white)
}
.hightime-pilates-menu-item:nth-of-type(2) {
	animation-delay: .1s;
}
.hightime-pilates-menu-item:nth-of-type(3) {
	animation-delay: .2s;
}
.hightime-pilates-menu-item:nth-of-type(4) {
	animation-delay: .3s;
}
.hightime-pilates-menu-item:nth-of-type(5) {
	animation-delay: .4s;
}
.hightime-pilates-menu-item:nth-of-type(6) {
	animation-delay: .5s;
}
.hightime-pilates-menu-item:nth-of-type(7) {
	animation-delay: .6s;
}
.hightime-pilates-menu-item:nth-of-type(8) {
	animation-delay: .7s;
}
.hightime-pilates-menu-item-icon {
	width: 30%;
	max-width: 70px;
	margin-bottom: 3em
}
.hightime-pilates-menu-item-content {
	flex: 1;
	min-width: 0
}
.hightime-pilates-menu-item-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--wp--preset--color--contrast)
}
.hightime-pilates-menu-item-image img {
	width: 40%;
	height: auto;
	object-fit: contain
}

.hightime-pilates-menu-item-heading-en {
	line-height: 1.2
}

/* heading */
.hightime-pilates-menu-heading {
	position: relative;
	z-index: 1;
	padding: 0 .5em;
	font-size: clamp(40px, 8vw, 90px);
	text-align: right
}
.hightime-pilates-menu-heading::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -.5em;
	z-index: -1;
	width: 4em;
	height: 1.5em;
	border: 4px solid var(--wp--preset--color--accent);
	border-right: 0;
	transform: translateY(-50%)
}

.hightime-sidenote p {
	display: inline-block
}

/* corp members */
.hightime-corp {
	position: relative
}
.hightime-corp::before {
	content: "CORP.";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	color: var(--wp--preset--color--white);
	font-weight: bold;
	font-size: 12px;
	text-align: center
}

/* corp block */
.hightime-corp-block {
	box-shadow: 0px 20px 40px rgba(0,0,0,.1)
}
.hightime-corp-image {
	width: 100%
}
.hightime-corp-content {
	flex: 1;
	min-width: 0
}
.hightime-corp-content a {
	text-decoration: none
}
@media screen and (min-width: 768px) {
	.hightime-corp-image {
		width: 40%;
		max-width: 400px
	}
}

