@charset "utf-8";

/* ========== Headphones listing ========== */
.hp-page {
	background: #fff;
	color: #000;
}

.hp-head {
	padding: 4% 0 0;
}

.hp-page-title {
	font-size: clamp(3.2rem, 1.8rem + 2.6vw, 5.6rem);
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 2.4rem;
}

.hp-cats {
	position: relative;
	width: 100%;
	overflow: visible;
	padding: 3rem 0 0;
}

.hp-cats-swiper {
	position: relative;
	width: 100%;
	padding: 1.6rem 0;
	overflow: hidden;
}

.hp-cats-swiper .swiper-slide {
	text-align: center;
	height: auto;
	overflow: visible;
}

.hp-cats-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #000;
	width: 100%;
}

.hp-cats-icon {
	position: relative;
	width: 100%;
	max-width: 14.8rem;
	height: 13.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 3rem;
	overflow: visible;
}

.hp-cats-icon.rf-media.is-loading {
	background-color: #f0f0f0;
	border-radius: 1.2rem;
}

.hp-cats-icon.rf-media.is-loading::before,
.hp-cats-icon.rf-media.is-loading::after {
	width: 2.4rem;
	height: 2.4rem;
	margin: -1.2rem 0 0 -1.2rem;
}

.hp-cats-icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: transform .45s ease;
}

.hp-cats-item:hover .hp-cats-icon img {
	transform: scale(1.12);
}

.hp-cats-name {
	font-family: 'Outfit', sans-serif;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	white-space: nowrap;
}

.hp-cats .hp-cats-prev,
.hp-cats .hp-cats-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	z-index: 10;
	width: 4.3rem;
	height: 4.3rem;
	margin: 0;
	background: #000;
	border-radius: 50%;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.hp-cats.is-overflow .hp-cats-prev,
.hp-cats.is-overflow .hp-cats-next {
	display: flex;
}

.hp-cats .hp-cats-prev { left: 0; }
.hp-cats .hp-cats-next { right: 0; }

.hp-cats .hp-cats-prev:after,
.hp-cats .hp-cats-next:after {
	display: none;
	content: none;
}

.hp-cats .rf-arrow-img {
	width: 1.5rem;
	filter: invert(1);
}

.hp-cats .swiper-nav-hidden,
.hp-cats .swiper-button-disabled {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.hp-section {
	padding: 6% 0 0;
}

.hp-section:last-of-type {
	padding-bottom: 10rem;
}

.hp-section-title {
	font-size: clamp(2.8rem, 1.6rem + 2.4vw, 5.6rem);
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 clamp(2.4rem, 1.4rem + 1.6vw, 3.6rem);
}

.hp-banner {
	margin-bottom: 2.4rem;
}

.hp-banner:last-child {
	margin-bottom: 0;
}

.hp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.4rem;
}

.hp-card {
	position: relative;
	overflow: hidden;
	border-radius: 1.2rem;
	background: #f5f5f5;
	min-width: 0;
}

.hp-banner .hp-card.is-hero {
	aspect-ratio: auto;
	height: auto;
	background: #f5f5f5;
}

.hp-card.is-hero .hp-card-inner {
	position: absolute;
	inset: 0;
	display: block;
	pointer-events: none;
}

.hp-card.is-hero .hp-card-body,
.hp-card.is-hero .hp-card-product {
	pointer-events: auto;
}

.hp-card.is-hero .hp-card-body {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 45%;
	max-width: 45%;
	padding: 4rem 0 4rem 5.6rem;
	box-sizing: border-box;
}

.hp-card.is-hero .hp-card-title,
.hp-card.is-hero .hp-card-lead,
.hp-card.is-hero .hp-card-desc {
	width: 100%;
}

.hp-card.is-hero .hp-card-btns {
	margin-top: 5rem;
}

.hp-card-bg {
	position: relative;
	background: #f5f5f5;
}

a.hp-card-bg,
a.hp-card-photo-wrap {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.hp-card-bg img {
	display: block;
	width: 100%;
	height: auto;
}

.hp-card-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.4rem;
	min-width: 0;
}

.hp-card-body {
	flex: 1 1 0;
	min-width: 0;
	padding: 4.8rem 0 4.8rem 5.6rem;
	max-width: 56rem;
}

.hp-card-title {
	font-size: 5.6rem;
	line-height: 1.15;
	font-weight: 700;
	margin: 0;
}

.hp-card-lead {
	font-family: 'Outfit', sans-serif;
	font-size: clamp(1.5rem, 1.2rem + 0.4vw, 2rem);
	line-height: 1.35;
	font-weight: 500;
	margin: 1.2rem 0 0;
}

.hp-card-desc {
	font-family: 'Outfit', sans-serif;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 300;
	color: #000;
	opacity: .6;
	margin: 1.6rem 0 0;
	max-width: 68rem;
}

.hp-card-btns {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	margin-top: 5rem;
	flex-wrap: wrap;
}

.hp-card-product {
	position: relative;
	flex: 0 1 50%;
	width: 50%;
	max-width: 50%;
	min-width: 0;
	padding: 2.4rem 3.2rem 2.4rem 0;
	box-sizing: border-box;
}

.hp-card-product.is-slot {
	display: block;
}

.hp-card-ph {
	display: block;
	width: 100%;
	height: auto;
	visibility: hidden;
	pointer-events: none;
}

.hp-card-photo-wrap {
	position: relative;
}

.hp-card-product.is-slot .hp-card-photo-wrap {
	position: absolute;
	inset: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hp-card-photo-wrap.rf-media.is-loading {
	background-color: transparent;
}

.hp-card-photo {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.hp-card-product.is-slot .hp-card-photo {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	object-position: center;
}

/* —— Full-width background heroes (T500 Pro / Studio H1) —— */
.hp-card.is-bg {
	background: #eee9e2;
}

.hp-banner .hp-card.is-bg .hp-card-bg {
	position: relative;
	inset: auto;
	z-index: 0;
}

.hp-banner .hp-card.is-bg .hp-card-bg img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: unset;
	object-position: center;
}

.hp-card.is-bg .hp-card-inner {
	padding: 0;
}

.hp-card.is-bg:not(.is-product) .hp-card-product {
	display: none;
}

/* bg + product overlay */
.hp-banner .hp-card.is-both {
	aspect-ratio: auto;
	height: auto;
	background: #f5f5f5;
}

.hp-banner .hp-card.is-both .hp-card-bg {
	position: relative;
	inset: auto;
	z-index: 0;
}

.hp-banner .hp-card.is-both .hp-card-bg img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: unset;
	object-position: center;
}

.hp-card.is-both .hp-card-inner {
	padding: 0;
}

/* Half cards: left copy overlays, image occupies the right 50% */
.hp-card.is-half .hp-card-inner {
	position: relative;
	display: block;
	width: 100%;
	min-height: 32rem;
}

.hp-card.is-half .hp-card-body {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 50%;
	max-width: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 3.6rem 2.4rem 3.6rem 4rem;
	box-sizing: border-box;
}

.hp-card.is-half .hp-card-title,
.hp-card.is-half .hp-card-lead {
	width: 100%;
}

.hp-card.is-half .hp-card-btns {
	margin-top: auto;
	padding-top: 2.4rem;
	flex-wrap: nowrap;
}

.hp-card.is-half .hp-card-product {
	position: relative;
	z-index: 1;
	margin-left: auto;
	width: 50%;
	max-width: 50%;
	min-width: 0;
	padding: 0;
}

.hp-card.is-hero.is-product .hp-card-product {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 50%;
	max-width: 50%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.hp-card.is-hero.is-product .hp-card-ph {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	visibility: hidden;
}

/* Full-width, no banner photo (Go 1 / Clip-on): rightpic.png is in-flow so the card has height */
.hp-card.is-hero.is-product:not(.is-bg) .hp-card-inner {
	position: relative;
	inset: auto;
	display: block;
	width: 100%;
}

.hp-card.is-hero.is-product:not(.is-bg) .hp-card-product {
	position: relative;
	inset: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: auto;
	height: auto;
}

.hp-card.is-hero.is-product:not(.is-bg) .hp-card-ph {
	height: auto;
	visibility: hidden;
}

.hp-card.is-half .hp-card-title {
	font-size: 2.6rem;
	line-height: 1.2;
}

.hp-card.is-half .hp-card-lead {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
}

.hp-card.is-half .hp-card-ph {
	width: 100%;
	max-width: 100%;
}

html {
	scroll-padding-top: 7.2rem;
}

@media screen and (max-width: 1100px) {
	.hp-card-body {
		padding-left: 3.6rem;
	}

	.hp-card.is-bg .hp-card-body {
		padding-left: 3.6rem;
		max-width: 45%;
	}

	.hp-card.is-half .hp-card-body {
		padding: 2.8rem 1.2rem 2.8rem 2.8rem;
	}
}

@media screen and (max-width: 880px) {
	.hp-head {
		padding: 10% 0 0;
	}

	.hp-page-title {
		margin-bottom: 1.6rem;
	}

	.hp-cats {
		padding-top: 3rem;
		padding-bottom: 0.8rem;
	}

	.hp-cats-swiper {
		padding: 0.8rem 0;
	}

	.hp-cats-icon {
		width: 100%;
		max-width: none;
		height: 10rem;
		margin-bottom: 1.2rem;
	}

	.hp-cats-name {
		font-size: 1.4rem;
		line-height: 1.8rem;
		white-space: normal;
	}

	.hp-cats .hp-cats-prev,
	.hp-cats .hp-cats-next {
		display: none !important;
	}

	.hp-section {
		padding: 20% 0 0;
	}

	.hp-section:last-of-type {
		padding-bottom: 6.4rem;
	}

	.hp-grid {
		display: flex;
		grid-template-columns: none;
		gap: 1.2rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		padding-bottom: 0.4rem;
	}

	.hp-grid::-webkit-scrollbar {
		display: none;
	}

	.hp-grid > .hp-card {
		flex: 0 0 calc((100% - 1.2rem) / 1.5);
		width: calc((100% - 1.2rem) / 1.5);
		max-width: calc((100% - 1.2rem) / 1.5);
		scroll-snap-align: start;
	}

	.hp-card.is-hero,
	.hp-card.is-half {
		grid-column: auto;
	}

	.hp-card.is-hero,
	.hp-card.is-bg,
	.hp-card.is-both {
		aspect-ratio: auto;
		display: flex;
		flex-direction: column;
	}

	.hp-card.is-bg .hp-card-bg,
	.hp-card.is-both .hp-card-bg {
		position: relative;
		inset: auto;
		order: 2;
		width: 100%;
		height: auto;
	}

	.hp-card.is-bg .hp-card-bg img,
	.hp-card.is-both .hp-card-bg img {
		width: 100%;
		height: auto;
		object-fit: unset;
		object-position: center;
	}

	.hp-card.is-hero .hp-card-inner,
	.hp-card.is-bg .hp-card-inner,
	.hp-card.is-both .hp-card-inner,
	.hp-card.is-hero.is-product .hp-card-inner,
	.hp-card.is-half .hp-card-inner {
		position: relative;
		inset: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
		gap: 0;
	}

	.hp-card.is-hero .hp-card-body,
	.hp-card.is-half .hp-card-body,
	.hp-card.is-product .hp-card-body {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		width: 100%;
		max-width: none;
		justify-content: flex-start;
	}

	.hp-card.is-product .hp-card-product {
		margin-left: 0;
		width: 100%;
		max-width: none;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
	}

	.hp-card.is-hero.is-product .hp-card-ph {
		display: block;
		width: 100%;
		height: auto;
	}

	.hp-card.is-hero .hp-card-inner,
	.hp-card.is-bg .hp-card-inner,
	.hp-card.is-both .hp-card-inner {
		order: 1;
	}

	.hp-card.is-hero.is-product .hp-card-product {
		order: 2;
	}

	.hp-card-body,
	.hp-card.is-bg .hp-card-body,
	.hp-card.is-half .hp-card-body,
	.hp-card.is-hero.is-product .hp-card-body {
		padding: 2.8rem 2.4rem 2rem;
		max-width: none;
		width: 100%;
	}

	.hp-card-title {
		font-size: 2.4rem;
	}

	.hp-card.is-half .hp-card-title {
		font-size: 2.6rem;
	}

	.hp-card-lead {
		font-size: 1.5rem;
	}

	.hp-card.is-half .hp-card-lead {
		font-size: 1.6rem;
	}

	.hp-card-desc {
		font-size: 1.4rem;
		margin-top: 1.2rem;
	}

	.hp-card-btns {
		margin-top: 2rem;
		gap: 1.2rem;
	}

	.hp-card-product,
	.hp-card.is-hero.is-product .hp-card-product,
	.hp-card.is-half .hp-card-product {
		width: 100%;
		max-width: none;
		flex: none;
		padding: 0 2.4rem 2.8rem;
	}

	.hp-card.is-hero.is-product .hp-card-inner {
		min-height: 0;
	}
}
