:root {
	--ink: #0a0a0c;
	--paper: #f6f4f1;
	--cream: #faf8f6;
	--orange: #e85d04;
	--orange-bright: #f97316;
	--blue: #1d4ed8;
	--blue-deep: #0b1f3a;
	--sky: #87ceeb;
	--gold: var(--orange);
	--terracotta: var(--orange-bright);
	--olive: var(--blue-deep);
	--muted: #5a5855;
	--line: rgba(10, 10, 12, 0.12);
	--white: #fff;
	--shadow: 0 24px 60px rgba(10, 10, 12, 0.14);
	--radius: 22px;
	--font: "Outfit", sans-serif;
	--display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--cream);
	color: var(--ink);
	font-family: var(--font);
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, .wh-logo strong {
	font-family: var(--display);
	letter-spacing: -0.03em;
	line-height: 1.1;
}

.wh-container {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}
.wh-narrow { width: min(760px, calc(100% - 2rem)); }
.wh-announce {
	background: var(--sky);
	color: var(--ink);
	text-align: center;
	padding: 0.65rem 1rem;
	font-size: 0.82rem;
	letter-spacing: 0.04em;
	border-bottom: 3px solid var(--orange);
}
.wh-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(250, 248, 246, 0.94);
	backdrop-filter: blur(16px);
	border-bottom: 1px solid var(--line);
}
.wh-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	min-height: 84px;
}
.wh-logo {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	text-decoration: none;
}
.wh-logo img,
.wh-logo-img {
	display: block;
	height: 70px;
	width: auto;
	max-width: min(280px, 56vw);
	object-fit: contain;
}
.wh-logo .custom-logo-link { display: flex; align-items: center; }
.wh-nav ul, .wh-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 1.4rem;
}
.wh-nav a, .wh-header-actions a {
	text-decoration: none;
	font-weight: 500;
}
.wh-header-actions { display: flex; align-items: center; gap: 1rem; }
.wh-search { position: relative; }
.wh-search-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: none;
	border: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	font-weight: 500;
	cursor: pointer;
}
.wh-search-toggle svg {
	width: 1.15rem;
	height: 1.15rem;
}
.wh-search-panel {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 0.7rem);
	z-index: 30;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 18px;
	padding: 0.75rem;
	box-shadow: 0 16px 40px rgba(17, 17, 17, 0.12);
	min-width: min(360px, 86vw);
}
.wh-search.is-open .wh-search-panel { display: block; }
.wh-search-form {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}
.wh-search-form input[type="search"] {
	flex: 1;
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 0.7rem 1rem;
	background: var(--cream);
	font: inherit;
	min-width: 0;
}
.wh-search-form button {
	background: var(--ink);
	color: var(--paper);
	border: 0;
	border-radius: 999px;
	padding: 0.7rem 1.1rem;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}
.wh-hero-search,
.wh-shop-tools {
	margin: 1.2rem 0 0;
	max-width: 34rem;
}
.wh-shop-tools { margin: 0 0 1.4rem; max-width: 40rem; }
.wh-cats-bar {
	border-top: 1px solid var(--line);
	background: var(--cream);
}
.wh-cats-bar ul {
	list-style: none;
	margin: 0;
	padding: 0.55rem 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.85rem;
}
.wh-cats-bar a {
	text-decoration: none;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--ink);
}
.wh-cats-bar a:hover { color: var(--orange); }
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.wh-whatsapp-link,
.wh-social a,
.wh-float-wa {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none;
}
.wh-whatsapp-link svg,
.wh-social svg,
.wh-float-wa svg {
	width: 1.1rem;
	height: 1.1rem;
	flex: 0 0 auto;
}
.wh-whatsapp-link {
	color: #128c4b;
	font-weight: 600;
}
.wh-social {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1rem;
}
.wh-social a { color: #cdd8f0; }
.wh-social span { font-size: 0.92rem; }
.wh-float-wa {
	position: fixed;
	right: 1.1rem;
	bottom: 1.1rem;
	z-index: 40;
	background: #128c4b;
	color: #fff;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(18, 140, 75, 0.28);
	font-weight: 600;
}
.wh-cart-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: var(--ink);
	color: var(--paper);
	padding: 0.55rem 0.9rem;
	border-radius: 999px;
	text-decoration: none;
}
.wh-cart-count {
	background: var(--orange);
	color: #fff;
	border-radius: 999px;
	min-width: 1.4rem;
	height: 1.4rem;
	display: inline-grid;
	place-items: center;
	font-size: 0.75rem;
	font-weight: 700;
}
.wh-nav-toggle {
	display: none;
	background: none;
	border: 0;
	padding: 0.4rem;
	cursor: pointer;
}
.wh-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: var(--ink);
	margin: 5px 0;
}

.wh-hero {
	padding: 4.5rem 0 3rem;
	background:
		radial-gradient(circle at 82% 8%, rgba(232, 93, 4, 0.22), transparent 30%),
		radial-gradient(circle at 10% 90%, rgba(29, 78, 216, 0.16), transparent 34%),
		linear-gradient(180deg, #f3eee8 0%, var(--cream) 100%);
}
.wh-hero-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 3rem;
	align-items: center;
}
.wh-kicker {
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.74rem;
	color: var(--orange);
	margin: 0 0 0.8rem;
}
.wh-hero h1 {
	font-size: clamp(2.2rem, 5vw, 4.4rem);
	margin: 0 0 1rem;
}
.wh-section-head h2, .wh-split h2, .wh-cta h2 {
	font-size: clamp(1.8rem, 3.4vw, 2.8rem);
	margin: 0;
}
.wh-page-head h1 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin: 0 0 1rem;
}
.wh-lead, .wh-split p, .wh-prose p { font-size: 1.08rem; color: #2f2d2b; }
.wh-section-head a { color: var(--blue); }
.wh-hero-actions, .wh-hero-stats { display: flex; gap: 1rem; flex-wrap: wrap; }
.wh-hero-stats { margin-top: 2.4rem; }
.wh-hero-stats div { min-width: 120px; }
.wh-hero-stats dt { font-family: var(--display); font-size: 1.5rem; }
.wh-hero-stats dd { margin: 0; color: var(--muted); }
.wh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--ink);
	color: var(--paper);
	text-decoration: none;
	border: 1px solid var(--ink);
	padding: 0.9rem 1.3rem;
	border-radius: 999px;
	font-weight: 600;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.wh-btn:hover { background: var(--orange); color: #fff; border-color: var(--orange); }
.wh-btn-ghost { background: transparent; color: var(--ink); }
.wh-btn-ghost:hover { background: var(--blue-deep); color: #fff; border-color: var(--blue-deep); }
.wh-hero-visual {
	min-height: 420px;
	border-radius: 32px;
	background: #d7dde8;
	position: relative;
	box-shadow: var(--shadow);
	overflow: hidden;
}
.wh-hero-slider,
.wh-hero-track,
.wh-hero-slide {
	position: absolute;
	inset: 0;
}
.wh-hero-slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.55s ease, visibility 0.55s ease;
	text-decoration: none;
	color: inherit;
}
.wh-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.wh-hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.wh-hero-card {
	position: absolute;
	left: 1.2rem;
	bottom: 1.2rem;
	right: 1.2rem;
	max-width: 18rem;
	background: rgba(255,255,255,0.94);
	padding: 1rem 1.1rem;
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}
.wh-hero-card span { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.wh-hero-card strong { font-family: var(--display); font-size: 1.25rem; line-height: 1.2; }
.wh-hero-card em { font-style: normal; color: var(--orange); font-weight: 600; }
.wh-hero-controls {
	position: absolute;
	z-index: 2;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 0.45rem;
}
.wh-hero-nav,
.wh-hero-dot {
	border: 0;
	cursor: pointer;
}
.wh-hero-nav {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(10, 10, 12, 0.78);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
}
.wh-hero-dots { display: flex; gap: 0.35rem; }
.wh-hero-dot {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: rgba(255,255,255,0.45);
	padding: 0;
}
.wh-hero-dot.is-active { background: #fff; }

.wh-section { padding: 4.2rem 0; }
.wh-section-soft { background: #eef1f7; }
.wh-section-ink { background: var(--ink); color: var(--paper); }
.wh-section-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
	margin-bottom: 2rem;
}
.wh-section-head a { font-weight: 600; }
.wh-section-blurb {
	margin: 0.4rem 0 0;
	color: var(--muted);
	max-width: 36rem;
}
.wh-cats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
.wh-cat {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 1.5rem;
	text-decoration: none;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.wh-cat:nth-child(1) { background: #ffe8d6; }
.wh-cat:nth-child(2) { background: #d9e4f7; }
.wh-cat:nth-child(3) { background: #ececec; }
.wh-cat:nth-child(4) { background: #ffd8b8; }
.wh-cat:nth-child(5) { background: #cdd8f0; }
.wh-cat:nth-child(6) { background: #f3f3f3; }
.wh-cat span { color: var(--muted); font-size: 0.88rem; }
.wh-cat strong { font-family: var(--display); font-size: 1.8rem; }

.wh-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.wh-split-panel {
	background: var(--olive);
	color: var(--paper);
	border-radius: 28px;
	padding: 2.4rem;
	min-height: 280px;
}
.wh-split-panel blockquote {
	font-family: var(--display);
	font-size: 2rem;
	line-height: 1.25;
	margin: 0 0 1.2rem;
}
.wh-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
}
.wh-cta .wh-btn { background: var(--orange); color: #fff; border-color: var(--orange); }
.wh-cta .wh-kicker { color: #93c5fd; }

.wh-footer {
	background: var(--ink);
	color: #eceae6;
	padding: 3.5rem 0 1.5rem;
}
.wh-footer-logo {
	display: block;
	height: 72px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
	background: #fff;
	padding: 0.55rem 0.8rem;
	border-radius: 12px;
	margin: 0 0 1rem;
}
.wh-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 2rem;
}
.wh-footer-brand { font-family: var(--display); font-size: 1.6rem; margin-top: 0; }
.wh-footer h3 { margin: 0 0 0.8rem; font-size: 1rem; }
.wh-footer ul { flex-direction: column; gap: 0.5rem; }
.wh-footer a { text-decoration: none; color: #cdd8f0; }
.wh-footer-base {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2.5rem;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: #9aa3b2;
	font-size: 0.88rem;
}

.wh-page-head { margin-bottom: 1.8rem; }
.wh-prose p { margin: 0 0 1rem; }
.wh-prose h2 {
	font-family: var(--display);
	font-size: 1.6rem;
	margin: 2rem 0 0.7rem;
}
.wh-prose ul { margin: 0 0 1.2rem; padding-left: 1.2rem; }
.wh-prose li { margin: 0 0 0.4rem; }
.wh-empty { text-align: center; padding: 4rem 0; }
.wh-card-grid { display: grid; gap: 1rem; }

.wh-shop-section .woocommerce-products-header__title,
.wh-shop-section .page-title {
	font-family: var(--display);
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin: 0 0 1.4rem;
}
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.75rem;
	margin: 0;
	padding: 0;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
	content: none !important;
}
.woocommerce ul.products li.product,
.woocommerce ul.products.columns-4 li.product {
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 0.55rem 0.55rem 0.7rem;
	text-align: left;
}
.wh-product-media {
	background: #eef1f6;
	border-radius: 10px;
	overflow: hidden;
	aspect-ratio: 1;
	margin-bottom: 0.5rem;
}
.woocommerce ul.products li.product img { margin: 0; width: 100%; height: 100%; object-fit: cover; }
.woocommerce ul.products li.product .wh-product-brand {
	margin: 0 0 0.15rem;
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--display);
	font-size: 0.95rem !important;
	padding: 0;
	margin-bottom: 0.15rem;
}
.woocommerce ul.products li.product .price {
	color: var(--orange);
	font-weight: 600;
	font-size: 0.85rem;
}
.woocommerce ul.products li.product .button {
	padding: 0.45rem 0.7rem !important;
	font-size: 0.78rem;
	margin-top: 0.35rem;
}
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.checkout-button,
.woocommerce .cart .button {
	background: var(--ink) !important;
	color: var(--paper) !important;
	border-radius: 999px !important;
	border: 0 !important;
	padding: 0.8rem 1.1rem !important;
	font-weight: 600;
}
.woocommerce span.onsale {
	background: var(--orange);
	border-radius: 999px;
	padding: 0.35rem 0.7rem;
	line-height: 1;
}
.woocommerce div.product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5rem;
}
.woocommerce div.product div.images { width: 100% !important; float: none !important; }
.woocommerce div.product div.summary { width: 100% !important; float: none !important; }
.woocommerce div.product .product_title {
	font-family: var(--display);
	font-size: clamp(2rem, 4vw, 3.2rem);
}
.wh-product-options {
	display: grid;
	gap: 1.2rem;
	margin: 1.2rem 0 1.4rem;
}
.wh-option-label {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.8rem;
	margin: 0 0 0.65rem;
	font-weight: 600;
}
.wh-option-label span {
	font-weight: 500;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}
.wh-sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}
.wh-size {
	margin: 0;
	cursor: pointer;
}
.wh-size {
	position: relative;
}
.wh-size input {
	position: absolute;
	inset: 0;
	opacity: 0;
	margin: 0;
	cursor: pointer;
}
.wh-size span {
	display: grid;
	place-items: center;
	min-width: 46px;
	height: 42px;
	padding: 0 0.7rem;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: var(--white);
	font-weight: 600;
}
.wh-size input:checked + span,
.wh-size:hover span {
	background: var(--ink);
	color: var(--paper);
	border-color: var(--ink);
}
.wh-sizes.is-invalid .wh-size span {
	border-color: var(--orange);
}
.wh-addons {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.55rem;
}
.wh-addon {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0;
	padding: 0.75rem 0.9rem;
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 16px;
	cursor: pointer;
}
.wh-addon input {
	width: 1.05rem;
	height: 1.05rem;
	accent-color: var(--ink);
}
.wh-addon-copy {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	width: 100%;
}
.wh-addon-copy strong { font-weight: 600; }
.wh-addon-copy em {
	font-style: normal;
	color: var(--orange);
	font-weight: 600;
	white-space: nowrap;
}
.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 0.8rem;
}
.woocommerce div.product form.cart .wh-product-options {
	flex: 1 1 100%;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background: #eef1f7;
	border-top-color: var(--blue);
}
.woocommerce-cart-form, .cart_totals, .woocommerce-checkout {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: 24px;
	padding: 1.2rem;
}
.woocommerce table.shop_table {
	border: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: var(--line);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	border: 1px solid var(--line);
	border-radius: 12px;
	padding: 0.7rem 0.8rem;
	background: var(--cream);
}

@media (max-width: 900px) {
	.wh-hero-grid, .wh-split, .wh-footer-grid, .woocommerce div.product { grid-template-columns: 1fr; }
	.wh-cats, .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
	.wh-nav-toggle { display: block; }
	.wh-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: var(--cream);
		padding: 1rem 1.2rem 1.4rem;
		border-bottom: 1px solid var(--line);
	}
	.nav-open .wh-nav { display: block; }
	.wh-nav ul { flex-direction: column; }
	.wh-cta, .wh-footer-base, .wh-section-head { flex-direction: column; align-items: flex-start; }
	.wh-header-actions .wh-icon-link { display: none; }
}

@media (max-width: 640px) {
	.wh-logo img,
	.wh-logo-img { height: 52px; }
	.wh-cats, .woocommerce ul.products { grid-template-columns: 1fr; }
	.wh-hero { padding-top: 2.5rem; }
	.wh-hero-visual { min-height: 340px; }
	.wh-float-wa span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	.wh-float-wa { padding: 0.85rem; }
	.wh-whatsapp-link span,
	.wh-search-toggle span { display: none; }
}
