:root {
	--barkeley-bg: #fbf8f4;
	--barkeley-surface: #fffdf9;
	--barkeley-surface-strong: #f4ece2;
	--barkeley-text: #1f2a37;
	--barkeley-text-soft: #556274;
	--barkeley-line: #e7ddd1;
	--barkeley-accent: #c79252;
	--barkeley-accent-strong: #a96f35;
	--barkeley-accent-pale: #efe1cf;
	--barkeley-dark: #121a24;
	--barkeley-radius-card: 18px;
	--barkeley-radius-soft: 28px;
	--barkeley-radius-pill: 999px;
	--barkeley-shadow-soft: 0 18px 50px rgba(26, 32, 44, 0.08);
	--barkeley-shadow-lift: 0 28px 70px rgba(26, 32, 44, 0.12);
	--barkeley-shell: min(1280px, calc(100vw - 48px));
	--barkeley-section-space: clamp(72px, 10vw, 124px);
}

body {
	background: var(--barkeley-bg);
	color: var(--barkeley-text);
	font-family: 'Manrope', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--barkeley-text);
	font-family: 'Manrope', sans-serif;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.96;
}

p,
li,
input,
select,
textarea,
button {
	font-family: 'Manrope', sans-serif;
}

.barkeley-shell {
	margin: 0 auto;
	width: var(--barkeley-shell);
}

.barkeley-eyebrow {
	color: var(--barkeley-accent-strong);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.barkeley-lead,
.barkeley-section-heading p,
.barkeley-story__copy p,
.barkeley-final-cta p,
.barkeley-single-benefits p,
.barkeley-shop-hero p {
	color: var(--barkeley-text-soft);
	font-size: 1.04rem;
	line-height: 1.7;
}

.barkeley-button {
	align-items: center;
	border-radius: var(--barkeley-radius-pill);
	display: inline-flex;
	font-size: 0.96rem;
	font-weight: 700;
	gap: 10px;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	text-decoration: none;
	transition: transform 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.barkeley-button:hover {
	transform: translateY(-2px);
}

.barkeley-button--primary {
	background: var(--barkeley-dark);
	border: 1px solid var(--barkeley-dark);
	color: #fff;
}

.barkeley-button--primary:hover {
	background: var(--barkeley-accent-strong);
	border-color: var(--barkeley-accent-strong);
	color: #fff;
}

.barkeley-button--ghost {
	background: transparent;
	border: 1px solid var(--barkeley-line);
	color: var(--barkeley-text);
}

.barkeley-button--ghost:hover {
	border-color: var(--barkeley-accent);
	color: var(--barkeley-accent-strong);
}

.barkeley-section {
	padding: var(--barkeley-section-space) 0;
}

.barkeley-section-heading {
	margin-bottom: 42px;
	max-width: 760px;
}

.barkeley-section-heading h2,
.barkeley-story__copy h2,
.barkeley-final-cta h2,
.barkeley-shop-hero h1 {
	font-size: clamp(2.3rem, 4vw, 4.8rem);
	margin: 0 0 16px;
}

[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal='fade'] {
	transform: none;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

.site-header,
#header {
	background: rgba(251, 248, 244, 0.92);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(231, 221, 209, 0.75);
	position: sticky;
	top: 0;
	z-index: 40;
}

.barkeley-scrolled .site-header,
.barkeley-scrolled #header {
	box-shadow: 0 10px 30px rgba(26, 32, 44, 0.08);
}

.barkeley-hero {
	overflow: clip;
	padding: clamp(34px, 4vw, 52px) 0 var(--barkeley-section-space);
}

.barkeley-hero__grid {
	align-items: center;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
}

.barkeley-hero__copy {
	max-width: 640px;
}

.barkeley-hero__copy h1 {
	font-size: clamp(3.2rem, 6vw, 6.8rem);
	margin: 0 0 18px;
}

.barkeley-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.barkeley-highlight-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.barkeley-highlight-list li {
	border-top: 1px solid var(--barkeley-line);
	color: var(--barkeley-text);
	font-size: 0.95rem;
	line-height: 1.5;
	padding-top: 16px;
}

.barkeley-hero__visual {
	position: relative;
}

.barkeley-hero__visual::before {
	background: radial-gradient(circle at 40% 40%, rgba(199, 146, 82, 0.22), transparent 52%);
	content: '';
	inset: -10% -10% auto auto;
	position: absolute;
	width: 70%;
	height: 70%;
	z-index: 0;
}

.barkeley-hero__image-wrap {
	aspect-ratio: 5 / 6;
	background: linear-gradient(160deg, #f6eee5 0%, #f0e7dc 100%);
	border-radius: clamp(26px, 4vw, 44px);
	box-shadow: var(--barkeley-shadow-lift);
	overflow: hidden;
	position: relative;
}

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

.barkeley-trust {
	padding: 0 0 24px;
}

.barkeley-trust__grid {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: 26px;
	box-shadow: var(--barkeley-shadow-soft);
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.barkeley-trust__item {
	padding: 28px;
	position: relative;
}

.barkeley-trust__item:not(:last-child)::after {
	background: var(--barkeley-line);
	content: '';
	height: calc(100% - 44px);
	position: absolute;
	right: 0;
	top: 22px;
	width: 1px;
}

.barkeley-trust__item h3 {
	font-size: 1.1rem;
	margin: 0 0 10px;
}

.barkeley-trust__item p {
	color: var(--barkeley-text-soft);
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 0;
}

.barkeley-products-grid,
ul.products.barkeley-products-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.barkeley-product-card {
	margin: 0;
}

.barkeley-product-card__inner {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: var(--barkeley-radius-card);
	box-shadow: var(--barkeley-shadow-soft);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.barkeley-product-card__inner:hover {
	border-color: rgba(199, 146, 82, 0.55);
	box-shadow: var(--barkeley-shadow-lift);
	transform: translateY(-6px);
}

.barkeley-product-card__media {
	aspect-ratio: 4 / 5;
	background: linear-gradient(180deg, #faf5ee 0%, #f5ede4 100%);
	overflow: hidden;
	position: relative;
}

.barkeley-product-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.barkeley-product-card__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	left: 16px;
	position: absolute;
	top: 16px;
	z-index: 2;
}

.barkeley-product-card__badges span,
.barkeley-chip {
	background: rgba(255, 253, 249, 0.9);
	border: 1px solid rgba(231, 221, 209, 0.95);
	border-radius: var(--barkeley-radius-pill);
	color: var(--barkeley-text);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	padding: 9px 12px;
	text-transform: uppercase;
}

.barkeley-product-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 22px 20px 20px;
}

.barkeley-product-card__content h2 {
	font-size: 1.15rem;
	line-height: 1.18;
	margin: 0;
	min-height: 2.35em;
}

.barkeley-product-card__price {
	color: var(--barkeley-text);
	font-size: 1.08rem;
	font-weight: 800;
}

.barkeley-product-card__price del {
	color: #8d99a6;
	font-size: 0.9em;
	font-weight: 600;
	margin-right: 6px;
}

.barkeley-product-card__actions {
	margin-top: auto;
	padding-top: 8px;
}

.barkeley-product-card__actions .barkeley-button {
	min-height: 46px;
	width: 100%;
}

.barkeley-rating {
	min-height: 22px;
}

.barkeley-rating .star-rating {
	color: var(--barkeley-accent);
	font-size: 0.9rem;
}

.barkeley-section-cta {
	margin-top: 30px;
	text-align: center;
}

.barkeley-concern-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.barkeley-concern-card a,
.barkeley-editorial-card a {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
}

.barkeley-concern-card {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: var(--barkeley-radius-card);
	box-shadow: var(--barkeley-shadow-soft);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.barkeley-concern-card:hover {
	box-shadow: var(--barkeley-shadow-lift);
	transform: translateY(-6px);
}

.barkeley-concern-card__image {
	aspect-ratio: 4 / 5;
	background: #f2e9e0;
	overflow: hidden;
}

.barkeley-concern-card__image img,
.barkeley-editorial-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.barkeley-concern-card__copy {
	padding: 20px;
}

.barkeley-concern-card__copy h3,
.barkeley-editorial-card__copy h3 {
	font-size: 1.35rem;
	margin: 0 0 10px;
}

.barkeley-concern-card__copy p,
.barkeley-editorial-card__copy p {
	color: var(--barkeley-text-soft);
	line-height: 1.65;
	margin: 0 0 16px;
}

.barkeley-concern-card__copy span {
	color: var(--barkeley-accent-strong);
	font-size: 0.93rem;
	font-weight: 700;
}

.barkeley-section--story {
	background: linear-gradient(180deg, rgba(244, 236, 226, 0) 0%, rgba(244, 236, 226, 0.75) 100%);
}

.barkeley-story {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
}

.barkeley-story__point {
	align-items: flex-start;
	display: flex;
	gap: 14px;
	padding: 16px 0;
}

.barkeley-story__point:not(:last-child) {
	border-bottom: 1px solid var(--barkeley-line);
}

.barkeley-story__point span {
	background: var(--barkeley-accent);
	border-radius: 999px;
	display: block;
	flex: none;
	height: 10px;
	margin-top: 10px;
	width: 10px;
}

.barkeley-story__point p {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.65;
	margin: 0;
}

.barkeley-editorial-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.barkeley-editorial-card {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: var(--barkeley-radius-card);
	box-shadow: var(--barkeley-shadow-soft);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.barkeley-editorial-card:hover {
	box-shadow: var(--barkeley-shadow-lift);
	transform: translateY(-6px);
}

.barkeley-editorial-card__image {
	aspect-ratio: 4 / 5;
	background: #f0e8de;
	overflow: hidden;
}

.barkeley-editorial-card__copy {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 22px;
}

.barkeley-editorial-card.is-empty {
	display: flex;
	min-height: 100%;
}

.barkeley-section--final-cta {
	padding-bottom: calc(var(--barkeley-section-space) + 10px);
}

.barkeley-final-cta {
	align-items: center;
	background: linear-gradient(135deg, #171f2a 0%, #202c39 60%, #a06e3f 160%);
	border-radius: 34px;
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding: clamp(30px, 5vw, 52px);
}

.barkeley-final-cta h2,
.barkeley-final-cta p {
	color: #fff;
}

.barkeley-final-cta .barkeley-button--primary {
	background: #fff;
	border-color: #fff;
	color: var(--barkeley-dark);
	flex: none;
}

.barkeley-shop-hero {
	padding: 42px 0 30px;
}

.barkeley-shop-main {
	padding: 0 0 var(--barkeley-section-space);
}

.barkeley-shop-toolbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.barkeley-shop .woocommerce-result-count,
.barkeley-shop .woocommerce-ordering {
	float: none;
	margin: 0;
}

.barkeley-shop .woocommerce-ordering select {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: 999px;
	min-height: 48px;
	padding: 0 18px;
}

.barkeley-single-hero {
	padding: 38px 0 20px;
}

.barkeley-single-hero__grid {
	align-items: start;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.9fr);
}

.barkeley-single-hero .woocommerce-product-gallery {
	margin: 0;
}

.barkeley-single-hero .woocommerce-product-gallery__wrapper,
.barkeley-single-hero .flex-control-thumbs {
	gap: 14px;
}

.barkeley-single-hero .woocommerce-product-gallery__image,
.barkeley-single-hero .woocommerce-product-gallery__image a {
	background: var(--barkeley-surface);
	border-radius: 28px;
	display: block;
	overflow: hidden;
}

.barkeley-single-hero__summary {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: 28px;
	box-shadow: var(--barkeley-shadow-soft);
	padding: clamp(24px, 4vw, 38px);
}

.barkeley-single-hero__summary .product_title {
	font-size: clamp(2.3rem, 4vw, 4.2rem);
	margin-bottom: 14px;
}

.barkeley-single-hero__summary .price {
	color: var(--barkeley-text);
	font-size: 1.35rem;
	font-weight: 800;
	margin-bottom: 18px;
}

.barkeley-single-hero__summary .woocommerce-product-details__short-description {
	color: var(--barkeley-text-soft);
	line-height: 1.75;
	margin-bottom: 20px;
}

.barkeley-single-hero__summary form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 26px;
}

.barkeley-single-hero__summary .quantity .qty {
	background: var(--barkeley-bg);
	border: 1px solid var(--barkeley-line);
	border-radius: 999px;
	min-height: 50px;
	padding: 0 14px;
}

.barkeley-single-hero__summary .single_add_to_cart_button.button {
	background: var(--barkeley-dark);
	border-radius: 999px;
	min-height: 52px;
	padding: 0 24px;
}

.barkeley-single-benefits {
	border-top: 1px solid var(--barkeley-line);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
	padding-top: 24px;
}

.barkeley-single-benefits strong {
	display: block;
	font-size: 1rem;
	margin-bottom: 8px;
}

.barkeley-single-extra {
	padding-bottom: var(--barkeley-section-space);
}

.barkeley-single-extra .woocommerce-tabs,
.barkeley-single-extra .related.products {
	background: var(--barkeley-surface);
	border: 1px solid var(--barkeley-line);
	border-radius: 28px;
	box-shadow: var(--barkeley-shadow-soft);
	margin-top: 28px;
	padding: 26px;
}

.barkeley-single-extra .related.products > h2 {
	font-size: 2rem;
	margin-bottom: 24px;
}

.barkeley-single-extra ul.products {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.barkeley-home .entry-content,
.barkeley-home .ct-container,
.barkeley-home .site-main {
	max-width: none;
}

.barkeley-home .ct-container,
.barkeley-shop .ct-container {
	padding-left: 0;
	padding-right: 0;
}

.ct-footer,
.site-footer {
	background: #171f2a;
	color: rgba(255, 255, 255, 0.72);
	padding-top: 34px;
}

.ct-footer h1,
.ct-footer h2,
.ct-footer h3,
.ct-footer h4,
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4 {
	color: #fff;
}

@media (max-width: 1200px) {
	.barkeley-products-grid,
	ul.products.barkeley-products-grid,
	.barkeley-concern-grid,
	.barkeley-single-extra ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.barkeley-trust__item:nth-child(2)::after {
		display: none;
	}
}

@media (max-width: 980px) {
	:root {
		--barkeley-shell: min(100vw - 32px, 100%);
	}

	.barkeley-hero__grid,
	.barkeley-story,
	.barkeley-single-hero__grid {
		grid-template-columns: 1fr;
	}

	.barkeley-highlight-list,
	.barkeley-editorial-grid {
		grid-template-columns: 1fr;
	}

	.barkeley-final-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.barkeley-single-benefits {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.barkeley-section-heading h2,
	.barkeley-story__copy h2,
	.barkeley-final-cta h2,
	.barkeley-shop-hero h1,
	.barkeley-single-hero__summary .product_title {
		font-size: clamp(2rem, 10vw, 3rem);
		line-height: 1.02;
	}

	.barkeley-hero__copy h1 {
		font-size: clamp(2.4rem, 13vw, 4.4rem);
	}

	.barkeley-products-grid,
	ul.products.barkeley-products-grid,
	.barkeley-concern-grid,
	.barkeley-single-extra ul.products,
	.barkeley-trust__grid {
		grid-template-columns: 1fr;
	}

	.barkeley-trust__item::after {
		display: none;
	}

	.barkeley-hero__actions {
		flex-direction: column;
	}

	.barkeley-hero__actions .barkeley-button,
	.barkeley-final-cta .barkeley-button {
		width: 100%;
	}

	.barkeley-product-card__content {
		padding: 18px;
	}

	.barkeley-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}
}
