/* Document typography, sections, page titles and accessible structure. */
body { font-family:var(--font-sans); color:var(--text-main); background:var(--editorial-paper); font-size:1rem; line-height:1.8; }
h1,h2,h3,h4,h5,h6 { font-family:var(--font-heading); color:var(--editorial-ink); font-weight:500; line-height:1.35; overflow-wrap:anywhere; }
h1 { font-size:clamp(2.25rem,3.6vw,3.25rem); letter-spacing:.02em; }
h2 { font-size:clamp(1.75rem,2.5vw,2.25rem); }
h3 { font-size:clamp(1.25rem,1.8vw,1.5rem); }
p { color:var(--text-muted-aa); }
a { color:var(--editorial-forest); text-underline-offset:.2em; overflow-wrap:anywhere; }
a:hover { color:var(--editorial-ink); }
.measure { max-width:68ch; } .measure-narrow { max-width:52ch; }
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible { outline:2px solid var(--editorial-ink); outline-offset:3px; }
@media(prefers-reduced-motion:reduce) {
 *,*::before,*::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}
.sci-name,.sci-name-accent { font-family:var(--font-serif); font-style:italic; font-weight:400; overflow-wrap:anywhere; }
.sci-name { color:var(--editorial-muted); } .sci-name-accent { color:var(--amber-text); }
.section { padding-block:var(--section-space); } .section-tight { padding-block:var(--section-tight-space); }
.section-mist,.section-sand,.section-forest { background:var(--editorial-paper); }
.section-surface { background:var(--editorial-white); }
.section-title { margin-bottom:.75rem; } .section-lead { color:var(--editorial-muted); max-width:62ch; margin-bottom:0; }
.editorial-index,.section-eyebrow,.hero-eyebrow { font-size:.75rem; font-weight:500; letter-spacing:.14em; text-transform:uppercase; color:var(--editorial-muted); }
.section-eyebrow { margin-bottom:.5rem; }
.editorial-display { font-family:var(--font-serif); font-weight:400; letter-spacing:-.055em; }
.editorial-caption,.editorial-meta { font-size:.8125rem; color:var(--editorial-muted); line-height:1.65; }
.editorial-rule { border-top:1px solid var(--editorial-line); } .editorial-masthead { border-bottom:0; }
.skip-link { position:absolute; left:-9999px; top:0; z-index:2000; background:var(--forest-gold); color:var(--forest-night); padding:.75rem 1.25rem; font-weight:700; }
.skip-link:focus { left:0; }
.page-hero { position:relative; background:var(--editorial-paper); display:flex; align-items:center; border-bottom:1px solid var(--editorial-line); }
.page-hero-bg { position:absolute; inset:0; } .page-hero-bg img { width:100%; height:100%; object-fit:cover; }
.page-hero-content { position:relative; padding-block:var(--page-title-space); }
.page-hero + :is(.section,.section-tight) { padding-top:var(--page-content-space); }
.page-hero .hero-eyebrow { color:var(--amber-text); letter-spacing:.18em; }
.page-hero-content .hero-eyebrow { margin-bottom:8px; }
.page-hero-content h1 { margin-bottom:12px; } .page-hero-content .hero-lead { max-width:58ch; margin-bottom:0; }
img.is-fallback { object-fit:contain; }
.break-anywhere,.source-list li,.species-facts td,table.data-table td,figcaption { overflow-wrap:anywhere; min-width:0; }


main { min-width:0; }
@media(max-width:575.98px) { .container { padding-inline:16px; } }

.reading-container { max-width:900px; }
