/* =========================================================
   ADORABLE CREATIONS HOMEPAGE
   Dark body + #1cbcf6 brand buttons
   ========================================================= */

:root {
	--ac-blue: #1cbcf6;
	--ac-blue-hover: #12a7dd;
	--ac-bg: #08090c;
	--ac-bg-soft: #101117;
	--ac-panel: #15171d;
	--ac-panel-2: #1b1d24;
	--ac-plum: #2a1028;
	--ac-text: #ffffff;
	--ac-muted: #b9bec8;
	--ac-border: rgba(255,255,255,.12);
	--ac-max: 1380px;
}

/* The Shoptimizer Customizer should be used to keep the site header/navigation white. */

#adorable-home {
	background: var(--ac-bg);
	color: var(--ac-text);
	overflow: hidden;
}

#adorable-home,
#adorable-home * {
	box-sizing: border-box;
}

#adorable-home h1,
#adorable-home h2,
#adorable-home h3,
#adorable-home h4,
#adorable-home p,
#adorable-home li {
	color: inherit;
}

#adorable-home a {
	text-decoration: none;
}

.ac-section {
	max-width: var(--ac-max);
	margin: 0 auto;
	padding: 76px 30px;
}

.ac-section-heading {
	text-align: center;
	margin-bottom: 34px;
}

.ac-section-heading h2,
.ac-featured-vibe h2,
.ac-brand-story h2,
.ac-custom-order h2,
.ac-newsletter h2 {
	margin: 7px 0 10px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.08;
}

.ac-eyebrow {
	display: block;
	color: var(--ac-blue);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ac-heading-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	text-align: left;
}

/* Buttons */
#adorable-home .ac-button,
#adorable-home .button,
#adorable-home button,
#adorable-home .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border: 1px solid var(--ac-blue);
	border-radius: 4px;
	background: var(--ac-blue);
	color: #061117 !important;
	font-weight: 800;
	line-height: 1.2;
	transition: .2s ease;
}

#adorable-home .ac-button:hover,
#adorable-home .button:hover,
#adorable-home button:hover,
#adorable-home .added_to_cart:hover {
	background: var(--ac-blue-hover);
	border-color: var(--ac-blue-hover);
	color: #061117 !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(28,188,246,.22);
}

#adorable-home .ac-button-outline {
	background: transparent;
	color: var(--ac-blue) !important;
}

#adorable-home .ac-button-outline:hover {
	background: var(--ac-blue);
	color: #061117 !important;
}

/* Smart Slider */
.ac-hero {
	background: #050608;
}

/* Vibes */
.ac-vibes {
	padding-top: 54px;
}

.ac-vibe-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ac-vibe-card {
	position: relative;
	min-height: 175px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	overflow: hidden;
	padding: 18px;
	border: 1px solid var(--ac-border);
	border-radius: 7px;
	background:
		linear-gradient(135deg, rgba(47,17,45,.95), rgba(15,17,23,.96));
	background-position: center;
	background-size: cover;
	color: #fff !important;
	isolation: isolate;
	transition: transform .2s ease, border-color .2s ease;
}

.ac-vibe-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(to top, rgba(0,0,0,.92), rgba(0,0,0,.18));
}

.ac-vibe-card:hover {
	transform: translateY(-4px);
	border-color: var(--ac-blue);
}

.ac-vibe-name {
	font-size: 1.15rem;
	font-weight: 800;
}

.ac-arrow {
	color: var(--ac-blue);
	font-weight: 900;
}

/* WooCommerce cards */
.ac-products-section {
	border-top: 1px solid var(--ac-border);
}

#adorable-home ul.products {
	margin-bottom: 0;
}

#adorable-home ul.products li.product {
	overflow: hidden;
	padding-bottom: 18px;
	border: 1px solid var(--ac-border);
	border-radius: 7px;
	background: var(--ac-panel);
}

#adorable-home ul.products li.product img {
	margin-bottom: 14px;
}

#adorable-home ul.products li.product .woocommerce-loop-product__title,
#adorable-home ul.products li.product h2,
#adorable-home ul.products li.product .price {
	padding-left: 16px;
	padding-right: 16px;
	color: #fff;
}

#adorable-home ul.products li.product .price {
	font-weight: 800;
}

#adorable-home ul.products li.product .button {
	margin-left: 16px;
	margin-right: 16px;
}

/* Two shopping paths */
.ac-split-shop {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.ac-shop-panel {
	min-height: 300px;
	display: flex;
	align-items: center;
	padding: 42px;
	border: 1px solid var(--ac-border);
	border-radius: 8px;
	background:
		radial-gradient(circle at 90% 20%, rgba(28,188,246,.16), transparent 28%),
		linear-gradient(135deg, #20111f, #101117 65%);
	color: #fff !important;
}

.ac-shop-panel-patterns {
	background:
		radial-gradient(circle at 85% 20%, rgba(120,55,125,.24), transparent 32%),
		linear-gradient(135deg, #211025, #101117 65%);
}

.ac-shop-panel-copy {
	max-width: 540px;
}

.ac-shop-panel h2 {
	margin: 8px 0 12px;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.ac-shop-panel p {
	color: var(--ac-muted) !important;
}

/* Featured vibe */
.ac-featured-vibe {
	display: grid;
	grid-template-columns: .85fr 1.55fr;
	overflow: hidden;
	border: 1px solid var(--ac-border);
	border-radius: 8px;
	background: linear-gradient(120deg, #21101f, #0d0f13);
}

.ac-featured-vibe-copy {
	padding: 48px;
}

.ac-featured-vibe-copy p {
	max-width: 520px;
	color: var(--ac-muted) !important;
}

.ac-featured-products {
	padding: 30px;
}

/* Category tiles */
.ac-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.ac-category-card {
	min-height: 105px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 20px;
	border: 1px solid var(--ac-border);
	border-radius: 7px;
	background: var(--ac-panel);
	color: #fff !important;
	font-weight: 800;
	transition: .2s ease;
}

.ac-category-card:hover {
	transform: translateY(-3px);
	border-color: var(--ac-blue);
}

/* Brand story */
.ac-brand-story {
	display: grid;
	grid-template-columns: 1fr 1.15fr .85fr;
	overflow: hidden;
	border: 1px solid var(--ac-border);
	border-radius: 8px;
	background: var(--ac-panel);
}

.ac-brand-image img,
.ac-image-placeholder {
	width: 100%;
	height: 100%;
	min-height: 370px;
	object-fit: cover;
}

.ac-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	background:
		linear-gradient(135deg, #251525, #101117);
	color: var(--ac-muted);
	text-align: center;
}

.ac-brand-copy,
.ac-brand-points {
	padding: 42px;
}

.ac-brand-copy p {
	color: var(--ac-muted) !important;
}

.ac-brand-points {
	background: var(--ac-plum);
}

.ac-brand-points ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ac-brand-points li {
	padding: 9px 0;
}

/* Custom order */
.ac-custom-order {
	border-top: 1px solid var(--ac-border);
	border-bottom: 1px solid var(--ac-border);
	background:
		radial-gradient(circle at 10% 50%, rgba(93,26,88,.4), transparent 35%),
		linear-gradient(90deg, #08090c, #251126);
}

.ac-custom-order-inner,
.ac-newsletter-inner {
	max-width: var(--ac-max);
	margin: 0 auto;
	padding: 68px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 38px;
}

.ac-custom-order p,
.ac-newsletter p {
	max-width: 740px;
	color: var(--ac-muted) !important;
}

/* Reviews */
.ac-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ac-review-card {
	padding: 28px;
	border: 1px solid var(--ac-border);
	border-radius: 7px;
	background: var(--ac-panel);
}

.ac-review-card p {
	color: var(--ac-muted) !important;
}

.ac-stars {
	margin-bottom: 12px;
	color: var(--ac-blue);
	letter-spacing: .15em;
}

/* Newsletter */
.ac-newsletter {
	border-top: 1px solid var(--ac-border);
	background: #251126;
}

.ac-newsletter-form form {
	display: flex;
	gap: 10px;
}

.ac-newsletter-form input[type="email"] {
	min-width: 280px;
	min-height: 44px;
	padding: 10px 14px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 4px;
	background: #fff;
	color: #111;
}

.ac-center {
	margin-top: 32px;
	text-align: center;
}

/* Responsive */
@media (max-width: 1050px) {
	.ac-vibe-grid,
	.ac-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ac-featured-vibe {
		grid-template-columns: 1fr;
	}

	.ac-brand-story {
		grid-template-columns: 1fr 1fr;
	}

	.ac-brand-points {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.ac-section {
		padding: 52px 18px;
	}

	.ac-heading-row,
	.ac-custom-order-inner,
	.ac-newsletter-inner {
		display: block;
		text-align: center;
	}

	.ac-heading-row .ac-button,
	.ac-custom-order-inner .ac-button {
		margin-top: 18px;
	}

	.ac-vibe-grid,
	.ac-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ac-vibe-card {
		min-height: 132px;
		padding: 12px;
	}

	.ac-vibe-name {
		font-size: .95rem;
	}

	.ac-split-shop,
	.ac-brand-story,
	.ac-review-grid {
		grid-template-columns: 1fr;
	}

	.ac-shop-panel {
		min-height: 240px;
		padding: 28px;
	}

	.ac-brand-points {
		grid-column: auto;
	}

	.ac-newsletter-form form {
		display: block;
		margin-top: 22px;
	}

	.ac-newsletter-form input[type="email"] {
		width: 100%;
		min-width: 0;
		margin-bottom: 10px;
	}
}
