/*
Theme Name: Pragmatic Poultry
Theme URI: https://butcherdemo.pragmaticmarketing.co.za
Author: Mithal Technologies
Description: A fast, responsive catalogue theme for Pragmatic Poultry.
Version: 1.0.0
Text Domain: pragmatic-poultry
*/

:root {
	--navy: #06275c;
	--navy-dark: #031a3f;
	--gold: #fdbb18;
	--red: #dc1428;
	--cream: #fffaf0;
	--ink: #172033;
	--muted: #667085;
	--line: #e7e9ee;
	--white: #fff;
	--radius: 22px;
	--shadow: 0 18px 55px rgba(6, 39, 92, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 900; font-size: 1.22rem; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--navy); background: var(--gold); font-size: 1.7rem; }
.brand-logo { max-height: 58px; width: auto; }
.nav { display: flex; align-items: center; gap: 25px; font-weight: 700; font-size: .94rem; }
.nav a:hover { color: var(--red); }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 0; border-radius: 999px; background: var(--gold); color: var(--navy-dark); font-weight: 900; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(253,187,24,.3); }
.btn-dark { background: var(--navy); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); border: 2px solid var(--navy); }
.hero { overflow: hidden; background: linear-gradient(135deg, var(--cream), #fff 55%, #eef4ff); padding: 92px 0 82px; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 64px; }
.eyebrow { color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: .77rem; font-weight: 900; }
h1,h2,h3 { color: var(--navy-dark); line-height: 1.08; margin: 0 0 .55em; }
h1 { font-size: clamp(3rem, 6vw, 5.6rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.035em; }
h3 { font-size: 1.32rem; }
.hero p { max-width: 650px; font-size: 1.16rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card { position: relative; min-height: 430px; border-radius: 34px; background: var(--navy); box-shadow: var(--shadow); display: grid; place-items: center; overflow: hidden; }
.hero-card::before, .hero-card::after { content: ""; position: absolute; border-radius: 50%; background: var(--gold); }
.hero-card::before { width: 320px; height: 320px; top: -135px; right: -85px; opacity: .95; }
.hero-card::after { width: 180px; height: 180px; bottom: -75px; left: -55px; background: var(--red); }
.hero-chicken { position: relative; z-index: 2; font-size: 10rem; filter: drop-shadow(0 20px 20px rgba(0,0,0,.25)); }
.trust-strip { background: var(--navy-dark); color: white; }
.trust-grid { min-height: 88px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; text-align: center; gap: 20px; font-weight: 800; }
.section { padding: 88px 0; }
.section-alt { background: #f7f9fc; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 36px; }
.section-heading p { max-width: 560px; color: var(--muted); margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 6px 25px rgba(6,39,92,.06); }
.product-visual { aspect-ratio: 4/3; display: grid; place-items: center; background: linear-gradient(145deg, #fff7dd, #f1f6ff); font-size: 5rem; }
.product-body { padding: 22px; }
.product-meta { display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.price { color: var(--red); font-size: 1.35rem; font-weight: 900; white-space: nowrap; }
.unit { color: var(--muted); font-size: .85rem; }
.product-card p { color: var(--muted); min-height: 52px; }
.product-actions { display: flex; gap: 8px; }
.product-actions .btn { flex: 1; min-height: 44px; padding: 0 14px; font-size: .88rem; }
.features { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.feature { padding: 30px; border-radius: var(--radius); background: white; border: 1px solid var(--line); }
.feature-icon { font-size: 2rem; margin-bottom: 14px; }
.cta { padding: 0 0 88px; }
.cta-inner { padding: clamp(34px,6vw,70px); border-radius: 34px; color: white; background: var(--navy); display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.cta h2 { color: white; max-width: 650px; }
.cta p { color: #dce7fa; margin-bottom: 0; }
.site-footer { padding: 48px 0 24px; color: #c7d4ea; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.site-footer h3 { color: white; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer a:hover { color: var(--gold); }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 36px; padding-top: 22px; font-size: .88rem; }
.content { padding: 70px 0; }
.menu-toggle { display: none; }

@media (max-width: 850px) {
	.hero-grid, .footer-grid { grid-template-columns: 1fr; }
	.hero { padding-top: 60px; }
	.hero-card { min-height: 320px; }
	.product-grid, .features { grid-template-columns: repeat(2,1fr); }
	.nav { display: none; position: absolute; inset: 78px 0 auto; padding: 24px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; }
	.nav.is-open { display: flex; }
	.menu-toggle { display: inline-flex; border: 0; background: none; color: var(--navy); font-size: 1.8rem; }
}
@media (max-width: 580px) {
	.wrap { width: min(100% - 28px, 1160px); }
	.product-grid, .features, .trust-grid { grid-template-columns: 1fr; }
	.trust-grid { padding: 22px 0; }
	.section-heading, .cta-inner { align-items: flex-start; flex-direction: column; }
	h1 { font-size: 3.25rem; }
}
