/*
Theme Name: Jagdgewinner
Theme URI: https://jagdgewinner.com.ua/
Author: vom Jagdgewinner
Description: Авторська тема розплідника німецьких дратхаарів.
Version: 1.11.1
Text Domain: jagdgewinner
*/

:root {
  --ink: #17201b;
  --forest: #17372c;
  --forest-deep: #0d251d;
  --moss: #64765b;
  --sand: #d6b477;
  --paper: #f4f0e7;
  --paper-deep: #e9e2d5;
  --white: #fffdf8;
  --line: rgba(23, 32, 27, .16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: min(1160px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 .8rem; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.04; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 5.2vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.35rem); }
h3 { font-size: clamp(1.3rem, 1.7vw, 1.7rem); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(58px, 6.5vw, 92px) 0; }
.eyebrow { margin: 0 0 1rem; color: var(--moss); font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .72rem 1.3rem; color: var(--white); background: var(--forest); border: 1px solid var(--forest); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: .2s ease; }
.button:hover { color: var(--forest); background: transparent; }
.button-light { color: var(--forest); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--white); border-color: var(--white); }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.text-link:hover { opacity: .65; }
.light { color: var(--white); }
.skip-link { position: fixed; z-index: 9999; top: -100px; left: 20px; padding: 12px 18px; color: var(--white); background: var(--forest); }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; z-index: 100; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--forest); background: var(--sand); border-radius: 50%; font-family: var(--serif); font-size: .92rem; font-weight: 700; letter-spacing: -.05em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 400; }
.brand-copy small { margin-top: 4px; font-size: .56rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.site-navigation { display: flex; align-items: center; gap: 26px; }
.site-menu, .site-navigation ul { display: flex; align-items: center; gap: clamp(15px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.site-menu a { display: block; padding: 9px 0; font-size: .68rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: var(--sand); }
.header-contact { padding: 9px 14px; border: 1px solid rgba(255,255,255,.65); font-size: .64rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.menu-toggle { display: none; color: inherit; background: transparent; border: 0; }

.hero { position: relative; min-height: min(760px, 92svh); color: var(--white); background: var(--forest-deep); overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background-position: 72% 42%; background-size: cover; filter: saturate(.72) contrast(1.05); }
.hero-shade { background: linear-gradient(90deg, rgba(5,20,14,.94) 0%, rgba(7,24,17,.72) 46%, rgba(7,24,17,.12) 78%), linear-gradient(0deg, rgba(5,16,11,.7), transparent 50%); }
.hero-inner { position: relative; display: flex; min-height: min(760px, 92svh); align-items: flex-end; justify-content: space-between; gap: 44px; padding-top: 130px; padding-bottom: 54px; }
.hero-copy { max-width: 680px; }
.hero .eyebrow { color: var(--sand); }
.hero h1 { font-size: clamp(3.15rem, 5.8vw, 5.8rem); letter-spacing: -.035em; }
.hero h1 em { color: var(--sand); font-weight: 400; }
.hero-lead { max-width: 610px; margin: 1.35rem 0 1.8rem; color: rgba(255,255,255,.83); font-size: clamp(.98rem, 1.25vw, 1.12rem); }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.hero .button { color: var(--forest-deep); background: var(--sand); border-color: var(--sand); }
.hero .button:hover { color: var(--sand); background: transparent; }
.hero-facts { display: grid; min-width: 160px; gap: 20px; }
.hero-facts div { display: flex; align-items: baseline; gap: 12px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.35); }
.hero-facts strong { color: var(--sand); font-size: .7rem; letter-spacing: .12em; }
.hero-facts span { font-size: .72rem; font-weight: 700; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 95px); }
.intro h2 { max-width: 560px; }
.intro-copy { max-width: 650px; }
.prose { font-size: 1rem; }
.prose p { margin-bottom: .9rem; }
.prose h2, .prose h3 { margin: 2.3em 0 .7em; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose a:not(.button) { color: var(--forest); border-bottom: 1px solid var(--moss); }
.prose img { margin: 2rem 0; }

.dark-section { color: var(--white); background: var(--forest-deep); }
.dark-section .eyebrow { color: var(--sand); }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: clamp(38px, 4vw, 58px); }
.split-heading > p { max-width: 510px; margin: 0; color: rgba(255,255,255,.68); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.18); }
.principle-grid article { min-height: 235px; padding: 28px clamp(18px, 2.6vw, 36px) 15px 0; }
.principle-grid article + article { padding-left: clamp(20px, 3vw, 45px); border-left: 1px solid rgba(255,255,255,.18); }
.principle-grid span { color: var(--sand); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.principle-grid h3 { margin: 2.8rem 0 .9rem; }
.principle-grid p { max-width: 330px; color: rgba(255,255,255,.68); }

.dog-grid, .news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 30px); }
.dog-card-image, .news-card-image { position: relative; display: block; overflow: hidden; background: var(--paper-deep); }
.dog-card-image { aspect-ratio: 4 / 3; }
.news-card-image { aspect-ratio: 4 / 3; margin-bottom: 24px; }
.dog-card-image img, .news-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.dog-card:hover img, .news-card:hover img { transform: scale(1.035); }
.dog-card-arrow { position: absolute; right: 18px; bottom: 18px; display: grid; width: 46px; height: 46px; place-items: center; color: var(--forest); background: var(--sand); border-radius: 50%; }
.dog-card-copy { padding: 18px 3px 0; }
.card-meta { margin: 0 0 .65rem; color: var(--moss); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.dog-card h3, .news-card h3, .news-card h2 { margin-bottom: .75rem; }
.dog-card p:last-child, .news-card p:last-child { color: #556058; font-size: .95rem; }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: var(--moss); font-family: var(--serif); font-size: 4rem; }

.legacy { background: var(--paper-deep); }
.legacy-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 7vw, 90px); }
.legacy-image { position: relative; }
.legacy-image::after { position: absolute; z-index: 0; content: ''; right: -22px; bottom: -22px; width: 45%; height: 55%; border: 1px solid var(--sand); }
.legacy-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 5 / 4; object-fit: cover; filter: saturate(.78); }
.legacy-copy h2 { margin-bottom: 1.8rem; }
.legacy-copy blockquote { margin: 1.5rem 0; padding-left: 20px; border-left: 2px solid var(--sand); font-family: var(--serif); font-size: 1.18rem; line-height: 1.5; }
.signature { color: var(--moss); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.contact-band { padding: 48px 0; color: var(--white); background: var(--forest); }
.contact-band .eyebrow { color: var(--sand); }
.contact-band h2 { max-width: 700px; font-size: clamp(1.8rem, 2.7vw, 2.8rem); }
.contact-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; min-width: 250px; }
.site-footer { padding: 56px 0 24px; color: rgba(255,255,255,.72); background: #091812; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .8fr 1fr .7fr; gap: 50px; }
.brand-footer { margin-bottom: 24px; color: var(--white); }
.footer-grid h3 { margin-bottom: 20px; color: var(--sand); font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid p { font-size: .9rem; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid a:hover { color: var(--sand); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { padding: 145px 0 66px; color: var(--white); background: linear-gradient(120deg, var(--forest-deep), #28503e); }
.page-hero .eyebrow { color: var(--sand); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.65rem, 4.7vw, 4.7rem); }
.page-hero > .shell > p:last-child { max-width: 650px; margin: 1.6rem 0 0; color: rgba(255,255,255,.75); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: clamp(45px, 6vw, 85px); padding-top: clamp(55px, 6vw, 82px); padding-bottom: clamp(55px, 6vw, 82px); }
.entry-content { max-width: 790px; }
.entry-content > :first-child { margin-top: 0; }
.contact-card { position: sticky; top: 30px; padding: 32px; color: var(--white); background: var(--forest); }
.contact-card .eyebrow { color: var(--sand); }
.contact-card h2 { margin-bottom: 1.3rem; font-size: 2rem; }
.contact-card .button { color: var(--forest); background: var(--sand); border-color: var(--sand); }
.article-hero { position: relative; display: flex; min-height: 520px; align-items: flex-end; color: var(--white); background: var(--forest-deep); overflow: hidden; }
.article-hero-image, .article-hero-shade { position: absolute; inset: 0; }
.article-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.article-hero-shade { background: linear-gradient(0deg, rgba(5,20,14,.94), rgba(5,20,14,.2) 75%); }
.article-hero-inner { position: relative; padding-top: 145px; padding-bottom: 55px; }
.article-hero .eyebrow { color: var(--sand); }
.article-hero h1 { max-width: 960px; font-size: clamp(2.5rem, 4.5vw, 4.5rem); }
.article-layout { padding-top: 62px; padding-bottom: 85px; }
.article-layout .entry-content { margin-inline: auto; }
.archive-grid { row-gap: 70px; }
.pagination { margin-top: 60px; }
.dog-profile { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 650px; gap: clamp(45px, 6vw, 85px); align-items: center; padding-top: 120px; padding-bottom: 70px; }
.dog-profile-image img { width: 100%; max-height: 680px; object-fit: cover; }
.dog-profile-copy h1 { margin-bottom: 1.25rem; font-size: clamp(2.7rem, 4.6vw, 4.7rem); }
.dog-lead { color: var(--moss); font-family: var(--serif); font-size: 1.45rem; }
.not-found { min-height: 75vh; padding-top: 210px; padding-bottom: 100px; }
.not-found h1 { margin-bottom: 1.5rem; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-toggle { display: grid; grid-template-columns: 22px auto; align-items: center; gap: 3px 10px; padding: 10px 0; cursor: pointer; }
  .menu-toggle span { grid-column: 1; width: 22px; height: 1px; background: currentColor; }
  .menu-toggle b { grid-column: 2; grid-row: 1 / 4; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
  .site-navigation { position: fixed; z-index: 90; inset: 78px 0 0; display: none; align-items: flex-start; padding: 38px 28px; color: var(--white); background: var(--forest-deep); }
  .site-navigation.is-open { display: block; }
  .site-menu, .site-navigation ul { flex-direction: column; align-items: flex-start; gap: 4px; }
  .site-menu a { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; text-transform: none; }
  .header-contact { display: inline-block; margin-top: 28px; }
  .hero-inner { flex-direction: column; align-items: flex-start; justify-content: flex-end; }
  .hero-facts { display: none; }
  .intro-grid, .legacy-grid, .dog-profile { grid-template-columns: 1fr; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr; }
  .content-layout { grid-template-columns: 1fr; }
  .contact-card { position: static; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 16px; }
  .header-inner { min-height: 82px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1.08rem; }
  .brand-copy small { font-size: .52rem; }
  .site-navigation { inset: 82px 0 0; }
  .hero { min-height: 660px; }
  .hero-inner { min-height: 660px; padding-top: 112px; padding-bottom: 40px; }
  .hero-media { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,20,14,.94), rgba(7,24,17,.38)), linear-gradient(0deg, rgba(5,16,11,.85), transparent); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .principle-grid, .dog-grid, .news-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 0; padding: 30px 0 34px !important; border-left: 0 !important; border-bottom: 1px solid rgba(255,255,255,.18); }
  .principle-grid h3 { margin-top: 2rem; }
  .dog-card-image { aspect-ratio: 5 / 4; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding-top: 145px; }
  .dog-profile { padding-top: 125px; }
}

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

/* Classic kennel layout */
:root {
  --ink: #202820;
  --forest: #14851c;
  --forest-deep: #0d4c16;
  --moss: #57705a;
  --sand: #e9b536;
  --paper: #ffffff;
  --paper-deep: #f2f5f0;
  --white: #ffffff;
  --line: #dbe4da;
  --shell: min(1120px, calc(100vw - 40px));
}

body { color: var(--ink); background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.58; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 700; line-height: 1.15; }
h1 { font-size: clamp(2.55rem, 4.5vw, 4.5rem); }
h2 { font-size: clamp(1.85rem, 2.8vw, 2.8rem); }
h3 { font-size: clamp(1.18rem, 1.45vw, 1.45rem); }
.section { padding: clamp(52px, 5.5vw, 76px) 0; }
.eyebrow { margin-bottom: .7rem; color: var(--forest); font-size: .68rem; letter-spacing: .14em; }
.button { min-height: 42px; padding: .62rem 1.2rem; background: var(--forest); border-color: var(--forest); border-radius: 2px; }
.button:hover { color: var(--forest); }
.text-link { color: var(--forest); font-size: .7rem; }

.site-header { position: relative; color: var(--ink); background: #fff; border: 0; box-shadow: 0 1px 8px rgba(23, 55, 27, .08); }
.header-inner { min-height: 82px; }
.site-logo { display: block; flex: 0 0 78px; width: 78px; }
.logo-crop { display: block; width: 78px; height: 70px; overflow: hidden; }
.logo-crop img { width: auto; max-width: none; height: 70px; transform: translateX(-1px); }
.site-identity { display: flex; flex: 1; flex-direction: column; justify-content: center; margin-left: 5px; line-height: 1.12; }
.site-identity strong { color: #118019; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.45rem, 2.2vw, 2.15rem); font-weight: 700; }
.site-identity span { margin-top: 5px; color: #3f503f; font-family: Georgia, 'Times New Roman', serif; font-size: .82rem; }
.header-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: #667166; font-size: .72rem; }
.header-meta a { color: var(--forest-deep); font-family: Georgia, 'Times New Roman', serif; font-size: 1.22rem; font-weight: 700; }
.site-navigation { display: block; color: #fff; background: var(--forest); border-top: 1px solid #0f7417; }
.navigation-inner { display: flex; align-items: center; justify-content: space-between; min-height: 46px; }
.site-menu, .site-navigation ul { gap: 0; }
.site-menu a { padding: 14px 18px; color: #fff; font-size: .69rem; letter-spacing: .035em; }
.site-menu a:hover, .site-menu .current-menu-item > a { color: #fff; background: rgba(0, 0, 0, .13); }
.header-contact { margin-left: auto; padding: 6px 13px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-size: .65rem; }
.menu-toggle { color: var(--forest-deep); }

.hero { min-height: 585px; color: #fff; background: #274b2b; }
.hero-media { background-position: center center; filter: saturate(.9) contrast(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(5, 31, 12, .88) 0%, rgba(9, 43, 18, .68) 37%, rgba(9, 43, 18, .12) 65%, rgba(9, 43, 18, .02) 100%); }
.hero-inner { min-height: 585px; align-items: center; padding-top: 48px; padding-bottom: 48px; }
.hero-copy { max-width: 570px; }
.hero .eyebrow { color: #f0c653; }
.hero h1 { font-size: clamp(2.75rem, 4.8vw, 4.8rem); line-height: 1.08; letter-spacing: -.02em; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero h1 em { color: #f0c653; }
.hero-lead { max-width: 540px; margin: 1.1rem 0 1.5rem; font-size: 1rem; line-height: 1.65; }
.hero .button { color: #163b1b; background: #f0c653; border-color: #f0c653; }
.hero .button:hover { color: #fff; background: transparent; }
.hero-facts { min-width: 145px; }

.intro { background: #fff; }
.intro-grid { gap: clamp(38px, 5vw, 70px); }
.prose { color: #374137; font-size: .98rem; }
.prose a:not(.button) { color: var(--forest); border-color: var(--forest); }

.dark-section { color: #fff; background: var(--forest-deep); border-top: 4px solid var(--forest); }
.dark-section .eyebrow { color: #f0c653; }
.principles.section { padding-top: 48px; padding-bottom: 52px; }
.principles .split-heading { margin-bottom: 30px; }
.principle-grid article { min-height: 0; padding-top: 24px; padding-bottom: 5px; }
.principle-grid h3 { margin-top: 1.5rem; }
.principle-grid p { margin-bottom: 0; font-size: .9rem; line-height: 1.62; }
.principle-grid span { color: #f0c653; }

.dogs-section, .news-section { background: #fff; }
.dog-grid, .news-grid { gap: 24px; }
.dog-card, .news-card { border: 1px solid var(--line); background: #fff; }
.dog-card-image { aspect-ratio: 4 / 3; }
.dog-card-copy, .news-card > :not(.news-card-image) { margin-right: 18px; margin-left: 18px; }
.dog-card-copy { padding: 16px 0 12px; }
.news-card { padding-bottom: 16px; }
.news-card-image { margin-bottom: 16px; }
.dog-card-arrow { right: 12px; bottom: 12px; width: 38px; height: 38px; color: #fff; background: var(--forest); }
.card-meta { color: var(--forest); }
.dog-card p:last-child, .news-card p:last-child { color: #626d62; font-size: .89rem; }

.legacy { background: var(--paper-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legacy-grid { gap: clamp(38px, 5vw, 70px); }
.legacy-image::after { border-color: var(--forest); }
.legacy-copy blockquote { border-color: var(--forest); font-size: 1.08rem; }

.contact-band { padding: 38px 0; background: var(--forest); border-top: 4px solid #0d6d14; }
.contact-band .eyebrow { color: #f0c653; }
.contact-band h2 { font-size: clamp(1.65rem, 2.3vw, 2.3rem); }
.site-footer { padding-top: 45px; color: #596559; background: #f3f6f2; border-top: 1px solid var(--line); }
.footer-grid { grid-template-columns: 1.7fr .75fr 1fr .65fr; gap: 38px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin: 0 0 16px; }
.footer-logo-crop { display: block; flex: 0 0 72px; width: 72px; height: 66px; overflow: hidden; }
.footer-logo-crop img { width: auto; max-width: none; height: 66px; }
.footer-brand span { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: 1.25rem; }
.footer-brand small { margin-top: 5px; color: #667166; font-size: .68rem; }
.footer-grid h3 { color: var(--forest-deep); }
.footer-grid a:hover { color: var(--forest); }
.footer-bottom { color: #718071; border-top-color: #ccd8cb; }

.page-hero { padding: 68px 0 54px; color: #fff; background: linear-gradient(120deg, var(--forest-deep), var(--forest)); border-bottom: 4px solid #f0c653; }
.page-hero .eyebrow { color: #f0c653; }
.page-hero h1 { font-size: clamp(2.35rem, 4vw, 4rem); }
.article-hero { min-height: 470px; }
.article-hero-shade { background: linear-gradient(0deg, rgba(5, 38, 13, .9), rgba(5,38,13,.15) 78%); }
.article-hero-inner { padding-top: 80px; padding-bottom: 46px; }
.contact-card { background: var(--forest-deep); border-top: 4px solid #f0c653; }
.page-featured { margin: 0 0 30px; }
.page-featured img { width: 100%; max-height: 520px; margin: 0; object-fit: cover; border: 1px solid var(--line); }
.dog-profile { min-height: 560px; padding-top: 62px; }
.not-found { padding-top: 90px; }

@media (max-width: 980px) {
  .header-inner { min-height: 76px; }
  .site-logo { flex-basis: 66px; width: 66px; }
  .logo-crop { width: 66px; height: 60px; }
  .logo-crop img { height: 60px; }
  .site-identity strong { font-size: clamp(1.35rem, 4vw, 1.8rem); }
  .site-identity span { font-size: .75rem; }
  .header-meta { display: none; }
  .site-navigation { position: fixed; z-index: 90; inset: 76px 0 0; display: none; padding: 25px 22px; color: #fff; background: var(--forest-deep); }
  .site-navigation.is-open { display: block; }
  .navigation-inner { display: block; width: 100%; }
  .site-menu a { padding: 9px 0; font-size: 1.45rem; }
  .header-contact { display: inline-block; margin: 22px 0 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { min-height: 68px; }
  .site-logo { flex-basis: 56px; width: 56px; }
  .logo-crop { width: 56px; height: 52px; }
  .logo-crop img { height: 52px; }
  .site-identity { margin-left: 0; }
  .site-identity strong { font-size: clamp(1.05rem, 5vw, 1.35rem); }
  .site-identity span { margin-top: 4px; font-size: .63rem; }
  .site-navigation { inset: 68px 0 0; }
  .hero, .hero-inner { min-height: 540px; }
  .hero-inner { padding-top: 34px; padding-bottom: 34px; }
  .hero-media { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,31,12,.88), rgba(5,31,12,.3)), linear-gradient(0deg, rgba(5,31,12,.6), transparent); }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 48px; }
}

/* Modern footer */
.site-footer {
  position: relative;
  padding: 58px 0 22px;
  color: rgba(255,255,255,.72);
  background: #082c12;
  border-top: 0;
  overflow: hidden;
}
.site-footer::before {
  position: absolute;
  content: '';
  top: 0;
  right: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(255,255,255,.018), 0 0 0 130px rgba(255,255,255,.012);
}
.footer-grid { position: relative; grid-template-columns: 1.4fr .75fr 1fr 1.35fr; gap: clamp(26px, 3.5vw, 48px); }
.footer-about { max-width: 390px; }
.footer-brand { align-items: center; gap: 16px; margin-bottom: 20px; }
.footer-emblem { display: grid; flex: 0 0 76px; width: 76px; height: 76px; place-items: center; background: #f7f5ec; border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.08); overflow: hidden; }
.footer-emblem img { width: 66px; height: 66px; object-fit: contain; }
.footer-brand strong { color: #fff; font-size: 1.32rem; line-height: 1.15; }
.footer-brand small { margin-top: 6px; color: #8cc394; font-size: .67rem; letter-spacing: .025em; }
.footer-about > p { max-width: 350px; margin-bottom: 12px; color: rgba(255,255,255,.62); font-size: .85rem; }
.footer-motto { color: #d9b34d !important; font-family: Georgia, 'Times New Roman', serif; font-style: italic; }
.footer-grid h3 { margin: 9px 0 22px; color: #fff; font-size: .65rem; letter-spacing: .16em; }
.footer-column ul { display: grid; gap: 8px; }
.footer-column li { line-height: 1.35; }
.footer-column a { color: rgba(255,255,255,.7); font-size: .82rem; transition: color .2s ease; }
.footer-column a:hover { color: #fff; }
.footer-address { margin-bottom: 14px; color: rgba(255,255,255,.55); font-size: .8rem; line-height: 1.55; }
.footer-phone, .footer-email { display: block; margin-bottom: 7px; color: #fff !important; }
.footer-email { margin-top: 13px; color: #8cc394 !important; font-size: .76rem !important; }
.footer-partners { gap: 7px !important; }
.footer-partners a { display: inline-block; line-height: 1.38; }
.footer-links a::after { content: ' ↗'; color: #8cc394; }
.footer-socials { display: grid; gap: 9px; }
.footer-socials a { display: flex; align-items: center; gap: 10px; }
.footer-socials span { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.13); border-radius: 50%; font-size: .55rem; font-weight: 800; letter-spacing: .02em; transition: background .2s ease; }
.footer-socials a:hover span { background: var(--forest); }
.footer-bottom { position: relative; margin-top: 44px; padding-top: 18px; color: rgba(255,255,255,.42); border-top-color: rgba(255,255,255,.1); font-size: .61rem; }
.footer-associations { position: relative; display: flex; align-items: center; gap: 28px; margin-top: 36px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-associations a { display: flex; align-items: center; gap: 11px; max-width: 240px; color: rgba(255,255,255,.66); font-size: .69rem; line-height: 1.35; }
.footer-associations a:hover { color: #fff; }
.footer-associations img { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 3px 8px rgba(0,0,0,.25)); }
.footer-bottom { margin-top: 0; border-top: 0; }

.language-switcher { display: flex; flex: none; align-items: center; gap: 2px; margin-left: 16px; padding: 3px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(255,255,255,.12); }
.language-switcher__label { padding: 0 6px 0 7px; color: rgba(255,255,255,.72); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.language-switcher a { display: grid; min-width: 29px; height: 27px; place-items: center; padding: 0 5px; border-radius: 999px; color: #fff; font-size: .65rem; font-weight: 800; letter-spacing: .04em; }
.language-switcher a:hover, .language-switcher a:focus-visible { color: var(--forest-deep); background: #fff; outline: none; }
.language-switcher a.is-current { color: var(--forest-deep); background: #fff; pointer-events: none; }

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .language-switcher { width: max-content; margin: 18px 0 0; }
}

@media (max-width: 620px) {
  .site-footer { padding-top: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-about { max-width: none; }
  .footer-emblem { flex-basis: 66px; width: 66px; height: 66px; }
  .footer-emblem img { width: 58px; height: 58px; }
  .footer-grid h3 { margin-bottom: 14px; }
  .footer-associations { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-associations a { max-width: none; }
  .footer-bottom { margin-top: 34px; }
}

/* News article — aligned with the club editorial layout */
.article-page-hero { padding: 46px 0 38px; background: #f3f6f2; border-bottom: 1px solid var(--line); }
.article-page-hero__inner { width: min(1120px, calc(100vw - 40px)); }
.breadcrumbs { display: flex; max-width: 920px; flex-wrap: wrap; gap: 5px 8px; margin-bottom: 13px; color: #6b756c; font-size: .78rem; line-height: 1.4; }
.breadcrumbs a { color: var(--forest); }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs span:last-child { overflow: hidden; max-width: 58ch; text-overflow: ellipsis; white-space: nowrap; }
.article-page-hero .eyebrow { margin-bottom: 8px; }
.article-page-hero h1 { max-width: 920px; color: var(--forest-deep); font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.12; }
.article-content-area { padding: 50px 0 72px; }
.article-narrow { width: min(880px, calc(100vw - 40px)); }
.article-featured { margin: 0 0 26px; background: #eef2ec; }
.article-featured img { width: 100%; max-height: 560px; object-fit: contain; }
.classic-article .entry-content { max-width: none; color: #303a31; font-size: 1rem; line-height: 1.66; }
.classic-article .entry-content > p { margin-bottom: .82rem; }
.classic-article .entry-content h2,
.classic-article .entry-content h3 { margin: 1.35em 0 .55em; }
.classic-article .entry-content ul,
.classic-article .entry-content ol { margin: .7rem 0 1rem; padding-left: 1.25rem; }
.classic-article .entry-content .wp-block-image { margin: 26px 0; }
.classic-article .entry-content img,
.article-featured img { cursor: zoom-in; }
.classic-article .wp-block-gallery { display: grid !important; width: 100%; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 30px 0; padding: 0; }
.classic-article .wp-block-gallery.has-nested-images figure.wp-block-image,
.classic-article .wp-block-gallery .wp-block-image { width: 100% !important; flex-basis: auto !important; aspect-ratio: 4 / 3; margin: 0 !important; overflow: hidden; background: #eef2ec; }
.classic-article .wp-block-gallery img { width: 100% !important; height: 100% !important; margin: 0; object-fit: cover; transition: transform .2s ease; }
.classic-article .wp-block-gallery img:hover { transform: scale(1.025); }
.related-reading { margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--line); }
.related-reading__heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.related-reading__heading .eyebrow { order: 2; margin: 0; }
.related-reading__heading h2 { font-size: clamp(1.65rem, 2.4vw, 2.25rem); }
.related-reading__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.related-card { display: grid; grid-template-columns: 150px minmax(0,1fr); min-width: 0; border: 1px solid var(--line); background: #fff; }
.related-card__image { display: block; min-height: 126px; overflow: hidden; background: var(--paper-deep); }
.related-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.related-card:hover .related-card__image img { transform: scale(1.025); }
.related-card__copy { padding: 18px; }
.related-card__copy h3 { font-size: 1.12rem; line-height: 1.25; }
.related-card__copy h3 a:hover { color: var(--forest); }
body.lightbox-open { overflow: hidden; }
.image-lightbox { position: fixed; z-index: 5000; inset: 0; display: grid; grid-template-columns: 54px minmax(0,1280px) 54px; align-items: center; justify-content: center; padding: 28px; background: rgba(3,15,7,.94); backdrop-filter: blur(8px); }
.image-lightbox[hidden] { display: none; }
.image-lightbox figure { display: flex; min-width: 0; max-height: calc(100vh - 56px); align-items: center; flex-direction: column; justify-content: center; margin: 0; }
.image-lightbox figure img { max-width: 100%; max-height: calc(100vh - 105px); object-fit: contain; box-shadow: 0 18px 70px rgba(0,0,0,.45); }
.image-lightbox figcaption { display: flex; min-height: 20px; justify-content: center; gap: 14px; margin-top: 10px; color: rgba(255,255,255,.72); font-size: .78rem; text-align: center; }
.image-lightbox__counter { color: #f0c653; white-space: nowrap; }
.image-lightbox__close, .image-lightbox__nav { display: grid; place-items: center; padding: 0; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; cursor: pointer; }
.image-lightbox__close:hover, .image-lightbox__nav:hover { background: var(--forest); }
.image-lightbox__close { position: absolute; z-index: 2; top: 20px; right: 22px; width: 42px; height: 42px; font-size: 1.7rem; }
.image-lightbox__nav { width: 48px; height: 48px; justify-self: center; font-family: Georgia, serif; font-size: 2rem; }
.image-lightbox__prev { grid-column: 1; }
.image-lightbox figure { grid-column: 2; }
.image-lightbox__next { grid-column: 3; }

@media (max-width: 700px) {
  .article-page-hero { padding: 30px 0 28px; }
  .article-page-hero__inner,
  .article-narrow { width: calc(100% - 28px); }
  .article-page-hero h1 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .breadcrumbs span:last-child { max-width: 30ch; }
  .article-content-area { padding: 24px 0 50px; }
  .article-featured { margin-bottom: 20px; }
  .article-featured img { max-height: 430px; }
  .classic-article .wp-block-gallery { gap: 8px; margin: 22px 0; }
  .related-reading { margin-top: 40px; padding-top: 28px; }
  .related-reading__heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .related-reading__heading .eyebrow { order: 0; }
  .related-reading__grid { grid-template-columns: 1fr; gap: 14px; }
  .related-card { grid-template-columns: 118px minmax(0,1fr); }
  .related-card__image { min-height: 108px; }
  .related-card__copy { padding: 14px; }
  .image-lightbox { grid-template-columns: 44px minmax(0,1fr) 44px; padding: 14px 4px; }
  .image-lightbox__nav { width: 38px; height: 38px; }
  .image-lightbox__close { top: 12px; right: 12px; }
}

/* Compact heading scale */
h1 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
h2 { font-size: clamp(1.55rem, 2.3vw, 2.3rem); }
h3 { font-size: clamp(1.08rem, 1.3vw, 1.3rem); }
.hero h1 { font-size: clamp(2.35rem, 4.1vw, 4rem); }
.page-hero h1 { font-size: clamp(2rem, 3.2vw, 3.1rem); }
.article-hero h1 { font-size: clamp(2rem, 3.4vw, 3.25rem); }
.dog-profile-copy h1 { font-size: clamp(2.1rem, 3.5vw, 3.4rem); }
.article-page-hero h1 { font-size: clamp(1.85rem, 3vw, 2.75rem); }
.contact-band h2 { font-size: clamp(1.5rem, 2vw, 2rem); }

/* Expanded contact callout */
.contact-band-inner > div:first-child { max-width: 720px; }
.contact-band-copy { max-width: 650px; margin: 10px 0 0; color: rgba(255,255,255,.74); font-size: .9rem; line-height: 1.55; }
.contact-actions { gap: 9px; }
.contact-band-phone { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 1.1rem; font-weight: 700; }
.contact-band-phone:hover { color: #f0c653; }
.contact-band .button-light { color: var(--forest-deep); background: #fff; border-color: #fff; }
.contact-band .button-light:hover { color: #fff; background: transparent; border-color: rgba(255,255,255,.8); }
.contact-band .contact-band-phone { color: #fff; }
.contact-band .text-link.light { color: #fff; border-bottom-color: rgba(255,255,255,.65); }
.contact-band .text-link.light:hover { color: #f0c653; border-bottom-color: #f0c653; opacity: 1; }

/* Questions and answers */
.faq-hero > .shell > p:last-child { max-width: 720px; margin-top: 1rem; }
.faq-section { padding: 58px 0 72px; }
.faq-layout { display: grid; grid-template-columns: 310px minmax(0,1fr); align-items: start; gap: clamp(38px, 6vw, 82px); }
.faq-intro { position: sticky; top: 24px; }
.faq-intro h2 { margin-bottom: 18px; }
.faq-intro p { color: #536055; font-size: .94rem; }
.faq-intro .text-link { margin-top: 10px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 22px; padding: 17px 4px; color: var(--forest-deep); cursor: pointer; list-style: none; font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; font-weight: 700; line-height: 1.3; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--forest); }
.faq-item__icon { position: relative; flex: 0 0 26px; width: 26px; height: 26px; border: 1px solid #b8c9b8; border-radius: 50%; }
.faq-item__icon::before,
.faq-item__icon::after { position: absolute; content: ''; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--forest); transform: translate(-50%,-50%); }
.faq-item__icon::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .2s ease; }
.faq-item[open] .faq-item__icon::after { transform: translate(-50%,-50%) rotate(0); }
.faq-item__answer { padding: 0 48px 19px 4px; color: #536055; line-height: 1.65; }
.faq-item__answer p { margin: 0; }
.faq-final { padding: 36px 0; background: #f3f6f2; border-top: 1px solid var(--line); }
.faq-final__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.faq-final .eyebrow { margin-bottom: 6px; }
.faq-final h2 { font-size: clamp(1.45rem, 2vw, 2rem); }

@media (max-width: 820px) {
  .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .faq-intro { position: static; max-width: 680px; }
}

@media (max-width: 700px) {
  .hero h1 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .page-hero h1 { font-size: clamp(1.8rem, 8vw, 2.45rem); }
  .article-page-hero h1 { font-size: clamp(1.65rem, 7.5vw, 2.2rem); }
  .contact-band-copy { font-size: .86rem; }
  .faq-section { padding: 38px 0 50px; }
  .faq-item summary { min-height: 62px; padding: 15px 2px; font-size: 1.02rem; }
  .faq-item__answer { padding: 0 36px 17px 2px; font-size: .92rem; }
  .faq-final__inner { align-items: flex-start; flex-direction: column; }
}

/* Dog profile */
.dog-profile-hero { padding: 22px 0 18px; background: #f3f6f2; border-bottom: 1px solid var(--line); }
.dog-profile-hero .breadcrumbs { margin-bottom: 0; }
.dog-profile-top { padding: 42px 0 54px; }
.dog-profile-top__grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; }
.dog-profile-image { position: relative; width: min(820px,100%); margin: 0 auto; overflow: hidden; background: #eef2ec; border: 1px solid var(--line); }
.dog-profile-image::after { position: absolute; content: ''; inset: 10px; border: 1px solid rgba(255,255,255,.65); pointer-events: none; }
.dog-profile-image img { width: 100%; aspect-ratio: 4 / 3; max-height: 615px; object-fit: cover; cursor: zoom-in; }
.dog-profile-summary { width: min(900px,100%); margin: 0 auto; }
.dog-profile-summary > .eyebrow,
.dog-profile-summary > h1,
.dog-profile-summary > .dog-lead { text-align: center; }
.dog-profile-summary h1 { margin-bottom: 10px; color: var(--forest-deep); font-size: clamp(2.15rem, 3.5vw, 3.4rem); }
.dog-profile-summary .dog-lead { margin-bottom: 22px; color: var(--moss); font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; line-height: 1.45; }
.dog-profile-summary .entry-content { max-width: none; margin: 28px 0 24px; padding-top: 25px; border-top: 1px solid var(--line); line-height: 1.7; }
.dog-profile-summary .entry-content p { margin-bottom: 11px; }
.dog-profile-summary .entry-content strong { color: var(--forest-deep); }
.dog-profile-summary > .button { display: flex; width: max-content; margin: 10px auto 0; }
.dog-profile-details { padding: 50px 0 72px; background: #f7f8f5; border-top: 1px solid var(--line); }
.dog-profile-content { max-width: none; }
.dog-profile-content > :not(.wp-block-gallery):not(.wp-block-separator) { max-width: 790px; margin-right: auto; margin-left: auto; }
.dog-profile-content .wp-block-separator { width: 100%; margin: 44px 0; border: 0; border-top: 1px solid var(--line); }
.dog-profile-content .wp-block-gallery { display: grid !important; width: 100%; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; }
.dog-profile-content .wp-block-gallery:has(.wp-block-image:nth-child(3)) { grid-template-columns: repeat(3,minmax(0,1fr)); }
.dog-profile-content .wp-block-gallery.has-nested-images figure.wp-block-image { width: 100% !important; flex-basis: auto !important; aspect-ratio: 4 / 3; margin: 0 !important; overflow: hidden; background: #e7ebe5; }
.dog-profile-content .wp-block-gallery img { width: 100% !important; height: 100% !important; margin: 0; object-fit: cover; cursor: zoom-in; transition: transform .22s ease, opacity .22s ease; }
.dog-profile-content .wp-block-gallery img:hover { opacity: .94; transform: scale(1.02); }

@media (max-width: 900px) {
  .dog-profile-image { max-width: 720px; }
  .dog-profile-summary { max-width: 720px; }
}

@media (max-width: 700px) {
  .dog-profile-hero { padding: 16px 0 14px; }
  .dog-profile-top { padding: 24px 0 38px; }
  .dog-profile-top__grid { gap: 25px; }
  .dog-profile-summary h1 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .dog-profile-details { padding: 30px 0 50px; }
  .dog-profile-content .wp-block-gallery,
  .dog-profile-content .wp-block-gallery:has(.wp-block-image:nth-child(3)) { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
  .dog-profile-content .wp-block-separator { margin: 30px 0; }
}

/* Floating contact actions — matching drahthaar-club.com */
.floating-actions { position: fixed; z-index: 1100; right: 22px; bottom: 24px; display: flex; flex-direction: column; gap: 10px; }
.floating-action { position: relative; display: grid; width: 50px; height: 50px; place-items: center; padding: 0; color: #fff; background: #1d382b; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; box-shadow: 0 8px 24px rgba(13,31,23,.22); cursor: pointer; transition: transform .18s, background .18s, opacity .18s; }
.floating-action svg { width: 23px; height: 23px; fill: currentColor; }
.floating-action:hover,
.floating-action:focus-visible { color: #fff; background: #a96d3d; outline: 2px solid #fff; outline-offset: 2px; transform: translateY(-2px); }
.floating-action::before { position: absolute; content: attr(data-floating-tooltip); top: 50%; right: calc(100% + 10px); padding: 6px 9px; color: #fff; background: #152a20; border-radius: 3px; font-size: .72rem; font-weight: 750; white-space: nowrap; opacity: 0; pointer-events: none; transform: translate(5px,-50%); transition: opacity .15s, transform .15s; }
.floating-action:hover::before,
.floating-action:focus-visible::before { opacity: 1; transform: translate(0,-50%); }
.floating-action--message { width: 56px; height: 56px; background: #a96d3d; }
.floating-action--top { visibility: hidden; opacity: 0; transform: translateY(8px); }
.floating-action--top.is-visible { visibility: visible; opacity: 1; transform: none; }

@media (max-width: 700px) {
  .floating-actions { right: 13px; bottom: 14px; gap: 8px; }
  .floating-action { width: 46px; height: 46px; }
  .floating-action--message { width: 52px; height: 52px; }
  .floating-action::before { display: none; }
}

/* News categories */
.news-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 34px; }
.news-filters a { padding: 8px 14px; color: var(--forest-deep); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .035em; }
.news-filters a:hover,
.news-filters a.is-current { color: #fff; background: var(--forest); border-color: var(--forest); }
.news-card-meta { display: flex; min-height: 25px; align-items: center; flex-wrap: wrap; gap: 7px 10px; margin-bottom: 8px !important; color: #677268; font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.news-card-categories { display: flex; flex-wrap: wrap; gap: 5px; }
.news-card-categories a { padding: 3px 7px; color: var(--forest-deep); background: #edf3ec; border-radius: 999px; font-size: .6rem; letter-spacing: .045em; }
.news-card-categories a:hover { color: #fff; background: var(--forest); }
.archive-description { max-width: 680px; margin-top: 16px; color: rgba(255,255,255,.78); }
.archive-description p { margin: 0; }

/* Puppies landing page */
.puppies-page-hero { position: relative; overflow: hidden; }
.puppies-page-hero::after { position: absolute; content: ''; top: -140px; right: -80px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.035), 0 0 0 130px rgba(255,255,255,.02); }
.puppies-page-hero .shell { position: relative; z-index: 1; }
.puppies-overview__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.92fr); align-items: center; gap: clamp(38px,6vw,78px); }
.puppies-overview__image { position: relative; margin: 0; }
.puppies-overview__image::after { position: absolute; z-index: 0; content: ''; right: -16px; bottom: -16px; width: 42%; height: 48%; border: 2px solid var(--forest); }
.puppies-overview__image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 5 / 4; object-fit: cover; }
.puppies-overview__copy h2 { margin-bottom: 20px; }
.puppies-overview__copy > p { color: #4f5c51; }
.puppies-overview__copy .puppies-lead { color: var(--forest-deep); font-family: Georgia, 'Times New Roman', serif; font-size: 1.12rem; line-height: 1.5; }
.puppies-overview__copy .button { margin-top: 12px; }
.puppies-overview.section { padding: 44px 0 48px; }
.puppies-principles { padding: 42px 0 46px; color: #fff; background: #0d4c16; border-top: 4px solid #14851c; }
.puppies-principles .eyebrow { color: #f0c653; }
.puppies-section-heading { margin-bottom: 28px; }
.puppies-section-heading h2 { color: #fff; }
.puppies-principle-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.22); }
.puppies-principle-grid article { padding: 25px 28px 3px 0; }
.puppies-principle-grid article + article { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.22); }
.puppies-principle-grid span { color: #f0c653; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.puppies-principle-grid h3 { margin: 19px 0 9px; color: #fff; }
.puppies-principle-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.puppies-raising__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: clamp(40px,7vw,90px); }
.puppies-raising.section { padding: 44px 0 48px; }
.puppies-raising__grid h2 { margin-bottom: 18px; }
.puppies-raising__grid > div:first-child p:not(.eyebrow) { color: #4f5c51; }
.puppies-checklist { padding: 30px; background: #f3f6f2; border-top: 4px solid var(--forest); }
.puppies-checklist h3 { margin-bottom: 18px; color: var(--forest-deep); }
.puppies-checklist ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.puppies-checklist li { position: relative; padding-left: 25px; color: #435044; }
.puppies-checklist li::before { position: absolute; content: '✓'; top: 0; left: 0; color: var(--forest); font-weight: 900; }
.puppies-fit { padding: 34px 0; color: #fff; background: #183126; }
.puppies-fit__inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px,7vw,90px); }
.puppies-fit .eyebrow { color: #f0c653; }
.puppies-fit h2 { color: #fff; }
.puppies-fit p { color: rgba(255,255,255,.75); }
.puppies-news { background: #fff; }
.puppies-news.section { padding: 44px 0 48px; }
.puppies-news-empty { padding: 30px; background: #f3f6f2; border: 1px solid var(--line); }
.puppies-news-empty h3 { margin-bottom: 8px; color: var(--forest-deep); }
.puppies-news-empty p { max-width: 720px; color: #566257; }
.puppies-faq { background: #f7f8f5; border-top: 1px solid var(--line); }
.puppies-faq.section { padding: 44px 0 48px; }
.puppies-faq__layout { display: grid; grid-template-columns: 300px minmax(0,1fr); align-items: start; gap: clamp(38px,6vw,82px); }
.puppies-faq__layout > div:first-child { position: sticky; top: 24px; }
.puppies-faq__layout > div:first-child h2 { margin-bottom: 14px; }
.puppies-faq__layout > div:first-child > p:last-child { color: #5b675c; }

@media (max-width: 900px) {
  .puppies-overview__grid,
  .puppies-raising__grid,
  .puppies-fit__inner,
  .puppies-faq__layout { grid-template-columns: 1fr; }
  .puppies-overview__image { max-width: 720px; }
  .puppies-faq__layout > div:first-child { position: static; }
}

@media (max-width: 700px) {
  .news-filters { gap: 6px; margin-bottom: 24px; }
  .news-filters a { padding: 7px 11px; font-size: .66rem; }
  .puppies-overview__grid { gap: 34px; }
  .puppies-overview__image::after { right: -7px; bottom: -7px; }
  .puppies-overview.section,
  .puppies-raising.section,
  .puppies-news.section,
  .puppies-faq.section { padding: 34px 0 38px; }
  .puppies-principles { padding: 34px 0 38px; }
  .puppies-principle-grid { grid-template-columns: 1fr; }
  .puppies-principle-grid article,
  .puppies-principle-grid article + article { padding: 22px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .puppies-checklist { padding: 24px 20px; }
  .puppies-fit { padding: 30px 0; }
}
