@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Source+Sans+3:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--green: #2D5A27;--green-dark: #1E3D1A;--green-light: #4A7C42;--cream: #FBF8F1;--beige: #F5EFE0;--gold: #DAA520;--text: #1A1A1A;--muted: #6B6B5E;--border: #DDD5C4}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:"Source Sans 3",sans-serif;background-color:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Lora,serif;font-weight:600;line-height:1.2}button{font-family:"Source Sans 3",sans-serif;cursor:pointer}img{max-width:100%;display:block}@keyframes leafFloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-8px) rotate(3deg)}75%{transform:translateY(4px) rotate(-2deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.anim-fade-up{animation:fadeInUp .7s ease-out both}.anim-fade{animation:fadeIn .6s ease-out both}.anim-slide-left{animation:slideInLeft .7s ease-out both}.anim-slide-right{animation:slideInRight .7s ease-out both}.anim-scale{animation:scaleIn .5s ease-out both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.leaf-float{animation:leafFloat 4s ease-in-out infinite}.star-gold{color:#daa520}.organic-radius{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.grain-overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}
