:root{--oew-forest-950:#061e15;--oew-forest-900:#0a2e20;--oew-forest-800:#124330;--oew-forest-700:#1b5e43;--oew-forest-600:#2d8a63;--oew-emerald-500:#10b981;--oew-emerald-400:#34d399;--oew-mint-50:#f0fdf4;--oew-mint-100:#dcfce7;--oew-sand-50:#fbf9f5;--oew-sand-100:#f5f0e6;--oew-sand-200:#eae0cf;--oew-amber-500:#d97706;--oew-amber-600:#b45309;--oew-amber-100:#fef3c7;--oew-ocean-600:#0284c7;--oew-ocean-100:#e0f2fe;--iucn-cr-bg:#fee2e2;--iucn-cr-text:#991b1b;--iucn-cr-border:#f87171;--iucn-en-bg:#ffedd5;--iucn-en-text:#9a3412;--iucn-en-border:#fb923c;--iucn-vu-bg:#fef9c3;--iucn-vu-text:#854d0e;--iucn-vu-border:#facc15;--iucn-nt-bg:#ecfdf5;--iucn-nt-text:#065f46;--iucn-nt-border:#34d399;--oew-charcoal-900:#0f172a;--oew-charcoal-800:#1e293b;--oew-charcoal-700:#334155;--oew-charcoal-600:#475569;--oew-slate-500:#64748b;--oew-slate-400:#94a3b8;--oew-slate-200:#e2e8f0;--oew-slate-100:#f1f5f9;--oew-slate-50:#f8fafc;--oew-white:#ffffff;--space-unit:8px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--space-4xl:80px;--font-serif:"Newsreader", "Playfair Display", Georgia, serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -2px rgba(0, 0, 0, 0.04);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.09), 0 8px 10px -6px rgba(0, 0, 0, 0.04);--shadow-emerald:0 10px 25px -5px rgba(18, 67, 48, 0.25)}.oew-home-wrapper{font-family:var(--font-sans);color:var(--oew-charcoal-900);background-color:var(--oew-slate-50);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.oew-home-wrapper *,.oew-home-wrapper *::before,.oew-home-wrapper *::after{box-sizing:border-box}.oew-container{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:clamp(16px, 4vw, 32px);padding-right:clamp(16px, 4vw, 32px)}.oew-hero{position:relative;background:linear-gradient(135deg,var(--oew-forest-950) 0%,var(--oew-forest-900) 50%,var(--oew-forest-800) 100%);color:var(--oew-white);padding-top:clamp(48px, 8vw, 84px);padding-bottom:clamp(56px, 9vw, 96px);overflow:hidden}.oew-hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 85% 20%,rgb(16 185 129 / .15) 0%,transparent 40%),radial-gradient(circle at 15% 85%,rgb(217 119 6 / .12) 0%,transparent 35%);pointer-events:none}.oew-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:var(--space-2xl)}@media (min-width:1024px){.oew-hero-inner{grid-template-columns:1.15fr 0.85fr;align-items:center}}.oew-pill-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:var(--radius-full);font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--oew-emerald-400);backdrop-filter:blur(8px);margin-bottom:var(--space-lg)}.oew-pill-dot{width:8px;height:8px;border-radius:50%;background-color:var(--oew-emerald-400);box-shadow:0 0 10px var(--oew-emerald-400);animation:oew-pulse 2s infinite ease-in-out}@keyframes oew-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.oew-hero-title{font-family:var(--font-serif);font-size:clamp(2.25rem, 5vw, 3.75rem);line-height:1.15;font-weight:800;color:var(--oew-white);margin:0 0 var(--space-lg) 0;letter-spacing:-.02em}.oew-hero-title span{color:#6ee7b7;font-style:italic}.oew-hero-lead{font-size:clamp(1.0625rem, 2vw, 1.25rem);line-height:1.65;color:rgb(255 255 255 / .88);margin-bottom:var(--space-xl);max-width:620px}.oew-hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-2xl)}.oew-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;border-radius:var(--radius-md);font-size:1rem;font-weight:700;text-decoration:none;transition:all 0.2s cubic-bezier(.4,0,.2,1);min-height:48px;cursor:pointer;border:1px solid #fff0}.oew-btn-primary{background-color:var(--oew-emerald-500);color:var(--oew-forest-950);box-shadow:0 4px 14px rgb(16 185 129 / .35)}.oew-btn-primary:hover{background-color:var(--oew-emerald-400);transform:translateY(-2px);box-shadow:0 6px 20px rgb(16 185 129 / .45);color:var(--oew-forest-950)}.oew-btn-secondary{background:rgb(255 255 255 / .12);color:var(--oew-white);border-color:rgb(255 255 255 / .25);backdrop-filter:blur(6px)}.oew-btn-secondary:hover{background:rgb(255 255 255 / .22);color:var(--oew-white);transform:translateY(-2px)}.oew-btn:focus-visible{outline:3px solid var(--oew-amber-500);outline-offset:3px}.oew-hero-quicktopics{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.oew-quicktopics-label{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgb(255 255 255 / .6);margin-right:4px}.oew-topic-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--oew-white);text-decoration:none;transition:all 0.2s ease}.oew-topic-chip:hover{background:rgb(255 255 255 / .2);border-color:var(--oew-emerald-400);color:#6ee7b7;transform:translateY(-1px)}.oew-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md);background:rgb(6 30 21 / .6);border:1px solid rgb(255 255 255 / .15);border-radius:var(--radius-lg);padding:var(--space-xl);backdrop-filter:blur(12px);box-shadow:0 20px 40px rgb(0 0 0 / .25)}.oew-metric-card{padding:var(--space-md);border-left:3px solid var(--oew-emerald-400);background:rgb(255 255 255 / .03);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.oew-metric-card:nth-child(2){border-left-color:var(--oew-amber-500)}.oew-metric-card:nth-child(3){border-left-color:#38bdf8}.oew-metric-card:nth-child(4){border-left-color:#a78bfa}.oew-metric-value{font-family:var(--font-serif);font-size:clamp(1.75rem, 3.5vw, 2.5rem);font-weight:800;line-height:1;color:var(--oew-white);margin-bottom:6px;letter-spacing:-.02em}.oew-metric-label{font-size:.8125rem;font-weight:600;color:rgb(255 255 255 / .75);line-height:1.35}.oew-section{padding-top:clamp(48px, 7vw, 80px);padding-bottom:clamp(48px, 7vw, 80px)}.oew-section-sand{background-color:var(--oew-sand-50)}.oew-section-mint{background-color:var(--oew-mint-50)}.oew-section-forest{background:linear-gradient(135deg,var(--oew-forest-950) 0%,var(--oew-forest-900) 100%);color:var(--oew-white)}.oew-section-header{margin-bottom:clamp(28px, 5vw, 44px);display:flex;flex-direction:column;gap:8px}@media (min-width:768px){.oew-section-header-flex{flex-direction:row;align-items:flex-end;justify-content:space-between}}.oew-section-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--oew-forest-700)}.oew-section-forest .oew-section-eyebrow{color:var(--oew-emerald-400)}.oew-section-title{font-family:var(--font-serif);font-size:clamp(1.875rem, 3.5vw, 2.625rem);font-weight:800;line-height:1.2;color:var(--oew-charcoal-900);margin:0;letter-spacing:-.015em}.oew-section-forest .oew-section-title{color:var(--oew-white)}.oew-section-desc{font-size:1.0625rem;color:var(--oew-charcoal-600);max-width:680px;margin:4px 0 0 0}.oew-section-forest .oew-section-desc{color:rgb(255 255 255 / .8)}.oew-view-all-link{display:inline-flex;align-items:center;gap:6px;font-size:.9375rem;font-weight:700;color:var(--oew-forest-700);text-decoration:none;transition:all 0.2s ease;white-space:nowrap}.oew-view-all-link:hover{color:var(--oew-emerald-600);transform:translateX(4px)}.oew-section-forest .oew-view-all-link{color:var(--oew-emerald-400)}.oew-section-forest .oew-view-all-link:hover{color:var(--oew-mint-100)}.oew-bento-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media (min-width:1024px){.oew-bento-grid{grid-template-columns:1.2fr 0.8fr}}.oew-bento-lead-card{background:var(--oew-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--oew-slate-200);display:flex;flex-direction:column;transition:transform 0.25s ease,box-shadow 0.25s ease}.oew-bento-lead-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.oew-card-media{position:relative;aspect-ratio:16 / 9;background-color:var(--oew-forest-900);overflow:hidden}.oew-card-img,.oew-card-media img,.oew-subcard-media img,.oew-species-header img,.oew-biome-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}.oew-bento-lead-card:hover .oew-card-img,.oew-species-card:hover .oew-card-img,.oew-biome-card:hover .oew-card-img{transform:scale(1.04)}.oew-card-tag{position:absolute;top:16px;left:16px;background:rgb(6 30 21 / .85);color:var(--oew-emerald-400);padding:4px 12px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(6px);border:1px solid rgb(255 255 255 / .15)}.oew-card-body{padding:clamp(20px, 4vw, 32px);display:flex;flex-direction:column;flex-grow:1}.oew-card-meta{display:flex;align-items:center;gap:12px;font-size:.8125rem;color:var(--oew-slate-500);margin-bottom:10px;font-weight:600}.oew-card-title{font-family:var(--font-serif);font-size:clamp(1.375rem, 2.5vw, 1.875rem);font-weight:800;line-height:1.25;margin:0 0 12px 0;color:var(--oew-charcoal-900)}.oew-card-title a{color:inherit;text-decoration:none}.oew-card-title a:hover{color:var(--oew-forest-700)}.oew-card-excerpt{font-size:1rem;color:var(--oew-charcoal-700);line-height:1.6;margin-bottom:var(--space-lg);flex-grow:1}.oew-card-features{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 16px;background:var(--oew-mint-50);border-radius:var(--radius-sm);margin-bottom:var(--space-lg);font-size:.8125rem;color:var(--oew-forest-800);font-weight:600}.oew-bento-subgrid{display:flex;flex-direction:column;gap:var(--space-lg)}.oew-bento-subcard{background:var(--oew-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--oew-slate-200);display:grid;grid-template-columns:1fr;transition:transform 0.25s ease,box-shadow 0.25s ease}@media (min-width:600px){.oew-bento-subcard{grid-template-columns:160px 1fr}}.oew-bento-subcard:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.oew-subcard-media{position:relative;aspect-ratio:16 / 9;background-color:var(--oew-forest-900);overflow:hidden}@media (min-width:600px){.oew-subcard-media{aspect-ratio:auto;height:100%}}.oew-subcard-body{padding:18px 20px;display:flex;flex-direction:column;justify-content:center}.oew-subcard-title{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;line-height:1.3;margin:0 0 8px 0;color:var(--oew-charcoal-900)}.oew-subcard-title a{color:inherit;text-decoration:none}.oew-subcard-title a:hover{color:var(--oew-forest-700)}.oew-subcard-desc{font-size:.875rem;color:var(--oew-charcoal-600);line-height:1.5;margin-bottom:8px}.oew-redlist-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media (min-width:640px){.oew-redlist-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.oew-redlist-grid{grid-template-columns:repeat(3,1fr)}}.oew-species-card{background:var(--oew-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--oew-slate-200);display:flex;flex-direction:column;transition:all 0.25s ease}.oew-species-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--oew-emerald-500)}.oew-species-header{position:relative;aspect-ratio:16 / 10;background-color:var(--oew-forest-950);overflow:hidden}.oew-species-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;border:1px solid}.oew-badge-cr{background-color:var(--iucn-cr-bg);color:var(--iucn-cr-text);border-color:var(--iucn-cr-border)}.oew-badge-en{background-color:var(--iucn-en-bg);color:var(--iucn-en-text);border-color:var(--iucn-en-border)}.oew-badge-vu{background-color:var(--iucn-vu-bg);color:var(--iucn-vu-text);border-color:var(--iucn-vu-border)}.oew-badge-nt{background-color:var(--iucn-nt-bg);color:var(--iucn-nt-text);border-color:var(--iucn-nt-border)}.oew-species-body{padding:var(--space-lg);display:flex;flex-direction:column;flex-grow:1}.oew-species-name{font-family:var(--font-serif);font-size:1.25rem;font-weight:800;color:var(--oew-charcoal-900);margin:0 0 4px 0;line-height:1.3}.oew-species-name a{color:inherit;text-decoration:none}.oew-species-name a:hover{color:var(--oew-forest-700)}.oew-species-scientific{font-size:.8125rem;font-style:italic;color:var(--oew-slate-500);margin-bottom:12px}.oew-species-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:10px;background:var(--oew-slate-50);border-radius:var(--radius-sm);margin-bottom:12px;font-size:.75rem}.oew-stat-item-label{font-weight:700;color:var(--oew-slate-500);text-transform:uppercase}.oew-stat-item-val{font-weight:700;color:var(--oew-charcoal-900)}.oew-species-threat{font-size:.875rem;color:var(--oew-charcoal-700);line-height:1.5;margin-bottom:var(--space-md);flex-grow:1}.oew-biomes-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media (min-width:640px){.oew-biomes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.oew-biomes-grid{grid-template-columns:repeat(4,1fr)}}.oew-biome-card{position:relative;background:var(--oew-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--oew-slate-200);display:flex;flex-direction:column;transition:all 0.25s ease}.oew-biome-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.oew-biome-media{aspect-ratio:4 / 3;position:relative;background:var(--oew-forest-900);overflow:hidden}.oew-biome-overlay{position:absolute;bottom:0;left:0;right:0;padding:12px;background:linear-gradient(to top,rgb(6 30 21 / .9) 0%,transparent 100%);color:var(--oew-white);font-weight:700;font-size:.8125rem}.oew-biome-body{padding:var(--space-md) var(--space-lg) var(--space-lg);display:flex;flex-direction:column;flex-grow:1}.oew-biome-title{font-family:var(--font-serif);font-size:1.1875rem;font-weight:800;margin:0 0 6px 0;color:var(--oew-charcoal-900)}.oew-biome-title a{color:inherit;text-decoration:none}.oew-biome-title a:hover{color:var(--oew-forest-700)}.oew-biome-desc{font-size:.875rem;color:var(--oew-charcoal-600);line-height:1.5;margin-bottom:12px;flex-grow:1}.oew-biome-links{display:flex;flex-direction:column;gap:6px;border-top:1px solid var(--oew-slate-100);padding-top:10px}.oew-sublink{font-size:.8125rem;font-weight:600;color:var(--oew-forest-700);text-decoration:none;display:inline-flex;align-items:center;gap:4px}.oew-sublink:hover{color:var(--oew-emerald-600);text-decoration:underline}.oew-action-grid{display:grid;grid-template-columns:1fr;gap:var(--space-lg)}@media (min-width:768px){.oew-action-grid{grid-template-columns:repeat(3,1fr)}}.oew-action-card{background:var(--oew-white);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-sm);border:1px solid var(--oew-slate-200);display:flex;flex-direction:column;transition:all 0.25s ease}.oew-action-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--oew-emerald-500)}.oew-action-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--oew-mint-100);color:var(--oew-forest-800);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-lg)}.oew-action-title{font-family:var(--font-serif);font-size:1.25rem;font-weight:800;margin:0 0 10px 0;color:var(--oew-charcoal-900)}.oew-action-title a{color:inherit;text-decoration:none}.oew-action-title a:hover{color:var(--oew-forest-700)}.oew-action-desc{font-size:.9375rem;color:var(--oew-charcoal-600);line-height:1.55;margin-bottom:var(--space-lg);flex-grow:1}.oew-action-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--oew-slate-100);padding-top:var(--space-md)}.oew-action-list li a{font-size:.875rem;font-weight:600;color:var(--oew-forest-700);text-decoration:none;display:flex;align-items:center;gap:6px}.oew-action-list li a:hover{color:var(--oew-emerald-600);text-decoration:underline}.oew-education-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}@media (min-width:640px){.oew-education-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.oew-education-grid{grid-template-columns:repeat(4,1fr)}}.oew-edu-card{background:var(--oew-white);border-radius:var(--radius-md);padding:var(--space-lg);border:1px solid var(--oew-slate-200);box-shadow:var(--shadow-sm);transition:all 0.2s ease;display:flex;flex-direction:column}.oew-edu-card:hover{border-color:var(--oew-forest-600);transform:translateY(-2px);box-shadow:var(--shadow-md)}.oew-edu-num{font-size:.75rem;font-weight:800;letter-spacing:.1em;color:var(--oew-amber-500);text-transform:uppercase;margin-bottom:6px}.oew-edu-title{font-family:var(--font-serif);font-size:1.125rem;font-weight:700;margin:0 0 8px 0;color:var(--oew-charcoal-900);line-height:1.35}.oew-edu-title a{color:inherit;text-decoration:none}.oew-edu-title a:hover{color:var(--oew-forest-700)}.oew-edu-desc{font-size:.8125rem;color:var(--oew-charcoal-600);line-height:1.5;flex-grow:1}.oew-search-section{background:var(--oew-white);border:1px solid var(--oew-slate-200);border-radius:var(--radius-xl);padding:clamp(28px, 5vw, 48px);box-shadow:var(--shadow-lg);margin-top:calc(-1 * var(--space-3xl));margin-bottom:var(--space-3xl);position:relative;z-index:10}.oew-search-bar{display:flex;flex-direction:column;gap:var(--space-md);margin-top:var(--space-lg)}@media (min-width:768px){.oew-search-bar{flex-direction:row}}.oew-search-input-wrap{position:relative;flex-grow:1}.oew-search-input-wrap svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--oew-slate-400);pointer-events:none}.oew-search-input{width:100%;height:52px;padding:12px 16px 12px 48px;font-size:1rem;font-family:inherit;color:var(--oew-charcoal-900);background:var(--oew-slate-50);border:1.5px solid var(--oew-slate-200);border-radius:var(--radius-md);transition:all 0.2s ease}.oew-search-input:focus{outline:none;border-color:var(--oew-forest-700);background:var(--oew-white);box-shadow:0 0 0 3px rgb(27 94 67 / .15)}.oew-filter-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:var(--space-md)}.oew-tab-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:8px 18px;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;background:var(--oew-slate-100);color:var(--oew-charcoal-700);border:1px solid var(--oew-slate-200);cursor:pointer;transition:all 0.2s ease}.oew-tab-btn:hover,.oew-tab-btn.active{background:var(--oew-forest-800);color:var(--oew-white);border-color:var(--oew-forest-800)}.oew-pledge-card{background:linear-gradient(135deg,var(--oew-forest-950) 0%,var(--oew-forest-900) 100%);border-radius:var(--radius-xl);padding:clamp(36px, 6vw, 64px);color:var(--oew-white);display:grid;grid-template-columns:1fr;gap:var(--space-2xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.oew-pledge-card::before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgb(16 185 129 / .15) 0%,transparent 70%);border-radius:50%;pointer-events:none}@media (min-width:1024px){.oew-pledge-card{grid-template-columns:1.1fr 0.9fr;align-items:center}}.oew-pledge-title{font-family:var(--font-serif);font-size:clamp(2rem, 3.5vw, 2.75rem);font-weight:800;line-height:1.2;margin:0 0 var(--space-md) 0;letter-spacing:-.015em}.oew-pledge-desc{font-size:1.0625rem;line-height:1.6;color:rgb(255 255 255 / .85);margin-bottom:var(--space-lg)}.oew-pledge-form{display:flex;flex-direction:column;gap:12px}.oew-form-row{display:flex;flex-direction:column;gap:10px}@media (min-width:600px){.oew-form-row{flex-direction:row}}.oew-form-input{flex-grow:1;height:52px;padding:12px 18px;font-size:1rem;border-radius:var(--radius-md);border:1px solid rgb(255 255 255 / .3);background:rgb(255 255 255 / .1);color:var(--oew-white);backdrop-filter:blur(8px)}.oew-form-input::placeholder{color:rgb(255 255 255 / .6)}.oew-form-input:focus{outline:none;border-color:var(--oew-emerald-400);box-shadow:0 0 0 3px rgb(16 185 129 / .25);background:rgb(255 255 255 / .15)}.oew-form-privacy{font-size:.75rem;color:rgb(255 255 255 / .65);line-height:1.4}.oew-form-privacy a{color:var(--oew-emerald-400);text-decoration:underline}.oew-taxonomy-section{background-color:var(--oew-charcoal-900);color:var(--oew-slate-200);padding-top:var(--space-3xl);padding-bottom:var(--space-3xl);border-top:1px solid rgb(255 255 255 / .1)}.oew-taxonomy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}@media (min-width:768px){.oew-taxonomy-grid{grid-template-columns:repeat(4,1fr)}}.oew-tax-col-title{font-size:.8125rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--oew-emerald-400);margin-bottom:var(--space-md);border-bottom:2px solid rgb(16 185 129 / .3);padding-bottom:8px}.oew-tax-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.oew-tax-list li a{font-size:.875rem;color:var(--oew-slate-400);text-decoration:none;transition:all 0.2s ease}.oew-tax-list li a:hover{color:var(--oew-white);padding-left:4px}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}