@font-face {
  font-family: PetSans;
  src: url("../fonts/Manrope.ad2b1ad21d4b.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --ink: #193d34;
  --green: #123e34;
  --lime: #dfef9a;
  --paper: #fafbf7;
  --muted: #69736e;
  --line: #dde3dc;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: PetSans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
button,
input {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.2;
}
h1,
h2 {
  letter-spacing: -0.045em;
}
h3 {
  letter-spacing: -0.025em;
}
h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 650;
}
a:hover {
  color: #547826;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid #688c1c;
  outline-offset: 5px;
}
.container {
  width: min(1240px, calc(100% - 80px));
  margin: auto;
}
[hidden] {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  background: white;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.topline {
  background: var(--green);
  color: #f1f5e6;
  font-size: 12px;
  letter-spacing: 0.035em;
}
.topline .container {
  display: flex;
  justify-content: space-between;
  padding-top: 7px;
  padding-bottom: 7px;
}
.header {
  background: var(--paper);
}
.header-row {
  height: 94px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 35px;
  letter-spacing: -1.7px;
  font-weight: 800;
  line-height: 1;
  color: var(--green);
  white-space: nowrap;
}
.brand-mark {
  font-size: 45px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.brand-dot {
  color: #709835;
}
.desktop-nav {
  margin-left: auto;
  display: flex;
  gap: 32px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.header-search {
  font-size: 14px;
  border-left: 1px solid var(--line);
  padding-left: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.header-search > span {
  font-size: 29px;
  line-height: 1;
}
.category-bar {
  border-block: 1px solid var(--line);
}
.category-links {
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 55px;
  font-size: 14px;
  font-weight: 600;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
}
.category-links a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px 0;
}
.category-links a[aria-current] {
  box-shadow: inset 0 -2px var(--green);
}
.category-links a:nth-last-child(2) {
  margin-left: auto;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 26px;
  color: var(--green);
  padding: 9px;
}
.mobile-menu {
  padding-bottom: 24px;
}
.mobile-menu a {
  display: block;
  padding: 8px;
}
.hero {
  margin-top: 30px;
  min-height: 526px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #123a2b;
  color: white;
  isolation: isolate;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 28%;
  z-index: -2;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(11, 43, 31, 0.94) 0%,
    rgba(11, 43, 31, 0.78) 29%,
    rgba(11, 43, 31, 0) 66%
  );
  z-index: -1;
}
.hero-copy {
  padding: 51px 54px;
  max-width: 650px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 14px;
}
.hero .eyebrow {
  color: #dce8c8;
  font-size: 10px;
}
.hero h1 {
  font-size: clamp(54px, 5.6vw, 78px);
  line-height: 1.02;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: -0.055em;
}
.hero h1 em {
  font-family: var(--serif);
  color: var(--lime);
  font-weight: 400;
  letter-spacing: -0.06em;
}
.hero-copy > p:not(.eyebrow) {
  font-size: 16px;
  line-height: 1.8;
  color: #e0e8de;
}
.button {
  border: 1px solid var(--green);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background: var(--green);
  color: #fff;
  padding: 13px 22px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 650;
  min-height: 48px;
  line-height: 1.4;
}
.button:hover {
  background: #235846;
  color: #fff;
}
.button-lime {
  background: var(--lime);
  color: var(--green);
  border-color: var(--lime);
}
.button-lime:hover {
  background: #eaf7b9;
  color: var(--green);
}
.hero .button {
  margin-top: 28px;
}
.button-light {
  background: transparent;
  color: var(--green);
  border-color: var(--line);
}
.button-light:hover {
  background: #e9eddf;
  color: var(--green);
}
.hero-note {
  position: absolute;
  right: 30px;
  bottom: 24px;
  color: #f7faef;
  font-size: 12px;
}
.search-zone {
  max-width: 880px;
  position: relative;
  margin: -29px auto 0;
  z-index: 2;
}
.search-form {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 8px 35px #173e3410;
  border-radius: 10px;
  padding: 9px;
  position: relative;
  min-width: 0;
}
.search-symbol {
  font-size: 34px;
  line-height: 1;
  padding: 0 14px;
  color: var(--green);
}
.search-form input {
  border: 0;
  outline-offset: 0;
  background: transparent;
  flex: 1;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  padding: 13px 0;
  color: var(--ink);
}
.search-form input::placeholder {
  color: #66716a;
}
.search-form button {
  border: 0;
  border-radius: 6px;
  background: var(--green);
  color: white;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}
.search-form button span {
  margin-left: 22px;
}
.search-hints {
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  align-items: center;
  padding: 18px 8px;
  color: var(--muted);
  font-size: 12px;
}
.search-hints > span {
  letter-spacing: 0.09em;
  font-size: 10px;
  font-weight: 700;
}
.search-hints a {
  text-decoration: underline;
  text-decoration-color: #c3cdc2;
  text-underline-offset: 4px;
}
.search-suggestions {
  position: absolute;
  top: calc(100% + 7px);
  background: white;
  left: 0;
  right: 0;
  border: 1px solid var(--line);
  box-shadow: 0 15px 30px #163b3420;
  border-radius: 9px;
  padding: 8px;
  z-index: 20;
}
.search-suggestions a {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 14px;
  border-radius: 5px;
}
.search-suggestions a:hover {
  background: #f0f4e8;
}
.search-suggestions small {
  color: var(--muted);
  flex-shrink: 0;
}
.section {
  padding-top: 66px;
  padding-bottom: 8px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.section-heading .eyebrow {
  color: #64764f;
  margin-bottom: 10px;
}
.section-aside {
  font-size: 13px;
  color: var(--muted);
}
.text-link {
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: #b5c2aa;
  text-underline-offset: 6px;
  white-space: nowrap;
}
.category-discovery {
  padding-top: 39px;
}
.category-discovery h2 {
  font-size: 27px;
  letter-spacing: -0.035em;
}
.category-discovery .eyebrow {
  font-size: 10px;
}
.category-tiles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}
.category-tile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 19px 18px;
  border: 1px solid #dce2d4;
  border-radius: 10px;
  background: #eff2e8;
  font-size: 13px;
  min-height: 83px;
}
.category-tile strong {
  font-weight: 650;
}
.category-tile > span:last-child {
  margin-left: auto;
}
.category-symbol {
  font-size: 28px;
  filter: saturate(0.65);
}
.category-kopek {
  background: #f8f0e2;
  border-color: #e8dfcf;
}
.category-kus {
  background: #eaf0f4;
  border-color: #d5dfe5;
}
.category-balik {
  background: #e8f2f0;
  border-color: #d3e4e0;
}
.category-diger {
  background: #eeebf3;
  border-color: #e1dce9;
}
.section-description {
  font-size: 14px;
  color: var(--muted);
  margin: -14px 0 25px;
}
.cards {
  display: grid;
  gap: 24px;
}
.cards.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.article-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  min-width: 0;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px #1a382b0d;
}
.card-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: #18422f;
  aspect-ratio: 1.7;
}
.card-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 75% 55%;
  transition: transform 0.5s;
}
.article-card:hover img {
  transform: scale(1.03);
}
.image-label {
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 4px;
  background: #fffffff0;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}
.demo-label {
  position: absolute;
  bottom: 12px;
  right: 13px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #153c34ad;
  padding: 3px 6px;
  border-radius: 3px;
}
.card-content {
  padding: 22px;
}
.card-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #697663;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
}
.card-content h3 {
  font-size: 22px;
  margin: 12px 0 11px;
  line-height: 1.3;
}
.card-content p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 23px;
  padding-top: 16px;
  border-top: 1px solid #e9ede5;
  color: #667161;
  font-size: 10px;
}
.card-bottom > span:last-child {
  font-size: 20px;
  color: var(--green);
}
.ad-slot {
  border: 1px dashed #ced5c6;
  min-height: 104px;
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #f2f4ed;
  color: #7d8577;
  border-radius: 8px;
}
.ad-slot span:first-child {
  font-size: 9px;
  letter-spacing: 0.18em;
}
.ad-slot span:last-child {
  font-size: 12px;
}
.breed-feature {
  border-radius: 14px;
  background: #e9efdd;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  padding: 44px 46px;
}
.breed-intro h2 {
  font-size: 41px;
  line-height: 1.12;
  margin-bottom: 20px;
}
.breed-intro p:not(.eyebrow) {
  font-size: 14px;
  color: #617058;
  max-width: 330px;
}
.breed-intro .button {
  margin-top: 26px;
}
.breed-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.breed-mini {
  border: 1px solid #d1dbc3;
  border-radius: 9px;
  padding: 26px 22px;
  background: #f8faf0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pill {
  display: inline-flex;
  font-size: 11px;
  border-radius: 4px;
  padding: 4px 9px;
  background: #e6edd9;
  width: fit-content;
}
.breed-mini h3 {
  font-size: 27px;
  margin: 24px 0 15px;
  line-height: 1.25;
}
.breed-mini p {
  font-size: 13px;
  color: #63705d;
}
.breed-mini > div {
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  font-size: 11px;
  font-weight: 700;
  gap: 15px;
}
.latest-list article {
  display: flex;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding: 22px 0;
}
.latest-list article:last-child {
  border-bottom: 1px solid var(--line);
}
.article-number {
  font-family: var(--serif);
  font-size: 36px;
  color: #a6b69b;
  min-width: 45px;
}
.latest-list h3 {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 6px;
}
.latest-date {
  margin-left: auto;
  color: var(--muted);
  font-size: 12px;
}
.latest-list article > span:last-child {
  font-size: 23px;
  padding: 0 8px;
}
.topic-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
  margin-top: 58px;
}
.topic-grid > a {
  padding: 29px 30px;
  position: relative;
  border-radius: 11px;
  border: 1px solid var(--line);
  background: #f0f1e9;
  min-height: 210px;
}
.topic-grid > a:nth-child(2) {
  background: #e9f1ec;
}
.topic-grid > a:nth-child(3) {
  background: #f4eee4;
}
.topic-grid h2 {
  font-size: 30px;
  line-height: 1.1;
  min-height: 66px;
}
.topic-grid p {
  font-size: 12px;
  margin-top: 18px;
  color: #647160;
}
.topic-grid > a > span:last-child {
  position: absolute;
  right: 26px;
  top: 25px;
  font-size: 25px;
}
.topic-grid .eyebrow {
  font-size: 9px;
  display: block;
  margin-bottom: 18px;
}
.animal-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.animal-guide-grid section {
  border-top: 2px solid #385943;
  padding-top: 18px;
}
.animal-guide-grid h3 {
  font-size: 20px;
  margin-bottom: 14px;
}
.animal-guide-grid h3 > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.animal-guide-grid h3 > a > span:last-child {
  margin-left: auto;
}
.animal-guide-grid section > a {
  display: block;
  border-top: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.5;
  padding: 13px 0;
}
.animal-guide-grid p {
  font-size: 14px;
  color: var(--muted);
}
.faq-section {
  margin: 65px 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  border-top: 1px solid var(--line);
  padding-top: 50px;
}
.faq-section > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  margin-top: 18px;
}
.faq-list details,
.prose details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.faq-list details:first-child {
  padding-top: 0;
}
summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 650;
  gap: 16px;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 24px;
  font-weight: 400;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
details p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  padding-top: 15px;
}
.editorial-note {
  text-align: center;
  border-top: 1px solid var(--line);
  padding: 37px 20px 45px;
  max-width: 900px;
  margin: auto;
}
.editorial-note strong {
  font-size: 23px;
  letter-spacing: -0.04em;
}
.editorial-note p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin: 12px auto;
  max-width: 700px;
}
.editorial-note > a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer {
  background: var(--green);
  color: #e7eddd;
  margin-top: 40px;
  padding: 48px 0 0;
}
.footer .brand {
  color: #fff;
  font-size: 32px;
}
.footer .brand-dot {
  color: var(--lime);
}
.footer .brand-mark {
  color: var(--lime);
  font-size: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 40px;
}
.footer p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 22px;
  color: #c1d2c1;
}
.footer .fine {
  font-size: 11px;
  color: #aebfaf;
}
.footer h2 {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 18px;
  color: #ddefb0;
}
.footer-grid > div > a:not(.brand) {
  display: block;
  font-size: 12px;
  margin: 9px 0;
  color: #d5e2d2;
}
.footer a:hover {
  color: var(--lime);
}
.footer-bottom {
  border-top: 1px solid #ffffff20;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  padding-top: 20px;
  padding-bottom: 22px;
  color: #adc1ac;
}
.breadcrumbs {
  padding: 27px 0;
  color: var(--muted);
  font-size: 12px;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 10px;
}
.breadcrumbs li {
  display: flex;
  gap: 10px;
}
.breadcrumbs li:last-child {
  color: var(--green);
}
.page-heading {
  max-width: 840px;
  padding: 24px 0 36px;
}
.page-heading h1 {
  font-size: clamp(37px, 5vw, 62px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.page-heading > p:last-child {
  margin-top: 22px;
  font-size: 17px;
  color: var(--muted);
}
.listing-page {
  min-height: 65vh;
  padding-bottom: 40px;
}
.listing-search {
  max-width: 760px;
  margin-bottom: 30px;
}
.result-count {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 23px;
}
.empty-state {
  grid-column: 1/-1;
  padding: 60px 20px;
  text-align: center;
}
.empty-state p {
  margin: 20px 0 28px;
  color: var(--muted);
}
.empty-state .text-link {
  margin-left: 22px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  font-size: 14px;
}
.pagination a {
  border: 1px solid var(--line);
  padding: 10px 18px;
  border-radius: 6px;
}
.article-header {
  max-width: 910px;
  margin: 15px auto 32px;
}
.article-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: var(--muted);
}
.demo-badge {
  background: #f0eddf;
  border: 1px solid #ded4a9;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 11px;
}
.article-header h1 {
  font-size: clamp(37px, 5vw, 61px);
  line-height: 1.13;
  margin: 23px 0;
  overflow-wrap: anywhere;
}
.article-deck {
  font-size: 19px;
  color: var(--muted);
  line-height: 1.65;
}
.byline {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 27px;
  font-size: 12px;
  color: #6c746a;
  line-height: 1.9;
}
.byline strong {
  font-size: 13px;
  color: var(--ink);
  font-weight: 700;
}
.author-avatar {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: grid;
  place-content: center;
  background: #dfe8ca;
  color: var(--green);
  font-weight: 800;
  font-size: 20px;
}
.article-cover {
  max-width: 1000px;
  margin: auto;
}
.article-cover img {
  border-radius: 13px;
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  object-position: 65% 50%;
}
.article-cover figcaption {
  font-size: 11px;
  color: var(--muted);
  padding: 10px 0;
}
.reading-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 730px);
  gap: 55px;
  justify-content: center;
  margin-top: 35px;
}
.toc {
  position: sticky;
  top: 25px;
  align-self: start;
  border-top: 2px solid var(--green);
  padding-top: 17px;
}
.toc h2 {
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.toc nav a {
  display: block;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  color: #52624e;
}
.toc-foot {
  font-size: 11px;
  color: #7d8775;
  display: block;
  margin-top: 24px;
}
.prose {
  font-size: 17px;
  line-height: 1.9;
  overflow-wrap: anywhere;
}
.prose h2 {
  font-size: 30px;
  margin: 38px 0 18px;
  line-height: 1.3;
}
.prose h3 {
  font-size: 22px;
  margin: 28px 0 14px;
}
.prose > p {
  margin: 18px 0;
  color: #4b584c;
}
.prose .fine {
  font-size: 12px;
  color: var(--muted);
}
.notice {
  border: 1px solid #ded8ba;
  background: #f5f2e5;
  border-radius: 8px;
  padding: 20px 23px;
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.8;
}
.notice p {
  font-size: 13px;
  margin-top: 5px;
  color: #746b4c;
}
.health-notice {
  background: #eaf1e9;
  border-color: #cadcca;
}
.health-notice p {
  color: #4a6652;
}
.breed-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 20px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.breed-facts > div {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.breed-facts dt {
  font-size: 12px;
  color: var(--muted);
}
.breed-facts dd {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 650;
}
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.tags a {
  font-size: 12px;
  padding: 4px 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
}
.share {
  border-top: 1px solid var(--line);
  margin-top: 35px;
  padding-top: 22px;
}
.share strong {
  font-size: 16px;
}
.share > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 15px;
}
.share .button {
  font-size: 12px;
  padding: 10px 15px;
}
.legal-page {
  max-width: 870px;
  padding-bottom: 50px;
  min-height: 70vh;
}
.error-page h1 {
  font-size: clamp(32px, 4vw, 58px);
  margin-top: 20px;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  max-width: 700px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 15px 70px #0003;
  padding: 22px;
  border-radius: 12px;
  z-index: 50;
  font-size: 14px;
}
.cookie-banner > div {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
.cookie-banner a {
  text-decoration: underline;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: white;
  padding: 13px 24px;
  border-radius: 8px;
  font-size: 14px;
  z-index: 60;
  max-width: 90%;
}
.text-button {
  background: none;
  border: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  font-size: 12px;
}
@media (min-width: 1450px) {
  .hero {
    min-height: 570px;
  }
  .hero-copy {
    padding: 62px;
  }
  .hero h1 {
    font-size: 82px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 48px);
  }
  .desktop-nav {
    gap: 18px;
  }
  .header-row {
    gap: 25px;
  }
  .desktop-nav a {
    font-size: 12px;
  }
  .category-links {
    gap: 23px;
  }
  .hero {
    min-height: 480px;
  }
  .hero-copy {
    padding: 42px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .category-tile {
    padding: 15px 12px;
    gap: 7px;
  }
  .category-symbol {
    font-size: 22px;
  }
  .category-tile strong {
    font-size: 12px;
  }
  .category-tile > span:last-child {
    display: none;
  }
  .breed-feature {
    gap: 25px;
    padding: 32px;
  }
  .breed-mini {
    padding: 22px 17px;
  }
  .breed-mini h3 {
    font-size: 23px;
  }
  .section-aside {
    display: none;
  }
  .reading-layout {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 35px;
  }
}
@media (max-width: 800px) {
  .desktop-nav {
    display: none;
  }
  .header-search {
    margin-left: auto;
    border: 0;
  }
  .menu-toggle {
    display: block;
  }
  .header-row {
    height: 79px;
    gap: 18px;
  }
  .brand {
    font-size: 31px;
  }
  .brand-mark {
    font-size: 39px;
  }
  .category-links {
    gap: 25px;
  }
  .category-links a:nth-last-child(2) {
    margin-left: 0;
  }
  .hero {
    min-height: 455px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .hero-copy {
    padding: 35px;
    max-width: 440px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .hero-image {
    object-position: 68% center;
  }
  .hero-shade {
    background: linear-gradient(
      90deg,
      rgba(11, 43, 31, 0.94) 0%,
      rgba(11, 43, 31, 0.65) 40%,
      rgba(11, 43, 31, 0.07) 100%
    );
  }
  .search-zone {
    margin: -20px 22px 0;
  }
  .search-hints {
    gap: 13px;
    font-size: 11px;
  }
  .search-hints > span {
    display: none;
  }
  .category-tiles {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  .category-tile {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 13px 5px;
    gap: 6px;
  }
  .category-tile strong {
    font-size: 10px;
    line-height: 1.4;
  }
  .category-symbol {
    font-size: 26px;
  }
  .cards.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cards.three .article-card:last-child:nth-child(3) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .cards.three .article-card:last-child:nth-child(3) .card-image-link {
    height: 100%;
    aspect-ratio: auto;
  }
  .section {
    padding-top: 48px;
  }
  .section-heading {
    align-items: center;
  }
  .breed-feature {
    grid-template-columns: 1fr;
  }
  .breed-intro {
    max-width: 100%;
  }
  .breed-intro h2 {
    font-size: 36px;
  }
  .breed-intro h2 br {
    display: none;
  }
  .breed-intro p:not(.eyebrow) {
    max-width: 550px;
  }
  .breed-cards {
    gap: 15px;
  }
  .breed-mini h3 {
    margin-top: 18px;
  }
  .topic-grid {
    gap: 12px;
  }
  .topic-grid > a {
    padding: 23px 18px;
  }
  .topic-grid h2 {
    font-size: 25px;
  }
  .topic-grid > a > span:last-child {
    right: 15px;
    top: 17px;
    font-size: 20px;
  }
  .topic-grid p {
    font-size: 11px;
  }
  .animal-guide-grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq-section {
    gap: 30px;
  }
  .faq-section h2 {
    font-size: 30px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-grid .brand {
    font-size: 27px;
  }
  .footer-grid .brand-mark {
    font-size: 32px;
  }
  .reading-layout {
    display: block;
    margin-top: 25px;
  }
  .toc {
    position: static;
    margin: 0 0 30px;
    border: 1px solid var(--line);
    padding: 20px;
    border-radius: 8px;
  }
  .toc nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .toc nav a {
    padding: 5px 0;
  }
  .toc-foot {
    display: none;
  }
  .article-header h1 {
    font-size: 44px;
  }
  .article-deck {
    font-size: 17px;
  }
}
@media (max-width: 540px) {
  .container {
    width: calc(100% - 36px);
  }
  .topline .container {
    justify-content: center;
    font-size: 10px;
  }
  .topline span {
    display: none;
  }
  .header-row {
    height: 72px;
    gap: 11px;
  }
  .header-search {
    font-size: 12px;
    padding: 7px;
  }
  .header-search > span {
    font-size: 26px;
  }
  .menu-toggle {
    font-size: 23px;
    padding: 7px;
  }
  .brand {
    font-size: 29px;
  }
  .brand-mark {
    font-size: 36px;
    margin-right: 7px;
  }
  .category-links {
    font-size: 12px;
    min-height: 48px;
    gap: 23px;
  }
  .hero {
    margin-top: 18px;
    min-height: 620px;
    border-radius: 14px;
  }
  .hero-image {
    height: 65%;
    top: auto;
    bottom: 0;
    object-position: 78% 60%;
    object-fit: cover;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #102e21 0%,
      #102e21 25%,
      rgba(16, 46, 33, 0.94) 39%,
      rgba(16, 46, 33, 0.05) 62%
    );
  }
  .hero-copy {
    padding: 28px 25px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
  }
  .hero h1 {
    font-size: 58px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 1.7;
  }
  .hero-copy > p:not(.eyebrow) br:last-child {
    display: none;
  }
  .hero .button {
    margin-top: 19px;
    padding: 11px 16px;
    min-height: 43px;
    font-size: 12px;
  }
  .hero-note {
    bottom: 23px;
    right: 18px;
    font-size: 9px;
  }
  .search-zone {
    margin: -12px 8px 0;
  }
  .search-form {
    padding: 6px;
  }
  .search-symbol {
    font-size: 25px;
    padding: 0 8px;
  }
  .search-form input {
    font-size: 12px;
    padding: 10px 0;
  }
  .search-form button {
    font-size: 11px;
    padding: 12px 13px;
  }
  .search-form button span {
    display: none;
  }
  .search-form input::placeholder {
    font-size: 10px;
  }
  .search-hints {
    gap: 12px;
    padding: 14px 0;
    justify-content: center;
  }
  .search-hints a {
    font-size: 9px;
  }
  .search-suggestions a {
    display: block;
    padding: 10px;
  }
  .search-suggestions small {
    display: block;
    margin-top: 3px;
  }
  .category-discovery {
    padding-top: 26px;
  }
  .section-heading {
    gap: 14px;
    margin-bottom: 21px;
    align-items: flex-end;
  }
  .category-discovery h2 {
    font-size: 25px;
    max-width: 260px;
  }
  .category-discovery .eyebrow {
    font-size: 9px;
  }
  .category-tiles {
    gap: 6px;
  }
  .category-tile {
    border-radius: 8px;
    min-height: 90px;
    padding: 10px 3px;
    justify-content: flex-start;
  }
  .category-symbol {
    font-size: 25px;
  }
  .category-tile strong {
    font-size: 9px;
  }
  .section {
    padding-top: 40px;
  }
  .section h2 {
    font-size: 29px;
  }
  .section .eyebrow {
    font-size: 8px;
    letter-spacing: 0.11em;
  }
  .text-link {
    font-size: 10px;
    gap: 8px;
  }
  .section-description {
    font-size: 12px;
    margin-top: -10px;
  }
  .cards.three {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .cards.three .article-card:last-child:nth-child(3) {
    display: block;
    grid-column: auto;
  }
  .cards.three .article-card:last-child:nth-child(3) .card-image-link {
    aspect-ratio: 1.7;
    height: auto;
  }
  .card-content {
    padding: 21px;
  }
  .card-content h3 {
    font-size: 24px;
  }
  .card-content p {
    font-size: 14px;
  }
  .card-meta {
    font-size: 11px;
  }
  .card-bottom {
    font-size: 11px;
  }
  .ad-slot {
    margin: 32px 0;
    min-height: 85px;
  }
  .breed-feature {
    padding: 28px 23px;
    gap: 26px;
  }
  .breed-intro h2 {
    font-size: 36px;
  }
  .breed-intro p:not(.eyebrow) {
    font-size: 13px;
  }
  .breed-cards {
    grid-template-columns: 1fr;
  }
  .breed-mini {
    padding: 22px;
  }
  .breed-mini h3 {
    font-size: 25px;
    margin: 14px 0 10px;
  }
  .breed-mini > div {
    margin-top: 22px;
  }
  .latest-list article {
    gap: 15px;
    padding: 18px 0;
  }
  .article-number {
    font-size: 29px;
    min-width: 32px;
  }
  .latest-list h3 {
    font-size: 17px;
  }
  .latest-list article > span:last-child {
    font-size: 20px;
    margin-left: auto;
  }
  .latest-date {
    display: none;
  }
  .topic-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
    gap: 13px;
  }
  .topic-grid > a {
    min-height: 160px;
    padding: 25px;
  }
  .topic-grid h2 {
    font-size: 29px;
    min-height: auto;
  }
  .topic-grid h2 br {
    display: none;
  }
  .topic-grid p {
    font-size: 12px;
    margin-top: 12px;
  }
  .topic-grid .eyebrow {
    margin-bottom: 14px;
  }
  .topic-grid > a > span:last-child {
    right: 24px;
    top: 23px;
    font-size: 27px;
  }
  .animal-guide-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .animal-guide-grid section > a {
    font-size: 14px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    margin: 43px 0;
    gap: 29px;
    padding-top: 34px;
  }
  .faq-section h2 {
    font-size: 33px;
  }
  .faq-section summary {
    font-size: 14px;
  }
  .faq-section .eyebrow {
    font-size: 9px;
  }
  .editorial-note {
    padding: 26px 0 15px;
  }
  .editorial-note strong {
    font-size: 22px;
  }
  .editorial-note p {
    font-size: 12px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 22px;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-grid .brand {
    font-size: 31px;
  }
  .footer-grid .brand-mark {
    font-size: 39px;
  }
  .footer p {
    font-size: 13px;
    margin-top: 16px;
  }
  .footer h2 {
    font-size: 14px;
  }
  .footer-grid > div > a:not(.brand) {
    font-size: 12px;
    margin: 10px 0;
  }
  .footer-bottom {
    font-size: 9px;
    gap: 18px;
  }
  .breadcrumbs {
    font-size: 10px;
    padding: 22px 0;
  }
  .page-heading {
    padding: 15px 0 28px;
  }
  .page-heading h1 {
    font-size: 38px;
  }
  .page-heading > p:last-child {
    font-size: 15px;
  }
  .article-header {
    margin-top: 7px;
  }
  .article-header h1 {
    font-size: 39px;
    margin: 20px 0;
  }
  .article-kicker {
    gap: 10px;
    font-size: 11px;
    flex-wrap: wrap;
  }
  .article-deck {
    font-size: 16px;
  }
  .byline {
    font-size: 10px;
    gap: 10px;
  }
  .byline strong {
    font-size: 12px;
  }
  .article-cover img {
    min-height: 230px;
    object-fit: cover;
  }
  .article-cover figcaption {
    font-size: 10px;
  }
  .prose {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 27px;
  }
  .notice {
    padding: 17px;
  }
  .breed-facts {
    grid-template-columns: 1fr;
  }
  .share > div {
    gap: 9px;
  }
  .share .button {
    font-size: 11px;
  }
  .pagination {
    font-size: 12px;
    gap: 13px;
  }
  .pagination a {
    padding: 8px 10px;
  }
  .empty-state {
    padding: 35px 10px;
  }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 13px;
    padding: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media print {
  .header,
  .footer,
  .toc,
  .ad-slot,
  .share,
  .cookie-banner,
  .topline {
    display: none;
  }
  .container {
    width: 100%;
  }
  .reading-layout {
    display: block;
  }
  .article-cover {
    max-width: 500px;
  }
  .notice {
    break-inside: avoid;
  }
  body {
    background: white;
    color: black;
  }
}
/* Readable UI labels and comfortable touch targets at every breakpoint. */
.desktop-nav a,
.header-search,
.category-links,
.text-link,
.button,
.search-form input,
.search-form button,
.toc nav a,
.footer-grid > div > a:not(.brand),
.footer h2,
.category-tile strong,
.share .button {
  font-size: 14px;
}
.card-content p,
.hero-copy > p:not(.eyebrow),
.topic-grid p,
.breed-intro p:not(.eyebrow),
.breed-mini p {
  font-size: 16px;
}
.eyebrow,
.hero .eyebrow,
.category-discovery .eyebrow,
.section .eyebrow,
.topic-grid .eyebrow,
.search-hints,
.search-hints a,
.search-hints > span,
.card-meta,
.card-bottom,
.demo-label,
.image-label,
.pill,
.demo-badge,
.breed-mini > div,
.article-cover figcaption,
.breadcrumbs,
.byline,
.footer .fine,
.footer-bottom,
.ad-slot span:first-child,
.hero-note {
  font-size: 12px;
}
.footer-grid > div > a:not(.brand),
.toc nav a {
  min-height: 34px;
}
@media (max-width: 540px) {
  .hero {
    min-height: 650px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .hero .eyebrow {
    font-size: 11px;
  }
  .search-form input {
    font-size: 14px;
  }
  .search-form input::placeholder {
    font-size: 12px;
  }
  .search-form button {
    font-size: 12px;
    min-height: 44px;
  }
  .search-hints {
    gap: 12px;
  }
  .category-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .category-tile {
    padding: 14px 9px;
    min-height: 108px;
  }
  .category-tile strong {
    font-size: 14px;
  }
  .section-heading {
    flex-wrap: wrap;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 540px) {
  .hero-image {
    height: 52%;
  }
  .hero-copy > p:not(.eyebrow) br:last-child {
    display: initial;
  }
}
