:root{--page-bg:#f0f1e8;--panel-bg:#fbfaf5;--border:#d6d9c7;--text-strong:#252917;--text-soft:#4e5740;--heading-font:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;--body-font:"Trebuchet MS", "Gill Sans", "Segoe UI", sans-serif;font-family:var(--body-font);color:var(--text-strong);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:radial-gradient(circle at 8% 10%, #d8dfbf 0 14%, transparent 14%), radial-gradient(circle at 90% 8%, #e9d8b6 0 11%, transparent 11%), var(--page-bg);min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,h3{font-family:var(--heading-font);color:var(--text-strong);line-height:1.2}p{margin:0}.site-shell{width:min(1080px,100% - 2rem);margin:2rem auto 3rem}.hero{border:1px solid var(--border);background:linear-gradient(130deg,#f8f5e7,#f1f2ea 52%,#f6efe3);border-radius:28px;margin-bottom:1.6rem;padding:2.2rem;animation:.7s both rise-in;position:relative;overflow:hidden;box-shadow:0 20px 42px #3a2f1714}.hero:after{content:"";opacity:.3;pointer-events:none;background:url(/assets/OwlyWebLogo-C2zdlX8p.png) 100% 100%/contain no-repeat;width:700px;height:520px;position:absolute;bottom:-120px;right:-220px}.top-nav{z-index:1;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.top-nav ul{color:#243117;justify-content:flex-end;align-items:center;gap:1rem;margin:0 0 0 auto;padding:0;font-size:1rem;list-style:none;display:flex}.top-nav a{color:inherit;font-weight:700;text-decoration:none}.brand{background:#f8f7f2;border:1px solid #e1e4d5;border-radius:12px;justify-content:flex-start;align-items:center;width:auto;height:142px;margin:0;padding:.45rem;line-height:0;display:flex;box-shadow:0 8px 20px #2c34211f}.brand-logo{object-fit:contain;border:1px solid #d5d9c6;border-radius:6px;width:auto;height:100%;max-height:132px}.hero-copy{z-index:1;max-width:60ch;position:relative}.hero-copy h1{margin:.2rem 0 .8rem;font-size:clamp(2rem,4.8vw,3.4rem);line-height:1.07}.hero-copy p{max-width:60ch;color:var(--text-soft);margin:0}.hero-cta{color:#fff;background:#6f8d4b;border:1px solid #668445;border-radius:10px;align-items:center;gap:.4rem;margin-top:1.1rem;padding:.62rem 1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.hero-cta:after{content:"🦋";font-size:.88rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#546a35;margin:0;font-size:.78rem;font-weight:600}main{gap:1.2rem;display:grid}.panel{border:1px solid var(--border);background:var(--panel-bg);border-radius:22px;padding:1.4rem;box-shadow:0 14px 28px #1d261412}.featured{grid-template-columns:1.1fr 1fr;align-items:center;gap:1.3rem;display:grid}.featured img,.post-image{border:1px solid var(--border);object-fit:cover;border-radius:18px;width:100%;height:clamp(220px,30vw,320px)}.section-head{margin-bottom:1rem}.section-head h2{margin-bottom:.3rem}.grid{gap:1rem;display:grid}.posts{grid-template-columns:repeat(3,minmax(0,1fr))}.card{border:1px solid var(--border);background:#fefcf7;border-radius:16px;padding:.8rem;animation:.6s both rise-in}.card img{object-fit:cover;border-radius:12px;width:100%;height:160px}.meta{color:#6e6f5f;margin:.7rem 0 .5rem;font-size:.84rem;font-weight:600}.card h3{margin:0 0 .45rem;font-size:1.15rem}.panel h2,.post-panel h2{margin:0 0 .45rem}.affiliate-panel{gap:1rem;display:grid}.product-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.product{border:1px dashed #c4c9b4;border-radius:12px;padding:.8rem}.product h3{margin:0}.product a{color:#304a16;margin-top:.5rem;font-weight:700;text-decoration:none;display:inline-block}.panel a{color:#304a16;text-decoration:none}.small-note{color:#636650;font-size:.88rem}.lead-form{gap:.5rem;margin-top:1rem;display:grid}.lead-row{gap:.6rem;display:flex}input,textarea,button{font:inherit}input,textarea{background:#fffcf7;border:1px solid #bcc1aa;border-radius:10px;width:100%;padding:.6rem .7rem}button{color:#fff;cursor:pointer;background:#7f9f54;border:1px solid #6a8247;border-radius:10px;padding:.55rem .9rem}.post-panel{gap:.8rem;display:grid}.admin-panel{gap:.7rem;display:grid}.admin-login-panel{gap:.7rem;max-width:520px;margin:0 auto;display:grid}.simple-admin{background:#f8f9f3;border:1px solid #cfd4bf;border-radius:12px;gap:.55rem;padding:.9rem;display:grid}.simple-admin h3{margin:0 0 .3rem}.admin-inline-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}select{background:#fffcf7;border:1px solid #bcc1aa;border-radius:10px;width:100%;padding:.6rem .7rem}.admin-panel textarea{resize:vertical;min-height:340px;font-family:Consolas,Courier New,monospace;font-size:.92rem}.simple-admin textarea{min-height:120px;font-family:inherit}.admin-actions{gap:.7rem;display:flex}.admin-post-list{gap:.55rem;display:grid}.admin-post-item{background:#fffdf9;border:1px dashed #c4c9b4;border-radius:10px;justify-content:space-between;align-items:center;gap:.8rem;padding:.6rem .7rem;display:flex}.admin-post-item p{margin:0}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=960px){.featured,.posts,.product-list{grid-template-columns:1fr}.top-nav{flex-direction:column;align-items:flex-start;gap:.55rem;margin-bottom:1.45rem}.brand{height:88px;padding:.32rem}.brand-logo{height:88px;max-height:none}.top-nav ul{flex-wrap:wrap;justify-content:flex-start;margin-left:0}.hero:after{opacity:.12;bottom:-160px;right:-250px}.lead-row,.admin-actions{flex-direction:column}.admin-inline-grid{grid-template-columns:1fr}.admin-post-item{flex-direction:column;align-items:flex-start}}
