/* K2 ピラティスページ専用（/pilates） */

.k2-pilates-lead-media {
	background: linear-gradient(180deg, #080808 0%, #0d0d0d 50%, #080808 100%) !important;
	border-top: 1px solid rgba(255, 215, 0, 0.12);
}

.k2-pilates-lead-media .wp-block-media-text__media img {
	border-radius: 14px;
	border: 1px solid rgba(255, 215, 0, 0.18);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.k2-pilates-lead-media .wp-block-media-text__content {
	padding: 0 1rem 0 2rem;
}

.k2-pilates-lead-media.has-media-on-the-right .wp-block-media-text__content {
	padding: 0 2rem 0 1rem;
}

.k2-pilates-lead__eyebrow,
.k2-pilates-section__eyebrow {
	margin: 0 0 0.85rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	color: var(--wp--preset--color--primary, #ffd700);
	opacity: 0.92;
}

.k2-pilates-lead__catch {
	margin: 0 !important;
	font-size: clamp(1.35rem, 2.8vw, 1.85rem) !important;
	font-weight: 700 !important;
	line-height: 1.65 !important;
	color: #fff !important;
}

.k2-pilates-lead__catch-accent {
	color: var(--wp--preset--color--primary, #ffd700);
}

.k2-pilates-section {
	background-color: #0d0d0d;
}

.k2-pilates-section--alt {
	background-color: #101010;
}

.k2-pilates-section__header {
	text-align: center;
	max-width: 42rem;
	margin: 0 auto 3rem;
}

.k2-pilates-section__lead {
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.85;
}

.k2-pilates-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.35rem;
	max-width: 1200px;
	margin: 0 auto;
}

.k2-pilates-features__card {
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	background: linear-gradient(160deg, #171717 0%, #121212 100%);
	transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.k2-pilates-features__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 1rem;
	border-radius: 12px;
	background: rgba(255, 215, 0, 0.1);
	border: 1px solid rgba(255, 215, 0, 0.22);
}

.k2-pilates-features__num {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--primary, #ffd700);
}

.k2-pilates-features__title {
	margin: 0 0 0.65rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}

.k2-pilates-features__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.72);
}

.k2-pilates-recommend {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	max-width: 960px;
	margin: 0 auto;
}

.k2-pilates-recommend__card {
	padding: 1.35rem 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: #141414;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.k2-pilates-recommend__title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--wp--preset--color--primary, #ffd700);
}

.k2-pilates-recommend__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72);
}

.k2-pilates-cta-band {
	border-top: 1px solid rgba(255, 215, 0, 0.15);
	border-bottom: 1px solid rgba(255, 215, 0, 0.15);
	background: linear-gradient(180deg, #0a0a0a 0%, #111 100%) !important;
}

@media (hover: hover) and (pointer: fine) {
	.k2-pilates-features__card:hover,
	.k2-pilates-recommend__card:hover {
		border-color: rgba(255, 215, 0, 0.32);
		box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
		transform: translateY(-2px);
	}
}

@media (max-width: 960px) {
	.k2-pilates-features {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.k2-pilates-recommend {
		grid-template-columns: 1fr;
	}

	.k2-pilates-lead-media,
	.k2-pilates-section {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
}
