@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";:root{font-family:Nunito,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:#0f2f23;background-color:#e8f2e9;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#e8f2e9;color:#0f2f23}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;font-weight:800;color:#0f2f23}p{margin:0}.header{background-color:#0f3f2d;padding:18px 0;box-shadow:0 4px 14px #00000026}.header__inner{max-width:1180px;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;color:#eef6f1}.logo{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:.3px}.logo-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:20px;background:#ffffff1a;font-size:22px}.logo-icon img{width:40px;height:40px}.logo-text{color:#e8f2e9}.nav{display:flex;align-items:center;gap:28px}.nav a{color:#e8f2e9;font-weight:700;font-size:16px}.nav a:hover{color:#d1e8dd}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:38px;height:38px;padding:6px;border-radius:10px;border:1px solid rgba(255,255,255,.3);background:#ffffff14;cursor:pointer}.menu-toggle span{display:block;height:2px;width:100%;background:#e8f2e9;transition:transform .16s ease,opacity .16s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){opacity:0}.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:800px){.nav{display:none;position:absolute;right:20px;top:68px;flex-direction:column;gap:14px;background:#0f3f2d;padding:14px 16px;border-radius:12px;box-shadow:0 12px 28px #00000040;border:1px solid rgba(255,255,255,.1);z-index:10}.nav.nav--open,.menu-toggle{display:flex}}:root{--green-deep: #0f3f2d;--green-mid: #1f6b4d;--green-soft: #cde6d4;--green-back: #e8f2e9;--text: #0f2f23;--card-border: #d5e6da}.home{background:var(--green-back);color:var(--text);padding-bottom:80px}.section-shell{max-width:1180px;margin:0 auto;padding:60px 32px}.hero{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:18px;background:var(--green-soft);border-radius:20px;padding:56px 48px;box-shadow:0 16px 40px #05281a1f;margin-top:2rem}.hero__content{max-width:460px}.hero__content h1{font-size:44px;line-height:1.2;letter-spacing:-.6px}.lead{margin-top:18px;font-size:18px;color:#1f3f33}.hero__actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:10px;font-weight:700;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #07312026}.btn.primary{background:var(--green-deep);color:#f5f7f5;border-color:var(--green-deep)}.btn.secondary{background:transparent;color:var(--green-deep);border-color:#2c6348}.hero__image img{width:100%;max-width:700px;height:374px;max-height:374px;border-radius:16px;object-fit:cover;object-position:center;justify-self:end;box-shadow:0 14px 34px #0000002e}.find{padding-top:34px}.find h2{font-size:30px;margin-bottom:22px}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.feature-card{background:#fff;border-radius:14px;padding:22px;border:1px solid var(--card-border);box-shadow:0 10px 24px #093f2b14;display:flex;flex-direction:column;gap:10px}.feature-icon{width:52px;height:52px;border-radius:16px;background:#e3f2e7;display:grid;place-items:center;font-size:24px}.feature-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover}.feature-card h3{font-size:20px}.feature-card p{color:#2f4d40;line-height:1.5}.weekly{display:grid;grid-template-columns:.8fr 1fr;align-items:center;gap:26px;background:var(--green-soft);border-radius:18px;padding:30px;margin-top:40px;box-shadow:0 14px 36px #0834221f}.weekly__image img{width:100%;max-width:420px;border-radius:14px;object-fit:cover;box-shadow:0 10px 30px #0000002e}.weekly__content h3{font-size:26px;margin-bottom:12px}.weekly__content p{color:#27493a;font-size:17px;line-height:1.55}@media(max-width:960px){.hero,.weekly{grid-template-columns:1fr}.hero__image,.weekly__image{justify-self:center}}@media(max-width:640px){.section-shell{padding:40px 20px}.hero{padding:36px 28px}.hero__content h1{font-size:34px}}@media(min-width:1200px){.hero__image img{max-width:760px;height:404px;max-height:404px}}.experiments-page{max-width:1180px;margin:0 auto}.experiments-header h1{font-size:32px;margin-bottom:8px}.experiments-header p{margin:0;color:#2f4d40;font-size:17px}.videos-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:28px}@media(min-width:720px){.videos-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.video-card{background:#fff;border-radius:14px;overflow:hidden;border:1px solid #d5e6da;box-shadow:0 12px 26px #093f2b14;display:flex;flex-direction:column}.video-card video{width:100%;aspect-ratio:16 / 9;display:block;background:#dfeee4}.video-meta{padding:14px 16px 18px}.video-meta h3{margin:0 0 8px;font-size:18px}.video-meta p{margin:0;color:#2f4d40;line-height:1.5;font-size:15px}.fun-page{max-width:1180px;margin:0 auto}.fun-header h1{font-size:32px;margin:0 0 10px}.fun-header p{margin:0;color:#2f4d40;font-size:17px}.fun-section-title{display:flex;gap:12px;align-items:center;margin:28px 0 12px}.fun-section-title h2{margin:0;font-size:24px}.pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#d9ecdf;color:#0f3f2d;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.pill-bio{background:#dce7f6;color:#183c6d}.fun-layout{display:flex;gap:22px;align-items:stretch;margin-top:20px}.fun-gallery{width:220px;flex-shrink:0;display:grid;grid-template-columns:1fr;gap:10px}.fun-gallery img{width:100%;object-fit:contain;background:#fff;border:1px solid #d5e6da;border-radius:10px;padding:6px;box-shadow:0 8px 18px #093f2b0f}.facts-wrap{flex:1;display:flex}.facts-list{display:flex;flex-direction:column;gap:10px;margin:0 0 18px;list-style:none}.facts-list.plain li{margin:0;padding:0;color:#2f4d40;line-height:1.6;font-size:18px;margin:0 0 0 1rem}.fact-cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}.fact-card{background:#fff;border:1px solid #d5e6da;border-radius:12px;padding:12px 14px;min-height:220px;box-shadow:0 10px 22px #093f2b14;overflow:auto}.fact-card.tall{height:100%;width:100%}.fact-card ul{list-style:disc;padding-left:18px;margin:0;display:flex;flex-direction:column;gap:6px}@media(max-width:640px){.page{padding:28px 20px}.fun-layout{flex-direction:column}.fun-gallery{width:100%;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.fact-card{height:auto;min-height:0}.fact-card.tall{height:auto}}.page{padding:40px;background:#e8f2e9;color:#0f2f23;min-height:100vh}.about{max-width:1180px;margin:0 auto}.about__intro{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px;align-items:center;background:#fff;border-radius:18px;padding:32px;box-shadow:0 16px 40px #05281a14;border:1px solid #d5e6da;margin-top:16px}.about__photo img{width:100%;max-width:360px;border-radius:16px;object-fit:cover;box-shadow:0 12px 28px #0000002e}.about__text h1{font-size:32px;margin:10px 0 14px;line-height:1.2}.about__text p{color:#2f4d40;line-height:1.6;margin-bottom:14px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:13px;color:#1f6b4d;margin:0 0 6px}.about__contact{display:flex;gap:10px;align-items:center;font-weight:700;color:#0f3f2d;margin-top:10px}.about__contact a{color:#0f3f2d}.about__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:24px}.about-card{background:#fff;border-radius:14px;padding:20px;border:1px solid #d5e6da;box-shadow:0 12px 24px #093f2b14}.about-card h3{margin:0 0 10px;font-size:18px}.about-card p{margin:0;color:#2f4d40;line-height:1.55}@media(max-width:880px){.about__intro{grid-template-columns:1fr}.about__photo img{max-width:100%}}#root{width:100%;min-height:100vh;background:#e8f2e9}
