:root{--bg:#0c1409;--bg-alt:#111b0d;--text:#b8cdb4;--text-bright:#e8f0e4;--text-muted:#7a9475;--green:#2e7a2e;--green-mid:#4c9f4c;--green-light:#8fc98f;--gold:#c4892a;--border:#1e3318;--border-bright:#2e5028;--font-display:"Fredoka", sans-serif;--font-body:"DM Sans", sans-serif;--radius:8px;--radius-lg:16px;--max-width:1100px;--ease:cubic-bezier(.16, 1, .3, 1);font-family:var(--font-body);color:var(--text);background-color:var(--bg);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:18px;line-height:1.6}*,:before,:after{box-sizing:border-box}body{margin:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);color:var(--text-bright);margin:0;font-weight:700;line-height:1.1}p{margin:0}ul{margin:0;padding:0;list-style:none}#root{display:contents}.site{flex-direction:column;min-height:100svh;display:flex}.site-header{z-index:10;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);background:#0c1409d1;justify-content:center;align-items:center;padding:14px 40px;display:flex;position:sticky;top:0}.logo-link{align-items:center;display:inline-flex}.site-logo{filter:brightness(0)invert();width:auto;height:48px}.hero{justify-content:center;align-items:center;min-height:82svh;padding:80px 40px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 50% at 50% 35%,#1b5c1b2e 0%,#0000 68%),radial-gradient(40% 30% at 25% 70%,#3f121214 0%,#0000 60%);position:absolute;inset:0}.hero-content{z-index:1;text-align:center;max-width:680px;animation:fadeUp .7s var(--ease) both;flex-direction:column;align-items:center;gap:28px;display:flex;position:relative}.hero-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--green-light);animation:fadeUp .7s var(--ease) 50ms both;font-size:12px;font-weight:600}.hero-title{letter-spacing:-.02em;color:var(--text-bright);animation:fadeUp .7s var(--ease) .12s both;font-size:clamp(58px,9vw,100px);font-weight:700}.hero-body{color:var(--text);max-width:460px;animation:fadeUp .7s var(--ease) .22s both;font-size:19px;line-height:1.65}.hero .btn-primary{animation:fadeUp .7s var(--ease) .35s both;align-self:center}.hero-feathers{pointer-events:none;z-index:0;position:absolute;inset:0}.feather{filter:brightness(1.3);mix-blend-mode:screen;position:absolute}.feather-1{opacity:.18;--rot:-22deg;width:44px;animation:9s ease-in-out infinite float;top:12%;left:6%}.feather-2{opacity:.13;--rot:16deg;width:60px;animation:12s ease-in-out 2s infinite float;top:18%;right:8%}.feather-3{opacity:.22;--rot:-38deg;width:48px;animation:10s ease-in-out 1s infinite float;bottom:22%;left:10%}.feather-4{opacity:.14;--rot:28deg;width:40px;animation:13s ease-in-out 3.5s infinite float;bottom:18%;right:6%}.section-rule{max-width:var(--max-width);align-items:center;gap:20px;margin:0 auto;padding:0 40px;display:flex}.section-rule-line{background:linear-gradient(to right, transparent, var(--border-bright), transparent);flex:1;height:1px}.section-rule-icon{opacity:.4;filter:brightness(2)sepia()hue-rotate(65deg)saturate(2);mix-blend-mode:screen;width:24px}.featured{padding:80px 40px 100px;position:relative}.featured-inner{max-width:var(--max-width);background:var(--bg-alt);border:1px solid var(--border-bright);border-top:3px solid var(--gold);border-radius:var(--radius-lg);flex-direction:column;gap:28px;margin:0 auto;padding:56px 64px;display:flex;position:relative;overflow:hidden}.featured-inner:before{content:"";pointer-events:none;background:radial-gradient(circle,#1b5c1b24 0%,#0000 70%);width:240px;height:240px;position:absolute;top:-60px;right:-40px}.featured-motif{align-items:flex-start;gap:4px;display:flex;position:absolute;top:32px;right:48px}.motif-feather{filter:brightness(1.4)saturate(1.1);opacity:.3;mix-blend-mode:screen;animation:11s ease-in-out infinite floatY}.motif-1{width:52px;animation-delay:0s;transform:rotate(-10deg)}.motif-2{width:68px;animation-delay:1.5s;transform:rotate(6deg)translateY(16px)}.motif-3{width:46px;animation-delay:3s;transform:rotate(-18deg)}.featured-header{flex-direction:column;gap:10px;display:flex}.featured-label{letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-size:12px;font-weight:600}.featured-title{color:var(--text-bright);font-size:clamp(40px,5.5vw,68px);font-weight:700}.featured-tagline{font-family:var(--font-display);color:var(--green-light);letter-spacing:.01em;margin:0;font-size:clamp(17px,2.2vw,22px);font-style:italic;font-weight:500}.featured-description{color:var(--text);max-width:600px;font-size:17px;line-height:1.72}.feature-list{flex-wrap:wrap;gap:8px;display:flex}.feature-pill{border:1px solid var(--border-bright);color:var(--green-light);letter-spacing:.025em;background:#2e7a2e1a;border-radius:999px;padding:5px 15px;font-size:13px;font-weight:500}.btn-primary{border-radius:var(--radius);background:var(--green);color:var(--text-bright);font-family:var(--font-display);letter-spacing:.01em;border:1px solid var(--green-mid);cursor:pointer;transition:background .22s var(--ease), transform .18s var(--ease), box-shadow .22s var(--ease);align-self:flex-start;align-items:center;gap:8px;padding:13px 30px;font-size:18px;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--green-mid);transform:translateY(-2px);box-shadow:0 8px 28px #2e7a2e61}.btn-primary:focus-visible{outline:2px solid var(--green-light);outline-offset:3px}.btn-primary:active{box-shadow:none;transform:translateY(0)}.site-footer{border-top:1px solid var(--border);margin-top:auto;padding:28px 40px}.site-footer-inner{max-width:var(--max-width);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;display:flex}.footer-copy{color:var(--text-muted);font-size:14px}.footer-nav{gap:24px;display:flex}.footer-link{color:var(--text-muted);font-size:14px;transition:color .2s}.footer-link:hover{color:var(--green-light)}.footer-link:focus-visible{outline:2px solid var(--green-light);outline-offset:2px;border-radius:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:rotate(var(--rot)) translateY(0)}50%{transform:rotate(var(--rot)) translateY(-14px)}}@keyframes floatY{0%,to{translate:0}50%{translate:0 -10px}}@media (width<=900px){.featured-inner{padding:40px}.featured-motif{display:none}}@media (width<=640px){.site-header{justify-content:flex-start;padding:12px 24px}.hero{min-height:auto;padding:64px 24px}.hero-feathers{display:none}.section-rule{padding:0 24px}.featured{padding:48px 24px 72px}.featured-inner{border-radius:var(--radius);padding:32px 28px}.site-footer{padding:24px}.site-footer-inner{flex-direction:column;align-items:flex-start;gap:12px}}
