:root{--ink:#222b35;--paper:#f4efe4;--surface:#fffdf8;--red:#a3433f;--muted:#697078;--line:#d9d2c5;--green:#355e54;--shadow:0 18px 50px rgba(34,43,53,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:white;padding:.7rem;z-index:20}.masthead{height:76px;padding:0 clamp(1.25rem,5vw,5rem);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(34,43,53,.13);background:rgba(244,239,228,.94);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:.7rem;color:var(--ink);text-decoration:none;font-size:.78rem;font-weight:850;letter-spacing:.12em;line-height:1}.brand small{font-size:.58rem;color:var(--red)}.brand-icon{display:grid;place-items:center;width:34px;height:42px;background:var(--ink);color:var(--paper);font-family:Georgia,serif;font-size:1.5rem}.private{font-size:.75rem;font-weight:700;color:var(--green)}.private i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#5c8b6d;margin-right:.4rem}.hero{padding:clamp(4rem,9vw,8rem) clamp(1.25rem,7vw,8rem) 4.5rem;background:linear-gradient(135deg,rgba(255,253,248,.72),rgba(244,239,228,.3)),repeating-linear-gradient(90deg,transparent 0,transparent 74px,rgba(34,43,53,.035) 75px)}.kicker{font-size:.68rem;letter-spacing:.19em;font-weight:800;color:var(--red);margin:0 0 .85rem}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,6vw,6.4rem);line-height:.97;letter-spacing:-.04em;margin:0;max-width:1100px}.hero h1 em{color:var(--red);font-weight:400}.intro{max-width:690px;font-size:1.08rem;line-height:1.7;color:var(--muted);margin:2rem 0}.stats{display:flex;gap:0;border-top:1px solid var(--line);max-width:760px}.stats div{min-width:180px;padding:1.25rem 2rem 0 0}.stats strong{display:block;font-family:Georgia,serif;font-size:2rem}.stats span{font-size:.75rem;color:var(--muted)}.catalogue{padding:4.5rem clamp(1.25rem,5vw,5rem) 5.5rem;background:var(--surface)}.section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;max-width:1420px;margin:auto}.section-head h2,.method h2{font-family:Georgia,serif;font-size:clamp(2rem,3vw,3.2rem);margin:0}.source-note{font-size:.72rem;line-height:1.55;color:var(--muted);text-align:right}.view-tabs{max-width:1420px;margin:2.5rem auto 0;display:flex;border-bottom:1px solid var(--line)}.tab{border:0;background:none;padding:1rem 1.25rem;font:inherit;font-weight:750;color:var(--muted);cursor:pointer;border-bottom:3px solid transparent}.tab.is-active{color:var(--ink);border-bottom-color:var(--red)}.controls{max-width:1420px;margin:1.5rem auto 0;background:var(--paper);padding:1.2rem;border:1px solid var(--line)}.search{height:54px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;padding:0 1rem;gap:.7rem}.search input{width:100%;border:0;outline:0;background:none;font:inherit;font-size:1rem}.filters{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;margin-top:.8rem}.filters label{background:var(--surface);border:1px solid var(--line);padding:.6rem .75rem}.filters label span{display:block;font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.filters select{width:100%;border:0;background:transparent;color:var(--ink);font:inherit;font-size:.82rem;outline:0}.control-foot{min-height:32px;margin-top:.8rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.control-foot button{border:0;background:none;color:var(--red);font-weight:750;cursor:pointer}.chip{display:inline-block;margin:.2rem .35rem .2rem 0;padding:.35rem .6rem;border:1px solid var(--line);background:var(--surface);font-size:.7rem}.results-head{max-width:1420px;margin:1.8rem auto 1rem;display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.78rem}.results-head strong{color:var(--ink)}.grid{max-width:1420px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card{border:1px solid var(--line);background:#fff;padding:1.35rem;min-height:230px;display:flex;flex-direction:column;box-shadow:0 8px 25px rgba(34,43,53,.03)}.card-label{font-size:.6rem;letter-spacing:.14em;font-weight:800;color:var(--red);margin:0 0 .6rem}.card h3{font-family:Georgia,serif;font-size:1.24rem;line-height:1.2;margin:0 0 .55rem}.bio{font-size:.74rem;color:var(--muted);margin:0 0 1rem;padding-bottom:.8rem;border-bottom:1px solid var(--line)}.card h4{font-size:.63rem;letter-spacing:.11em;text-transform:uppercase;color:var(--green);margin:.2rem 0 .55rem}.links{display:flex;flex-wrap:wrap;gap:.38rem;margin:0;padding:0;list-style:none}.links button{border:1px solid var(--line);background:var(--paper);color:var(--ink);padding:.35rem .5rem;font:inherit;font-size:.7rem;text-align:left;cursor:pointer}.links button:hover,.links button:focus{border-color:var(--red);color:var(--red)}.warning{margin-top:auto;padding-top:.8rem;font-size:.68rem;color:#8a5d28}.empty{text-align:center;padding:5rem;color:var(--muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:.35rem;margin:2rem auto 0}.pagination button{min-width:38px;height:38px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.pagination button[aria-current="page"]{background:var(--ink);color:white}.pagination button:disabled{opacity:.4;cursor:default}.method{padding:5rem clamp(1.25rem,8vw,9rem);background:var(--ink);color:var(--paper);display:grid;grid-template-columns:1fr 1fr;gap:3rem}.method .kicker{color:#dc8d84}.method p:last-child{color:#c9c8c4;line-height:1.75;margin:0}footer{padding:1.5rem clamp(1.25rem,5vw,5rem);display:flex;justify-content:space-between;font-size:.7rem;color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.filters{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.method{grid-template-columns:1fr}.stats div{min-width:0;flex:1}}
@media(max-width:650px){.masthead{height:64px}.hero{padding-top:3.5rem}.hero h1{font-size:2.75rem}.stats{flex-wrap:wrap}.stats div{flex:1 1 30%;padding-right:.8rem}.section-head,.results-head{display:block}.source-note{text-align:left;margin-top:1rem}.view-tabs{overflow:auto}.tab{white-space:nowrap}.filters{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.control-foot{align-items:flex-start}.method{padding:3.5rem 1.25rem}footer{display:block}footer span{display:block;margin:.3rem 0}}
