.phx-decoration-ready {
	--phx-green: #8f2d75;
	--phx-green-dark: #170b24;
	--phx-leaf: #c44570;
	--phx-yellow: #f6c86f;
	--phx-ink: #211321;
	--phx-muted: #756170;
	--phx-line: #ead8e2;
	--phx-soft: #fff7fb;
	background:
		radial-gradient(circle at 8% 4%, rgba(246, 200, 111, 0.1), transparent 28%),
		#fffafb;
	color: var(--phx-ink);
}

.phx-decoration-shell,
.phx-decoration-home,
.phx-page,
.phx-single-assurance {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: min(1180px, calc(100% - 32px));
}

.phx-decoration-home {
	position: relative;
}

.phx-decoration-home::before {
	background:
		radial-gradient(circle at 14% 8%, rgba(246, 200, 111, 0.18), transparent 18%),
		radial-gradient(circle at 88% 18%, rgba(143, 45, 117, 0.16), transparent 22%);
	content: "";
	height: 340px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: -34px;
	transform: translateX(-50%);
	width: min(100vw, 1280px);
	z-index: 0;
}

.phx-decoration-topbar {
	background: var(--phx-green-dark);
	color: #fff;
	font-size: 14px;
}

.phx-decoration-topbar .phx-decoration-shell {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 38px;
}

.phx-decoration-topbar a {
	color: var(--phx-yellow);
	font-weight: 800;
	text-decoration: none;
}

.phx-decoration-ready .site-header,
.phx-decoration-ready .ast-primary-header-bar {
	background: #fff;
	border-bottom: 1px solid var(--phx-line);
	box-shadow: 0 8px 26px rgba(83, 28, 69, 0.09);
}

.phx-decoration-ready .main-header-menu .menu-link,
.phx-decoration-ready .ast-builder-menu-1 .menu-item > .menu-link {
	color: var(--phx-ink);
	font-weight: 750;
}

.phx-decoration-ready .main-header-menu .menu-link:hover,
.phx-decoration-ready .ast-builder-menu-1 .menu-item > .menu-link:hover {
	color: var(--phx-green);
}

.phx-decoration-ready .site-title a {
	color: var(--phx-green-dark);
	font-weight: 900;
}

.phx-decoration-ready .site-content .ast-container,
.phx-decoration-ready .entry-content {
	max-width: none;
}

.phx-cart-count {
	align-items: center;
	background: var(--phx-green);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	line-height: 1;
	margin-left: 6px;
	min-width: 20px;
	padding: 0 6px;
	vertical-align: middle;
}

.phx-decoration-footer .phx-cart-count {
	background: var(--phx-yellow);
	color: var(--phx-green-dark);
}

.phx-fire-cursor {
	background:
		radial-gradient(circle at 42% 28%, #fff9d7 0 10%, #ffd166 24%, #ff7a1a 48%, rgba(196, 69, 112, 0.76) 68%, transparent 76%);
	border-radius: 62% 38% 50% 50%;
	box-shadow:
		0 0 18px rgba(255, 177, 45, 0.92),
		0 0 42px rgba(255, 108, 29, 0.42),
		0 0 62px rgba(196, 69, 112, 0.26);
	height: 30px;
	left: -100px;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: -100px;
	transform: translate(-50%, -50%) rotate(45deg) scale(0.72);
	transition: opacity 120ms ease;
	width: 30px;
	z-index: 999999;
}

.phx-fire-cursor--active {
	animation: phxFireCursorPulse 760ms ease-in-out infinite alternate;
	opacity: 1;
}

@keyframes phxFireCursorPulse {
	0% {
		filter: saturate(1) brightness(1);
		transform: translate(-50%, -50%) rotate(38deg) scale(0.82);
	}

	100% {
		filter: saturate(1.28) brightness(1.16);
		transform: translate(-50%, -50%) rotate(50deg) scale(1.08);
	}
}

.phx-click-fire {
	animation: phxClickFire 680ms cubic-bezier(0.16, 0.78, 0.36, 1) forwards;
	background:
		radial-gradient(circle at 34% 30%, #fffdf0 0 14%, #ffe08a 24%, var(--phx-fire-color, #ff9f1c) 46%, rgba(196, 69, 112, 0.78) 66%, transparent 76%);
	border-radius: 58% 42% 50% 50%;
	box-shadow:
		0 0 16px rgba(255, 177, 45, 0.86),
		0 0 32px rgba(196, 69, 112, 0.36);
	left: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translate(-50%, -50%) scale(0.72) rotate(45deg);
	z-index: 999999;
}

.phx-click-fire--burst {
	filter: saturate(1.16);
}

.phx-click-fire--trail {
	opacity: 0.78;
}

@keyframes phxClickFire {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.34) rotate(45deg);
	}

	16% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1.08) rotate(58deg);
	}

	100% {
		opacity: 0;
		transform: translate(calc(-50% + var(--phx-fire-x, 0px)), calc(-50% + var(--phx-fire-y, -32px))) scale(0.12) rotate(126deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.phx-click-fire,
	.phx-fire-cursor--active {
		animation-duration: 1.4s;
	}
}

.phx-hero {
	background:
		linear-gradient(90deg, rgba(16, 7, 26, 0.92) 0%, rgba(34, 13, 42, 0.78) 36%, rgba(34, 13, 42, 0.24) 68%, rgba(34, 13, 42, 0.08) 100%),
		radial-gradient(circle at 18% 76%, rgba(246, 200, 111, 0.18), transparent 24%),
		url("decoration-dream-hero.png") center right / cover no-repeat;
	animation:
		phxHeroAura 9s ease-in-out infinite,
		phxHeroBackdrop 18s ease-in-out infinite;
	background-size: auto, auto, 108%;
	border: 1px solid rgba(246, 200, 111, 0.32);
	border-radius: 34px;
	box-shadow:
		0 26px 80px rgba(50, 18, 56, 0.24),
		0 0 52px rgba(246, 200, 111, 0.18);
	display: grid;
	gap: clamp(22px, 3.4vw, 38px);
	grid-template-columns: minmax(320px, 0.8fr) minmax(360px, 1fr);
	margin-top: 22px;
	min-height: 610px;
	overflow: hidden;
	padding: clamp(34px, 4.8vw, 70px);
	position: relative;
	isolation: isolate;
}

.phx-dream-lights {
	inset: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.phx-dream-lights span {
	animation: phxDreamLightFloat 9s ease-in-out infinite;
	background: rgba(246, 200, 111, 0.9);
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(246, 200, 111, 0.68);
	height: 6px;
	position: absolute;
	width: 6px;
}

.phx-dream-lights span:nth-child(1) {
	left: 9%;
	top: 19%;
}

.phx-dream-lights span:nth-child(2) {
	animation-delay: -1.4s;
	left: 31%;
	top: 12%;
}

.phx-dream-lights span:nth-child(3) {
	animation-delay: -2.6s;
	left: 44%;
	top: 78%;
}

.phx-dream-lights span:nth-child(4) {
	animation-delay: -3.7s;
	left: 72%;
	top: 18%;
}

.phx-dream-lights span:nth-child(5) {
	animation-delay: -5.2s;
	left: 87%;
	top: 64%;
}

.phx-dream-lights span:nth-child(6) {
	animation-delay: -6.4s;
	left: 58%;
	top: 47%;
}

.phx-hero::before,
.phx-hero::after {
	border-radius: inherit;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.phx-hero::before {
	animation: phxHeroSheen 9s ease-in-out infinite;
	background:
		linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 38%, rgba(246, 200, 111, 0.16) 48%, transparent 60%),
		radial-gradient(circle at 16% 74%, rgba(246, 200, 111, 0.26), transparent 22%),
		radial-gradient(circle at 82% 16%, rgba(246, 200, 111, 0.14), transparent 20%),
		radial-gradient(circle at 92% 66%, rgba(196, 69, 112, 0.16), transparent 24%);
	background-size: 220% 100%, auto, auto;
	mix-blend-mode: screen;
	z-index: 1;
}

.phx-hero::after {
	border: 1px solid rgba(246, 200, 111, 0.44);
	box-shadow:
		inset 0 0 56px rgba(246, 200, 111, 0.15),
		inset 0 0 110px rgba(143, 45, 117, 0.1);
	z-index: 1;
}

.phx-hero__copy {
	align-self: center;
	color: #fff;
	max-width: 560px;
	position: relative;
	z-index: 3;
}

.phx-hero__motto {
	color: #fff0c5;
	font-size: clamp(18px, 2.1vw, 26px);
	font-weight: 900;
	line-height: 1.2;
	margin: -4px 0 16px;
	text-shadow: 0 0 20px rgba(246, 200, 111, 0.34);
}

.phx-hero__copy > span,
.phx-page-hero span,
.phx-content-band span {
	color: var(--phx-yellow);
	display: block;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.phx-hero h1 {
	color: inherit;
	font-size: clamp(38px, 4.7vw, 62px);
	line-height: 1.02;
	margin: 0 0 16px;
}

.phx-page-hero h1 {
	color: inherit;
	font-size: clamp(38px, 6vw, 66px);
	line-height: 1.02;
	margin: 0 0 16px;
}

.phx-hero p,
.phx-page-hero p {
	color: inherit;
	font-size: 18px;
	line-height: 1.65;
	margin: 0;
	max-width: 640px;
}

.phx-dream-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 20px;
}

.phx-dream-tags span {
	animation: phxDreamTagFloat 5.8s ease-in-out infinite;
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(246, 200, 111, 0.36);
	border-radius: 999px;
	box-shadow: inset 0 0 18px rgba(246, 200, 111, 0.08);
	color: #fff7df;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 8px 12px;
	text-transform: none;
}

.phx-dream-tags span:nth-child(2) {
	animation-delay: -1.1s;
}

.phx-dream-tags span:nth-child(3) {
	animation-delay: -2.2s;
}

.phx-dream-tags span:nth-child(4) {
	animation-delay: -3.3s;
}

.phx-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.phx-button,
.phx-decoration-ready .button,
.phx-decoration-ready button.button,
.phx-decoration-ready .added_to_cart,
.phx-decoration-ready .single_add_to_cart_button {
	align-items: center;
	background: var(--phx-green);
	border: 0;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-weight: 850;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	text-decoration: none;
}

.phx-button:hover,
.phx-decoration-ready .button:hover,
.phx-decoration-ready button.button:hover,
.phx-decoration-ready .single_add_to_cart_button:hover {
	background: var(--phx-green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.phx-button--light {
	background: #fff;
	color: var(--phx-green-dark);
}

.phx-hero__stage {
	align-self: center;
	display: grid;
	min-height: 470px;
	place-items: center;
	position: relative;
	z-index: 3;
}

.phx-hero__stage::before,
.phx-hero__stage::after {
	border: 1px solid rgba(246, 200, 111, 0.2);
	border-radius: 999px;
	content: "";
	height: min(460px, 86%);
	position: absolute;
	width: min(460px, 86%);
	z-index: 1;
}

.phx-hero__stage::before {
	animation: phxDreamRing 18s linear infinite;
	box-shadow: 0 0 42px rgba(246, 200, 111, 0.1);
}

.phx-hero__stage::after {
	animation: phxDreamRing 24s linear infinite reverse;
	border-color: rgba(196, 69, 112, 0.22);
	height: min(370px, 74%);
	width: min(370px, 74%);
}

.phx-hero__image-wrap {
	animation: phxHeroImageFloat 7s ease-in-out infinite, phxDreamPortalPulse 5.5s ease-in-out infinite;
	aspect-ratio: 1;
	border: 1px solid rgba(246, 200, 111, 0.6);
	border-radius: 999px;
	box-shadow:
		0 26px 60px rgba(17, 7, 27, 0.42),
		0 0 0 16px rgba(246, 200, 111, 0.08),
		0 0 86px rgba(246, 200, 111, 0.32);
	overflow: hidden;
	position: relative;
	width: min(280px, 66%);
	z-index: 3;
}

.phx-hero__image-wrap::after {
	background:
		linear-gradient(115deg, transparent 15%, rgba(255, 255, 255, 0.14) 44%, transparent 62%);
	content: "";
	inset: 0;
	mix-blend-mode: screen;
	position: absolute;
}

.phx-hero__image-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.phx-hero__panel {
	background: rgba(255, 250, 251, 0.92);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(246, 200, 111, 0.58);
	border-radius: 14px;
	bottom: 24px;
	box-shadow:
		0 18px 44px rgba(23, 11, 36, 0.25),
		0 0 28px rgba(246, 200, 111, 0.12);
	left: 50%;
	max-width: 300px;
	padding: 18px 20px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: min(300px, 72%);
	z-index: 5;
}

.phx-hero__panel strong {
	color: var(--phx-green-dark);
	display: block;
	font-size: 21px;
	line-height: 1.18;
}

.phx-hero__panel span {
	color: var(--phx-muted);
	display: block;
	line-height: 1.5;
	margin-top: 7px;
}

.phx-auto-carousel {
	bottom: 98px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: auto;
	transform: translateX(-50%);
	width: min(100%, 520px);
	z-index: 4;
}

.phx-auto-carousel__orbit {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.phx-auto-carousel__slide {
	background:
		linear-gradient(135deg, rgba(24, 12, 36, 0.84), rgba(91, 27, 82, 0.74)),
		radial-gradient(circle at 86% 18%, rgba(246, 200, 111, 0.34), transparent 28%);
	animation:
		phxDecorCardHalo 5.2s ease-in-out infinite,
		phxDreamCardDrift 6.4s ease-in-out infinite;
	backdrop-filter: blur(8px);
	border: 1px solid rgba(246, 200, 111, 0.38);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(23, 11, 36, 0.18);
	color: #fff;
	min-height: 104px;
	overflow: hidden;
	padding: 14px 15px;
	pointer-events: auto;
	position: relative;
	text-decoration: none;
	transform: none;
	width: auto;
}

.phx-hero:hover .phx-auto-carousel__slide {
	animation-play-state: paused;
}

.phx-auto-carousel__slide:hover,
.phx-auto-carousel__slide:focus-visible {
	border-color: rgba(246, 200, 111, 0.68);
	box-shadow:
		0 20px 40px rgba(23, 11, 36, 0.28),
		0 0 34px rgba(246, 200, 111, 0.2);
}

.phx-auto-carousel__slide--1 {
	animation-delay: 0s;
}

.phx-auto-carousel__slide--2 {
	animation-delay: -6s;
}

.phx-auto-carousel__slide--3 {
	animation-delay: -12s;
}

.phx-auto-carousel__slide--4 {
	animation-delay: -18s;
}

.phx-auto-carousel__slide--5 {
	display: none;
	animation-delay: -24s;
}

.phx-auto-carousel__slide::before {
	background:
		radial-gradient(circle, rgba(246, 200, 111, 0.34), transparent 68%);
	border-radius: 999px;
	content: "";
	height: 110px;
	position: absolute;
	right: -38px;
	top: -38px;
	width: 110px;
}

.phx-auto-carousel__slide span {
	color: var(--phx-yellow);
	display: block;
	font-size: 15px;
	font-weight: 950;
	line-height: 1.18;
	margin-bottom: 7px;
	position: relative;
	z-index: 1;
}

.phx-auto-carousel__slide p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	line-height: 1.42;
	margin: 0;
	position: relative;
	z-index: 1;
}

@keyframes phxDecorOrbitCard {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) translateX(clamp(170px, 15vw, 210px)) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg) translateX(clamp(170px, 15vw, 210px)) rotate(-360deg);
	}
}

@keyframes phxHeroImageFloat {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes phxHeroBackdrop {
	0%,
	100% {
		background-position: center, center, center right;
	}

	50% {
		background-position: center, 24% 72%, 58% center;
	}
}

@keyframes phxDreamLightFloat {
	0%,
	100% {
		opacity: 0.28;
		transform: translate3d(0, 18px, 0) scale(0.74);
	}

	50% {
		opacity: 1;
		transform: translate3d(18px, -34px, 0) scale(1.25);
	}
}

@keyframes phxDreamTagFloat {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-7px);
	}
}

@keyframes phxDreamRing {
	0% {
		transform: rotate(0deg) scale(0.96);
	}

	50% {
		transform: rotate(180deg) scale(1.04);
	}

	100% {
		transform: rotate(360deg) scale(0.96);
	}
}

@keyframes phxDreamPortalPulse {
	0%,
	100% {
		box-shadow:
			0 26px 60px rgba(17, 7, 27, 0.42),
			0 0 0 16px rgba(246, 200, 111, 0.08),
			0 0 86px rgba(246, 200, 111, 0.32);
	}

	50% {
		box-shadow:
			0 30px 72px rgba(17, 7, 27, 0.48),
			0 0 0 22px rgba(246, 200, 111, 0.12),
			0 0 118px rgba(246, 200, 111, 0.44);
	}
}

@keyframes phxDreamCardDrift {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

@keyframes phxHeroAura {
	0%,
	100% {
		box-shadow:
			0 26px 80px rgba(50, 18, 56, 0.24),
			0 0 44px rgba(246, 200, 111, 0.16);
	}

	45% {
		box-shadow:
			0 30px 92px rgba(73, 24, 88, 0.28),
			0 0 72px rgba(246, 200, 111, 0.26);
	}
}

@keyframes phxHeroSheen {
	0%,
	100% {
		background-position: 120% 0, center, center;
		opacity: 0.42;
	}

	50% {
		background-position: -80% 0, center, center;
		opacity: 0.78;
	}
}

@keyframes phxDecorCardHalo {
	0%,
	100% {
		box-shadow:
			0 16px 34px rgba(23, 11, 36, 0.18),
			0 0 18px rgba(246, 200, 111, 0.1);
		border-color: rgba(246, 200, 111, 0.34);
	}

	50% {
		box-shadow:
			0 18px 42px rgba(23, 11, 36, 0.22),
			0 0 32px rgba(246, 200, 111, 0.22);
		border-color: rgba(246, 200, 111, 0.56);
	}
}

.phx-decoration-slider {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 22px 0;
}

.phx-decoration-slide {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 246, 251, 0.96)),
		radial-gradient(circle at 90% 14%, rgba(242, 184, 75, 0.38), transparent 24%);
	border: 1px solid var(--phx-line);
	border-radius: 12px;
	box-shadow: 0 14px 32px rgba(83, 28, 69, 0.1);
	color: inherit;
	display: block;
	overflow: hidden;
	padding: 22px;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.phx-decoration-slide:hover,
.phx-decoration-slide:focus-visible {
	border-color: rgba(242, 184, 75, 0.48);
	box-shadow: 0 18px 38px rgba(83, 28, 69, 0.15);
	transform: translateY(-2px);
}

.phx-decoration-slide::after {
	background: linear-gradient(180deg, rgba(232, 93, 63, 0.18), rgba(242, 184, 75, 0.22));
	border-radius: 999px;
	content: "";
	height: 76px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 76px;
}

.phx-decoration-slide span {
	color: var(--phx-green-dark);
	display: block;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

.phx-decoration-slide p {
	color: var(--phx-muted);
	line-height: 1.58;
	margin: 0;
	position: relative;
	z-index: 1;
}

.phx-service-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 22px 0 34px;
}

.phx-service-grid .phx-service-card,
.phx-category-strip a,
.phx-product-card,
.phx-contact-card,
.phx-contact-form,
.phx-split,
.phx-content-band,
.phx-single-assurance > div {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--phx-line);
	border-radius: 12px;
	box-shadow: 0 14px 32px rgba(83, 28, 69, 0.08);
}

.phx-service-grid .phx-service-card {
	color: inherit;
	display: block;
	padding: 20px;
	position: relative;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.phx-service-grid .phx-service-card:hover,
.phx-service-grid .phx-service-card:focus-visible {
	border-color: rgba(242, 184, 75, 0.48);
	box-shadow: 0 18px 38px rgba(83, 28, 69, 0.13);
	transform: translateY(-2px);
}

.phx-service-grid strong,
.phx-service-grid span,
.phx-service-grid em {
	display: block;
}

.phx-service-grid strong {
	color: var(--phx-green-dark);
	font-size: 17px;
}

.phx-service-grid span {
	color: var(--phx-muted);
	line-height: 1.45;
	margin-top: 6px;
}

.phx-service-grid em {
	color: var(--phx-green);
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	margin-top: 14px;
}

.phx-section {
	margin-top: 34px;
}

.phx-section__head {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.phx-section__head h2 {
	color: var(--phx-ink);
	font-size: 28px;
	line-height: 1.2;
	margin: 0;
}

.phx-section__head a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-category-strip,
.phx-product-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-category-strip a {
	color: var(--phx-ink);
	min-height: 102px;
	padding: 18px;
	text-decoration: none;
}

.phx-category-strip strong,
.phx-category-strip span {
	display: block;
}

.phx-category-strip strong {
	font-size: 17px;
	line-height: 1.25;
}

.phx-category-strip span {
	color: var(--phx-muted);
	margin-top: 8px;
}

.phx-product-card {
	color: var(--phx-ink);
	display: flex;
	flex-direction: column;
	padding: 14px;
	text-decoration: none;
}

.phx-product-card__image {
	align-items: center;
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	overflow: hidden;
}

.phx-product-card__image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.phx-product-card__title {
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	min-height: 40px;
}

.phx-product-card__price {
	color: var(--phx-green);
	font-weight: 900;
	margin-top: 8px;
}

.phx-content-band {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	margin: 40px 0;
	padding: 28px;
}

.phx-content-band h2 {
	font-size: 28px;
	line-height: 1.18;
	margin: 0;
}

.phx-content-band p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-page-hero {
	background: linear-gradient(135deg, var(--phx-green-dark), var(--phx-green));
	border-radius: 8px;
	color: #fff;
	margin-top: 22px;
	padding: clamp(32px, 6vw, 68px);
}

.phx-split,
.phx-contact-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin: 26px 0 40px;
}

.phx-policy-card {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(25, 61, 42, 0.06);
	margin: 26px 0 40px;
	padding: 28px;
}

.phx-policy-note {
	color: var(--phx-muted);
	line-height: 1.65;
	margin: 0 0 18px;
}

.phx-split {
	padding: 28px;
}

.phx-split h2 {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 12px;
}

.phx-split p {
	color: var(--phx-muted);
	line-height: 1.7;
	margin: 0;
}

.phx-tick-list {
	display: grid;
	gap: 10px;
}

.phx-tick-list span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 6px;
	font-weight: 800;
	padding: 13px 14px;
}

.phx-contact-card,
.phx-contact-form {
	padding: 24px;
}

.phx-contact-card strong,
.phx-contact-card a,
.phx-contact-card span {
	display: block;
}

.phx-contact-card strong {
	font-size: 24px;
	margin-bottom: 12px;
}

.phx-contact-card a {
	color: var(--phx-green);
	font-weight: 850;
	margin-bottom: 10px;
	text-decoration: none;
}

.phx-contact-card span {
	color: var(--phx-muted);
	line-height: 1.6;
}

.phx-contact-form {
	display: grid;
	gap: 14px;
}

.phx-contact-form label {
	color: var(--phx-ink);
	display: grid;
	font-weight: 800;
	gap: 7px;
}

.phx-contact-form input,
.phx-contact-form textarea,
.phx-decoration-ready .woocommerce-ordering select,
.phx-decoration-ready .quantity .qty {
	background: #fff;
	border: 1px solid #dfc7d6;
	border-radius: 6px;
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.phx-contact-notice {
	background: #fff4df;
	border: 1px solid #f0cd7a;
	border-radius: 6px;
	color: var(--phx-green-dark);
	font-weight: 800;
	padding: 12px;
}

.phx-decoration-shop-banner {
	background:
		radial-gradient(circle at 85% 16%, rgba(243, 191, 63, 0.55), transparent 24%),
		linear-gradient(135deg, var(--phx-green-dark), var(--phx-green));
	border-radius: 8px;
	color: #fff;
	margin-bottom: 28px;
	padding: 42px 0;
}

.phx-decoration-shop-banner .phx-decoration-shell {
	width: min(100% - 32px, 1180px);
}

.phx-decoration-shop-banner p {
	color: var(--phx-yellow);
	font-weight: 900;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.phx-decoration-shop-banner h1 {
	color: inherit;
	font-size: clamp(30px, 5vw, 48px);
	line-height: 1.08;
	margin: 0 0 10px;
	max-width: 760px;
}

.phx-decoration-shop-banner span {
	color: rgba(255, 255, 255, 0.86);
	display: block;
	font-size: 17px;
	max-width: 680px;
}

.phx-shop-filter {
	align-items: end;
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(83, 28, 69, 0.07);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(220px, 1.4fr) minmax(160px, 0.9fr) minmax(110px, 0.55fr) minmax(110px, 0.55fr) minmax(150px, 0.85fr) auto;
	margin: 0 0 22px;
	padding: 16px;
}

.phx-shop-filter label {
	color: var(--phx-ink);
	display: grid;
	font-size: 13px;
	font-weight: 850;
	gap: 7px;
	min-width: 0;
}

.phx-shop-filter input,
.phx-shop-filter select {
	background: #fff;
	border: 1px solid #dfc7d6;
	border-radius: 6px;
	box-sizing: border-box;
	color: var(--phx-ink);
	min-height: 44px;
	padding: 9px 11px;
	width: 100%;
}

.phx-shop-filter__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	white-space: nowrap;
}

.phx-shop-filter__actions a {
	color: var(--phx-green);
	font-weight: 850;
	text-decoration: none;
}

.phx-decoration-ready.woocommerce .woocommerce-ordering,
.phx-decoration-ready .woocommerce .woocommerce-ordering {
	display: none;
}

.phx-decoration-ready.woocommerce ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.phx-decoration-ready.woocommerce ul.products li.product,
.phx-decoration-ready .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--phx-line);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(83, 28, 69, 0.07);
	display: flex;
	flex-direction: column;
	margin: 0;
	overflow: hidden;
	padding: 14px;
	width: auto;
}

.phx-decoration-ready.woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 0.78;
	background: var(--phx-soft);
	border-radius: 6px;
	object-fit: contain;
	width: 100%;
}

.phx-decoration-ready.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: var(--phx-ink);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	min-height: 42px;
	padding: 10px 0 6px;
}

.phx-decoration-ready.woocommerce ul.products li.product .price {
	color: var(--phx-green);
	font-weight: 900;
}

.phx-decoration-ready #colophon,
.phx-decoration-ready .site-footer:not(.phx-decoration-footer),
.phx-decoration-ready .ast-footer-copyright,
.phx-decoration-ready .site-above-footer-wrap,
.phx-decoration-ready .site-primary-footer-wrap,
.phx-decoration-ready .site-below-footer-wrap,
.phx-decoration-ready .ast-builder-footer-grid-columns {
	display: none !important;
}

.phx-product-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 16px 0;
}

.phx-product-badges span {
	background: var(--phx-soft);
	border: 1px solid var(--phx-line);
	border-radius: 999px;
	color: var(--phx-green-dark);
	font-size: 13px;
	font-weight: 850;
	padding: 7px 11px;
}

.phx-single-assurance {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 26px;
	margin-top: 18px;
}

.phx-single-assurance > div {
	padding: 20px;
}

.phx-single-assurance strong {
	color: var(--phx-green-dark);
	display: block;
	font-size: 17px;
	margin-bottom: 6px;
}

.phx-single-assurance p {
	color: var(--phx-muted);
	line-height: 1.55;
	margin: 0;
}

.phx-decoration-footer {
	background: var(--phx-green-dark);
	clear: both;
	color: #fff;
	display: block !important;
	margin-top: 46px;
	padding: 34px 0;
	position: relative;
	width: 100%;
	z-index: 10;
}

.phx-decoration-footer__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 1.25fr) minmax(140px, 0.7fr) minmax(170px, 0.9fr) minmax(240px, 1fr);
}

.phx-decoration-footer strong {
	display: block;
	font-size: 24px;
	margin-bottom: 8px;
}

.phx-decoration-footer p,
.phx-decoration-footer small {
	color: rgba(255, 255, 255, 0.76);
	line-height: 1.55;
	margin: 0;
}

.phx-decoration-footer nav,
.phx-footer-support {
	display: grid;
	gap: 8px;
}

.phx-decoration-footer a,
.phx-decoration-footer span {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.phx-footer-links span,
.phx-footer-support span {
	margin-bottom: 2px;
}

@media (min-width: 761px) and (max-width: 980px) {
	.phx-hero {
		grid-template-columns: minmax(260px, 0.92fr) minmax(300px, 0.88fr);
		min-height: auto;
	}

	.phx-hero h1 {
		font-size: clamp(31px, 4vw, 42px);
	}

	.phx-hero p {
		font-size: 15px;
		line-height: 1.58;
	}

	.phx-hero__stage {
		gap: 12px;
		min-height: auto;
		overflow: hidden;
	}

	.phx-hero__image-wrap {
		width: min(260px, 100%);
	}

	.phx-hero__panel {
		bottom: auto;
		left: auto;
		max-width: none;
		position: relative;
		transform: none;
		width: min(100%, 300px);
	}

	.phx-auto-carousel {
		inset: auto;
		pointer-events: auto;
		position: relative;
		width: 100%;
		z-index: 4;
	}

	.phx-auto-carousel__orbit {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding: 3px 0 6px;
		scroll-snap-type: x mandatory;
	}

	.phx-auto-carousel__slide {
		animation: phxDecorCardHalo 5.2s ease-in-out infinite;
		flex: 0 0 190px;
		left: auto;
		min-height: 98px;
		position: relative;
		scroll-snap-align: start;
		top: auto;
		transform: none;
		width: auto;
	}
}

@media (max-width: 760px) {
	.phx-hero,
	.phx-content-band,
	.phx-split,
	.phx-contact-grid,
	.phx-decoration-footer__grid {
		grid-template-columns: 1fr;
	}

	.phx-service-grid,
	.phx-decoration-slider,
	.phx-category-strip,
	.phx-product-grid,
	.phx-shop-filter,
	.phx-decoration-ready.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phx-auto-carousel {
		grid-column: 1 / -1;
		inset: auto;
		margin-top: 12px;
		pointer-events: auto;
		position: relative;
		z-index: 3;
	}

	.phx-hero__stage {
		gap: 16px;
		min-height: auto;
	}

	.phx-hero__image-wrap {
		width: min(330px, 86vw);
	}

	.phx-hero__panel {
		bottom: auto;
		left: auto;
		max-width: none;
		order: 2;
		position: relative;
		transform: none;
		width: min(100%, 420px);
	}

	.phx-auto-carousel__orbit {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding-bottom: 4px;
		scroll-snap-type: x mandatory;
	}

	.phx-auto-carousel__slide {
		animation: none;
		flex: 0 0 250px;
		left: auto;
		position: relative;
		scroll-snap-align: start;
		top: auto;
		transform: none;
		width: auto;
	}

	.phx-shop-filter__search,
	.phx-shop-filter__actions {
		grid-column: 1 / -1;
	}
}

@media (max-width: 544px) {
	.phx-decoration-shell,
	.phx-decoration-home,
	.phx-page,
	.phx-single-assurance {
		width: min(100% - 24px, 1180px);
	}

	.phx-decoration-topbar .phx-decoration-shell {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		padding: 8px 0;
	}

	.phx-hero {
		border-radius: 28px;
		margin-left: -12px;
		margin-right: -12px;
		padding: 34px 22px;
	}

	.phx-hero h1,
	.phx-page-hero h1 {
		font-size: 38px;
	}

	.phx-service-grid,
	.phx-decoration-slider,
	.phx-category-strip,
	.phx-product-grid,
	.phx-single-assurance,
	.phx-shop-filter,
	.phx-decoration-ready.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.phx-auto-carousel__slide {
		flex-basis: 236px;
	}

	.phx-page-hero {
		border-radius: 0;
		margin-left: -12px;
		margin-right: -12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.phx-hero,
	.phx-hero::before,
	.phx-dream-lights span,
	.phx-dream-tags span,
	.phx-hero__stage::before,
	.phx-hero__stage::after,
	.phx-hero__image-wrap,
	.phx-auto-carousel__slide {
		animation: none;
	}
}
