*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,sans-serif;background:linear-gradient(to bottom,#c3b091,#b8a489,#c3b091);min-height:100vh;color:#2c2a28;line-height:1.7;position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(74,124,89,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(74,124,89,.02) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}.leaves-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.leaf{position:absolute;font-size:2rem;opacity:.2;animation:fall linear infinite;color:#6b8e7a}.leaf:nth-child(1){left:10%;animation-duration:15s;animation-delay:0s}.leaf:nth-child(2){left:25%;animation-duration:18s;animation-delay:3s}.leaf:nth-child(3){left:40%;animation-duration:20s;animation-delay:1s}.leaf:nth-child(4){left:55%;animation-duration:16s;animation-delay:5s}.leaf:nth-child(5){left:70%;animation-duration:19s;animation-delay:2s}.leaf:nth-child(6){left:85%;animation-duration:17s;animation-delay:4s}@keyframes fall{0%{bottom:-10%;transform:translate(0) rotate(0)}to{bottom:110%;transform:translate(100px) rotate(360deg)}}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.container{max-width:1200px;margin:0 auto;padding:3rem 2rem;position:relative;z-index:2}.header{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;border-bottom:2px solid rgba(26,26,26,.2);position:relative;background:linear-gradient(to bottom,rgba(255,255,255,.3),transparent);gap:2rem}.logo-link{display:flex;align-items:center;justify-content:center;text-decoration:none;z-index:1001;margin:0 auto}.logo-link.hidden{display:none}.logo{width:500px;max-width:90vw;height:auto;transition:transform .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.logo:hover{transform:scale(1.05);filter:drop-shadow(0 6px 16px rgba(0,0,0,.25))}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.nav-toggle span{width:28px;height:3px;background:#1a1a1a;border-radius:2px;transition:all .3s ease}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav{display:flex;justify-content:center;align-items:center;gap:2.5rem}.nav-link{color:#5a8a6a;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:#4a7c59}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#4a7c59;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-user{color:#5a8a6a;font-size:.9rem;margin-right:1rem}.logout-btn{background:none!important;border:none!important;padding:.5rem 0!important;font-family:inherit!important;font-size:1rem!important;font-weight:500!important;cursor:pointer!important}.nav-item-with-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(106,142,122,.2);border-radius:4px;padding:.5rem 0;min-width:220px;opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;z-index:1000;margin-top:.5rem}.nav-item-with-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;margin-top:.75rem}.nav-dropdown-link{display:block;padding:.75rem 1.5rem;color:#5a8a6a;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;white-space:nowrap}.nav-dropdown-link:hover{background:#6a8e7a1a;color:#4a7c59;padding-left:1.75rem}.section{margin-bottom:6rem;padding:4rem 2rem;background:#fffffffa;border-radius:8px;border-left:4px solid #4a7c59;box-shadow:0 4px 16px #00000026}.root-section{background:#fffffffa;border-left:4px solid #5a8a6a}.radiate-section{background:linear-gradient(135deg,#fafcfafa,#f5faf7fa);border-left:6px solid #2d6a4f;border-top:2px solid rgba(45,106,79,.2);border-bottom:2px solid rgba(45,106,79,.2);box-shadow:0 4px 20px #2d6a4f1a,inset 0 0 60px #2d6a4f08;position:relative}.rise-section{background:#fffffffa;border-left:4px solid #6b8e7a}.restock-section{background:#fffffffa;border-left:4px solid #3a5a4a}.section-title{font-size:3rem;font-weight:500;letter-spacing:.05em;text-align:center;margin-bottom:1rem;color:#1a1a1a;text-transform:uppercase;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.section-subtitle{font-size:1.5rem;font-weight:400;text-align:center;margin-bottom:2rem;color:#5a8a6a}.section-description{font-size:1.125rem;text-align:center;max-width:900px;margin:0 auto 3rem;line-height:1.8;color:#3a5a4a}.subsection-title{font-size:1.25rem;font-weight:500;text-align:center;margin:3rem 0 2rem;letter-spacing:.08em;color:#2a2a2a;text-transform:uppercase}.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem}.pillar-card{padding:2rem;background:#ffffffb3;border:2px solid rgba(26,26,26,.15);border-radius:2px;transition:all .3s ease;display:flex;flex-direction:column;position:relative;box-shadow:0 2px 8px #00000014}.pillar-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:0;background:linear-gradient(to bottom,#1a1a1a,#4a7c59);transition:height .3s ease}.pillar-card:hover{background:#ffffffe6;border-color:#6a8e7a66;transform:translateY(-4px)}.pillar-card:hover:before{height:100%}.pillar-icon{font-size:2rem;margin-bottom:1rem;text-align:center}.pillar-title{font-size:1.5rem;font-weight:500;margin-bottom:1rem;color:#1a1a1a;letter-spacing:.01em;text-align:center}.pillar-description{font-size:1rem;line-height:1.7;color:#3a5a4a;margin-bottom:1.5rem;flex-grow:1}.pillar-link{display:inline-block;color:#fff;text-decoration:none;font-size:.95rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3a5a4a,#5a8a6a);border-radius:4px;border:2px solid transparent;transition:all .3s ease;margin-top:auto;font-weight:600;box-shadow:0 4px 12px #5a8a6a59;letter-spacing:.3px}.pillar-link:hover{background:linear-gradient(135deg,#2a4a3a,#4a7c59);transform:translateY(-3px);box-shadow:0 6px 18px #5a8a6a80;border-color:#ffffff4d}.quote{max-width:800px;margin:3rem auto;padding:2.5rem;background:#ffffff80;border-left:4px solid #3a5a4a;font-style:italic;box-shadow:0 2px 8px #0000000d;position:relative}.quote:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:linear-gradient(135deg,transparent 50%,rgba(74,124,89,.05) 50%)}.quote p{font-size:1.25rem;line-height:1.8;margin-bottom:1rem;color:#3a5a4a}.quote cite{display:block;text-align:right;font-size:1rem;font-style:normal;color:#5a8a6a}.restock-section{text-align:center;padding:3rem 2rem;margin-top:2rem}.restock-title{font-size:2rem;font-weight:300;margin-bottom:1rem;color:#4a7c59}.restock-description{font-size:1.125rem;margin-bottom:2rem;color:#3a5a4a}.store-link{display:inline-block;color:#fff;text-decoration:none;font-size:1.125rem;padding:.875rem 2.5rem;background:linear-gradient(135deg,#3a5a4a,#5a8a6a);border:2px solid transparent;border-radius:4px;transition:all .3s ease;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 14px #5a8a6a66}.store-link:hover{background:linear-gradient(135deg,#2a4a3a,#4a7c59);transform:translateY(-3px);box-shadow:0 6px 20px #5a8a6a8c;border-color:#ffffff4d}.footer{text-align:center;padding:3rem 0 2rem;color:#2a2a2a;font-size:.9rem;font-weight:500;border-top:2px solid rgba(26,26,26,.2);margin-top:4rem;letter-spacing:.05em}.footer-link{color:#4a7c59;text-decoration:none;margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(74,124,89,.3);transition:color .2s ease}.footer-link:hover{color:#5a8a6a;text-decoration:underline}.founders-story-section{max-width:800px;margin:0 auto;padding:3rem 2rem}.founders-content{background:#fff9;border-radius:12px;padding:3rem;box-shadow:0 4px 16px #00000014}.founders-intro{font-size:1.2rem;color:#4a7c59;font-weight:500;margin-bottom:3rem;line-height:1.7;text-align:center}.story-section{margin-bottom:3rem}.story-heading{font-size:1.5rem;color:#2a2a2a;font-weight:500;margin-bottom:1rem;letter-spacing:.05em}.story-text{font-size:1.05rem;line-height:1.8;color:#3a3a3a;margin-bottom:1.2rem}.auth-container{max-width:400px;margin:0 auto;padding:3rem;background:#ffffffb3;border-radius:8px;box-shadow:0 4px 16px #0000001a}.auth-title{font-size:2rem;font-weight:500;color:#4a7c59;text-align:center;margin-bottom:.5rem}.auth-subtitle{font-size:1rem;color:#5a8a6a;text-align:center;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#4a7c59,#6a8e7a);color:#fff;border:none;border-radius:4px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1rem}.auth-btn:hover:not(:disabled){background:linear-gradient(135deg,#3a6c49,#5a7e6a);transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-message{padding:1rem;border-radius:4px;text-align:center;font-size:.95rem;margin-top:1rem}.auth-message.success{background:#4caf501a;color:#2e7d32;border:1px solid rgba(76,175,80,.3)}.auth-message.error{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.auth-links{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(106,142,122,.2)}.auth-link{color:#4a7c59;text-decoration:none;font-weight:500;transition:color .3s ease}.auth-link:hover{color:#3a6c49;text-decoration:underline}.success-container{max-width:500px;margin:0 auto;padding:4rem 3rem;background:#ffffffe6;border-radius:8px;text-align:center;box-shadow:0 4px 16px #0000001a}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 2rem}.success-title{font-size:2rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.success-message{font-size:1.125rem;color:#5a8a6a;margin-bottom:1.5rem;line-height:1.6}.success-session{font-size:.875rem;color:#888;font-family:monospace;margin-bottom:2rem;padding:.5rem;background:#0000000d;border-radius:4px}.success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.success-btn{padding:.875rem 2rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .3s ease;display:inline-block}.success-btn:not(.secondary){background:linear-gradient(135deg,#4a7c59,#6a8e7a);color:#fff}.success-btn.secondary{background:transparent;color:#4a7c59;border:2px solid #4a7c59}.success-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.success-btn.secondary:hover{background:#4a7c59;color:#fff}.user-subscription-info{background:#4a7c591a;padding:1rem 2rem;border-radius:4px;margin-bottom:2rem;text-align:center}.subscription-status{color:#4a7c59;font-weight:500;margin:0}.add-to-cart-btn{position:relative;overflow:hidden}.btn-loading{display:none}.error-message,.info-message{padding:.75rem 1rem;border-radius:4px;margin-top:1rem;font-size:.9rem;text-align:center}.error-message{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}.info-message{background:#2196f31a;color:#1976d2;border:1px solid rgba(33,150,243,.3)}@media (max-width: 768px){.container{padding:2rem 1rem}.header{padding:1.5rem 0;padding-left:max(1rem,env(safe-area-inset-left));padding-right:max(1rem,env(safe-area-inset-right));padding-top:max(1.5rem,env(safe-area-inset-top));flex-direction:row;justify-content:space-between;align-items:center;gap:1rem}.logo-link{flex:0 1 auto;max-width:70%}.logo{width:250px;max-width:100%}.nav-toggle{display:flex;position:relative;flex-shrink:0;padding:.75rem;min-width:44px;min-height:44px}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:6rem 2rem 2rem;padding-top:max(6rem,calc(env(safe-area-inset-top) + 4rem));padding-right:max(2rem,env(safe-area-inset-right));padding-left:max(2rem,env(safe-area-inset-left));padding-bottom:max(2rem,env(safe-area-inset-bottom));box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;z-index:1000;gap:0}.nav.active{right:0}.nav-link{width:100%;padding:1rem 0;border-bottom:1px solid rgba(106,142,122,.1);font-size:1.125rem}.nav-link:after{display:none}.nav-item-with-dropdown{width:100%;flex-direction:column;align-items:flex-start}.nav-item-with-dropdown .nav-link{position:relative;padding-right:2rem}.nav-item-with-dropdown .nav-link:before{content:"▼";position:absolute;right:.5rem;font-size:.75rem;transition:transform .3s ease}.nav-item-with-dropdown.active .nav-link:before{transform:rotate(180deg)}.nav-dropdown{position:static;transform:none;opacity:1;visibility:visible;margin:0;padding:0;border:none;box-shadow:none;background:transparent;max-height:0;overflow:hidden;transition:max-height .3s ease;width:100%}.nav-item-with-dropdown.active .nav-dropdown{max-height:300px}.nav-dropdown-link{padding:.75rem 0 .75rem 1.5rem;font-size:1rem;border-bottom:1px solid rgba(106,142,122,.05)}.nav-dropdown-link:hover{padding-left:2rem}.nav-user{width:100%;padding:1rem 0;border-bottom:1px solid rgba(106,142,122,.1);font-size:1rem;margin-right:0}.logout-btn{width:100%!important;padding:1rem 0!important;border-bottom:1px solid rgba(106,142,122,.1)!important;font-size:1.125rem!important;text-align:left!important}.section{padding:3rem 1.5rem;margin-bottom:4rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.25rem}.pillars{grid-template-columns:1fr;gap:2rem}.quote{padding:1.5rem}.quote p{font-size:1.125rem}.leaf{font-size:1.5rem}}.page-title{font-size:2.5rem;font-weight:500;text-align:center;margin-bottom:1.5rem;color:#1a1a1a;line-height:1.3;letter-spacing:.02em;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.page-subtitle{font-size:1.25rem;font-weight:400;text-align:center;margin-bottom:1.5rem;color:#5a8a6a}.page-description{font-size:1.125rem;text-align:center;max-width:900px;margin:0 auto 3rem;line-height:1.8;color:#3a5a4a}.nominate-section{max-width:800px;margin:0 auto;background:#fffffffa}.school-photos-marquee-wrapper{position:relative;margin:3rem auto;padding:3rem 0;background:#ffffff4d;border-radius:4px;max-width:1200px}.school-photos-marquee{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.school-photo-card{flex-shrink:0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.school-photo-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.school-photo{width:350px;height:250px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#e8f4f0;display:block}.form-container{background:#ffffffb3;padding:3rem;border-radius:4px;border:1px solid rgba(106,142,122,.2);margin-top:3rem}.form-title{font-size:1.75rem;font-weight:400;color:#4a7c59;margin-bottom:1rem;text-align:center}.form-description{text-align:center;color:#5a8a6a;margin-bottom:2.5rem;font-size:1.05rem}.nomination-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.95rem;color:#3a5a4a;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid rgba(106,142,122,.3);border-radius:4px;font-size:1rem;font-family:inherit;background:#ffffffe6;color:#2c4a3e;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6b8e7a;background:#fff}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2.5rem;background:linear-gradient(135deg,#1a1a1a,#4a7c59);color:#fff;border:2px solid transparent;border-radius:4px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;letter-spacing:.5px;box-shadow:0 5px 16px #4a7c5966}.submit-btn:hover{background:linear-gradient(135deg,#0a0a0a,#3a6c49);transform:translateY(-3px);box-shadow:0 7px 20px #4a7c598c;border-color:#ffffff4d}.submit-btn:active{transform:translateY(-1px);box-shadow:0 4px 12px #4a7c5966}.back-link-container{text-align:center;margin-top:3rem}.back-link{color:#5a8a6a;text-decoration:none;font-size:1rem;transition:color .3s ease}.back-link:hover{color:#4a7c59}.coming-soon-section{text-align:center;padding:6rem 2rem}.mysteries-section{max-width:1000px;margin:0 auto;background:#fffffffa}.access-notice{text-align:center;padding:1.5rem;background:#6a8e7a1a;border-left:3px solid #6b8e7a;margin:2rem auto 3rem;max-width:700px;border-radius:4px}.access-notice p{margin:0;color:#3a5a4a;font-style:italic;font-size:1.05rem}.mysteries-access-form{max-width:600px;margin:3rem auto;padding:3rem;background:#ffffffb3;border:1px solid rgba(106,142,122,.2);border-radius:4px}.access-form-title{font-size:1.75rem;font-weight:400;color:#4a7c59;margin-bottom:1rem;text-align:center}.access-form-subtitle{text-align:center;color:#5a8a6a;margin-bottom:2.5rem;font-size:1.05rem}.access-code-form{display:flex;flex-direction:column;gap:1.5rem}.form-label{font-size:.95rem;color:#3a5a4a;margin-bottom:.5rem;font-weight:500}.form-input{padding:.75rem;border:1px solid rgba(106,142,122,.3);border-radius:4px;font-size:1rem;font-family:inherit;background:#ffffffe6;color:#2c4a3e;transition:all .3s ease}.form-input:focus{outline:none;border-color:#6b8e7a;background:#fff}.form-message{padding:1rem;border-radius:4px;text-align:center;font-size:.95rem;background:#6a8e7a1a;color:#3a5a4a}.form-message.success{background:#6a8e7a26;color:#2c4a3e;border:1px solid rgba(106,142,122,.3)}.community-section{max-width:1100px;margin:0 auto;background:#fffffffa}.campaign-container{margin:3rem 0;position:relative}.campaign-badge{display:inline-block;padding:.5rem 1.5rem;background:#6a8e7a26;color:#4a7c59;font-size:.9rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;margin-bottom:1.5rem}.campaign-badge.priority{background:#5a8a6a33;color:#3a5a4a}.campaign-card{padding:3rem;background:#ffffffb3;border:1px solid rgba(106,142,122,.2);border-radius:4px;transition:all .3s ease}.campaign-card:hover{background:#ffffffd9;border-color:#6a8e7a66}.campaign-card.featured{border-left:4px solid #6b8e7a}.campaign-title{font-size:2rem;font-weight:300;color:#4a7c59;margin-bottom:1.5rem}.campaign-description{font-size:1.05rem;line-height:1.8;color:#3a5a4a;margin-bottom:1rem}.campaign-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2.5rem 0;padding:2rem 0;border-top:1px solid rgba(106,142,122,.2);border-bottom:1px solid rgba(106,142,122,.2)}.stat-item{text-align:center}.stat-value{font-size:2rem;font-weight:400;color:#4a7c59;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:#5a8a6a;text-transform:uppercase;letter-spacing:.05em}.campaign-btn{display:inline-block;padding:1rem 2.5rem;background:linear-gradient(135deg,#2a2a2a,#5a8a6a);color:#fff;text-decoration:none;border-radius:4px;font-size:1.05rem;font-weight:600;transition:all .3s ease;margin-top:1rem;border:2px solid transparent;cursor:pointer;box-shadow:0 5px 16px #5a8a6a66;letter-spacing:.3px}.campaign-btn:hover{background:linear-gradient(135deg,#1a1a1a,#4a7c59);transform:translateY(-3px);box-shadow:0 7px 20px #5a8a6a8c;border-color:#ffffff4d}.donate-btn{background:linear-gradient(135deg,#1a1a1a,#4a7c59);box-shadow:0 5px 16px #4a7c5973;font-size:1.125rem;font-weight:600;letter-spacing:.5px;padding:1.125rem 3rem;border:2px solid transparent}.donate-btn:hover{background:linear-gradient(135deg,#0a0a0a,#3a6c49);box-shadow:0 7px 22px #4a7c5999;transform:translateY(-4px);border-color:#ffffff4d}.community-projects{margin:4rem 0;padding:3rem;background:#f5fffacc;border-radius:4px;text-align:center;border:2px solid rgba(74,124,89,.3)}.section-subtitle-alt{font-size:2rem;font-weight:300;color:#4a7c59;margin-bottom:1.5rem;text-align:center}.project-description{font-size:1.05rem;line-height:1.8;color:#3a5a4a;max-width:900px;margin:0 auto 2rem}.project-link{display:inline-block;color:#5a8a6a;text-decoration:none;font-size:1.05rem;padding:.5rem 0;border-bottom:1px solid #5a8a6a;transition:all .3s ease}.project-link:hover{color:#4a7c59;border-bottom-color:#4a7c59}.volunteer-section{margin:4rem 0;padding:3rem;background:#fafffccc;border-radius:4px;border:2px solid rgba(74,124,89,.3)}.volunteer-intro{font-size:1.125rem;text-align:center;color:#5a8a6a;margin-bottom:3rem}.volunteer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.volunteer-card{padding:2rem;background:#ffffffb3;border:1px solid rgba(106,142,122,.2);border-radius:4px;transition:all .3s ease}.volunteer-card:hover{background:#ffffffe6;border-color:#6a8e7a66;transform:translateY(-4px)}.volunteer-title{font-size:1.35rem;font-weight:400;color:#4a7c59;margin-bottom:1rem}.volunteer-description{font-size:1rem;line-height:1.7;color:#3a5a4a;margin-bottom:1rem}.volunteer-time{font-size:.9rem;color:#5a8a6a;font-style:italic}.volunteer-apply{text-align:center}.network-section{margin:4rem 0;padding:3rem;background:#f5fff8cc;border-radius:4px;border:2px solid rgba(90,138,106,.4)}.network-intro{font-size:1.05rem;text-align:center;color:#5a8a6a;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.network-marquee-wrapper{overflow:hidden;position:relative;margin-bottom:3rem;padding:2rem 0}.network-marquee-wrapper:before,.network-marquee-wrapper:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.network-marquee-wrapper:before{left:0;background:linear-gradient(to right,rgba(255,255,255,.5),transparent)}.network-marquee-wrapper:after{right:0;background:linear-gradient(to left,rgba(255,255,255,.5),transparent)}.network-marquee{display:flex;gap:2rem;animation:marqueeScroll 40s linear infinite;width:max-content}.network-marquee:hover{animation-play-state:paused}.network-card{padding:2rem;background:#ffffffe6;border:1px solid rgba(106,142,122,.3);border-radius:4px;text-align:center;min-width:350px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #00000014}.network-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.network-title{font-size:1.25rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.network-cities{font-size:.95rem;line-height:1.8;color:#3a5a4a;margin-bottom:1rem}.network-note{font-size:.9rem;color:#5a8a6a;font-style:italic;margin-top:1rem}.nominate-section{text-align:center;padding:2.5rem;background:#f8fffccc;border-radius:4px;margin-top:2rem;border:2px solid rgba(74,124,89,.3)}.nominate-title{font-size:1.5rem;font-weight:400;color:#4a7c59;margin-bottom:1rem}.nominate-description{font-size:1.05rem;color:#3a5a4a}.creations-section{max-width:1200px;margin:0 auto;background:#000;padding:3rem;border-radius:8px}.creations-section .page-title{color:#ffeb3b}.creations-section .page-subtitle{color:#8b6f47}.creations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin:4rem 0}.creation-card{display:block;text-decoration:none;color:inherit;background:#1a1a1a;border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:2px solid #8B6F47;cursor:pointer}.creation-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #8b6f474d;border-color:#d2691e}.creation-image{width:100%;height:300px;background-size:contain;background-position:center;background-color:#2a2a2a;background-repeat:no-repeat}.creation-content{padding:2rem}.creation-title{font-size:1.5rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.creation-description{font-size:1.05rem;line-height:1.7;color:#d4d4d4}.upload-section{margin:5rem 0 4rem;padding:3rem;background:#1a1a1a;border-radius:4px;border:2px dashed #4a7c59}.upload-title{font-size:2rem;font-weight:500;color:#4a7c59;margin-bottom:1.5rem;text-align:center}.upload-description{font-size:1.05rem;line-height:1.8;color:#b8b8b8;max-width:800px;margin:0 auto 2.5rem;text-align:center}.upload-container{max-width:600px;margin:0 auto}.upload-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:#2a2a2a;border:2px dashed #8B6F47;border-radius:4px;cursor:pointer;transition:all .3s ease}.upload-label:hover{background:#333;border-color:#d2691e;transform:translateY(-2px)}.upload-icon{font-size:3rem;margin-bottom:1rem;color:#8b6f47}.upload-text{font-size:1.125rem;font-weight:500;color:#4a7c59;margin-bottom:.75rem}.upload-info{font-size:.875rem;color:#8b6f47;text-align:center;line-height:1.6}.media-form{max-width:700px;margin:3rem auto 0}.media-form .form-group{margin-bottom:1.5rem}.media-form .form-group label{display:block;font-size:1rem;color:#4a7c59;margin-bottom:.5rem;font-weight:500}.media-form .form-group input,.media-form .form-group select,.media-form .form-group textarea{width:100%;padding:.875rem;border:1px solid rgba(139,111,71,.3);border-radius:4px;font-size:1rem;font-family:inherit;background:#fffffff2;color:#2c2a28;transition:all .3s ease}.media-form .form-group input:focus,.media-form .form-group select:focus,.media-form .form-group textarea:focus{outline:none;border-color:#8b6f47;background:#fff;box-shadow:0 0 0 3px #8b6f471a}.media-form .form-group textarea{resize:vertical;min-height:120px}.media-form .upload-container{margin:2rem 0}.media-form .submit-btn{width:100%;padding:1.125rem 2rem;background:linear-gradient(135deg,#1a1a1a,#4a7c59);color:#fff;border:2px solid transparent;border-radius:4px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;letter-spacing:.5px;box-shadow:0 5px 16px #4a7c5966}.media-form .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#0a0a0a,#3a6c49);transform:translateY(-3px);box-shadow:0 7px 20px #4a7c598c;border-color:#ffffff4d}.media-form .submit-btn:active:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4a7c5966}.media-form .submit-btn:disabled{opacity:.6;cursor:not-allowed}.media-form #media-form-message{margin-top:1.5rem}.creations-section .back-link{color:#8b6f47}.creations-section .back-link:hover{color:#d2691e}.ethereal-section{max-width:1200px;margin:0 auto;background:#fffffffa}.ethereal-title{font-size:3rem;font-weight:400;color:#4a7c59;text-align:center;margin-bottom:1.5rem}.ethereal-intro{font-size:1.125rem;line-height:1.8;color:#5a6a5a;text-align:center;max-width:800px;margin:0 auto 4rem;font-style:italic}.ethereal-vision{margin:4rem 0;padding:3rem;background:#f8fffacc;border-radius:24px;border:2px solid rgba(90,138,106,.4);text-align:center}.section-title{font-size:2.25rem;font-weight:500;color:#4a7c59;margin-bottom:2rem;text-align:center}.section-subtitle{font-size:1.75rem;font-weight:500;color:#4a7c59;margin-bottom:2rem;text-align:center}.vision-text{font-size:1.125rem;line-height:1.8;color:#3a5a4a;margin-bottom:1.5rem;text-align:center}.vision-highlight{font-size:1.25rem;line-height:1.8;color:#2a4a3a;text-align:center}.partners-section{margin:5rem 0}.partners-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}.partner-card{background:#fffc;border-radius:4px;overflow:hidden;border:1px solid rgba(106,142,122,.2);transition:transform .3s ease}.partner-card:hover{transform:translateY(-5px)}.partner-image{width:100%;height:200px;background-size:cover;background-position:center;background-color:#e8f4f0}.partners-marquee-wrapper{overflow:hidden;position:relative;margin-top:4rem;padding:3rem 0;background:#ffffff4d;border-radius:4px}.partners-marquee-wrapper:before,.partners-marquee-wrapper:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.partners-marquee-wrapper:before{left:0;background:linear-gradient(to right,rgba(255,255,255,.8),transparent)}.partners-marquee-wrapper:after{right:0;background:linear-gradient(to left,rgba(255,255,255,.8),transparent)}.partners-marquee{display:flex;gap:4rem;animation:marqueeScroll 30s linear infinite;width:max-content}.partners-marquee:hover{animation-play-state:paused}.partner-logo-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;min-width:200px;gap:1rem}.partner-logo-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #0000001f}.partner-logo{width:150px;height:auto;object-fit:contain;filter:grayscale(20%);transition:filter .3s ease}.partner-logo-card:hover .partner-logo{filter:grayscale(0%)}.partner-name{font-size:1rem;font-weight:500;color:#4a7c59;margin:0;text-align:center}.connect-steps{margin:5rem 0}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.step-card{background:#ffffffb3;padding:2rem;border-radius:4px;text-align:center;border:1px solid rgba(106,142,122,.2);transition:all .3s ease}.step-card:hover{background:#ffffffe6;transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#6a8e7a,#4a7c59);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;font-weight:600;margin:0 auto 1.5rem}.step-title{font-size:1.375rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.step-description{font-size:1rem;line-height:1.6;color:#3a5a4a}.events-section{margin:5rem 0}.events-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.event-card{background:#fffc;border-radius:4px;overflow:hidden;border:1px solid rgba(106,142,122,.2);transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.event-image{width:100%;height:250px;background-size:cover;background-position:center;background-color:#e8f4f0}.event-content{padding:2rem}.event-title{font-size:1.5rem;font-weight:500;color:#4a7c59;margin-bottom:.75rem}.event-date{font-size:1rem;font-weight:600;color:#6a8e7a;margin-bottom:1rem}.event-description{font-size:1.05rem;line-height:1.7;color:#3a5a4a;margin-bottom:1rem}.event-collab{font-size:.95rem;font-style:italic;color:#6a8e7a;margin-bottom:1.5rem}.event-register-btn{display:inline-block;padding:.875rem 2rem;background:linear-gradient(135deg,#4a7c59,#6a8e7a);color:#fff;text-decoration:none;border-radius:4px;font-weight:500;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 12px #4a7c594d}.event-register-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4a7c5966;background:linear-gradient(135deg,#5a8c69,#7a9e8a)}.connect-form-section{margin:5rem 0;padding:3rem;background:#fafffccc;border-radius:4px;border:2px solid rgba(90,138,106,.4)}.form-intro{font-size:1.125rem;line-height:1.8;color:#3a5a4a;text-align:center;max-width:700px;margin:0 auto 1rem}.form-hashtag{font-size:1.25rem;font-weight:600;color:#4a7c59;text-align:center;margin-bottom:3rem}.ethernet-form{max-width:600px;margin:0 auto}.more-ways{margin:5rem 0 4rem}.more-intro{font-size:1.125rem;line-height:1.8;color:#3a5a4a;text-align:center;max-width:700px;margin:0 auto 3rem}.ways-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.way-card{background:#ffffffb3;padding:2.5rem;border-radius:4px;border:1px solid rgba(106,142,122,.2);transition:all .3s ease}.way-card:hover{background:#ffffffe6;transform:translateY(-5px);box-shadow:0 8px 16px #0000001a}.way-title{font-size:1.375rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.way-description{font-size:1.05rem;line-height:1.7;color:#3a5a4a}.store-section{max-width:1200px;margin:0 auto;background:#fffffffa}.store-title{font-size:3rem;font-weight:400;color:#4a7c59;text-align:center;margin-bottom:1rem}.store-tagline{font-size:1.25rem;line-height:1.8;color:#5a6a5a;text-align:center;max-width:700px;margin:0 auto 5rem;font-style:italic}.store-collection{margin:4rem 0}.collection-title{font-size:2.25rem;font-weight:500;color:#4a7c59;text-align:center;margin-bottom:1rem}.collection-subtitle{font-size:1.125rem;line-height:1.8;color:#5a6a5a;text-align:center;max-width:800px;margin:0 auto 3rem}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:3rem}.product-card{background:#fffc;border-radius:4px;overflow:hidden;border:1px solid rgba(106,142,122,.2);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.product-image{width:100%;aspect-ratio:1 / 1;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#e8f4f0;transition:background-image .4s ease}.product-image-toggle-container{position:relative;aspect-ratio:1 / 1}.product-image-toggle-container .product-image{height:100%}.image-toggle-btn{position:absolute;bottom:1rem;right:1rem;padding:.75rem 1.5rem;background:#fffffff2;color:#4a7c59;border:2px solid #4a7c59;border-radius:4px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000026;z-index:10}.image-toggle-btn:hover{background:#4a7c59;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.product-dual-image-container{aspect-ratio:1 / 1;width:100%}.product-dual-image{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;height:100%;padding:.5rem;background:#f5f5f5;border-radius:8px}.dual-image-item{display:flex;flex-direction:column;gap:.5rem}.dual-image-item .product-image{flex:1;border-radius:4px}.image-label{text-align:center;font-size:.85rem;font-weight:600;color:#4a7c59;margin:0;padding:.25rem;background:#fff;border-radius:4px}.product-image-duo{display:grid;grid-template-columns:repeat(2,1fr);aspect-ratio:1 / 1}.duo-image{width:100%;height:100%;background-size:cover;background-position:center;background-color:#e8f4f0}.product-content{padding:2rem}.product-title{font-size:1.5rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.product-description{font-size:1.05rem;line-height:1.7;color:#3a5a4a;margin-bottom:1rem}.product-price{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.5rem;letter-spacing:.02em}.add-to-cart-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#6a8e7a,#4a7c59);color:#fff;border:none;border-radius:4px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.add-to-cart-btn:hover{background:linear-gradient(135deg,#5a7e6a,#3a6c49);transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.cashapp-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#00d54b,#00b83e);color:#fff;border:none;border-radius:8px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;text-transform:uppercase;letter-spacing:1px}.cashapp-btn:hover{background:linear-gradient(135deg,#00b83e,#009e34);transform:translateY(-2px);box-shadow:0 6px 20px #00d54b66}.cashapp-icon{font-size:1.3rem}.payment-note{text-align:center;font-size:.85rem;color:#000000b3;margin-top:.75rem;line-height:1.4;padding:.5rem;background:#00d54b1a;border-radius:6px;border:1px solid rgba(0,213,75,.2)}.payment-note strong{color:#00b83e;font-weight:700}.product-card.out-of-stock{position:relative;opacity:.75}.product-card.out-of-stock .product-image{filter:grayscale(50%)}.out-of-stock-badge{position:absolute;top:1rem;right:1rem;background:#dc2626f2;color:#fff;padding:.5rem 1rem;border-radius:6px;font-weight:600;font-size:.9rem;z-index:10;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #dc262666}.cashapp-btn.disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;opacity:.7}.cashapp-btn.disabled:hover{transform:none;box-shadow:none;background:linear-gradient(135deg,#9ca3af,#6b7280)}.payment-instructions{background:#00d54b1a;border:2px solid rgba(0,213,75,.3);border-radius:12px;padding:2rem;margin:2rem auto 3rem;max-width:700px}.interim-notice{background:#ffc10726;border:2px solid rgba(255,193,7,.4);border-radius:8px;padding:1rem 1.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.notice-icon{font-size:1.5rem;flex-shrink:0}.interim-notice p{margin:0;color:#000c;font-size:.95rem;line-height:1.5}.interim-notice strong{color:#f57c00;font-weight:700}.instructions-title{font-size:1.5rem;font-weight:600;color:#00b83e;margin-bottom:1rem;text-align:center}.instructions-list{list-style:none;counter-reset:step-counter;padding:0;margin:0}.instructions-list li{counter-increment:step-counter;padding:.75rem 0 .75rem 3rem;position:relative;color:#000000d9;line-height:1.6;font-size:1rem}.instructions-list li:before{content:counter(step-counter);position:absolute;left:0;top:.75rem;background:#00d54b;color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.instructions-list li strong{color:#00b83e;font-weight:700}.conscious-media-section{max-width:1200px;margin:0 auto;background:#fffffffa}.conscious-media-title{font-size:3rem;font-weight:400;color:#4a7c59;text-align:center;margin-bottom:1rem}.conscious-media-tagline{font-size:1.25rem;line-height:1.8;color:#5a6a5a;text-align:center;max-width:700px;margin:0 auto 4rem}.media-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:4rem}.media-card{background:#fffc;border-radius:4px;overflow:hidden;border:1px solid rgba(106,142,122,.2);transition:transform .3s ease,box-shadow .3s ease}.media-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.media-image{width:100%;height:280px;background-size:cover;background-position:center;background-color:#e8f4f0}.media-content{padding:2rem}.media-title{font-size:1.75rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.media-description{font-size:1.05rem;line-height:1.7;color:#3a5a4a;margin-bottom:2rem}.media-formats{border-top:1px solid rgba(106,142,122,.2);padding-top:1.5rem}.formats-title{font-size:1.125rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.format-btn{display:block;width:100%;padding:.75rem 1.5rem;background:#6a8e7a1a;color:#4a7c59;border:1px solid rgba(106,142,122,.3);border-radius:4px;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-bottom:.75rem}.format-btn:last-child{margin-bottom:0}.format-btn:hover{background:#6a8e7a33;border-color:#4a7c59;transform:translate(4px)}.bundle-card{background:linear-gradient(135deg,#6a8e7a1a,#4a7c590d);border:2px solid #6a8e7a;border-radius:8px;padding:3rem;text-align:center;margin-bottom:3rem}.bundle-title{font-size:2rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.bundle-description{font-size:1.125rem;line-height:1.7;color:#3a5a4a;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto}.bundle-pricing{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.original-price{font-size:1.5rem;color:#888;text-decoration:line-through}.bundle-price{font-size:2.5rem;font-weight:600;color:#4a7c59}.savings{font-size:1.25rem;color:#6a8e7a;font-weight:500;padding:.5rem 1rem;background:#6a8e7a26;border-radius:20px}.bundle-btn{padding:1.25rem 3rem;background:linear-gradient(135deg,#6a8e7a,#4a7c59);color:#fff;border:none;border-radius:4px;font-size:1.25rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.bundle-btn:hover{background:linear-gradient(135deg,#5a7e6a,#3a6c49);transform:translateY(-2px);box-shadow:0 6px 20px #4a7c594d}.book-section{max-width:1200px;margin:0 auto;background:#fffffffa}.book-main-title{font-size:3rem;font-weight:400;color:#4a7c59;text-align:center;margin-bottom:1rem}.book-tagline{font-size:1.25rem;line-height:1.8;color:#5a6a5a;text-align:center;max-width:700px;margin:0 auto 4rem;font-style:italic}.book-hero{display:grid;grid-template-columns:400px 1fr;gap:3rem;margin-bottom:5rem;align-items:center}.book-cover{width:100%;height:550px;background-size:cover;background-position:center;border-radius:4px;box-shadow:0 8px 24px #00000026}.book-description{font-size:1.125rem;line-height:1.8;color:#3a5a4a}.book-description p{margin-bottom:1.5rem}.editions-title{font-size:2.25rem;font-weight:500;color:#4a7c59;text-align:center;margin-bottom:1rem}.editions-subtitle{font-size:1.125rem;line-height:1.8;color:#5a6a5a;text-align:center;max-width:700px;margin:0 auto 3rem}.editions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.edition-card{position:relative;background:#fffc;border:1px solid rgba(106,142,122,.2);border-radius:4px;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.edition-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.edition-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#6a8e7a,#4a7c59);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.edition-title{font-size:1.5rem;font-weight:500;color:#4a7c59;margin-bottom:1.5rem}.edition-description{font-size:1rem;line-height:1.7;color:#3a5a4a;margin-bottom:2rem}.edition-price{font-size:2rem;font-weight:600;color:#4a7c59;margin-bottom:1.5rem}.edition-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#6a8e7a,#4a7c59);color:#fff;border:none;border-radius:4px;font-size:1.05rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.edition-btn:hover{background:linear-gradient(135deg,#5a7e6a,#3a6c49);transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.collection-bundle{background:linear-gradient(135deg,#6a8e7a1a,#4a7c590d);border:2px solid #6a8e7a;border-radius:8px;padding:3rem;text-align:center;margin-bottom:3rem}.ecological-section{max-width:1000px;margin:0 auto;text-align:center;background:#fffffffa}.ecological-decorative{font-size:1.5rem;margin-bottom:2rem;letter-spacing:.5rem;opacity:.7}.ecological-hero{margin:3rem 0 4rem;padding:3rem 2rem;background:#fafffccc;border-radius:4px;border:2px solid rgba(90,138,106,.4)}.ecological-coming-soon{font-size:2.5rem;font-weight:300;color:#4a7c59;margin-bottom:1.5rem}.ecological-description{font-size:1.125rem;line-height:1.8;color:#3a5a4a;max-width:800px;margin:0 auto}.ecological-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0 4rem}.ecological-card{padding:2.5rem 2rem;background:#ffffffb3;border:1px solid rgba(106,142,122,.2);border-radius:4px;transition:all .3s ease}.ecological-card:hover{background:#ffffffe6;border-color:#6a8e7a66;transform:translateY(-4px)}.ecological-icon{font-size:3rem;margin-bottom:1.5rem}.ecological-card-title{font-size:1.25rem;font-weight:500;color:#4a7c59;margin-bottom:1rem}.ecological-card-description{font-size:1rem;line-height:1.7;color:#3a5a4a}@media (max-width: 768px){.form-container{padding:2rem 1.5rem}.form-row{grid-template-columns:1fr}.school-photos-marquee-wrapper{margin:2rem auto;padding:2rem 1rem}.school-photos-marquee{gap:1.5rem}.school-photo-card{border-radius:6px}.school-photo{width:280px;height:200px}.page-title{font-size:2rem}.page-subtitle{font-size:1.125rem}.mysteries-access-form{padding:2rem 1.5rem}.access-form-title{font-size:1.5rem}.campaign-card{padding:2rem 1.5rem}.campaign-title{font-size:1.5rem}.campaign-stats{grid-template-columns:1fr;gap:1.5rem}.stat-value{font-size:1.75rem}.section-subtitle-alt{font-size:1.5rem}.volunteer-grid{grid-template-columns:1fr}.network-card{min-width:280px}.community-projects,.network-section{padding:2rem 1.5rem}.ecological-decorative{font-size:1.2rem;letter-spacing:.3rem}.ecological-hero{padding:2rem 1.5rem}.ecological-coming-soon{font-size:1.75rem}.ecological-grid{grid-template-columns:1fr}.creations-grid{grid-template-columns:1fr;gap:2rem}.creation-image{height:250px}.upload-section{padding:2rem 1.5rem}.upload-title{font-size:1.5rem}.upload-label{padding:2rem 1.5rem}.ethereal-title{font-size:2rem}.partners-marquee-wrapper{margin-top:3rem;padding:2rem 0}.partners-marquee{gap:3rem}.partner-logo-card{min-width:160px;padding:1rem;gap:.75rem}.partner-logo{width:120px}.partner-name{font-size:.9rem}.steps-grid{grid-template-columns:1fr;gap:1.5rem}.events-grid{grid-template-columns:1fr;gap:2rem}.event-image{height:200px}.event-register-btn{width:100%;text-align:center;padding:.75rem 1.5rem;font-size:.95rem}.ways-grid{grid-template-columns:1fr;gap:2rem}.connect-form-section,.ethereal-vision{padding:2rem 1.5rem}.store-title{font-size:2rem}.store-tagline{font-size:1.125rem}.products-grid{grid-template-columns:1fr;gap:2rem}.collection-title{font-size:1.75rem}.conscious-media-title{font-size:2rem}.conscious-media-tagline{font-size:1.125rem}.media-grid{grid-template-columns:1fr;gap:2rem}.media-image{height:250px}.book-main-title{font-size:2rem}.book-tagline{font-size:1.125rem}.book-hero{grid-template-columns:1fr;gap:2rem}.book-cover{height:400px}.editions-grid{grid-template-columns:1fr;gap:1.5rem}.editions-title{font-size:1.75rem}.bundle-card,.collection-bundle{padding:2rem 1.5rem}.bundle-pricing{gap:1rem}.bundle-price{font-size:2rem}.application-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1.5rem}.checkbox-label{padding:1rem}.checkbox-content{gap:.25rem}.checkbox-title{font-size:1rem}.checkbox-description{font-size:.875rem}.form-actions{flex-direction:column;gap:1rem}.form-submit-btn,.form-cancel-btn{width:100%;text-align:center}.auth-container{padding:2rem 1.5rem;margin:1rem}.auth-title{font-size:1.75rem}.success-container{padding:3rem 2rem;margin:1rem}.success-title{font-size:1.75rem}.success-actions{flex-direction:column}.success-btn{width:100%;text-align:center}}.volunteer-application-section{max-width:900px;margin:0 auto;padding:4rem 2rem;background:#fffffffa}.application-form{background:#ffffffb3;padding:3rem;border-radius:8px;box-shadow:0 2px 12px #00000014;margin-bottom:2rem}.form-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(90,138,106,.2)}.form-section:last-of-type{border-bottom:none}.form-section-title{font-size:1.5rem;font-weight:500;color:#3a5a4a;margin-bottom:1.5rem}.form-section-description{font-size:1rem;color:#5a6a5a;margin-bottom:1.5rem;line-height:1.6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.95rem;font-weight:500;color:#3a5a4a;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.875rem;border:2px solid rgba(90,138,106,.3);border-radius:4px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-input:focus,.form-textarea:focus{outline:none;border-color:#5a8a6a;box-shadow:0 0 0 3px #5a8a6a1a}.form-textarea{resize:vertical;min-height:100px}.checkbox-group{display:flex;flex-direction:column;gap:1rem}.checkbox-label{display:flex;align-items:flex-start;padding:1.25rem;background:#fff;border:2px solid rgba(90,138,106,.2);border-radius:6px;cursor:pointer;transition:all .3s ease}.checkbox-label:hover{border-color:#5a8a6a;background:#5a8a6a0d;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.form-checkbox{width:20px;height:20px;margin-right:1rem;margin-top:2px;cursor:pointer;accent-color:#5a8a6a;flex-shrink:0}.checkbox-content{display:flex;flex-direction:column;gap:.5rem}.checkbox-title{font-size:1.125rem;font-weight:500;color:#3a5a4a}.checkbox-description{font-size:.95rem;color:#5a6a5a;line-height:1.5}.form-actions{display:flex;gap:1.5rem;margin-top:2rem;padding-top:2rem}.form-submit-btn{flex:1;padding:1rem 2.5rem;background:linear-gradient(135deg,#3a5a4a,#4a7c59);color:#fff;border:none;border-radius:4px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4a7c594d;letter-spacing:.5px}.form-submit-btn:hover{background:linear-gradient(135deg,#2a4a3a,#3a6c49);transform:translateY(-2px);box-shadow:0 6px 16px #4a7c5966}.form-cancel-btn{padding:1rem 2rem;background:transparent;color:#5a8a6a;border:2px solid #5a8a6a;border-radius:4px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.form-cancel-btn:hover{background:#5a8a6a;color:#fff;transform:translateY(-2px)}.form-message{margin-top:1.5rem;padding:1rem;border-radius:4px;font-size:1rem;text-align:center;background:#5a8a6a1a;color:#3a5a4a;border:1px solid rgba(90,138,106,.3)}.form-message.success{background:#4a7c5926;color:#2a4a3a;border-color:#4a7c59}.form-message.error{background:#c850501a;color:#a03030;border-color:#c850504d}.admin-section{max-width:1200px;margin:0 auto;padding:2rem}.admin-filters{margin:2rem 0;display:flex;gap:1rem;justify-content:flex-end}.status-filter{padding:.75rem 1.25rem;border:2px solid #4a7c59;border-radius:8px;font-size:1rem;background:#fff;color:#2c2a28;cursor:pointer;transition:all .3s ease}.status-filter:hover{border-color:#6b8e7a;box-shadow:0 2px 8px #4a7c5926}.nominations-container{display:flex;flex-direction:column;gap:1.5rem}.loading-text,.no-results,.error-text{text-align:center;padding:3rem;font-size:1.1rem;color:#6b8e7a}.error-text{color:#a03030}.nomination-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.nomination-card:hover{box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.nomination-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.nomination-school-name{font-size:1.5rem;color:#4a7c59;margin:0}.nomination-status{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#ffc10726;color:#f57c00}.status-reviewed{background:#2196f326;color:#1976d2}.status-approved{background:#4caf5026;color:#388e3c}.status-rejected,.status-denied{background:#f4433626;color:#d32f2f}.status-reviewing{background:#2196f326;color:#1976d2}.status-accepted{background:#4caf5026;color:#388e3c}.status-declined{background:#f4433626;color:#d32f2f}.positions-list{list-style:none;padding:0;margin:.5rem 0 0}.positions-list li{padding:.5rem .75rem;background:#4a7c590d;border-left:3px solid #4a7c59;margin-bottom:.5rem;border-radius:4px}.nomination-details{display:flex;flex-direction:column;gap:1rem}.detail-row{font-size:1rem;line-height:1.6}.detail-row strong{color:#4a7c59;display:block;margin-bottom:.25rem}.nomination-reason{margin-top:.5rem;padding:1rem;background:#4a7c590d;border-left:3px solid #4a7c59;border-radius:4px;line-height:1.6}.nomination-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.action-btn{padding:.75rem 1.5rem;border:2px solid #4a7c59;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.update-status-btn{background:#4a7c59;color:#fff}.update-status-btn:hover{background:#3a6049;transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}.email-btn{background:#fff;color:#4a7c59}.email-btn:hover{background:#4a7c59;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4a7c594d}@media (max-width: 768px){.admin-section{padding:1rem}.nomination-header{flex-direction:column;align-items:flex-start;gap:1rem}.nomination-actions{flex-direction:column}.action-btn{width:100%;text-align:center}}.campaign-badge.urgent{background:#b4504633;color:#8b3a2f;font-weight:600}.truth-accountability-section{max-width:1200px;margin:0 auto;padding:3rem 2rem}.truth-intro{background:#ffffff80;padding:2rem;border-radius:8px;margin:2rem 0 3rem;border-left:4px solid #6a8e7a}.truth-heading{font-size:1.5rem;color:#3a5a4a;margin-bottom:1rem;font-weight:600}.truth-text{font-size:1.05rem;line-height:1.8;color:#2c2a28;margin-bottom:1rem}.truth-text:last-child{margin-bottom:0}.forms-container{display:grid;grid-template-columns:1fr;gap:3rem;margin:3rem 0}.form-section{background:#fff9;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.form-section-title{font-size:1.75rem;color:#3a5a4a;margin-bottom:.75rem;font-weight:600}.form-section-description{font-size:1rem;color:#5a5856;margin-bottom:2rem;font-style:italic}.testimony-form .form-group{margin-bottom:1.5rem}.testimony-form label{display:block;font-weight:500;color:#3a5a4a;margin-bottom:.5rem;font-size:1rem}.testimony-form input[type=text],.testimony-form input[type=email],.testimony-form textarea{width:100%;padding:.75rem;border:2px solid #d4c9b8;border-radius:6px;font-size:1rem;font-family:inherit;background:#fffc;transition:border-color .3s ease}.testimony-form input[type=text]:focus,.testimony-form input[type=email]:focus,.testimony-form textarea:focus{outline:none;border-color:#6a8e7a}.testimony-form textarea{resize:vertical;min-height:120px}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.checkbox-label{display:flex;align-items:center;font-weight:400;color:#2c2a28;cursor:pointer;padding:.25rem 0}.checkbox-label input[type=checkbox]{margin-right:.75rem;width:18px;height:18px;cursor:pointer}.form-help{display:block;font-size:.875rem;color:#6b6865;margin-top:.5rem;font-style:italic}.form-privacy{font-size:.875rem;color:#6b6865;text-align:center;margin-top:1.5rem;padding:1rem;background:#6a8e7a1a;border-radius:6px;font-style:italic}.support-resources{background:#ffffff80;padding:2rem;border-radius:8px;margin:3rem 0;border-left:4px solid #b45046}.support-heading{font-size:1.5rem;color:#8b3a2f;margin-bottom:1rem;font-weight:600}.support-text{font-size:1rem;line-height:1.8;color:#2c2a28;margin-bottom:.75rem}.support-text:last-child{margin-bottom:0}@media (max-width: 768px){.truth-accountability-section{padding:2rem 1rem}.form-section{padding:1.5rem}.form-section-title{font-size:1.4rem}.truth-intro,.support-resources{padding:1.5rem}.truth-heading,.support-heading{font-size:1.25rem}}.seeds-community-section{max-width:1400px;margin:0 auto}.initiative-intro{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.intro-card{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.intro-heading{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#f4a261}.intro-text{line-height:1.8;color:#ffffffe6}.initiative-sections{margin:4rem 0}.initiative-section{background:#ffffff08;padding:3rem;border-radius:16px;margin-bottom:3rem;border:1px solid rgba(255,255,255,.08)}.section-header{text-align:center;margin-bottom:2.5rem}.land-sharing-header{padding-bottom:1.5rem;border-bottom:2px solid rgba(118,166,83,.3)}.bartering-header{padding-bottom:1.5rem;border-bottom:2px solid rgba(244,162,97,.3)}.section-title-alt{font-size:2rem;font-weight:600;margin-bottom:.75rem;color:#fff}.section-description-alt{font-size:1.1rem;color:#fffc;max-width:800px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.benefit-card{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.benefit-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#76a653}.benefit-list{list-style:none;padding:0;margin:0}.benefit-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#ffffffe6;line-height:1.6}.benefit-list li:before{content:"✓";position:absolute;left:0;color:#76a653;font-weight:700}.barter-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.example-card{background:#ffffff0d;padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.example-title{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#f4a261}.example-tags{display:flex;flex-wrap:wrap;gap:.75rem}.example-tag{background:#f4a26133;color:#f4a261;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(244,162,97,.3)}.how-it-works-list{list-style:none;counter-reset:step-counter;padding:0;margin:0}.how-it-works-list li{counter-increment:step-counter;padding:.75rem 0 .75rem 2.5rem;position:relative;color:#ffffffe6;line-height:1.6}.how-it-works-list li:before{content:counter(step-counter);position:absolute;left:0;top:.75rem;background:#f4a261;color:#1a1a1a;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.action-btn{padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.action-btn.primary{background:#76a653;color:#fff}.action-btn.primary:hover{background:#5d8442;transform:translateY(-2px);box-shadow:0 4px 12px #76a6534d}.action-btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.action-btn.secondary:hover{background:#ffffff26;transform:translateY(-2px)}.forms-section{margin:4rem 0}.forms-heading{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:3rem;color:#fff}.form-container{background:#ffffff08;padding:3rem;border-radius:16px;margin-bottom:3rem;border:1px solid rgba(255,255,255,.08)}.form-title{font-size:1.8rem;font-weight:600;margin-bottom:2rem;color:#f4a261;text-align:center}.community-form{max-width:900px;margin:0 auto}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.form-select{width:100%;padding:.875rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease}.form-select:focus{outline:none;border-color:#f4a261;background:#ffffff14}.form-select option{background:#1a1a1a;color:#fff}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#ffffffe6}.radio-label input[type=radio]{cursor:pointer;width:1.2rem;height:1.2rem}.available-listings-section{margin:4rem 0}.listings-container{margin-bottom:4rem}.listings-heading{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#fff;text-align:center}.barter-filters{display:flex;justify-content:center;margin-bottom:2rem}.filter-select{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem;min-width:250px}.filter-select option{background:#1a1a1a;color:#fff}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:2rem}.listing-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.listing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d;border-color:#fff3}.barter-card:hover{border-color:#f4a26166}.listing-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.listing-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.listing-size{background:#76a65333;color:#76a653;padding:.4rem .8rem;border-radius:6px;font-size:.9rem;font-weight:600;white-space:nowrap}.category-badge{background:#f4a26133;color:#f4a261;padding:.4rem .8rem;border-radius:6px;font-size:.9rem;font-weight:600;white-space:nowrap}.listing-details{margin-bottom:1rem}.listing-description{color:#ffffffe6;line-height:1.6;margin-bottom:1rem}.listing-features{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.feature-tag{background:#ffffff1a;color:#ffffffe6;padding:.4rem .8rem;border-radius:6px;font-size:.85rem}.listing-info,.barter-info{margin-top:1rem}.listing-info p,.barter-info p{margin:.5rem 0;color:#ffffffd9;font-size:.95rem;line-height:1.6}.listing-info strong,.barter-info strong{color:#f4a261}.listing-contact{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.contact-info{margin:.25rem 0;color:#fffc;font-size:.9rem}.loading-message,.no-listings{text-align:center;padding:3rem;color:#fff9;font-size:1.1rem}.error-message{text-align:center;padding:2rem;color:#e76f51;font-size:1rem}@media (max-width: 768px){.initiative-intro{grid-template-columns:1fr;gap:1.5rem}.initiative-section{padding:2rem 1.5rem}.section-title-alt{font-size:1.5rem}.benefits-grid,.barter-examples{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-btn{width:100%}.form-container{padding:2rem 1.5rem}.form-row,.listings-grid{grid-template-columns:1fr}.listing-header{flex-direction:column;gap:.5rem}.listing-size,.category-badge{align-self:flex-start}}.foundation-header{display:flex;justify-content:center;margin-bottom:2rem}.foundation-badge{display:inline-flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#2d6a4f,#40916c);color:#fff;padding:1rem 2rem;border-radius:50px;box-shadow:0 4px 15px #2d6a4f4d;border:2px solid rgba(255,255,255,.3);animation:subtle-pulse 3s ease-in-out infinite}@keyframes subtle-pulse{0%,to{box-shadow:0 4px 15px #2d6a4f4d}50%{box-shadow:0 6px 25px #2d6a4f66}}.badge-icon{font-size:2rem;animation:gentle-rotate 4s ease-in-out infinite}@keyframes gentle-rotate{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(5deg) scale(1.05)}}.badge-text{display:flex;flex-direction:column;gap:.25rem}.badge-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;opacity:.95}.badge-subtitle{font-size:1.125rem;font-weight:700;letter-spacing:.02em}.foundation-trust-indicators{display:flex;justify-content:center;align-items:center;gap:2rem;margin:2rem auto 3rem;padding:1.5rem;background:#2d6a4f0d;border-radius:12px;border:1px solid rgba(45,106,79,.15);max-width:900px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:#2d6a4f}.trust-icon{font-size:1.25rem;font-weight:700;color:#2d6a4f;background:#2d6a4f1a;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.trust-text{font-size:.95rem;font-weight:500;line-height:1.4}.nav-link-foundation{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .75rem!important;background:linear-gradient(135deg,#2d6a4f14,#40916c14);border-radius:8px;border:1px solid rgba(45,106,79,.2);transition:all .3s ease}.nav-link-foundation:hover{background:linear-gradient(135deg,#2d6a4f26,#40916c26);border-color:#2d6a4f4d;transform:translateY(-1px)}.nav-foundation-label{font-size:1rem;font-weight:500;color:#2d6a4f}.nav-nonprofit-badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2d6a4f;opacity:.8;white-space:nowrap}@media (max-width: 768px){.foundation-badge{padding:.875rem 1.5rem;gap:.75rem}.badge-icon{font-size:1.5rem}.badge-title{font-size:.75rem}.badge-subtitle{font-size:1rem}.foundation-trust-indicators{flex-direction:column;gap:1rem;padding:1rem;align-items:flex-start}.trust-item{width:100%}.nav-link-foundation{padding:.75rem 1rem!important;width:100%}.nav-nonprofit-badge{font-size:.6rem}}
