:root {
	--color-ink: #0f172a;
	--color-muted: #5d6676;
	--color-line: #eadfce;
	--color-bg: #faf7f0;
	--color-surface: #ffffff;
	--color-primary: #14532d;
	--color-primary-dark: #14532d;
	--color-accent: #f97316;
	--color-accent-dark: #ea580c;
	--shadow-soft: 0 14px 40px rgba(22, 32, 51, 0.08);
	--shadow-card: 0 18px 46px rgba(15, 23, 42, 0.12);
	--radius: 8px;
	--container: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--color-ink);
	background: var(--color-bg);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--color-primary);
}

button,
input,
textarea,
select {
	font: inherit;
}

.container {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 1000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: var(--color-ink);
	color: #fff;
}

.button,
.wp-element-button,
.added_to_cart,
button.button,
input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border: 0;
	border-radius: var(--radius);
	background: var(--color-accent);
	color: #fff;
	font-weight: 800;
	line-height: 1.1;
	cursor: pointer;
	transition: background-color 160ms ease, transform 160ms ease;
}

.button:hover,
.wp-element-button:hover,
.added_to_cart:hover,
button.button:hover,
input[type="submit"]:hover {
	background: var(--color-accent-dark);
	color: #fff;
	transform: translateY(-1px);
}

.button-secondary {
	background: var(--color-surface);
	color: var(--color-ink);
	border: 1px solid var(--color-line);
}

.button-secondary:hover {
	background: #f4efe5;
	color: var(--color-ink);
}

.top-bar {
	background: var(--color-primary-dark);
	color: #fff;
	font-size: 0.88rem;
}

.top-bar-inner,
.header-inner,
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.top-bar-inner {
	min-height: 36px;
}

.site-header {
	position: sticky;
	z-index: 30;
	top: 0;
	background: rgba(251, 247, 239, 0.96);
	border-bottom: 1px solid var(--color-line);
	backdrop-filter: blur(10px);
}

.header-inner {
	min-height: 74px;
}

.site-title {
	font-size: 1.85rem;
	font-weight: 900;
	letter-spacing: 0;
	color: var(--color-primary-dark);
}

.brand-text-logo {
	display: inline-flex;
	align-items: center;
	color: var(--color-primary-dark);
	font-weight: 950;
	letter-spacing: 0;
}

.brand-lockup {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--color-ink);
}

.brand-mark {
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--color-primary), #22c55e);
	color: #fff;
	font-size: 1.1rem;
	font-weight: 950;
	box-shadow: 0 10px 22px rgba(22, 163, 74, 0.28);
}

.brand-wordmark {
	font-size: 1.25rem;
	font-weight: 950;
	letter-spacing: 0.04em;
}

.custom-logo {
	max-height: 54px;
	width: auto;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	font-weight: 750;
	color: var(--color-ink);
}

.primary-navigation a:hover {
	color: var(--color-primary);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	font-weight: 800;
}

.header-cart {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.cart-count {
	display: inline-grid;
	min-width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 999px;
	background: var(--color-accent);
	color: #fff;
	font-size: 0.82rem;
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: var(--color-surface);
}

.menu-toggle-line,
.menu-toggle-line::before,
.menu-toggle-line::after {
	display: block;
	width: 20px;
	height: 2px;
	margin: auto;
	background: var(--color-ink);
	content: "";
}

.menu-toggle-line::before {
	transform: translateY(-7px);
}

.menu-toggle-line::after {
	transform: translateY(5px);
}

.home-hero {
	position: relative;
	overflow: hidden;
	padding: 54px 0 42px;
	background:
		radial-gradient(circle at 82% 12%, rgba(249, 115, 22, 0.16), transparent 30%),
		linear-gradient(135deg, #fff7ed 0%, #faf7f0 58%, #ffffff 100%);
}

.home-hero::before {
	position: absolute;
	inset: auto -10% -34% auto;
	width: 460px;
	height: 460px;
	border-radius: 999px;
	background: rgba(249, 115, 22, 0.12);
	content: "";
}

.home-hero-grid,
.deal-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 48px;
}

.home-hero-grid {
	min-height: min(560px, calc(100vh - 140px));
	max-height: 620px;
}

.home-hero-copy h1 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(2.35rem, 5.8vw, 4.4rem);
	line-height: 1;
	font-weight: 950;
}

.home-hero-copy p {
	max-width: 610px;
	color: var(--color-muted);
	font-size: 1.08rem;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--color-primary);
	font-size: 0.82rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 26px;
}

.hero-product-card {
	position: relative;
	display: grid;
	gap: 16px;
	justify-self: end;
	width: min(100%, 480px);
	padding: 18px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow-card);
	backdrop-filter: blur(10px);
}

.hero-product-badge {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--color-ink);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.hero-product-image {
	display: block;
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(135deg, #dcfce7, #fff7ed);
}

.hero-product-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	max-height: 300px;
}

.hero-product-content {
	display: grid;
	gap: 10px;
}

.hero-product-content h2 {
	margin: 0;
	font-size: clamp(1.35rem, 3vw, 2rem);
	line-height: 1.12;
}

.hero-rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #f59e0b;
	font-weight: 900;
}

.hero-rating strong {
	color: var(--color-ink);
}

.hero-price {
	font-size: 1.4rem;
	font-weight: 950;
}

.home-trust-bar {
	padding: 18px 0;
	background: #fff7ed;
	border-block: 1px solid rgba(20, 83, 45, 0.12);
}

.home-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.home-trust-grid div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 58px;
	padding: 12px 14px;
	border: 1px solid rgba(20, 83, 45, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.78);
	color: var(--color-ink);
	font-weight: 850;
	text-align: center;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.section-block {
	padding: 56px 0;
}

.section-muted {
	background: #f3efe7;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 24px;
}

.section-heading h2,
.deal-band h2,
.archive-header h1,
.entry-header h1 {
	margin: 0;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.08;
	font-weight: 950;
}

.section-heading a,
.text-link {
	color: var(--color-primary);
	font-weight: 850;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.category-card,
.review-card,
.post-card {
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	box-shadow: 0 8px 24px rgba(22, 32, 51, 0.04);
}

.category-card {
	display: grid;
	gap: 10px;
	padding: 14px;
	font-weight: 900;
}

.category-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 6px;
	background: #f2f5f0;
}

.deal-band {
	padding: 40px 0;
	background: var(--color-primary-dark);
	color: #fff;
}

.deal-band .eyebrow,
.deal-band p {
	color: #cce6d8;
}

.deal-grid {
	grid-template-columns: 1fr auto;
}

.review-grid,
.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.home-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(280px, 280px));
	justify-content: center;
	gap: 24px;
	align-items: stretch;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.home-product-grid .product-card,
.home-placeholder-product {
	width: 100%;
	min-width: 280px;
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.home-product-grid .product-card-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 240px;
	object-fit: cover;
}

.home-placeholder-product {
	display: grid;
	gap: 10px;
	padding: 14px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
}

.home-placeholder-product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 220px;
	object-fit: cover;
	border-radius: 12px;
	background: #f8fafc;
}

.home-placeholder-product h3,
.home-placeholder-product p {
	margin: 0;
}

.home-placeholder-product p {
	font-weight: 950;
}

.shop-by-pet {
	background: #fff7ed;
}

.pet-tile-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.pet-tile {
	display: grid;
	gap: 12px;
	padding: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
	font-size: 1.1rem;
	font-weight: 950;
}

.pet-tile img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
}

.why-volopet {
	background: var(--color-ink);
	color: #fff;
}

.why-volopet .eyebrow {
	color: #86efac;
}

.why-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 28px;
	align-items: start;
}

.why-grid h2 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.4rem);
	line-height: 1.05;
}

.why-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.why-card-grid div {
	display: grid;
	gap: 6px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.07);
}

.why-card-grid strong {
	font-size: 1.02rem;
}

.why-card-grid span {
	color: #cbd5e1;
}

.home-faq {
	background: #f8fafc;
}

.faq-home-grid {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 28px;
	align-items: start;
}

.faq-home-grid h2 {
	margin: 0;
	font-size: clamp(2rem, 5vw, 3.2rem);
	line-height: 1.05;
	font-weight: 950;
}

.faq-list.compact {
	padding: 0;
	background: transparent;
	border: 0;
}

.review-card {
	padding: 24px;
}

.review-card p {
	margin-top: 0;
	color: var(--color-muted);
}

.content-shell {
	max-width: 1280px;
	padding: 48px 24px 64px;
}

.container.content-shell {
	width: min(100%, 1280px);
}

.content-shell.narrow {
	max-width: 820px;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	color: var(--color-muted);
	font-size: 0.9rem;
}

.breadcrumbs a {
	color: var(--color-primary);
}

.archive-header {
	max-width: 780px;
	margin-bottom: 28px;
}

.archive-header p,
.entry-content,
.post-card-body p {
	color: var(--color-muted);
}

.post-card {
	overflow: hidden;
}

.post-card-image img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	background: #eef0eb;
}

.post-card-body {
	padding: 18px;
}

.post-card h2 {
	margin: 4px 0 8px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.post-meta {
	margin: 0 0 8px;
	color: var(--color-primary);
	font-size: 0.86rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.entry-media img {
	width: 100%;
	border-radius: var(--radius);
}

.entry-content {
	font-size: 1.06rem;
}

.entry-content a {
	color: var(--color-primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-content img {
	border-radius: var(--radius);
}

.contact-form,
.faq-list {
	display: grid;
	gap: 16px;
	padding: 22px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
}

.contact-form p {
	margin: 0;
}

.contact-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 850;
}

.faq-list details {
	padding: 16px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: #fff;
}

.faq-list summary {
	cursor: pointer;
	font-weight: 900;
}

.faq-list p {
	margin-bottom: 0;
	color: var(--color-muted);
}

.empty-state {
	padding: 48px 0;
	text-align: center;
}

.site-footer {
	padding: 46px 0 22px;
	background: #172235;
	color: #fff;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	gap: 28px;
}

.footer-brand p,
.footer-widget,
.footer-bottom {
	color: #c9d0dc;
}

.footer-widget ul,
.footer-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-widget a,
.footer-menu a {
	color: #fff;
}

.footer-bottom {
	margin-top: 34px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 0.9rem;
}

.footer-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

@media (max-width: 900px) {
	.header-inner {
		display: grid;
		grid-template-columns: 1fr auto auto;
	}

	.menu-toggle {
		display: inline-grid;
		place-items: center;
	}

	.primary-navigation {
		display: none;
		grid-column: 1 / -1;
		width: 100%;
		padding: 12px 0 18px;
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation ul {
		display: grid;
		gap: 8px;
	}

	.primary-navigation a {
		display: block;
		padding: 10px 0;
	}

	.hero-grid,
	.home-hero-grid,
	.deal-grid {
		grid-template-columns: 1fr;
	}

	.home-hero-grid {
		min-height: auto;
		max-height: none;
	}

	.hero-product-card {
		justify-self: stretch;
		width: 100%;
	}

	.trust-grid,
	.review-grid,
	.post-grid,
	.pet-tile-grid,
	.why-grid,
	.why-card-grid,
	.faq-home-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.home-trust-grid,
	.home-product-grid {
		grid-template-columns: repeat(2, minmax(280px, 280px));
	}

	.category-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.container {
		width: min(100% - 24px, var(--container));
	}

	.content-shell {
		padding-right: 16px;
		padding-left: 16px;
	}

	.top-bar-inner {
		display: grid;
		justify-content: start;
		padding: 8px 0;
	}

	.account-link {
		display: none;
	}

	.hero-section,
	.home-hero {
		padding-top: 34px;
	}

	.hero-media {
		min-height: 240px;
	}

	.home-trust-grid div {
		justify-content: flex-start;
		text-align: left;
	}

	.home-trust-grid,
	.home-product-grid {
		grid-template-columns: minmax(280px, min(100%, 360px));
	}

	.category-grid {
		grid-template-columns: 1fr;
	}

	.section-heading {
		display: grid;
		align-items: start;
	}

	.footer-bottom {
		display: grid;
	}
}
