*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,"Times New Roman",serif;color:#243425;background:#f4efe3}button,a{font:inherit}.hero{min-height:650px;background:linear-gradient(90deg,rgba(12,29,18,.9),rgba(12,29,18,.3)),url("hero.jpg") center/cover no-repeat;color:#fff}.hero-overlay{min-height:650px;padding:26px clamp(20px,6vw,90px)}nav{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:700;letter-spacing:.12em;font-size:1.25rem;display:flex;align-items:center;gap:10px}.antler{font-size:2rem}.menu{border:0;background:transparent;color:white;font-size:2rem}.hero-copy{max-width:700px;margin-top:150px}.eyebrow{font-family:Arial,sans-serif;font-size:.76rem;letter-spacing:.22em;font-weight:700;margin:0 0 14px;opacity:.82}.hero h1{font-size:clamp(3rem,7vw,6.4rem);line-height:.94;margin:0 0 25px}.hero-copy>p:not(.eyebrow){font-size:1.3rem;line-height:1.5;max-width:580px}.button{display:inline-block;padding:15px 25px;border-radius:999px;text-decoration:none;font-family:Arial,sans-serif;font-weight:700;margin-top:20px}.button.light{background:#fff;color:#203c28}.section{max-width:1250px;margin:auto;padding:80px 25px}.section h2,.tip-section h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 15px}.intro{max-width:720px;color:#5e665e;line-height:1.6;font-size:1.08rem}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:35px}.category{border:1px solid #d8d0bd;background:#fffaf0;border-radius:16px;padding:22px 12px;color:#243425;cursor:pointer;transition:.2s}.category:hover,.category.active{transform:translateY(-3px);background:#243f2b;color:white}.category span{display:block;font-size:2rem;margin-bottom:10px}.category strong,.category small{display:block}.category small{font-family:Arial,sans-serif;margin-top:7px;opacity:.7;font-size:.73rem}.recipes-section{padding-top:20px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.count{font-family:Arial,sans-serif;color:#777;font-size:.85rem}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.recipe-card{background:#fffaf0;border-radius:18px;overflow:hidden;box-shadow:0 5px 20px rgba(40,45,35,.08);display:flex;flex-direction:column}.recipe-card.hidden{display:none}.recipe-image{height:220px;background-size:cover;background-position:center;display:flex;align-items:end;padding:15px;color:#fff;font-family:Arial,sans-serif;font-size:.7rem;letter-spacing:.16em;font-weight:700}.img1{background:linear-gradient(135deg,#51604c,#a99670)}.img2{background:linear-gradient(135deg,#6d5b42,#bca984)}.img3{background:linear-gradient(135deg,#3f513d,#967e5d)}.img4{background:linear-gradient(135deg,#513f30,#9c815d)}.img5{background:linear-gradient(135deg,#3c4739,#82684d)}.img6{background:linear-gradient(135deg,#69704e,#b39568)}.img7{background:linear-gradient(135deg,#4c5c46,#806e51)}.img8{background:linear-gradient(135deg,#564a39,#a18b68)}.img9{background:linear-gradient(135deg,#493d2e,#855f3d)}.img10{background:linear-gradient(135deg,#596045,#986746)}.img11{background:linear-gradient(135deg,#3e4938,#8a6a48)}.img12{background:linear-gradient(135deg,#6b624b,#a79065)}.recipe-body{padding:22px}.tag{font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;color:#718064;font-weight:700}.recipe-body h3{font-size:1.45rem;margin:8px 0}.recipe-body p{color:#666;line-height:1.5;margin:0 0 14px}.meta{font-family:Arial,sans-serif;font-size:.75rem;color:#777;margin-bottom:17px}.recipe-btn{border:0;background:none;color:#243f2b;font-weight:700;padding:0;cursor:pointer;text-align:left}.tip-section{max-width:1250px;margin:20px auto 80px;padding:55px 60px;border-radius:24px;background:#243f2b;color:white;display:flex;justify-content:space-between;align-items:center;gap:40px}.tip-section p:not(.eyebrow){line-height:1.7;max-width:750px;color:#e5e5d8}.tip-badge{font-size:4rem;text-align:center}.tip-badge small{font:700 .65rem Arial;letter-spacing:.15em}footer{background:#172b1d;color:#fff;padding:45px 25px;text-align:center}footer p{opacity:.75}footer small{opacity:.5;font-family:Arial,sans-serif}.modal{position:fixed;inset:0;background:rgba(12,20,14,.72);display:none;align-items:center;justify-content:center;padding:20px;z-index:10}.modal.open{display:flex}.modal-box{background:#fffaf0;max-width:900px;max-height:90vh;overflow:auto;border-radius:22px;padding:38px;position:relative}.close{position:absolute;right:18px;top:12px;border:0;background:none;font-size:2rem;cursor:pointer;color:#243425}.modal-box h2{font-size:2.5rem;margin:8px 0 25px}.modal-columns{display:grid;grid-template-columns:1fr 1.5fr;gap:35px}.modal-columns h3{font-size:1.2rem}.modal-columns li{margin:8px 0;line-height:1.45}.safety{margin-top:28px;background:#eee8d9;padding:14px;border-radius:12px;font:13px/1.5 Arial;color:#555}@media(max-width:900px){.categories{grid-template-columns:repeat(3,1fr)}.recipe-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.hero,.hero-overlay{min-height:590px}.hero-copy{margin-top:120px}.categories{grid-template-columns:repeat(2,1fr)}.recipe-grid{grid-template-columns:1fr}.section{padding:60px 18px}.tip-section{margin:10px 18px 60px;padding:35px 25px;display:block}.tip-badge{margin-top:20px}.modal-columns{grid-template-columns:1fr}.modal-box{padding:30px 22px}.modal-box h2{font-size:2rem}.recipe-image{height:190px}}