:root {
  color-scheme: dark;
  --ink: #06100f;
  --ink-2: #0a1715;
  --panel: #0d1b18;
  --panel-2: #11231f;
  --line: rgba(160, 190, 175, .22);
  --text: #f1f3ee;
  --muted: #9daaa4;
  --green: #58bd93;
  --green-2: #2e8f6b;
  --gold: #d1ad68;
  --paper: #e9ece6;
  --paper-ink: #17201d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --max: 1420px;
  --radius: 18px;
}

* { box-sizing: border-box; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.atlas-shell { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.atlas-skip { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; color: var(--ink); background: var(--green); border-radius: 8px; }
.atlas-skip:focus { top: 16px; }

.atlas-header { position: sticky; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(5, 14, 13, .84); backdrop-filter: blur(16px); }
.atlas-header__inner { height: 100%; display: grid; grid-template-columns: 260px 1fr minmax(260px, 340px); gap: 28px; align-items: center; }
.atlas-logo { display: inline-flex; align-items: center; gap: 12px; width: max-content; font: 30px/1 var(--serif); letter-spacing: -.02em; }
.atlas-logo strong { color: var(--green); font-weight: 400; }
.atlas-logo__mark { display: grid; place-items: center; width: 46px; height: 46px; border: 1.5px solid var(--green); border-radius: 50%; color: var(--green); }
.atlas-logo__mark svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.atlas-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.2vw, 38px); }
.atlas-nav a { position: relative; padding: 28px 0; color: #c8cfca; font-size: 14px; white-space: nowrap; }
.atlas-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 1px; background: var(--green); transition: right .2s ease; }
.atlas-nav a:hover, .atlas-nav a:focus-visible { color: #fff; }
.atlas-nav a:hover::after, .atlas-nav a:focus-visible::after { right: 0; }
.atlas-header__search { position: relative; }
.atlas-header__search input { width: 100%; height: 44px; padding: 0 48px 0 18px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; outline: 0; background: rgba(0,0,0,.22); }
.atlas-header__search input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(88,189,147,.12); }
.atlas-header__search button { position: absolute; right: 6px; top: 5px; width: 34px; height: 34px; border: 0; border-radius: 50%; color: var(--green); background: transparent; cursor: pointer; }
.atlas-menu { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; }

.atlas-home-hero { position: relative; min-height: 720px; display: flex; align-items: stretch; overflow: hidden; border-bottom: 1px solid var(--line); background: #07110f url('/atlas/atlas-lynx-hero.webp') center/cover no-repeat; }
.atlas-home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,10,9,.98) 0%, rgba(2,10,9,.88) 28%, rgba(2,10,9,.28) 65%, rgba(2,10,9,.16) 100%), linear-gradient(0deg, var(--ink) 0%, transparent 24%); }
.atlas-home-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 80px; padding-block: 76px 70px; }
.atlas-eyebrow { margin: 0 0 16px; color: var(--green); font-size: 12px; font-weight: 700; letter-spacing: .35em; text-transform: uppercase; }
.atlas-home-hero h1 { max-width: 760px; margin: 0; font: clamp(48px, 5vw, 80px)/1.02 var(--serif); font-weight: 400; letter-spacing: -.035em; }
.atlas-lead { max-width: 650px; margin: 22px 0 0; color: #bdc7c1; font-size: clamp(17px, 1.5vw, 21px); }
.atlas-hero-search { position: relative; display: flex; max-width: 630px; margin-top: 34px; border: 1px solid rgba(255,255,255,.27); border-radius: 10px; overflow: hidden; background: rgba(5, 16, 14, .7); }
.atlas-hero-search input { flex: 1; min-width: 0; height: 56px; padding: 0 20px; border: 0; outline: 0; color: #fff; background: transparent; }
.atlas-hero-search button { padding: 0 26px; border: 0; color: var(--ink); font-weight: 700; background: var(--green); cursor: pointer; }
.atlas-habitats { margin-top: 24px; }
.atlas-habitats__label { display: block; margin-bottom: 10px; color: var(--muted); font-size: 13px; }
.atlas-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.atlas-chip { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid var(--line); border-radius: 8px; color: #b8c2bc; font-size: 13px; background: rgba(10,27,23,.65); transition: .2s ease; }
.atlas-chip:hover { border-color: var(--green); color: #fff; transform: translateY(-2px); }
.atlas-chip--active { border-color: var(--green); color: var(--green); background: rgba(33,109,82,.24); }
.atlas-species { align-self: center; padding: 26px; border: 1px solid rgba(200,219,209,.28); border-radius: var(--radius); background: linear-gradient(145deg, rgba(13,30,26,.87), rgba(8,17,15,.78)); box-shadow: 0 24px 80px rgba(0,0,0,.25); backdrop-filter: blur(10px); }
.atlas-species__label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.atlas-species h2 { margin: 12px 0 2px; font: 40px/1 var(--serif); font-weight: 400; }
.atlas-species__latin { margin: 0 0 18px; color: var(--muted); font: italic 15px var(--serif); }
.atlas-fact { display: grid; grid-template-columns: 36px 1fr; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); }
.atlas-fact__icon { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 13px; }
.atlas-fact small { display: block; color: var(--muted); font-size: 11px; }
.atlas-fact strong { display: block; font-size: 13px; font-weight: 500; }
.atlas-species__link { display: inline-flex; gap: 10px; margin-top: 16px; color: var(--gold); font-size: 13px; }

.atlas-section { padding: 72px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.atlas-section--tight { padding-block: 34px; }
.atlas-section__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.atlas-section__head h2, .atlas-section__head h1 { margin: 0; font: clamp(36px, 4vw, 58px)/1.05 var(--serif); font-weight: 400; letter-spacing: -.025em; }
.atlas-section__head p { max-width: 620px; margin: 10px 0 0; color: var(--muted); }
.atlas-more { color: var(--gold); font-size: 13px; white-space: nowrap; }
.atlas-story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.atlas-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.atlas-card:hover { transform: translateY(-5px); border-color: rgba(88,189,147,.55); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.atlas-card__image { aspect-ratio: 16/10; overflow: hidden; background: #15221f; }
.atlas-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.atlas-card:hover .atlas-card__image img { transform: scale(1.035); }
.atlas-card__body { padding: 20px; }
.atlas-card__tag { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.atlas-card h3 { margin: 10px 0 8px; font: 23px/1.16 var(--serif); font-weight: 400; }
.atlas-card p { margin: 0; color: var(--muted); font-size: 14px; }
.atlas-card__meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; color: #75847d; font-size: 12px; }

.atlas-feed-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.atlas-feed { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--panel), rgba(8,20,17,.72)); }
.atlas-feed__head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.atlas-feed__head h2 { margin: 0; font: 34px/1 var(--serif); font-weight: 400; }
.atlas-feed__head a { color: var(--gold); font-size: 12px; }
.atlas-feed__items { display: grid; gap: 12px; }
.atlas-feed-item { display: grid; grid-template-columns: 126px 1fr; gap: 16px; align-items: center; min-height: 100px; padding: 10px; border: 1px solid transparent; border-radius: 11px; transition: .2s ease; }
.atlas-feed-item:hover { border-color: var(--line); background: rgba(255,255,255,.025); }
.atlas-feed-item img { width: 126px; height: 90px; object-fit: cover; border-radius: 8px; background: #14211e; }
.atlas-feed-item small { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.atlas-feed-item h3 { margin: 5px 0 0; font: 20px/1.18 var(--serif); font-weight: 400; }
.atlas-collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.atlas-collection { position: relative; display: flex; min-height: 320px; align-items: end; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #12221e center/cover no-repeat; }
.atlas-collection::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,10,8,.98), rgba(3,10,8,.15) 78%); transition: background .25s ease; }
.atlas-collection:hover::before { background: linear-gradient(0deg, rgba(3,10,8,.98), rgba(3,10,8,.05) 88%); }
.atlas-collection__body { position: relative; z-index: 1; width: 100%; padding: 26px; }
.atlas-collection__body small { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.atlas-collection__body h3 { margin: 8px 0 7px; font: 31px/1.05 var(--serif); font-weight: 400; }
.atlas-collection__body p { margin: 0; color: #a9b5ae; font-size: 13px; }

.atlas-taxonomy { display: grid; grid-template-columns: 240px 1fr; gap: 36px; align-items: center; }
.atlas-taxonomy__intro h2 { margin: 0 0 10px; color: var(--green); font: 30px var(--serif); font-weight: 400; }
.atlas-taxonomy__intro p { margin: 0; color: var(--muted); font-size: 14px; }
.atlas-taxa { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.atlas-taxon { position: relative; display: grid; min-height: 126px; place-items: center; align-content: center; gap: 8px; border: 1px solid transparent; border-radius: 12px; color: #bdc8c1; text-align: center; transition: .2s ease; }
.atlas-taxon::after { content: ""; position: absolute; left: calc(50% + 44px); top: 42px; width: calc(100% - 70px); border-top: 1px dotted rgba(209,173,104,.55); }
.atlas-taxon:last-child::after { display: none; }
.atlas-taxon:hover { border-color: var(--green); color: #fff; background: rgba(88,189,147,.08); }
.atlas-taxon__icon { color: var(--gold); font: 30px var(--serif); }
.atlas-taxon strong { font-size: 12px; font-weight: 500; }
.atlas-taxon small { color: #74847c; font-size: 11px; }

.atlas-page-hero { position: relative; min-height: 480px; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); background: #101d1a center/cover no-repeat; }
.atlas-page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,14,12,.98) 0%, rgba(5,14,12,.42) 65%, rgba(5,14,12,.28)), linear-gradient(90deg, rgba(5,14,12,.72), transparent 65%); }
.atlas-page-hero__content { position: relative; z-index: 1; max-width: 980px; padding-block: 100px 56px; }
.atlas-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; color: #aab5af; font-size: 12px; }
.atlas-breadcrumbs span { color: #68766f; }
.atlas-page-hero h1 { margin: 0; font: clamp(46px, 6vw, 82px)/1 var(--serif); font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
.atlas-page-hero__meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: #a7b2ac; font-size: 13px; }
.atlas-page-hero__meta a { color: var(--green); }

.atlas-article-layout { display: grid; grid-template-columns: minmax(0, 900px) 320px; gap: 64px; align-items: start; padding-block: 64px 90px; }
.atlas-article { min-width: 0; }
.atlas-article-body { color: #dce2dd; font: 19px/1.76 var(--sans); overflow-wrap: anywhere; }
.atlas-article-body > :first-child { margin-top: 0; }
.atlas-article-body p { margin: 0 0 1.25em; }
.atlas-article-body h2, .atlas-article-body h3, .atlas-article-body h4 { color: #fff; font-family: var(--serif); font-weight: 400; line-height: 1.15; }
.atlas-article-body h2 { margin: 1.55em 0 .62em; font-size: clamp(34px, 4vw, 48px); }
.atlas-article-body h3 { margin: 1.4em 0 .55em; font-size: 30px; }
.atlas-article-body h4 { font-size: 23px; }
.atlas-article-body a { color: #71d1aa; text-decoration: underline; text-decoration-color: rgba(113,209,170,.35); text-underline-offset: 3px; }
.atlas-article-body a:hover { text-decoration-color: currentColor; }
.atlas-article-body img { display: block; max-width: 100%; margin: 28px auto; border-radius: 12px; }
.atlas-article-body figure { max-width: 100%; margin: 30px 0; }
.atlas-article-body figcaption { margin-top: -18px; color: var(--muted); font-size: 13px; text-align: center; }
.atlas-article-body blockquote { margin: 32px 0; padding: 22px 26px; border-left: 3px solid var(--green); color: #f0f3ee; background: var(--panel-2); }
.atlas-article-body ul, .atlas-article-body ol { margin: 0 0 1.4em; padding-left: 1.4em; }
.atlas-article-body li { margin: .45em 0; }
.atlas-article-body table { display: block; width: 100%; margin: 28px 0; border-collapse: collapse; overflow-x: auto; font-size: 15px; }
.atlas-article-body th, .atlas-article-body td { padding: 12px 14px; border: 1px solid var(--line); }
.atlas-article-body th { color: #fff; background: var(--panel-2); }
.atlas-article-body iframe { width: 100%; max-width: 100%; min-height: 420px; border: 0; border-radius: 12px; }
.atlas-article-body .alignleft { float: left; margin: 8px 24px 18px 0; }
.atlas-article-body .alignright { float: right; margin: 8px 0 18px 24px; }
.atlas-article-body::after { content: ""; display: table; clear: both; }
.atlas-article-note { margin-top: 44px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); font-size: 13px; background: var(--panel); }
.atlas-sidebar { position: sticky; top: 110px; }
.atlas-sidebar__box { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.atlas-sidebar__box + .atlas-sidebar__box { margin-top: 18px; }
.atlas-sidebar h2 { margin: 0 0 18px; font: 25px var(--serif); font-weight: 400; }
.atlas-related { display: grid; gap: 16px; }
.atlas-related a { display: grid; grid-template-columns: 76px 1fr; gap: 12px; align-items: center; }
.atlas-related img { width: 76px; height: 66px; object-fit: cover; border-radius: 8px; background: #192521; }
.atlas-related strong { font: 16px/1.2 var(--serif); font-weight: 400; }
.atlas-related small { display: block; margin-top: 5px; color: var(--green); font-size: 10px; text-transform: uppercase; }

.atlas-archive { padding-block: 70px 100px; }
.atlas-archive-header { max-width: 850px; margin-bottom: 42px; }
.atlas-archive-header .atlas-eyebrow { margin-bottom: 12px; }
.atlas-archive-header h1 { margin: 0; font: clamp(52px, 7vw, 92px)/.98 var(--serif); font-weight: 400; letter-spacing: -.04em; }
.atlas-archive-header p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.atlas-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.atlas-hub-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 58px; }
.atlas-hub-link { display: flex; min-height: 178px; padding: 24px; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, var(--panel), rgba(8,20,17,.72)); transition: transform .2s ease, border-color .2s ease; }
.atlas-hub-link:hover { transform: translateY(-3px); border-color: rgba(88,189,147,.62); }
.atlas-hub-link strong { color: #fff; font: 27px/1.08 var(--serif); font-weight: 400; }
.atlas-hub-link span { margin-top: 10px; color: var(--muted); font-size: 13px; }
.atlas-hub-link b { margin-top: auto; padding-top: 18px; color: var(--gold); font-size: 12px; font-weight: 500; }
.atlas-hub-results { margin-top: 0; }
.atlas-article-lead { color: #f2f4ef; font: 24px/1.55 var(--serif); }
.atlas-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.atlas-fact-grid div { min-height: 112px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.atlas-fact-grid div:nth-child(3n) { border-right: 0; }
.atlas-fact-grid div:nth-last-child(-n+3) { border-bottom: 0; }
.atlas-fact-grid small { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.atlas-fact-grid strong { display: block; color: #fff; font-size: 15px; line-height: 1.35; }
.atlas-pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 48px; }
.atlas-pagination a, .atlas-pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 8px; color: #c7d0cb; }
.atlas-pagination .current, .atlas-pagination a:hover { border-color: var(--green); color: var(--ink); background: var(--green); }
.atlas-empty { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; background: var(--panel); }

.atlas-footer { border-top: 1px solid var(--line); background: #030908; }
.atlas-footer__top { display: grid; grid-template-columns: 2fr repeat(3, 1fr) 1.5fr; gap: 44px; padding-block: 52px; }
.atlas-footer__brand p { max-width: 280px; color: var(--muted); font-size: 13px; }
.atlas-footer h2 { margin: 2px 0 14px; color: var(--green); font: 15px var(--sans); font-weight: 600; }
.atlas-footer ul { margin: 0; padding: 0; list-style: none; }
.atlas-footer li + li { margin-top: 8px; }
.atlas-footer li a { color: #8d9b94; font-size: 13px; }
.atlas-footer li a:hover { color: #fff; }
.atlas-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 26px; border-top: 1px solid rgba(255,255,255,.08); color: #66746d; font-size: 12px; }

#static-search-overlay { position: fixed; z-index: 1000; inset: 0; padding: 8vh 20px; overflow: auto; background: rgba(1,7,6,.88); backdrop-filter: blur(12px); }
.static-search-dialog { position: relative; max-width: 900px; margin: auto; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); background: #0a1715; box-shadow: 0 30px 100px #000; }
.static-search-dialog h2 { margin: 0; font: 40px var(--serif); font-weight: 400; }
.static-search-close { position: absolute; right: 18px; top: 14px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: #fff; background: transparent; font-size: 28px; cursor: pointer; }
.static-search-query { margin: 6px 50px 24px 0; color: var(--muted); }
.static-search-results article { padding: 18px 0; border-top: 1px solid var(--line); }
.static-search-results a { color: var(--green); font: 22px var(--serif); }
.static-search-results p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }

.atlas-404 { display: grid; min-height: calc(100vh - 82px); place-items: center; padding: 60px 20px; text-align: center; }
.atlas-404 strong { display: block; color: var(--green); font: 140px/1 var(--serif); }
.atlas-404 h1 { margin: 10px 0; font: 48px var(--serif); font-weight: 400; }
.atlas-404 p { color: var(--muted); }
.atlas-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; margin-top: 18px; padding: 0 22px; border-radius: 8px; color: var(--ink); font-weight: 700; background: var(--green); }

@media (max-width: 1120px) {
  .atlas-header__inner { grid-template-columns: auto 1fr auto; }
  .atlas-header__search { display: none; }
  .atlas-home-hero__inner { grid-template-columns: 1fr 290px; gap: 34px; }
  .atlas-story-grid { grid-template-columns: repeat(2, 1fr); }
  .atlas-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .atlas-collection:last-child { grid-column: 1 / -1; }
  .atlas-taxonomy { grid-template-columns: 1fr; }
  .atlas-taxa { grid-template-columns: repeat(4, 1fr); }
  .atlas-taxon::after { display: none; }
  .atlas-article-layout { grid-template-columns: minmax(0, 1fr) 280px; gap: 38px; }
  .atlas-footer__top { grid-template-columns: 2fr repeat(3, 1fr); }
  .atlas-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  .atlas-shell { width: min(100% - 36px, var(--max)); }
  .atlas-header { height: 70px; }
  .atlas-header__inner { display: flex; justify-content: space-between; }
  .atlas-logo { font-size: 25px; }
  .atlas-logo__mark { width: 40px; height: 40px; }
  .atlas-menu { display: grid; place-items: center; }
  .atlas-nav { position: fixed; inset: 70px 0 0; display: none; padding: 34px 24px; align-content: start; align-items: stretch; justify-content: start; flex-direction: column; gap: 0; background: rgba(5,14,13,.98); }
  .nav-open .atlas-nav { display: flex; }
  .atlas-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
  .atlas-nav a::after { display: none; }
  .atlas-home-hero { min-height: auto; background-position: 62% center; }
  .atlas-home-hero::before { background: linear-gradient(90deg, rgba(2,10,9,.97), rgba(2,10,9,.56)), linear-gradient(0deg, var(--ink), transparent 36%); }
  .atlas-home-hero__inner { display: block; padding-block: 88px 48px; }
  .atlas-home-hero__copy { max-width: 650px; }
  .atlas-species { max-width: 500px; margin-top: 40px; }
  .atlas-article-layout { display: block; padding-top: 42px; }
  .atlas-feed-grid { grid-template-columns: 1fr; }
  .atlas-sidebar { position: static; margin-top: 50px; }
  .atlas-archive-grid { grid-template-columns: repeat(2, 1fr); }
  .atlas-hub-links { grid-template-columns: repeat(2, 1fr); }
  .atlas-footer__top { grid-template-columns: repeat(2, 1fr); }
  .atlas-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .atlas-shell { width: min(100% - 28px, var(--max)); }
  .atlas-logo__mark { width: 36px; height: 36px; }
  .atlas-logo { gap: 8px; font-size: 23px; }
  .atlas-eyebrow { letter-spacing: .22em; }
  .atlas-home-hero h1 { font-size: 52px; }
  .atlas-hero-search { display: block; overflow: visible; border: 0; background: transparent; }
  .atlas-hero-search input { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 8px; background: rgba(5,16,14,.75); }
  .atlas-hero-search button { width: 100%; height: 46px; margin-top: 8px; border-radius: 8px; }
  .atlas-species { padding: 20px; }
  .atlas-section { padding-block: 48px; }
  .atlas-section__head { display: block; }
  .atlas-more { display: inline-block; margin-top: 12px; }
  .atlas-story-grid, .atlas-archive-grid { grid-template-columns: 1fr; }
  .atlas-hub-links { grid-template-columns: 1fr; }
  .atlas-collection-grid { grid-template-columns: 1fr; }
  .atlas-collection:last-child { grid-column: auto; }
  .atlas-collection { min-height: 280px; }
  .atlas-feed { padding: 18px; }
  .atlas-feed-item { grid-template-columns: 94px 1fr; padding: 6px; }
  .atlas-feed-item img { width: 94px; height: 78px; }
  .atlas-feed-item h3 { font-size: 17px; }
  .atlas-taxa { grid-template-columns: repeat(2, 1fr); }
  .atlas-page-hero { min-height: 420px; }
  .atlas-page-hero__content { padding-block: 90px 38px; }
  .atlas-page-hero h1 { font-size: 48px; }
  .atlas-fact-grid { grid-template-columns: 1fr; }
  .atlas-fact-grid div, .atlas-fact-grid div:nth-child(3n), .atlas-fact-grid div:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .atlas-fact-grid div:last-child { border-bottom: 0; }
  .atlas-article-body { font-size: 17px; line-height: 1.7; }
  .atlas-article-body h2 { font-size: 34px; }
  .atlas-article-body .alignleft, .atlas-article-body .alignright { float: none; margin: 24px auto; }
  .atlas-article-body iframe { min-height: 240px; }
  .atlas-archive { padding-block: 50px 70px; }
  .atlas-archive-header h1 { font-size: 52px; }
  .atlas-footer__top { grid-template-columns: 1fr; gap: 30px; }
  .atlas-footer__brand { grid-column: auto; }
  .atlas-footer__bottom { display: block; }
  .atlas-footer__bottom span { display: block; margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
