/* ==========================================================================
   Qingqu Home — E-commerce Homepage
   Clean, warm, modern adult intimates shop
   ========================================================================== */

.qingqu-home-page .storefront-breadcrumb,
.qingqu-home-page .entry-title,
.qingqu-home-page .site-header,
.qingqu-home-page footer,
.qingqu-home-page #colophon,
.qingqu-home-page .site-footer,
.qingqu-home-page .footer-widgets,
.qingqu-home-page .storefront-handheld-footer-bar,
.qingqu-home-page #coming-soon-footer-banner,
.qingqu-home-page .woocommerce-store-notice {
	display: none !important;
}

.qingqu-home-page {
	margin: 0;
	background: #0C080A;
}

.qingqu-home-page #page,
.qingqu-home-page #content,
.qingqu-home-page .site,
.qingqu-home-page .col-full,
.qingqu-home-page .content-area,
.qingqu-home-page .site-main {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.qingqu-home {
	--qh-bg: #0C080A;
	--qh-ink: #F5F0EE;
	--qh-muted: rgba(245, 240, 238, 0.55);
	--qh-accent: #F0A0B4;
	--qh-accent-2: #E8B87A;
	--qh-card: rgba(255, 255, 255, 0.05);
	--qh-card-border: rgba(255, 255, 255, 0.08);
	--qh-card-hover: rgba(255, 255, 255, 0.1);
	--qh-rad: 16px;
	color: var(--qh-ink);
	font-family: Inter, "Source Sans Pro", Arial, sans-serif;
	margin: 0;
	min-height: 100vh;
}

.qingqu-home *,
.qingqu-home *::before,
.qingqu-home *::after {
	box-sizing: border-box;
}

.qingqu-home a {
	color: inherit;
	text-decoration: none;
}

.qingqu-home img {
	display: block;
	max-width: 100%;
}

.qingqu-theme--porcelain {
	background: #FFF8F5;
}

.qingqu-home.qingqu-theme--porcelain {
	--qh-bg: #FFF8F5;
	--qh-ink: #2A1F1A;
	--qh-muted: rgba(42, 31, 26, 0.55);
	--qh-accent: #E07088;
	--qh-accent-2: #C8956A;
	--qh-card: rgba(255, 255, 255, 0.85);
	--qh-card-border: rgba(0, 0, 0, 0.06);
	--qh-card-hover: rgba(255, 255, 255, 1);
	background: #FFF8F5;
	color: var(--qh-ink);
}

/* ---- shared ---- */
.qh-eyebrow {
	color: var(--qh-accent);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	margin: 0 0 0.6rem;
	text-transform: uppercase;
}

.qh-btn {
	background: var(--qh-accent);
	border: 1px solid var(--qh-accent);
	border-radius: 999px;
	color: #1A0E12;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	padding: 0.75rem 1.6rem;
	text-transform: uppercase;
	transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}

.qh-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(240, 160, 180, 0.3);
}

.qh-btn--outline {
	background: transparent;
	border-color: var(--qh-ink);
	color: var(--qh-ink);
}

.qh-btn--outline:hover {
	background: var(--qh-accent);
	border-color: var(--qh-accent);
	color: #1A0E12;
}

.qh-section {
	margin: 0 auto;
	max-width: 100%;
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 3vw, 2.5rem);
}

.qh-section__head {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.qh-section__head h2 {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	margin: 0;
}

.qh-section__more {
	color: var(--qh-accent);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: opacity 0.2s;
}

.qh-section__more:hover {
	opacity: 0.7;
}

/* ==========================================================================
   Hero Carousel
   ========================================================================== */
.qh-hero {
	position: relative;
	overflow: hidden;
	border-radius: var(--qh-rad);
	margin: 0;
}

.qh-hero__slides {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.qh-hero__slide {
	background-position: center;
	background-size: cover;
	flex: 0 0 100%;
	min-height: clamp(320px, 42vw, 480px);
	position: relative;
}

.qh-hero__overlay {
	background: linear-gradient(135deg, rgba(12, 8, 10, 0.82) 0%, rgba(12, 8, 10, 0.4) 50%, transparent 100%);
	inset: 0;
	position: absolute;
}

.qingqu-theme--porcelain .qh-hero__overlay {
	background: linear-gradient(135deg, rgba(255, 248, 245, 0.9) 0%, rgba(255, 248, 245, 0.55) 50%, transparent 100%);
}

.qh-hero__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(320px, 42vw, 480px);
	padding: clamp(2rem, 5vw, 4rem);
	position: relative;
	z-index: 1;
	max-width: 520px;
}

.qh-hero__body h1 {
	font-size: clamp(2rem, 4.5vw, 3.2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 0.8rem;
}

.qh-hero__sub {
	color: var(--qh-muted);
	font-size: clamp(0.9rem, 1.4vw, 1.05rem);
	line-height: 1.6;
	margin: 0 0 1.5rem;
}

.qh-hero__dots {
	bottom: 1rem;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.qh-hero__dots button {
	background: rgba(255, 255, 255, 0.35);
	border: none;
	border-radius: 999px;
	cursor: pointer;
	height: 8px;
	width: 8px;
	padding: 0;
	transition: background 0.3s, width 0.3s;
}

.qh-hero__dots button.is-active {
	background: var(--qh-accent);
	width: 24px;
}

/* ==========================================================================
   Feature bar (trust icons)
   ========================================================================== */
.qh-features {
	padding: clamp(1.2rem, 2.5vw, 2rem) clamp(1rem, 3vw, 2.5rem);
}

.qh-features__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qh-features__item {
	align-items: center;
	background: var(--qh-card);
	border: 1px solid var(--qh-card-border);
	border-radius: 12px;
	display: flex;
	gap: 0.85rem;
	padding: 1rem 1.15rem;
	transition: border-color 0.3s;
}

.qh-features__item:hover {
	border-color: rgba(240, 160, 180, 0.25);
}

.qh-features__item svg {
	color: var(--qh-accent);
	flex-shrink: 0;
}

.qh-features__item strong {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.qh-features__item span {
	color: var(--qh-muted);
	display: block;
	font-size: 0.72rem;
	margin-top: 0.15rem;
}

/* ==========================================================================
   Product grid
   ========================================================================== */
.qh-product-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qh-product-grid--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qh-product {
	background: var(--qh-card);
	border: 1px solid var(--qh-card-border);
	border-radius: var(--qh-rad);
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.qh-product:hover {
	transform: translateY(-3px);
	border-color: rgba(240, 160, 180, 0.2);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
}

.qh-product__img {
	aspect-ratio: 1 / 1.1;
	background: rgba(255, 255, 255, 0.04);
	display: block;
	overflow: hidden;
	position: relative;
}

.qingqu-theme--porcelain .qh-product__img {
	background: #F4EAE5;
}

.qh-product__img img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
	width: 100%;
}

.qh-product:hover .qh-product__img img {
	transform: scale(1.05);
}

.qh-badge {
	border-radius: 6px;
	font-size: 0.65rem;
	font-weight: 800;
	left: 0.65rem;
	letter-spacing: 0.1em;
	padding: 0.25rem 0.55rem;
	position: absolute;
	text-transform: uppercase;
	top: 0.65rem;
	z-index: 2;
}

.qh-badge--sale {
	background: #E05060;
	color: #fff;
}

.qh-badge--hot {
	background: var(--qh-accent);
	color: #1A0E12;
}

.qh-product__body {
	padding: 0.85rem 0.9rem 1rem;
}

.qh-product__body h3 {
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.35;
	margin: 0 0 0.35rem;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.qh-product__body h3 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s;
	white-space: nowrap;
}

.qh-product__body h3 a:hover {
	color: var(--qh-accent);
}

.qh-product__price {
	color: var(--qh-accent);
	font-size: 0.88rem;
	font-weight: 750;
}

.qh-product__price del {
	color: var(--qh-muted);
	font-size: 0.78rem;
	margin-right: 0.4rem;
}

/* ==========================================================================
   Category carousel
   ========================================================================== */
.qh-cat-carousel {
	align-items: stretch;
	display: grid;
	gap: 0.65rem;
	grid-template-areas:
		"prev track next"
		"prev scrollbar next";
	grid-template-columns: auto minmax(0, 1fr) auto;
	position: relative;
}

.qh-cat-track {
	display: flex;
	gap: 0.85rem;
	grid-area: track;
	overflow-x: auto;
	padding: 0.15rem 0.1rem 0.35rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.qh-cat-track::-webkit-scrollbar {
	display: none;
}

.qh-cat-carousel__arrow {
	align-items: center;
	align-self: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--qh-card-border);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	color: var(--qh-ink);
	cursor: pointer;
	display: inline-flex;
	height: 2.7rem;
	justify-content: center;
	transition: transform 0.2s, background 0.2s, opacity 0.2s;
	width: 2.7rem;
	z-index: 2;
}

.qh-cat-carousel__arrow--prev {
	grid-area: prev;
}

.qh-cat-carousel__arrow--next {
	grid-area: next;
}

.qh-cat-carousel__arrow:hover {
	background: rgba(255, 255, 255, 0.95);
	transform: translateY(-1px);
}

.qh-cat-carousel__arrow:disabled {
	opacity: 0.35;
	cursor: default;
}

.qh-cat-carousel__arrow svg {
	flex-shrink: 0;
}

.qh-cat-scrollbar {
	background: linear-gradient(90deg, rgba(255, 246, 241, 0.72), rgba(245, 205, 211, 0.64));
	border: 1px solid rgba(210, 150, 160, 0.22);
	border-radius: 999px;
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.65), 0 8px 18px rgba(120, 70, 80, 0.08);
	cursor: pointer;
	grid-area: scrollbar;
	height: 0.48rem;
	margin: 0.05rem 0.18rem 0;
	overflow: hidden;
	position: relative;
	transition: opacity 0.2s ease;
}

.qh-cat-scrollbar.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.qh-cat-scrollbar__thumb {
	background: linear-gradient(90deg, #b06a78, #e0a5ae 55%, #f0c4bd);
	border-radius: inherit;
	box-shadow: 0 1px 4px rgba(120, 50, 62, 0.26);
	cursor: grab;
	display: block;
	height: 100%;
	min-width: 2.4rem;
	transform: translateX(0);
	transition: width 0.18s ease;
	width: var(--qh-cat-scrollbar-thumb-width, 30%);
}

.qh-cat-scrollbar__thumb:active {
	cursor: grabbing;
}

.qh-cat {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--qh-card-border);
	border-radius: var(--qh-rad);
	box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
	color: #fff;
	display: flex;
	flex: 0 0 calc((100% - 3.4rem) / 5);
	min-height: 190px;
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.qh-cat:hover {
	border-color: rgba(240, 160, 180, 0.25);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14);
	transform: translateY(-3px);
}

.qh-cat__image {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform 0.45s ease;
	width: 100%;
}

.qh-cat:hover .qh-cat__image {
	transform: scale(1.04);
}

.qh-cat__overlay {
	background: linear-gradient(180deg, rgba(12, 8, 10, 0.1) 0%, rgba(12, 8, 10, 0.78) 100%);
	inset: 0;
	position: absolute;
	transition: opacity 0.3s, background 0.3s;
}

.qingqu-theme--porcelain .qh-cat__overlay {
	background: linear-gradient(180deg, rgba(255, 248, 245, 0.04) 0%, rgba(36, 18, 24, 0.78) 100%);
}

.qh-cat:hover .qh-cat__overlay {
	background: linear-gradient(180deg, rgba(12, 8, 10, 0.06) 0%, rgba(12, 8, 10, 0.86) 100%);
}

.qh-cat__label {
	margin: 0.85rem;
	padding: 0;
	position: relative;
	top: auto;
	align-self: flex-end;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 18px rgba(0, 0, 0, 0.65);
	z-index: 1;
}

.qh-cat__label span {
	color: #fff7f2;
	display: block;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.qh-cat__label em {
	color: rgba(255, 232, 226, 0.86);
	display: block;
	font-size: 0.72rem;
	font-style: normal;
	margin-top: 0.3rem;
}

.qingqu-theme--porcelain .qh-cat__label em {
	color: rgba(255, 232, 226, 0.88);
}

/* ==========================================================================
   Promo banner
   ========================================================================== */
.qh-promo {
	border-radius: var(--qh-rad);
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0 clamp(1rem, 3vw, 2.5rem);
	position: relative;
}

.qh-promo__bg {
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
}

.qh-promo__body {
	background: linear-gradient(135deg, rgba(12, 8, 10, 0.85) 60%, transparent 100%);
	padding: clamp(2.5rem, 6vw, 5rem) clamp(2rem, 5vw, 4rem);
	position: relative;
	z-index: 1;
	max-width: 520px;
}

.qingqu-theme--porcelain .qh-promo__body {
	background: linear-gradient(135deg, rgba(255, 248, 245, 0.92) 60%, transparent 100%);
}

.qh-promo__body h2 {
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
	margin: 0 0 0.8rem;
}

.qh-promo__body p {
	color: var(--qh-muted);
	font-size: clamp(0.9rem, 1.2vw, 1rem);
	line-height: 1.65;
	margin: 0 0 1.5rem;
}

/* ==========================================================================
   Trust / Reviews
   ========================================================================== */
.qh-trust {
	padding: clamp(2rem, 4vw, 3.5rem) clamp(1rem, 3vw, 2.5rem);
}

.qh-trust__title {
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	text-align: center;
}

.qh-trust__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qh-trust__card {
	background: var(--qh-card);
	border: 1px solid var(--qh-card-border);
	border-radius: var(--qh-rad);
	padding: 1.5rem;
}

.qh-trust__stars {
	color: var(--qh-accent-2);
	font-size: 1rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.75rem;
}

.qh-trust__card p {
	color: var(--qh-muted);
	font-size: 0.88rem;
	font-style: italic;
	line-height: 1.6;
	margin: 0 0 0.6rem;
}

.qh-trust__card span {
	color: var(--qh-accent);
	font-size: 0.78rem;
	font-weight: 700;
}

/* ==========================================================================
   CTA / Newsletter
   ========================================================================== */
.qh-cta {
	padding: 0 clamp(1rem, 3vw, 2.5rem);
}

@media (min-width: 721px) {
	.qh-cta {
		margin-bottom: 20px;
	}
}

.qh-cta__inner {
	background-position: center;
	background-size: cover;
	border-radius: var(--qh-rad);
	overflow: hidden;
	position: relative;
}

.qh-cta__overlay {
	background: linear-gradient(135deg, rgba(240, 160, 180, 0.88), rgba(232, 184, 122, 0.82));
	inset: 0;
	position: absolute;
}

.qh-cta__body {
	padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem);
	position: relative;
	text-align: center;
	z-index: 1;
	max-width: 480px;
	margin: 0 auto;
}

.qh-cta__body h2 {
	color: #1A0E12;
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	margin: 0 0 0.6rem;
}

.qh-cta__body > p {
	color: rgba(26, 14, 18, 0.7);
	font-size: 0.92rem;
	line-height: 1.6;
	margin: 0 0 1.5rem;
}

.qh-cta__form {
	display: flex;
	gap: 0.5rem;
	max-width: 400px;
	margin: 0 auto 0.8rem;
}

.qh-cta__form input {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	color: #1A0E12;
	flex: 1;
	font-size: 0.85rem;
	padding: 0.7rem 1.2rem;
	outline: none;
	transition: border-color 0.2s;
}

.qh-cta__form input::placeholder {
	color: rgba(26, 14, 18, 0.45);
}

.qh-cta__form input:focus {
	border-color: #1A0E12;
}

.qh-cta__form .qh-btn {
	flex-shrink: 0;
}

.qh-cta__body small {
	color: rgba(26, 14, 18, 0.5);
	font-size: 0.72rem;
}

.qh-cta__body small a,
.qh-care a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(26, 14, 18, 0.32);
	text-underline-offset: 0.2em;
}

.qh-care {
	color: rgba(26, 14, 18, 0.66);
	display: grid;
	font-size: 0.78rem;
	font-weight: 700;
	gap: 0.55rem;
	letter-spacing: 0.06em;
	margin-top: 0.9rem;
}

.qh-care p {
	margin: 0;
}

.qh-care p span,
.qh-care .qingqu-service-socials__heading {
	color: rgba(26, 14, 18, 0.82);
	font-weight: 900;
}

.qingqu-service-socials__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.75rem;
}

.qingqu-service-socials__links a,
.qingqu-service-socials__links > span {
	align-items: baseline;
	display: inline-flex;
	gap: 0.3rem;
}

.qingqu-service-socials__links em {
	font-style: normal;
	opacity: 0.78;
}

.qh-care .qingqu-service-socials {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.75rem;
}

.qh-care .qingqu-service-socials__heading {
	margin: 0;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
	.qh-product-grid,
	.qh-product-grid--4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.qh-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qh-cat-carousel {
		grid-template-areas:
			"prev track next"
			"prev scrollbar next";
		grid-template-columns: auto minmax(0, 1fr) auto;
	}

	.qh-cat {
		flex-basis: calc((100% - 1.7rem) / 3);
		min-height: 180px;
	}
}

@media (max-width: 720px) {
	.qh-hero__slide {
		min-height: clamp(280px, 55vw, 380px);
	}

	.qh-hero__body {
		min-height: clamp(280px, 55vw, 380px);
	}

	.qh-product-grid,
	.qh-product-grid--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.qh-product__body h3 {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.qh-product__body h3 a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.qh-features__grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.75rem;
	}

	.qh-cat {
		flex: none;
		min-height: 118px;
		width: auto;
	}

	.qh-cat-track {
		display: grid;
		gap: 0.75rem;
		grid-auto-columns: calc((100% - 0.75rem) / 2);
		grid-auto-flow: column;
		grid-template-rows: repeat(3, minmax(118px, auto));
		padding: 0.1rem 0.05rem 0.4rem;
		scroll-snap-type: x mandatory;
	}

	.qh-cat__label {
		margin: 0.55rem;
		padding: 0;
	}

	.qh-cat__label span {
		font-size: 0.86rem;
	}

	.qh-cat__label em {
		font-size: 0.66rem;
	}

	.qh-cat-carousel {
		grid-template-areas:
			"track"
			"scrollbar";
		grid-template-columns: 1fr;
	}

	.qh-cat-scrollbar {
		height: 0.55rem;
		margin: 0.1rem 0.05rem 0;
	}

	.qh-cat-carousel__arrow {
		display: none;
	}

	.qh-trust__grid {
		grid-template-columns: 1fr;
	}

	.qh-cta__form {
		flex-direction: column;
	}

	.qh-promo__body {
		max-width: none;
	}
}

@media (max-width: 480px) {
	.qh-features__grid {
		grid-template-columns: 1fr;
	}

	.qh-section__head {
		flex-direction: column;
		gap: 0.3rem;
	}
}
