/* Understory Harvest resource pages */
:root{--forest:#29452d;--leaf:#5f7f48;--honey:#e9ad35;--amber:#9b6419;--cream:#fff8e7;--wax:#f5e4b7;--bark:#402b18;--white:#fffdf8;--shadow:0 14px 34px rgba(64,43,24,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--bark);font-family:"Open Sans",Arial,sans-serif;font-size:17px;line-height:1.7}img{max-width:100%;height:auto}a{color:#345c38;text-underline-offset:3px}a:hover{color:var(--amber)}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:10;background:#fff;padding:.65rem 1rem}.site-header{background:linear-gradient(90deg,var(--cream),var(--wax),var(--cream));border-bottom:1px solid rgba(155,100,25,.25)}.nav-wrap{max-width:1180px;margin:auto;padding:.7rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand img{width:105px;display:block;filter:drop-shadow(0 5px 8px rgba(64,43,24,.15))}.nav{display:flex;flex-wrap:wrap;gap:.45rem 1.25rem;justify-content:flex-end}.nav a{font-weight:700;color:var(--bark);text-decoration:none}.hero{background:linear-gradient(100deg,rgba(41,69,45,.94),rgba(41,69,45,.76)),var(--hero) center/cover; color:#fff;padding:5.5rem 1.25rem}.hero-inner,.content,.breadcrumbs{max-width:1040px;margin:auto}.eyebrow{color:#ffd777;text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.82rem}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.35rem,6vw,4.5rem);line-height:1.08;max-width:900px;margin:.25rem 0 1rem}.hero p{font-size:1.16rem;max-width:780px}.breadcrumbs{padding:1rem 1.25rem 0;font-size:.92rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0}.breadcrumbs li+li:before{content:"/";margin-right:.4rem;color:#856b47}.content{padding:3.7rem 1.25rem}.lead{font-size:1.2rem;color:#35452f}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:2rem 0}.card{background:var(--white);border:1px solid rgba(155,100,25,.22);border-radius:18px;padding:1.35rem;box-shadow:var(--shadow)}.card h2,.card h3{margin-top:0}.feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:2rem;align-items:center;margin:2.7rem 0}.feature img{width:100%;max-height:430px;object-fit:cover;border-radius:22px;box-shadow:var(--shadow)}h2,h3{font-family:Georgia,"Times New Roman",serif;color:var(--forest);line-height:1.25}h2{font-size:clamp(1.7rem,3vw,2.35rem);margin-top:2.6rem}.notice{background:#f2e5bf;border-left:5px solid var(--honey);padding:1rem 1.2rem;border-radius:8px}.cta{margin-top:3rem;padding:2rem;border-radius:22px;background:var(--forest);color:#fff}.cta h2{color:#fff;margin-top:0}.button{display:inline-block;background:var(--honey);color:#2b2013!important;text-decoration:none;font-weight:800;border-radius:999px;padding:.72rem 1.2rem;margin:.25rem .5rem .25rem 0}.button.secondary{background:var(--white)}.related{margin-top:3rem;border-top:1px solid rgba(155,100,25,.3);padding-top:1.5rem}.related ul{columns:2}.site-footer{background:#213824;color:#fff;padding:2.2rem 1.25rem}.footer-inner{max-width:1040px;margin:auto}.site-footer a{color:#ffd777}@media(max-width:720px){.nav-wrap,.feature{display:block}.brand img{margin:0 auto .6rem}.nav{justify-content:center}.hero{padding:4rem 1.1rem}.grid{grid-template-columns:1fr}.related ul{columns:1}.feature img{margin-bottom:1rem}}
