/* Shared, responsive layout for the illustrated species library. */
.species-library{--species-paper:#faf8f0;--species-green:#46614e;--species-line:#dedfd3}
.species-hub-hero,.species-profile-hero{background:var(--species-paper);border-bottom:1px solid var(--species-line);padding:28px 0 46px}
.species-breadcrumb{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--muted);margin-bottom:38px}
.species-breadcrumb a{color:var(--species-green)}
.species-hub-intro{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:42px}
.species-hub-intro h1{font-size:clamp(38px,4.5vw,62px);line-height:1.07}
.species-hub-intro h1 em{font-family:Georgia,serif;font-weight:400;color:var(--species-green);font-size:1.18em}
.species-hub-intro .intro{max-width:640px;font-size:17px}
.species-hub-art{height:300px;position:relative;isolation:isolate}
.species-hub-art img{position:absolute;object-fit:contain;mix-blend-mode:multiply;width:62%;height:80%}
.species-hub-art img:nth-child(1){top:-22px;left:0;z-index:2}
.species-hub-art img:nth-child(2){bottom:-22px;left:14%;width:58%;height:68%;z-index:3}
.species-hub-art img:nth-child(3){right:-2%;top:26px;width:53%;height:76%;z-index:1}
.species-ref-jump{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.species-ref-jump a{display:flex;align-items:center;gap:13px;border:1px solid #cbd1c2;border-radius:30px;padding:10px 17px;min-height:44px;font-size:13px;color:var(--species-green);text-decoration:none;background:#fff9}
.species-ref-jump span{font-size:11px;font-weight:600}
.species-ref-jump a:hover{background:#e9efdf}
.species-ref-section{padding:56px 0}
.species-group-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:30px}
.species-group-heading h2{font-size:clamp(28px,3vw,38px)}
.species-group-heading>p{font-size:14px;color:var(--muted);max-width:420px}
.species-group-heading .eyebrow{margin-bottom:12px}
.species-ref-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.species-ref-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.species-ref-card{display:flex;flex-direction:column;border:1px solid var(--species-line);border-radius:14px;overflow:hidden;text-decoration:none;color:var(--ink);background:white;transition:transform .18s ease,box-shadow .18s ease}
.species-ref-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px #17344112;color:var(--ink)}
.species-ref-art{height:210px;background:var(--species-paper);display:flex;justify-content:center;border-bottom:1px solid var(--species-line)}
.species-ref-art img{width:100%;height:100%;object-fit:contain;padding:12px;mix-blend-mode:multiply}
.species-ref-card-copy{display:flex;flex:1;flex-direction:column;padding:22px 23px 23px}
.species-ref-status{display:inline-block;align-self:flex-start;background:#eef2e7;border:1px solid #dce3d2;padding:5px 9px;border-radius:5px;font-size:10px;line-height:1.5;font-weight:600;letter-spacing:.3px;color:#3d5744}
.species-ref-card h3{font-size:23px;line-height:1.2;margin-top:16px}
.species-ref-latin{font-family:Georgia,serif;font-style:italic;font-size:16px;color:var(--muted);margin-top:5px}
.species-ref-scope{font-size:11px;color:var(--species-green);margin-top:9px!important}
.species-ref-card-copy>p:not([class]){font-size:14px;color:var(--muted);margin:14px 0 24px;line-height:1.6}
.species-ref-open{font-size:13px;font-weight:600;color:var(--species-green);margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--species-line);padding-top:14px}
.species-source-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:24px}
.species-ref-extra{background:#f5f6f1;border-block:1px solid var(--species-line)}
.species-library-next{padding:48px 0}
.species-library-next>.wrap{display:flex;justify-content:space-between;gap:40px;align-items:center}
.species-library-next p:not(.eyebrow){font-size:15px;color:var(--muted);max-width:660px;margin-top:18px}
.species-library-next .actions{min-width:220px;flex-direction:column;align-items:flex-start;font-size:14px}
.species-profile-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}
.species-profile-layout h1{font-size:clamp(36px,4.3vw,59px);max-width:720px;overflow-wrap:normal}
.species-profile-latin{font-family:Georgia,serif;font-size:22px;font-style:italic;color:var(--species-green);margin-top:15px}
.species-profile-tag{font:italic 26px/1.35 Georgia,serif;color:var(--species-green);margin-top:24px}
.species-profile-layout .intro{font-size:16px;margin-top:16px;max-width:640px}
.species-profile-layout figure{margin:0;text-align:center}
.species-profile-layout figure img{width:100%;height:340px;object-fit:contain;mix-blend-mode:multiply}
.species-profile-layout figcaption{font-size:10px;color:var(--muted);margin-top:12px}
.species-status-link{margin-top:22px;text-decoration:none;font-size:12px}
.species-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:36px}
.species-facts article{border-top:1px solid var(--species-line);padding-top:20px}
.species-fact-number{font:italic 24px Georgia,serif;color:#78896f;display:block;margin-bottom:20px}
.species-facts h3{font-size:22px}
.species-facts p{font-size:15px;color:var(--muted);margin-top:13px}
.species-status-section{padding:42px 0;background:#f2f4ed;border-block:1px solid var(--species-line)}
.species-status-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}
.species-status-layout h2{font-size:32px}
.species-status-layout h3{font-size:24px;margin-top:8px}
.species-status-layout p:not([class]){font-size:15px;color:var(--muted);margin-top:18px}
.species-status-layout .eyebrow{margin-bottom:14px}
.species-reference-note{font-size:12px;color:var(--muted);line-height:1.65;margin-top:22px}
.species-reference-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:start}
.species-reference-links{list-style:none;padding:0;margin:27px 0 0}
.species-reference-links li{border-top:1px solid var(--species-line);padding:18px 0}
.species-reference-links a{font-weight:600;font-size:15px;display:inline-block;min-height:24px}
.species-reference-links span{display:block;font-size:13px;color:var(--muted);margin-top:5px}
.species-planning{border:1px solid var(--species-line);border-radius:12px;padding:30px;background:#fafaf7}
.species-planning>p:not([class]){font-size:14px;color:var(--muted);margin-top:18px}
.species-planning-links{display:flex;flex-direction:column;gap:14px;font-size:14px;margin-top:24px}
.species-profile-end{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--species-line);padding-block:22px 42px;font-size:13px}
@media(max-width:900px){.species-ref-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.species-hub-intro{grid-template-columns:1.25fr .75fr;gap:18px}.species-hub-art{height:230px}.species-profile-layout{grid-template-columns:1.2fr .8fr;gap:25px}.species-profile-layout figure img{height:280px}.species-status-layout,.species-reference-layout{gap:35px}.species-group-heading{gap:25px}.species-group-heading>p{max-width:330px}}
@media(max-width:600px){.species-library .wrap{width:calc(100% - 40px)}.species-hub-hero,.species-profile-hero{padding:22px 0 32px}.species-breadcrumb{font-size:11px;margin-bottom:28px}.species-hub-intro,.species-profile-layout{grid-template-columns:1fr}.species-hub-art{height:200px;max-width:360px;width:100%;margin:24px auto 0}.species-hub-intro h1{font-size:42px}.species-hub-intro .intro{font-size:16px}.species-ref-jump{gap:8px}.species-ref-jump a{font-size:12px;padding:9px 12px}.species-ref-section{padding:36px 0}.species-group-heading{display:block;margin-bottom:23px}.species-group-heading>p{max-width:none;margin-top:15px}.species-ref-grid,.species-ref-grid--two,.species-facts,.species-status-layout,.species-reference-layout{grid-template-columns:1fr}.species-ref-grid{gap:18px}.species-ref-art{height:220px}.species-ref-card-copy{padding:21px}.species-ref-card h3{font-size:25px}.species-library-next>.wrap{display:block}.species-library-next .actions{margin-top:22px}.species-profile-layout h1{font-size:39px}.species-profile-tag{font-size:23px}.species-profile-layout figure img{height:245px}.species-profile-layout figure{margin-top:12px}.species-profile-layout figcaption{max-width:250px;margin:6px auto 0}.species-facts{gap:24px;margin-top:26px}.species-fact-number{margin-bottom:12px}.species-status-layout{gap:28px}.species-reference-layout{gap:28px}.species-planning{padding:24px}.species-profile-end{flex-direction:column;gap:18px;padding-bottom:30px}}
@media(prefers-reduced-motion:reduce){.species-ref-card{transition:none}.species-ref-card:hover{transform:none}.species-library{scroll-behavior:auto}}

/* Texas directory and letterpress-style reference labels. */
.species-field-label{color:#536647;background:#f3f0e3;outline:1px solid #bdc6ac;outline-offset:-13px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:28px;min-height:210px;width:100%;gap:9px}
.species-field-label>span{font-size:9px;letter-spacing:2px;text-transform:uppercase}
.species-field-label strong{font:64px/1 Georgia,serif;font-weight:400;letter-spacing:-5px}
.species-field-label em{font:italic 17px/1.4 Georgia,serif}
.species-profile-layout>.species-field-label{min-height:340px;border-radius:9px}
.species-profile-layout>.species-field-label strong{font-size:105px}
.species-dataset-date{border-left:3px solid #a8b694;background:#f4f3e9;padding:15px 18px;font-size:13px;line-height:1.65;margin:0 0 24px;color:#485548}
.species-lookup-controls{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:16px}
.species-lookup-controls>div{min-width:0}
.species-lookup-controls label,.species-select-label{display:block;font-size:12px;font-weight:600;margin-bottom:8px;color:#344b3c}
.species-library input[type=search],.species-library select{font:inherit;font-size:14px;width:100%;min-width:0;max-width:100%;min-height:48px;padding:11px 12px;border:1px solid #bcc7b7;border-radius:6px;background:#fff;color:#24372e}
.species-library input:focus-visible,.species-library select:focus-visible{outline:3px solid #7a9477;outline-offset:3px}
.species-library #texas-species-select{font-size:15px;margin-bottom:18px;text-overflow:ellipsis}
.species-lookup-result{background:#fff;border:1px solid #d9dfd0;border-radius:10px;padding:25px 28px;min-height:95px;overflow-wrap:anywhere}
.species-lookup-result h3{font-size:27px;margin-top:10px}
.species-lookup-result .eyebrow{font-size:10px;margin:0}
.species-result-status{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:22px 0}
.species-result-status dt{font-size:11px;text-transform:uppercase;letter-spacing:.7px;color:#687264;margin-bottom:8px}
.species-result-status dd{margin:0;font-size:16px;font-weight:600;color:#304b3a}
.species-source-details{font-size:13px;margin:20px 0;color:#55624f;max-width:900px}
.species-source-details summary{cursor:pointer;min-height:44px;padding:12px 0;font-weight:600}
.species-source-details p{margin:12px 0;line-height:1.7}
.species-lookup-actions{display:flex;gap:14px 24px;flex-wrap:wrap;margin-top:18px;font-size:13px}
.species-lookup-actions a{color:#3e684d;text-decoration:underline;text-underline-offset:3px;min-height:28px}
.species-reference-route{margin-top:15px;font-size:13px}
@media(max-width:760px){.species-lookup-controls{grid-template-columns:1fr}.species-library input[type=search],.species-library select{font-size:16px}.species-lookup-result{padding:22px 18px}.species-result-status{grid-template-columns:1fr;gap:15px}.species-profile-layout>.species-field-label{min-height:240px}.species-profile-layout>.species-field-label strong{font-size:80px}.species-lookup-actions{flex-direction:column;gap:10px}}
