:root {
	--pal-bg: #080808;
	--pal-bg-soft: #141414;
	--pal-card: rgba(248, 241, 231, 0.08);
	--pal-card-strong: #f4ebdf;
	--pal-surface: #111110;
	--pal-ink: #f6efe5;
	--pal-muted: #c5bcaf;
	--pal-muted-dark: #746b5f;
	--pal-line: rgba(255, 255, 255, 0.1);
	--pal-red: #c73d2b;
	--pal-green: #2f7c57;
	--pal-cream: #efe5d6;
	--pal-shadow: 0 28px 80px rgba(0, 0, 0, 0.33);
	--pal-radius-xl: 36px;
	--pal-radius-lg: 26px;
	--pal-radius-md: 18px;
	--pal-radius-sm: 999px;
}

body.palestinestyle-home {
	background:
		radial-gradient(circle at top left, rgba(199, 61, 43, 0.32), transparent 24%),
		radial-gradient(circle at 82% 8%, rgba(47, 124, 87, 0.3), transparent 20%),
		radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.06), transparent 30%),
		linear-gradient(180deg, #080808 0%, #0f0f0f 42%, #0a0a0a 100%);
	color: var(--pal-ink);
	font-family: "Space Grotesk", sans-serif;
	padding-bottom: 110px;
	scroll-behavior: smooth;
}

body.palestinestyle-home #masthead,
body.palestinestyle-home #colophon,
body.palestinestyle-home .site-header,
body.palestinestyle-home .site-footer,
body.palestinestyle-home .elementor-location-header,
body.palestinestyle-home .elementor-location-footer {
	display: none !important;
}

body.palestinestyle-home main,
body.palestinestyle-home .site-main,
body.palestinestyle-home .entry-content,
body.palestinestyle-home article,
body.palestinestyle-home .hentry {
	margin: 0;
	max-width: none;
	padding: 0;
}

.pal-homepage {
	margin-inline: calc(50% - 50vw);
	overflow: clip;
	position: relative;
	width: 100vw;
}

.pal-homepage::before {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0, rgba(255, 255, 255, 0.06) 1px, transparent 1px, transparent 100%),
		linear-gradient(rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 100%);
	background-size: 72px 72px;
	content: "";
	inset: 0;
	opacity: 0.55;
	pointer-events: none;
	position: absolute;
}

.pal-homepage > section {
	position: relative;
	z-index: 1;
}

.pal-wrap {
	margin: 0 auto;
	max-width: 1320px;
	padding-inline: 24px;
}

.pal-eyebrow,
.pal-section-label,
.pal-review-card__rating,
.pal-floating span {
	color: var(--pal-muted);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin: 0;
	text-transform: uppercase;
}

.pal-section-heading {
	display: grid;
	gap: 14px;
	margin-bottom: 34px;
}

.pal-hero {
	padding: 56px 0 26px;
}

.pal-hero__grid {
	align-items: end;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.pal-hero__copy h1 {
	font-family: "Syne", sans-serif;
	font-size: clamp(3.4rem, 9vw, 8rem);
	letter-spacing: -0.06em;
	line-height: 0.85;
	margin: 14px 0 20px;
	max-width: 8ch;
}

.pal-hero__lede,
.pal-proof-strip__card p,
.pal-manifesto__copy > p,
.pal-funnel__story > p,
.pal-story__copy p,
.pal-objections__headline p,
.pal-buy-card__intro p {
	color: var(--pal-muted);
	font-size: 1.05rem;
	line-height: 1.8;
	margin: 0;
	max-width: 62ch;
}

.pal-hero__rating {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.pal-hero__stars {
	color: #f4ce7f;
	font-size: 1.05rem;
	letter-spacing: 0.1em;
}

.pal-hero__actions,
.pal-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.pal-btn {
	align-items: center;
	border: 1px solid var(--pal-line);
	border-radius: var(--pal-radius-sm);
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pal-btn:hover,
.pal-text-link:hover {
	transform: translateY(-2px);
}

.pal-btn--solid {
	background: linear-gradient(135deg, var(--pal-red), #f05c3f);
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: var(--pal-shadow);
	color: #fff7ef;
}

.pal-btn--solid:hover {
	color: #fff7ef;
}

.pal-btn--ghost {
	background: rgba(255, 255, 255, 0.06);
	color: var(--pal-ink);
}

.pal-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: var(--pal-ink);
}

.pal-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.pal-trust li,
.pal-checklist li {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pal-radius-sm);
	color: var(--pal-ink);
	font-size: 0.92rem;
	font-weight: 600;
	padding: 11px 16px;
}

.pal-hero__visual {
	min-height: 720px;
	position: relative;
}

.pal-hero__badge {
	background: var(--pal-cream);
	border-radius: 999px;
	color: #111;
	font-size: 0.82rem;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.16em;
	padding: 14px 18px;
	position: absolute;
	text-transform: uppercase;
	top: 18px;
	transform: rotate(-7deg);
	z-index: 4;
}

.pal-hero__collage {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	grid-template-rows: 1.1fr 0.9fr;
	height: 100%;
	padding: 28px 24px 32px 34px;
	position: relative;
}

.pal-hero__frame {
	background: linear-gradient(180deg, rgba(255, 251, 244, 0.97), rgba(240, 229, 213, 0.94));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 32px;
	box-shadow: var(--pal-shadow);
	overflow: hidden;
	position: relative;
}

.pal-hero__frame--1 {
	grid-column: 1;
	grid-row: 1 / span 2;
	transform: rotate(-4deg);
}

.pal-hero__frame--2 {
	grid-column: 2;
	grid-row: 1;
	margin-left: -22px;
	margin-top: 64px;
	transform: rotate(7deg);
}

.pal-hero__frame--3 {
	grid-column: 2;
	grid-row: 2;
	margin-left: 24px;
	margin-top: -24px;
	transform: rotate(-8deg);
}

.pal-hero__image,
.pal-product-card__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pal-hero__placeholder {
	background:
		linear-gradient(135deg, rgba(199, 61, 43, 0.24), transparent 44%),
		linear-gradient(315deg, rgba(47, 124, 87, 0.28), transparent 48%),
		#f4e6d0;
	height: 100%;
	min-height: 320px;
	width: 100%;
}

.pal-floating {
	backdrop-filter: blur(14px);
	background: rgba(18, 17, 14, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
	color: #fef9f2;
	display: grid;
	gap: 5px;
	padding: 18px 20px;
	position: absolute;
}

.pal-floating strong {
	font-family: "Syne", sans-serif;
	font-size: 1.15rem;
	letter-spacing: -0.03em;
	line-height: 1.05;
}

.pal-floating--top {
	animation: palFloat 7s ease-in-out infinite;
	left: -10px;
	top: 108px;
}

.pal-floating--bottom {
	animation: palFloat 8s ease-in-out infinite reverse;
	bottom: 28px;
	left: 24px;
	max-width: 240px;
}

.pal-marquee {
	border-block: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 18px;
	overflow: hidden;
	padding: 18px 0;
}

.pal-marquee__track {
	display: flex;
	gap: 32px;
	min-width: max-content;
	animation: palMarquee 22s linear infinite;
}

.pal-marquee__row span {
	color: #fdf7ef;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-right: 32px;
	text-transform: uppercase;
}

.pal-proof-strip,
.pal-manifesto,
.pal-funnel,
.pal-reviews,
.pal-objections,
.pal-story,
.pal-cta {
	padding: 42px 0 46px;
}

.pal-proof-strip__grid,
.pal-manifesto__grid,
.pal-funnel__grid,
.pal-story__grid,
.pal-objections__grid,
.pal-cta__box {
	display: grid;
	gap: 24px;
}

.pal-proof-strip__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pal-proof-strip__card,
.pal-manifesto__headline,
.pal-manifesto__copy,
.pal-funnel__story,
.pal-buy-card,
.pal-objections__headline,
.pal-faq__items,
.pal-story__quote,
.pal-story__copy,
.pal-cta__box,
.pal-review-card {
	background: var(--pal-card);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pal-radius-xl);
	box-shadow: var(--pal-shadow);
	padding: 28px;
}

.pal-proof-strip__card {
	min-height: 220px;
	position: relative;
}

.pal-proof-strip__card::before,
.pal-buy-card::before,
.pal-review-card::before {
	background: linear-gradient(180deg, var(--pal-red), var(--pal-green));
	border-radius: 999px;
	content: "";
	left: 16px;
	position: absolute;
	top: 16px;
	bottom: 16px;
	width: 3px;
}

.pal-proof-strip__card h2,
.pal-manifesto__headline h2,
.pal-funnel__story h2,
.pal-buy-card h2,
.pal-objections__headline h2,
.pal-story h2,
.pal-cta h2 {
	font-family: "Syne", sans-serif;
	font-size: clamp(2rem, 4vw, 4rem);
	letter-spacing: -0.06em;
	line-height: 0.9;
	margin: 12px 0 18px;
}

.pal-manifesto__grid {
	align-items: start;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.pal-manifesto__headline {
	background:
		radial-gradient(circle at top left, rgba(199, 61, 43, 0.24), transparent 34%),
		radial-gradient(circle at bottom right, rgba(47, 124, 87, 0.22), transparent 32%),
		rgba(255, 255, 255, 0.04);
}

.pal-manifesto__copy {
	background: rgba(244, 235, 223, 0.96);
	color: #121212;
}

.pal-manifesto__copy .pal-checklist li {
	background: rgba(17, 17, 16, 0.06);
	border-color: rgba(17, 17, 16, 0.08);
	color: #151515;
}

.pal-funnel__grid,
.pal-objections__grid,
.pal-story__grid {
	align-items: start;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.96fr);
}

.pal-funnel__story,
.pal-objections__headline,
.pal-story__copy {
	display: grid;
	gap: 18px;
}

.pal-funnel__stats {
	display: grid;
	gap: 14px;
	margin-top: 8px;
}

.pal-funnel__stat {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	display: grid;
	gap: 8px;
	padding: 18px;
}

.pal-funnel__stat span,
.pal-buy-card__product,
.pal-buy-card__rating,
.pal-buy-card__price {
	color: var(--pal-muted);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pal-funnel__stat strong {
	color: var(--pal-ink);
	font-size: 1rem;
	line-height: 1.5;
}

.pal-funnel__links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 22px;
}

.pal-buy-card {
	background:
		radial-gradient(circle at top right, rgba(47, 124, 87, 0.16), transparent 38%),
		radial-gradient(circle at bottom left, rgba(199, 61, 43, 0.18), transparent 32%),
		#f2e8da;
	color: #101010;
	position: sticky;
	scroll-margin-top: 110px;
	top: 22px;
}

.pal-buy-card .pal-section-label,
.pal-buy-card h2,
.pal-buy-card p,
.pal-buy-card .pal-buy-card__price,
.pal-buy-card .pal-buy-card__rating {
	color: #111;
}

.pal-buy-card__intro {
	display: grid;
	gap: 10px;
}

.pal-buy-card__notices .woocommerce-message,
.pal-buy-card__notices .woocommerce-error,
.pal-buy-card__notices .woocommerce-info {
	background: rgba(17, 17, 16, 0.06);
	border: 1px solid rgba(17, 17, 16, 0.08);
	border-radius: 16px;
	color: #111;
	margin: 0 0 14px;
	padding: 16px 18px;
}

.pal-buy-card__product {
	display: grid;
	gap: 6px;
	margin: 8px 0 14px;
}

.pal-buy-card__price {
	color: #111;
	font-size: 1.5rem;
	letter-spacing: -0.03em;
}

.pal-buy-card__form form {
	display: grid;
	gap: 16px;
	margin: 0;
}

.pal-buy-card__form .variations {
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

.pal-buy-card__form .variations td,
.pal-buy-card__form .variations th {
	display: block;
	padding: 0 0 10px;
	text-align: left;
}

.pal-buy-card__form label {
	color: #111;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pal-buy-card__form select,
.pal-buy-card__form input.qty {
	appearance: none;
	background: rgba(17, 17, 16, 0.06);
	border: 1px solid rgba(17, 17, 16, 0.12);
	border-radius: 16px;
	color: #111;
	font-family: inherit;
	font-size: 1rem;
	min-height: 54px;
	padding: 0 16px;
	width: 100%;
}

.pal-buy-card__form .quantity {
	margin: 0 !important;
}

.pal-buy-card__form .single_add_to_cart_button,
.pal-buy-card__form button[type="submit"] {
	background: linear-gradient(135deg, #121212, #2b2b2b) !important;
	border: 0 !important;
	border-radius: 999px !important;
	box-shadow: var(--pal-shadow);
	color: #fff7ef !important;
	font-family: inherit;
	font-size: 1rem !important;
	font-weight: 700 !important;
	min-height: 56px;
	padding: 0 24px !important;
	text-transform: none !important;
	width: 100%;
}

.pal-buy-card__form .single_variation_wrap,
.pal-buy-card__form .variations_button {
	display: grid;
	gap: 14px;
}

.pal-buy-card__form .woocommerce-variation-price,
.pal-buy-card__form .woocommerce-variation-availability,
.pal-buy-card__form .woocommerce-variation-description {
	color: #27211b;
	line-height: 1.7;
}

.pal-buy-card__form .reset_variations {
	color: #111;
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.pal-buy-card__promise,
.pal-checklist {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.pal-buy-card__promise li {
	background: rgba(17, 17, 16, 0.06);
	border: 1px solid rgba(17, 17, 16, 0.08);
	border-radius: 999px;
	color: #111;
	font-size: 0.9rem;
	font-weight: 700;
	padding: 12px 16px;
}

.pal-reviews__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1.15fr 1fr 1fr;
}

.pal-review-card {
	display: grid;
	gap: 16px;
	min-height: 280px;
	padding-left: 28px;
	position: relative;
}

.pal-review-card--feature {
	background:
		radial-gradient(circle at top right, rgba(199, 61, 43, 0.16), transparent 30%),
		radial-gradient(circle at bottom left, rgba(47, 124, 87, 0.18), transparent 34%),
		rgba(255, 255, 255, 0.08);
}

.pal-review-card__body,
.pal-review-card__author {
	color: var(--pal-ink);
	line-height: 1.7;
	margin: 0;
}

.pal-review-card__body {
	font-family: "Syne", sans-serif;
	font-size: 1.2rem;
	letter-spacing: -0.03em;
	line-height: 1.35;
}

.pal-review-card__author {
	color: var(--pal-muted);
	font-size: 0.95rem;
	font-weight: 700;
}

.pal-text-link {
	color: inherit;
	display: inline-flex;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, color 180ms ease;
}

.pal-text-link:hover {
	color: #fff;
}

.pal-faq__items {
	display: grid;
	gap: 14px;
}

.pal-faq__item {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--pal-radius-md);
	padding: 20px 22px;
}

.pal-faq__item summary {
	cursor: pointer;
	font-family: "Syne", sans-serif;
	font-size: 1.12rem;
	font-weight: 800;
	list-style: none;
	padding-right: 28px;
	text-decoration: none;
	position: relative;
}

.pal-faq__item summary::-webkit-details-marker {
	display: none;
}

.pal-faq__item summary::after {
	content: "+";
	font-size: 1.35rem;
	position: absolute;
	right: 0;
	top: -3px;
}

.pal-faq__item[open] summary::after {
	content: "-";
}

.pal-faq__item p {
	color: var(--pal-muted);
	line-height: 1.75;
	margin: 14px 0 0;
}

.pal-story__quote {
	background:
		radial-gradient(circle at top left, rgba(199, 61, 43, 0.22), transparent 32%),
		radial-gradient(circle at bottom right, rgba(47, 124, 87, 0.22), transparent 32%),
		rgba(255, 255, 255, 0.06);
}

.pal-cta__box {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(199, 61, 43, 0.24), transparent 28%),
		linear-gradient(315deg, rgba(47, 124, 87, 0.22), transparent 34%),
		#efe5d6;
	color: #111;
	grid-template-columns: minmax(0, 1.1fr) auto;
	padding: 34px;
}

.pal-cta__box .pal-section-label,
.pal-cta__box h2 {
	color: inherit;
}

.pal-cta__box .pal-btn--ghost {
	background: rgba(17, 17, 16, 0.06);
	border-color: rgba(17, 17, 16, 0.12);
	color: #111;
}

.pal-cta__box .pal-btn--ghost:hover {
	background: rgba(17, 17, 16, 0.1);
}

.pal-sticky-buy {
	align-items: center;
	backdrop-filter: blur(16px);
	background: rgba(10, 10, 10, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	bottom: 18px;
	box-shadow: var(--pal-shadow);
	display: flex;
	gap: 18px;
	justify-content: space-between;
	left: 18px;
	padding: 14px 16px;
	position: fixed;
	right: 18px;
	z-index: 40;
}

.pal-sticky-buy__meta {
	display: grid;
	gap: 4px;
}

.pal-sticky-buy__meta span {
	color: var(--pal-muted);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.pal-sticky-buy__meta strong {
	font-family: "Syne", sans-serif;
	font-size: 1rem;
	letter-spacing: -0.03em;
}

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

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

@keyframes palMarquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@media (max-width: 1080px) {
	.pal-hero__grid,
	.pal-proof-strip__grid,
	.pal-manifesto__grid,
	.pal-funnel__grid,
	.pal-objections__grid,
	.pal-story__grid,
	.pal-cta__box,
	.pal-reviews__grid {
		grid-template-columns: 1fr;
	}

	.pal-hero__visual {
		min-height: 620px;
	}

	.pal-buy-card {
		position: relative;
		top: 0;
	}
}

@media (max-width: 767px) {
	.pal-wrap {
		padding-inline: 18px;
	}

	.pal-hero {
		padding-top: 30px;
	}

	.pal-hero__copy h1 {
		max-width: 9ch;
	}

	.pal-hero__visual {
		min-height: 520px;
	}

	.pal-hero__collage {
		grid-template-columns: 1fr 0.92fr;
		grid-template-rows: 1fr 0.82fr;
		padding: 22px 0 40px 8px;
	}

	.pal-hero__frame--2 {
		margin-left: -14px;
		margin-top: 42px;
	}

	.pal-floating--top {
		left: 10px;
		max-width: 200px;
		top: 0;
	}

	.pal-floating--bottom {
		bottom: 12px;
		left: 12px;
	}

	.pal-proof-strip__card,
	.pal-manifesto__headline,
	.pal-manifesto__copy,
	.pal-funnel__story,
	.pal-buy-card,
	.pal-objections__headline,
	.pal-faq__items,
	.pal-story__quote,
	.pal-story__copy,
	.pal-cta__box {
		padding: 22px;
	}

	.pal-sticky-buy {
		align-items: stretch;
		border-radius: 18px;
		flex-direction: column;
		padding: 14px;
	}

	.pal-sticky-buy .pal-btn {
		width: 100%;
	}
}
