:root {
  --oa-paper: #f4efe5;
  --oa-ivory: #fffaf0;
  --oa-surface: #fffdf8;
  --oa-night: #14231d;
  --oa-green: #234c3a;
  --oa-ink: #202521;
  --oa-muted: #5f6b64;
  --oa-brass: #b4935a;
  --oa-line: rgba(32, 37, 33, .14);
  --oa-shadow: 0 24px 64px rgba(20, 35, 29, .13);
}

.other-animals-frame { width: min(100% - 32px, 1240px); margin: 0 auto; }
.oa-page,
.oa-page * { box-sizing: border-box; }
.oa-page { padding: 28px 0 76px; color: var(--oa-ink); font-family: "Manrope", Inter, system-ui, sans-serif; overflow-x: clip; }
.oa-page a { color: inherit; }
.oa-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 24px; color: var(--oa-muted); font-size: 13px; line-height: 1.55; }
.oa-breadcrumbs a { color: var(--oa-green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.oa-breadcrumbs [aria-current="page"] { max-width: min(520px, 80vw); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.oa-eyebrow { margin: 0 0 11px; color: var(--oa-brass); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.oa-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); min-height: 450px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 32px; background: var(--oa-night); color: var(--oa-ivory); box-shadow: var(--oa-shadow); }
.oa-hero__copy { position: relative; z-index: 2; align-self: center; padding: clamp(38px, 6vw, 76px); }
.oa-hero h1,
.oa-catalog h2,
.oa-card h3,
.oa-empty h2,
.oa-article h1,
.oa-body h2,
.oa-service-cta h2,
.oa-related h2,
.oa-related strong { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; letter-spacing: -.025em; }
.oa-hero h1 { max-width: 780px; margin: 0 0 20px; color: var(--oa-ivory); font-size: clamp(48px, 7vw, 82px); line-height: .94; }
.oa-hero__copy > p:not(.oa-eyebrow) { max-width: 700px; margin: 0; color: rgba(255,250,240,.76); font-size: clamp(17px, 2vw, 21px); line-height: 1.6; }
.oa-hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.oa-hero__facts span { display: flex; min-height: 48px; align-items: baseline; gap: 7px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; color: rgba(255,250,240,.7); font-size: 12px; }
.oa-hero__facts strong { color: var(--oa-ivory); font-size: 17px; }
.oa-hero__jump { display: inline-flex; align-items: center; gap: 24px; margin-top: 24px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: var(--oa-ivory); font-size: 13px; font-weight: 800; text-decoration: none; }
.oa-hero__media,
.oa-article-hero__media { position: relative; min-width: 0; min-height: 100%; margin: 0; overflow: hidden; background: #1b3027; }
.oa-hero__media::after,
.oa-article-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,35,29,.32), transparent 30%); pointer-events: none; }
.oa-hero__media img,
.oa-article-hero__media img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; object-position: center; display: block; }
.oa-hero__art { position: relative; min-height: 450px; overflow: hidden; border-left: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle at 60% 42%, rgba(180,147,90,.23), transparent 38%), #1b3027; }
.oa-orbit { position: absolute; border: 1px solid rgba(255,250,240,.18); border-radius: 50%; }
.oa-orbit--one { width: 390px; height: 390px; top: 30px; left: -30px; }
.oa-orbit--two { width: 260px; height: 260px; top: 95px; left: 35px; border-color: rgba(180,147,90,.4); }
.oa-monogram { position: absolute; top: 50%; left: 50%; color: var(--oa-ivory); font-family: "Cormorant Garamond", Georgia, serif; font-size: 150px; font-weight: 500; line-height: 1; transform: translate(-50%, -53%); }
.oa-art-caption { position: absolute; right: 28px; bottom: 28px; color: rgba(255,250,240,.58); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.oa-directions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 26px 0 64px; }
.oa-directions a { position: relative; display: grid; min-height: 210px; grid-template-rows: 112px 1fr; overflow: hidden; border: 1px solid var(--oa-line); border-radius: 20px; background: var(--oa-surface); box-shadow: 0 8px 24px rgba(20,35,29,.055); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.oa-directions a:hover,
.oa-directions a:focus-visible { border-color: rgba(35,76,58,.45); box-shadow: 0 16px 34px rgba(20,35,29,.11); transform: translateY(-3px); }
.oa-directions a[aria-current="page"] { border-color: var(--oa-green); background: var(--oa-night); color: var(--oa-ivory); }
.oa-direction__media { display: block; min-width: 0; overflow: hidden; background: var(--oa-paper); }
.oa-direction__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.oa-directions a:hover .oa-direction__media img { transform: scale(1.035); }
.oa-direction__copy { display: block; padding: 16px 48px 18px 18px; }
.oa-directions strong,
.oa-directions small,
.oa-directions em { display: block; }
.oa-directions strong { margin-top: 5px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 23px; font-weight: 600; line-height: 1.05; }
.oa-directions small { color: var(--oa-brass); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.oa-directions small,
.oa-card__content > small,
.oa-related small { color: #7d6337; }
.oa-directions a[aria-current="page"] small { color: #d0b785; }
.oa-directions em { margin-top: 8px; color: var(--oa-muted); font-size: 11px; font-style: normal; }
.oa-directions a[aria-current="page"] em { color: rgba(255,250,240,.62); }
.oa-direction__arrow { position: absolute; right: 18px; bottom: 18px; color: var(--oa-green); font-size: 20px; }
.oa-directions a[aria-current="page"] .oa-direction__arrow { color: var(--oa-ivory); }

.oa-hub-intro { max-width: 860px; margin: -20px auto 70px; padding: clamp(28px, 5vw, 54px); border: 1px solid var(--oa-line); border-radius: 26px; background: var(--oa-surface); box-shadow: 0 14px 42px rgba(20,35,29,.07); }

.oa-catalog { scroll-margin-top: 24px; }
.oa-catalog__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.oa-catalog__heading h2 { max-width: 820px; margin: 0; font-size: clamp(38px, 5vw, 56px); line-height: .98; }
.oa-catalog__heading > p { margin: 0 0 4px; color: var(--oa-muted); font-size: 14px; }
.oa-filters { display: grid; grid-template-columns: minmax(260px, 1.4fr) minmax(210px, .8fr) auto; gap: 12px; align-items: end; margin-bottom: 30px; padding: 20px; border: 1px solid var(--oa-line); border-radius: 22px; background: var(--oa-paper); }
.oa-filters label > span { display: block; margin: 0 0 7px; color: #536059; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.oa-filters input,
.oa-filters select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid rgba(32,37,33,.2); border-radius: 12px; outline: 0; background: var(--oa-surface); color: var(--oa-ink); font: inherit; font-size: 14px; }
.oa-filters input:focus,
.oa-filters select:focus { border-color: var(--oa-green); box-shadow: 0 0 0 3px rgba(35,76,58,.12); }
.oa-filters button,
.oa-filter-reset { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid var(--oa-green); border-radius: 12px; background: var(--oa-green); color: #fff; font: inherit; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.oa-filters button:hover,
.oa-filters button:focus-visible { background: var(--oa-night); transform: translateY(-1px); }
.oa-filter-reset { grid-column: 1 / -1; justify-self: start; min-height: 36px; padding: 0; border: 0; background: transparent; color: var(--oa-green); }

.oa-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 18px; }
.oa-card { min-width: 0; min-height: 100%; }
.oa-card > a { position: relative; display: flex; min-height: 430px; height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--oa-line); border-radius: 22px; background: var(--oa-surface); box-shadow: 0 10px 30px rgba(20,35,29,.065); text-decoration: none; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.oa-card > a::after { content: ""; position: absolute; right: -70px; bottom: -100px; width: 190px; height: 190px; border: 1px solid rgba(180,147,90,.17); border-radius: 50%; }
.oa-card > a:hover,
.oa-card > a:focus-visible { border-color: rgba(35,76,58,.45); box-shadow: 0 20px 42px rgba(20,35,29,.13); transform: translateY(-4px); }
.oa-card__media { display: block; height: 190px; overflow: hidden; background: var(--oa-paper); }
.oa-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.oa-card > a:hover .oa-card__media img { transform: scale(1.035); }
.oa-card__content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.oa-card__content > small { margin-bottom: 10px; color: #7d6337; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.oa-card h3 { margin: 0 0 15px; font-size: 29px; line-height: 1.03; }
.oa-card__description { display: -webkit-box; overflow: hidden; color: #59645e; font-size: 13px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.oa-card__cta { display: flex; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 22px; color: var(--oa-green); font-size: 13px; font-weight: 800; }
.oa-card__cta b { font-size: 17px; font-weight: 500; }

.oa-pagination { display: flex; min-height: 54px; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin-top: 40px; }
.oa-pagination a { text-decoration: none; }
.oa-pagination__pages { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.oa-pagination__pages a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--oa-line); border-radius: 50%; background: var(--oa-surface); font-size: 13px; }
.oa-pagination__pages a[aria-current="page"] { border-color: var(--oa-green); background: var(--oa-green); color: #fff; }
.oa-pagination__ellipsis { width: 24px; color: var(--oa-muted); text-align: center; }
.oa-pagination__edge { color: var(--oa-green); font-size: 13px; font-weight: 800; }
.oa-empty { max-width: 760px; margin: 40px auto 0; padding: 46px; border: 1px solid var(--oa-line); border-radius: 24px; background: var(--oa-surface); text-align: center; }
.oa-empty h2 { margin: 0 0 12px; font-size: clamp(36px, 5vw, 52px); line-height: 1; }
.oa-empty > p:not(.oa-eyebrow) { color: var(--oa-muted); line-height: 1.6; }
.oa-empty a { display: inline-flex; margin-top: 12px; padding: 12px 18px; border-radius: 999px; background: var(--oa-green); color: #fff; font-weight: 750; text-decoration: none; }

.oa-article { width: min(100%, 1140px); margin-inline: auto; }
.oa-article-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); overflow: hidden; min-height: 490px; border-radius: 32px; background: var(--oa-night); color: var(--oa-ivory); box-shadow: var(--oa-shadow); }
.oa-article-hero__copy { align-self: center; padding: clamp(38px, 6vw, 70px); }
.oa-article-hero__species { margin: 0 0 14px; color: #ddc58f; font-size: 14px; font-weight: 750; }
.oa-article h1 { max-width: 820px; margin: 0 0 22px; color: var(--oa-ivory); font-size: clamp(43px, 6vw, 72px); line-height: .96; }
.oa-article-hero__lede { margin: 0; color: rgba(255,250,240,.75); font-size: 17px; line-height: 1.62; }
.oa-updated { display: flex; align-items: center; gap: 9px; margin: 26px 0 0; color: rgba(255,250,240,.56); font-size: 12px; }
.oa-updated span { width: 8px; height: 8px; border-radius: 50%; background: var(--oa-brass); box-shadow: 0 0 0 5px rgba(180,147,90,.12); }
.oa-article-hero__art { position: relative; display: flex; min-height: 490px; align-items: center; justify-content: center; overflow: hidden; border-left: 1px solid rgba(255,255,255,.1); background: radial-gradient(circle, rgba(180,147,90,.24), transparent 58%), #1a3026; }
.oa-article-hero__art::before,
.oa-article-hero__art::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid rgba(255,250,240,.16); border-radius: 50%; }
.oa-article-hero__art::after { width: 210px; height: 210px; border-color: rgba(180,147,90,.4); }
.oa-article-letter { position: relative; z-index: 1; color: var(--oa-ivory); font-family: "Cormorant Garamond", Georgia, serif; font-size: 145px; line-height: 1; }
.oa-article-hero__art > span:last-child { position: absolute; right: 24px; bottom: 25px; color: rgba(255,250,240,.52); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.oa-reading-layout { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 720px); gap: clamp(38px, 7vw, 86px); align-items: start; justify-content: center; margin: 62px auto 0; }
.oa-reading-nav { position: sticky; top: 22px; min-width: 0; }
.oa-backlink { display: inline-flex; gap: 9px; color: var(--oa-green); font-size: 13px; font-weight: 800; text-decoration: none; }
.oa-toc { margin-top: 24px; padding: 20px; border-top: 3px solid var(--oa-brass); border-radius: 0 0 18px 18px; background: var(--oa-paper); }
.oa-toc summary { color: var(--oa-night); font-size: 13px; font-weight: 800; cursor: pointer; }
.oa-toc ol { max-height: 340px; overflow: auto; margin: 15px 0 0; padding-left: 20px; }
.oa-toc li { margin: 8px 0; color: var(--oa-muted); font-size: 12px; line-height: 1.45; }
.oa-toc a { text-decoration: none; }
.oa-toc a:hover { color: var(--oa-green); text-decoration: underline; text-underline-offset: 3px; }
.oa-aside-note { margin-top: 18px; padding: 20px; border: 1px solid var(--oa-line); border-radius: 18px; background: var(--oa-surface); }
.oa-aside-note strong { display: block; margin-bottom: 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; font-weight: 600; }
.oa-aside-note p { margin: 0; color: var(--oa-muted); font-size: 12px; line-height: 1.6; }
.oa-reading-column { min-width: 0; }
.oa-body { color: #303833; font-size: 18px; line-height: 1.78; }
.oa-body > :first-child { margin-top: 0; }
.oa-body h2 { scroll-margin-top: 24px; margin: 50px 0 17px; color: var(--oa-night); font-size: clamp(32px, 4vw, 42px); line-height: 1.04; }
.oa-body h3 { scroll-margin-top: 24px; margin: 34px 0 12px; color: var(--oa-green); font-size: 21px; line-height: 1.3; }
.oa-body p { margin: 0 0 21px; }
.oa-body ul { margin: 20px 0 28px; padding: 22px 28px 22px 46px; border-left: 3px solid var(--oa-brass); border-radius: 0 18px 18px 0; background: var(--oa-paper); }
.oa-body li { margin: 8px 0; padding-left: 4px; }
.oa-body li::marker { color: var(--oa-green); }
.oa-body a { color: var(--oa-green); font-weight: 750; text-underline-offset: 3px; }
.oa-body h2[id] + p { font-size: 18px; }
.oa-body .oa-callout { margin: 26px 0; padding: 20px 22px; border-left: 3px solid var(--oa-brass); border-radius: 0 16px 16px 0; background: var(--oa-paper); }
.oa-table-wrap { max-width: 100%; margin: 24px 0 34px; overflow-x: auto; border: 1px solid var(--oa-line); border-radius: 16px; background: var(--oa-surface); }
.oa-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.oa-table-wrap th { padding: 14px 16px; background: var(--oa-night); color: var(--oa-ivory); font-size: 11px; letter-spacing: .04em; text-align: left; }
.oa-table-wrap td { padding: 14px 16px; border-top: 1px solid var(--oa-line); vertical-align: top; }
.oa-table-wrap tr:nth-child(even) td { background: rgba(244,239,229,.48); }

.oa-service-cta { position: relative; overflow: hidden; margin-top: 54px; padding: clamp(30px, 5vw, 48px); border-radius: 24px; background: var(--oa-night); color: var(--oa-ivory); }
.oa-service-cta::after { content: ""; position: absolute; right: -90px; bottom: -120px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.oa-service-cta h2 { position: relative; z-index: 1; max-width: 570px; margin: 0 0 12px; color: var(--oa-ivory); font-size: clamp(34px, 5vw, 48px); line-height: 1; }
.oa-service-cta > p:not(.oa-eyebrow) { position: relative; z-index: 1; max-width: 570px; color: rgba(255,250,240,.7); line-height: 1.6; }
.oa-service-cta > a { position: relative; z-index: 1; display: inline-flex; gap: 24px; margin-top: 8px; padding: 12px 18px; border-radius: 999px; background: var(--oa-ivory); color: var(--oa-night); font-size: 13px; font-weight: 800; text-decoration: none; }
.oa-related { margin-top: 58px; padding-top: 44px; border-top: 1px solid var(--oa-line); }
.oa-related h2 { margin: 0 0 24px; font-size: clamp(34px, 5vw, 48px); line-height: 1; }
.oa-related__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.oa-related__grid a { display: flex; min-height: 290px; flex-direction: column; overflow: hidden; padding: 0 20px 20px; border: 1px solid var(--oa-line); border-radius: 20px; background: var(--oa-surface); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.oa-related__grid img { width: calc(100% + 40px); height: 130px; margin: 0 -20px 18px; object-fit: cover; }
.oa-related__grid a:hover { box-shadow: 0 14px 34px rgba(20,35,29,.11); transform: translateY(-3px); }
.oa-related small { color: #7d6337; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.oa-related strong { margin: 10px 0 20px; font-size: 25px; line-height: 1.08; }
.oa-related__grid span { display: flex; justify-content: space-between; margin-top: auto; color: var(--oa-green); font-size: 12px; font-weight: 800; }
.oa-related__all { display: inline-flex; gap: 18px; margin-top: 22px; color: var(--oa-green); font-size: 13px; font-weight: 800; text-decoration: none; }
.oa-back-to-top { position: fixed; right: 28px; bottom: 28px; z-index: 8; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: var(--oa-night); color: #fff; box-shadow: 0 12px 28px rgba(20,35,29,.22); cursor: pointer; opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.oa-back-to-top.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .oa-hero { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); }
  .oa-directions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oa-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oa-filters button { align-self: end; }
  .oa-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .oa-article-hero { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); }
  .oa-reading-layout { grid-template-columns: 1fr; }
  .oa-reading-nav { position: static; }
  .oa-toc { max-width: 720px; }
  .oa-aside-note { display: none; }
}

@media (max-width: 700px) {
  .other-animals-frame { width: min(100% - 24px, 1240px); }
  .oa-page { padding: 18px 0 52px; }
  .oa-breadcrumbs { margin-bottom: 18px; font-size: 12px; }
  .oa-breadcrumbs [aria-current="page"] { max-width: 240px; }
  .oa-hero { grid-template-columns: 1fr; min-height: 0; border-radius: 24px; }
  .oa-hero__copy { padding: 36px 24px 40px; }
  .oa-hero h1 { font-size: clamp(46px, 14vw, 63px); }
  .oa-hero__facts span { flex: 1 1 135px; }
  .oa-hero__art { min-height: 250px; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .oa-hero__media img,
  .oa-article-hero__media img { min-height: 250px; max-height: 330px; }
  .oa-orbit--one { width: 310px; height: 310px; top: -30px; left: calc(50% - 155px); }
  .oa-orbit--two { width: 200px; height: 200px; top: 25px; left: calc(50% - 100px); }
  .oa-monogram { font-size: 112px; }
  .oa-directions { grid-template-columns: 1fr; margin: 18px 0 50px; }
  .oa-directions a { min-height: 220px; }
  .oa-catalog__heading { align-items: start; flex-direction: column; gap: 8px; }
  .oa-filters { grid-template-columns: 1fr; padding: 16px; }
  .oa-grid { grid-template-columns: 1fr; }
  .oa-card > a { min-height: 410px; }
  .oa-pagination { gap: 12px; }
  .oa-pagination__pages a { width: 39px; height: 39px; }
  .oa-article-hero { grid-template-columns: 1fr; min-height: 0; border-radius: 24px; }
  .oa-article-hero__copy { padding: 34px 24px 40px; }
  .oa-article h1 { font-size: clamp(41px, 12.5vw, 56px); }
  .oa-article-hero__art { min-height: 240px; border-top: 1px solid rgba(255,255,255,.1); border-left: 0; }
  .oa-article-letter { font-size: 108px; }
  .oa-reading-layout { margin-top: 40px; }
  .oa-toc { padding: 18px; }
  .oa-body { font-size: 17px; line-height: 1.72; }
  .oa-body h2 { margin-top: 42px; }
  .oa-body ul { padding: 18px 20px 18px 36px; }
  .oa-related__grid { grid-template-columns: 1fr; }
  .oa-back-to-top { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .oa-directions a,
  .oa-card > a,
  .oa-related__grid a,
  .oa-filters button,
  .oa-back-to-top { transition: none; }
}
