@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";.language-switcher{display:flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:#fff}.language-switcher button{display:grid;place-items:center;width:32px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;font-size:1.1rem;line-height:1;cursor:pointer;filter:grayscale(.65);opacity:.65;transition:background .2s,filter .2s,opacity .2s}.language-switcher button:hover,.language-switcher button:focus-visible{filter:none;opacity:1;outline:2px solid rgba(23,107,85,.2)}.language-switcher button.active{background:#e4eee9;filter:none;opacity:1}.entity-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))!important;gap:1.5rem!important}.entity-card{width:100%;max-width:280px;height:470px;align-self:start;display:grid;grid-template-rows:300px 180px;border-color:#d5ded8!important;border-radius:18px!important;box-shadow:0 8px 24px #17322c14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.entity-card:hover{transform:translateY(-4px);border-color:#aac2b8!important;box-shadow:0 14px 32px #17322c26}.entity-image{width:100%;height:270px!important;min-height:0;max-height:none;min-width:0;padding:16px;background:#f2f6f3!important;border-bottom:1px solid #e1e8e3;font-size:2.4rem!important;overflow:hidden}.entity-image img{display:block;width:100%;height:100%!important;max-width:100%;max-height:100%;object-fit:contain!important;object-position:center;margin:0}.entity-body{width:100%;height:170px;min-width:0;min-height:0;padding:13px 15px 14px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto 1fr auto;column-gap:8px;align-items:start!important;background:#fff;overflow:hidden}.entity-body h2{grid-column:1/-1;width:100%;margin:7px 0 3px!important;font-size:1.12rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-body p{grid-column:1/-1;display:-webkit-box!important;margin:0;color:#5b6d67;font-size:.78rem;line-height:1.35;min-height:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entity-body small{grid-column:1;display:block!important;align-self:end;margin:5px 0 0!important;color:#6a7b75;font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-body .tag{grid-column:1/-1;justify-self:start;max-width:100%;padding:3px 8px;font-size:.66rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-body .text-link{grid-column:2;align-self:end;margin:5px 0 0!important;font-size:0;text-decoration:none}.entity-body .text-link:after{content:"→";display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e6f0ec;color:#176b55;font-size:.9rem;font-weight:700;transition:background .2s ease,color .2s ease}.entity-body .text-link:hover:after,.entity-body .text-link:focus-visible:after{background:#176b55;color:#fff}@media(max-width:560px){.entity-grid{justify-content:center}}:root{color:#17322c;background:#f7f5ef;font-family:DM Sans,sans-serif;--ink: #17322c;--green: #176b55;--lime: #d9ee9f;--cream: #f7f5ef;--line: #d9ddd6}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--cream)}a{color:inherit}button,input,select{font:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.navbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1rem,5vw,5rem);background:#f7f5eff5;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.brand{display:flex;gap:.7rem;align-items:center;font-weight:700;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;font-family:Playfair Display}.navbar nav{display:flex;align-items:center;gap:1.25rem}.navbar nav>a{text-decoration:none;font-weight:600}.navbar nav>a.active:not(.button){color:var(--green)}main{flex:1}.button{border:0;border-radius:999px;padding:.9rem 1.25rem;background:var(--green);color:#fff;font-weight:700;text-decoration:none;cursor:pointer;text-align:center}.button:hover{background:#0f5543}.button:disabled{opacity:.6;cursor:wait}.button-small{padding:.65rem 1rem}.hero{min-height:510px;display:flex;align-items:end;padding:5rem clamp(1.25rem,8vw,8rem);color:#fff;background:linear-gradient(90deg,#0b2820db,#0b28201f),url(https://images.unsplash.com/photo-1530789253388-582c481c54b0?auto=format&fit=crop&w=1800&q=82) center/cover}.hero-content{max-width:760px}.hero h1,.auth-intro h1,.section-heading h1,.section-heading h2{font-family:Playfair Display,serif;font-size:clamp(2.5rem,5vw,5rem);line-height:1.02;margin:.5rem 0 1rem}.hero p{max-width:650px;font-size:1.15rem;line-height:1.7}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:700}.search-section{margin:-2.5rem auto 0;width:min(1180px,92%);position:relative}.search-panel{padding:1.2rem;display:grid;grid-template-columns:repeat(3,1fr) auto;gap:1rem;align-items:end;background:#fff;border-radius:18px;box-shadow:0 18px 55px #17322c24}label{display:flex;flex-direction:column;gap:.45rem;font-weight:700;font-size:.9rem}input,select{min-height:48px;border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;background:#fff;color:var(--ink)}select[multiple]{min-height:125px}input:focus,select:focus{outline:3px solid rgba(23,107,85,.16);border-color:var(--green)}.results-section,.page-narrow{width:min(1180px,92%);margin:5rem auto}.section-heading{max-width:780px;margin-bottom:2rem}.section-heading h2,.section-heading h1{font-size:clamp(2rem,4vw,3.5rem)}.section-heading p{color:#596d66}.entity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.entity-card{overflow:hidden;border-radius:18px;background:#fff;border:1px solid var(--line)}.entity-image{height:190px;display:grid;place-items:center;background:#e8eee8;color:var(--green);font-family:Playfair Display;font-size:3rem}.entity-image img{width:100%;height:100%;object-fit:cover}.entity-body{padding:1.25rem}.entity-body h2{font-family:Playfair Display;margin:.75rem 0 .4rem}.entity-body p{color:#5b6d67;min-height:3em}.entity-body small{display:block;margin-bottom:1rem}.tag{display:inline-block;padding:.3rem .6rem;background:var(--lime);border-radius:999px;font-size:.75rem;font-weight:700}.text-link{color:var(--green);font-weight:700}.empty-state{padding:3rem;border:1px dashed #aebbb5;border-radius:18px;text-align:center;background:#ffffff80}.auth-page{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1fr minmax(360px,560px);align-items:center;gap:clamp(2rem,7vw,8rem);padding:4rem clamp(1.25rem,8vw,8rem);background:linear-gradient(135deg,#dceba9,#f7f5ef 55%)}.auth-intro{max-width:620px}.auth-intro h1{font-size:clamp(2.6rem,5vw,4.8rem)}.auth-intro p{font-size:1.1rem;line-height:1.7}.form-card{display:flex;flex-direction:column;gap:1.1rem;padding:clamp(1.5rem,4vw,3rem);border-radius:22px;background:#fff;box-shadow:0 20px 60px #17322c1f}.form-card h2{font-family:Playfair Display;font-size:2rem;margin:0 0 .5rem}.form-note{text-align:center;color:#64756f}.checkbox{flex-direction:row;align-items:flex-start;font-weight:500}.checkbox input{min-height:auto;margin-top:.2rem}.status{border-radius:10px;padding:.8rem 1rem}.status-error{background:#fee7e3;color:#922f22}.status-success{background:#e1f3e8;color:#17623c}.status-info{background:#e5eff7;color:#24577b}.form-wide{max-width:900px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid small{font-weight:400;color:#61726c}footer{padding:3rem clamp(1.25rem,8vw,8rem);display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;background:var(--ink);color:#fff}footer p{color:#bed0c8;max-width:340px}@media(max-width:850px){.navbar nav>a:not(.button){display:none}.search-panel,.auth-page{grid-template-columns:1fr}.entity-grid{grid-template-columns:1fr 1fr}.auth-page{align-items:start}}@media(max-width:560px){.brand>span:last-child{display:none}.hero{min-height:430px;padding-bottom:4rem}.entity-grid,.form-grid,footer{grid-template-columns:1fr}.search-panel{padding:1rem}.page-narrow{margin:3rem auto}}
