:root{--red:#e71942;--dark:#221a18;--cream:#fffaf2;--muted:#746a66;--yellow:#ffc629;--white:#fff;--shadow:0 16px 45px rgba(77,31,20,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;color:var(--dark);background:var(--cream);font-family:'DM Sans',sans-serif}a{text-decoration:none;color:inherit}.header{height:84px;padding:0 max(5vw,24px);display:flex;align-items:center;gap:35px;background:rgba(255,250,242,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid #eee3d8}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand-mark{width:48px;height:48px;border-radius:50% 50% 45% 45%;display:grid;place-items:center;background:var(--red);color:#fff;font:900 25px 'Barlow Condensed';transform:rotate(-5deg);box-shadow:inset -4px -5px 0 rgba(0,0,0,.12)}.brand b{display:block;color:var(--red);font:800 23px 'Barlow Condensed'}.brand small{display:block;font-size:10px;font-weight:700}.nav{display:flex;gap:30px;font-size:13px;font-weight:700}.nav a:hover{color:var(--red)}.nav-toggle{display:none;border:0;background:none;font-size:24px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--red);color:#fff;padding:15px 26px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(231,25,66,.2);transition:.2s}.btn:hover{transform:translateY(-2px);background:#c90f34}.btn-small{padding:11px 20px;font-size:12px}.btn-outline{background:#fff;color:var(--dark);box-shadow:inset 0 0 0 1px #ddd}.hero{min-height:650px;background:linear-gradient(90deg,rgba(255,250,242,.99) 0%,rgba(255,250,242,.96) 35%,rgba(255,250,242,.1) 63%),url('assets/hero-chicken.png') 50% center/cover no-repeat;display:flex;align-items:center;padding:70px max(7vw,30px)}.hero-copy{width:min(520px,47vw)}.eyebrow,.section-heading>span{color:var(--red);text-transform:uppercase;font-weight:800;letter-spacing:2px;font-size:12px}.hero h1,.section-heading h2,.about h2,.cta h2{font-family:'Barlow Condensed',sans-serif;font-weight:900;line-height:.92;margin:15px 0;font-size:clamp(55px,6vw,88px)}.hero h1 em{color:var(--red);font-style:normal}.hero-copy>p{line-height:1.75;color:var(--muted);max-width:470px}.hero-actions{display:flex;gap:12px;margin:28px 0}.hero-points{display:flex;gap:20px;font-size:12px;font-weight:700}.hero-points span{color:#65534c}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#f0e4d8;border-block:1px solid #f0e4d8}.benefits article{display:flex;gap:16px;padding:34px 3vw;background:#fff}.benefits b{font-size:29px}.benefits h3{font:800 20px 'Barlow Condensed';margin:0 0 5px}.benefits p{font-size:12px;line-height:1.5;color:var(--muted);margin:0}.menu-section,.reviews{padding:95px max(6vw,24px)}.section-heading{text-align:center}.section-heading h2{font-size:48px;margin:8px 0}.section-heading p{color:var(--muted)}.filters{display:flex;justify-content:center;gap:8px;margin:30px 0}.filters button{border:1px solid #eadfd5;border-radius:30px;padding:9px 18px;background:#fff;font-weight:700;cursor:pointer}.filters button.active{background:var(--dark);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:auto}.product-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow);transition:.25s}.product-card:hover{transform:translateY(-6px)}.product-photo{height:210px;background-image:url('assets/hero-chicken.png');background-size:760px auto;position:relative}.product-card:nth-child(1) .product-photo{background-position:67% 58%}.product-card:nth-child(2) .product-photo{background-position:92% 65%}.product-card:nth-child(3) .product-photo{background-position:75% 85%}.product-card:nth-child(4) .product-photo{background-position:100% 45%}.product-card:nth-child(5) .product-photo{background-position:58% 35%}.product-card:nth-child(6) .product-photo{background-position:81% 25%}.product-photo span{position:absolute;top:12px;left:12px;background:var(--yellow);border-radius:20px;padding:6px 10px;font-size:10px;font-weight:800}.product-info{padding:20px}.product-info h3{font:800 23px 'Barlow Condensed';margin:0 0 7px;text-transform:uppercase}.product-info p{font-size:12px;color:var(--muted);height:36px}.product-bottom{display:flex;align-items:center;justify-content:space-between}.product-bottom strong{color:var(--red)}.add-btn{width:37px;height:37px;border-radius:50%;border:0;background:var(--red);color:#fff;font-size:20px;cursor:pointer}.about{background:#fff;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:90px max(7vw,30px)}.about-photo{height:500px;border-radius:25px;overflow:hidden;position:relative}.about-photo img{width:100%;height:100%;object-fit:cover;object-position:70% center}.about-copy h2{font-size:55px}.about-copy>p{line-height:1.8;color:var(--muted)}.stats{display:flex;gap:35px;margin:28px 0}.stats div{display:flex;flex-direction:column}.stats strong{color:var(--red);font:800 28px 'Barlow Condensed'}.stats span{font-size:11px}.reviews{background:#f9f1e8}.review-grid{max-width:1100px;margin:35px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-grid article{background:#fff;padding:28px;border-radius:16px;box-shadow:0 8px 25px rgba(60,30,20,.06)}.review-grid p{line-height:1.7;color:#554b47}.review-grid small{display:block;color:var(--muted);margin-top:3px}.stars{color:#ffb800;letter-spacing:2px}.cta{background:var(--red);color:#fff;padding:60px max(8vw,30px);display:flex;align-items:center;justify-content:space-between;background-image:radial-gradient(circle at 15% 110%,#ff385c 0,transparent 35%)}.cta span{color:var(--yellow);font-weight:800;text-transform:uppercase}.cta h2{font-size:52px;margin:5px 0}.cta p{margin:0}.btn-light{background:#fff;color:var(--red)}footer{background:#201817;color:#d8ceca;padding:65px max(6vw,25px) 20px}.footer-grid{display:grid;grid-template-columns:1.4fr .7fr 1fr 1fr;gap:50px}.footer-grid h4{color:#fff}.footer-grid p,.footer-grid a{display:block;font-size:12px;line-height:1.8;margin:6px 0}.footer-brand{justify-content:flex-start}.footer-brand small{color:#fff}.copyright{text-align:center;border-top:1px solid #3a302e;margin-top:45px;padding-top:20px;font-size:11px}.cart{position:fixed;right:0;top:0;z-index:40;width:min(390px,92vw);height:100vh;background:#fff;padding:28px;transform:translateX(105%);transition:.3s;box-shadow:-20px 0 50px rgba(0,0,0,.18);display:flex;flex-direction:column}.cart.open{transform:none}.cart-close{position:absolute;right:20px;top:18px;background:none;border:0;font-size:30px}.cart h3{font:800 30px 'Barlow Condensed'}.cart-items{flex:1;overflow:auto}.cart-row{display:grid;grid-template-columns:1fr auto;gap:5px;border-bottom:1px solid #eee;padding:14px 0}.cart-row small{color:var(--muted)}.cart-row button{border:0;background:none;color:var(--red);cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-size:18px}.checkout{width:100%}.cart>small{text-align:center;margin-top:10px;color:var(--muted)}.cart-fab{position:fixed;right:25px;bottom:25px;z-index:25;border:0;border-radius:99px;background:var(--red);color:#fff;padding:14px 20px;box-shadow:0 10px 30px rgba(231,25,66,.35);font-size:17px}.cart-fab span{background:#fff;color:var(--red);border-radius:50%;padding:2px 7px;font-weight:800}.backdrop{display:none;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:35}.backdrop.open{display:block}
@media(max-width:900px){.nav{position:absolute;top:84px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;display:none}.nav.open{display:flex}.nav-toggle{display:block}.desktop-order{display:none}.hero{min-height:720px;background:linear-gradient(180deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.9) 43%,rgba(255,250,242,0) 78%),url('assets/hero-chicken.png') 64% bottom/auto 62% no-repeat;padding:45px 25px;align-items:flex-start}.hero-copy{width:100%;text-align:center}.hero-copy>p{margin-inline:auto}.hero-actions,.hero-points{justify-content:center}.benefits{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:1fr 1fr}.about{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.header{height:72px}.brand-mark{width:42px;height:42px}.hero{min-height:690px}.hero h1{font-size:51px}.hero-actions{flex-direction:column;align-items:stretch}.hero-points{gap:10px;font-size:10px}.benefits{grid-template-columns:1fr}.benefits article{padding:24px}.menu-section,.reviews{padding-block:70px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-photo{height:140px;background-size:cover}.product-info{padding:13px}.product-info h3{font-size:18px}.product-info p{display:none}.product-bottom{margin-top:8px}.about{padding:70px 24px;gap:35px}.about-photo{height:330px}.about-copy h2{font-size:43px}.stats{gap:16px}.cta{flex-direction:column;text-align:center;gap:25px}.cta h2{font-size:43px}.review-grid,.footer-grid{grid-template-columns:1fr}.section-heading h2{font-size:39px}}

/* Official campaign photography from web.dcelupchickencrispy.com */
.hero{background-image:linear-gradient(90deg,rgba(255,250,242,.99) 0%,rgba(255,250,242,.96) 35%,rgba(255,250,242,.1) 63%),url('assets/official/crops/hero-official.jpg')}
.product-photo{background-size:cover;background-position:center}
@media(max-width:900px){.hero{background-image:linear-gradient(180deg,rgba(255,250,242,.98) 0%,rgba(255,250,242,.9) 43%,rgba(255,250,242,0) 78%),url('assets/official/crops/hero-official.jpg')}}
