/*
Theme Name: Solis Occasum
Theme URI: https://solisoccasum.pl/
Author: Solis Occasum
Description: Indywidualny motyw hodowli Solis Occasum ZKwP / FCI. Obsługuje rasy, psy, mioty, szczenięta i zapytania rezerwacyjne.
Version: 1.0.3
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: solis-occasum
*/

:root {
  --cream: #f4f0e8;
  --ink: #17221b;
  --green: #203d2e;
  --lime: #d8f168;
  --orange: #f36c3d;
  --line: rgba(23, 34, 27, 0.16);
  --content: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; margin: 0; clip: auto; background: white; color: var(--ink); }

.site-header { min-height: 92px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(244,240,232,.96); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand-logo { width: 58px; height: 58px; display: block; flex: 0 0 auto; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(23, 34, 27, .13)); }
.brand strong { display: block; font-size: 15px; letter-spacing: .08em; }
.brand small { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; opacity: .65; }
.site-nav { display: flex; gap: 34px; align-items: center; font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav ul { margin: 0; padding: 0; display: flex; gap: 34px; list-style: none; }
.header-cta { justify-self: end; font-size: 13px; font-weight: 700; }
.header-cta span { display: inline-grid; place-items: center; width: 28px; height: 28px; margin-left: 8px; border-radius: 50%; background: var(--lime); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; border-bottom: 1px solid var(--line); }
.hero-copy { padding: clamp(64px, 8vw, 120px) 6vw 44px 7vw; display: flex; flex-direction: column; }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 25px; height: 2px; background: var(--orange); }
h1 { margin: 0; max-width: 820px; font: 700 clamp(58px, 6.3vw, 108px)/.9 Georgia, "Times New Roman", serif; letter-spacing: -.055em; }
h1 em { color: var(--orange); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 38px 0 0; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.6; color: rgba(23, 34, 27, .72); }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 0; border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; }
.button-dark { background: var(--ink); color: white; transition: transform .2s ease, background .2s ease; }
.button-dark:hover, .button-dark:focus-visible { background: var(--orange); transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); }
.text-link { font-size: 12px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.text-link span { margin-left: 12px; }
.trust-row { margin-top: auto; padding-top: 50px; display: flex; gap: clamp(25px, 4vw, 62px); }
.trust-row div { display: flex; flex-direction: column; gap: 3px; }
.trust-row strong { font: 700 22px/1 Georgia, serif; }
.trust-row span { font-size: 10px; letter-spacing: .06em; opacity: .62; }
.hero-visual { min-height: 600px; margin: 28px 28px 28px 0; position: relative; overflow: hidden; border-radius: 220px 24px 24px 24px; background: var(--green); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8, 23, 14, .58)); }
.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.image-label { position: absolute; z-index: 2; left: 34px; bottom: 30px; color: white; }
.image-label span { display: block; margin-bottom: 7px; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; opacity: .75; }
.image-label strong { font: 700 28px/1 Georgia, serif; }
.round-stamp { position: absolute; z-index: 3; right: 24px; top: 26px; width: 102px; height: 102px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; border-radius: 50%; background: var(--lime); color: var(--ink); }
.round-stamp span { font-size: 9px; font-weight: 800; text-align: center; letter-spacing: .13em; line-height: 1; }
.round-stamp b { font-size: 22px; line-height: 1; }

.litter-preview { padding: 34px 6vw; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: clamp(30px, 5vw, 80px); background: var(--green); color: white; }
.litter-preview .eyebrow { margin-bottom: 9px; color: var(--lime); }
.litter-preview h2 { margin: 0 0 7px; font: 700 34px/1 Georgia, serif; }
.litter-preview p:not(.eyebrow) { margin: 0; font-size: 12px; opacity: .65; }
.availability { display: flex; align-items: center; gap: 12px; }
.status-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(216, 241, 104, .12); }
.availability small, .availability strong { display: block; }
.availability small { margin-bottom: 5px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; opacity: .6; }
.availability strong { font-size: 14px; }

.section-heading { padding: 0 0 46px; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 8vw; }
.section-heading .eyebrow { margin-bottom: 20px; }
.section-heading h2, .standard-intro h2, .reservation-copy h2, .breed-intro h2, .fit-column h2, .health-section h2, .breed-cta h2, .footer-lead h2, .archive-heading h1, .entry-content h1 { margin: 0; font: 700 clamp(42px, 4.7vw, 76px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.section-heading > p { margin: 0; max-width: 470px; font-size: 15px; line-height: 1.7; color: rgba(23, 34, 27, .65); }
.breeds-section { padding: 120px 6vw 135px; }
.breed-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.breed-card { min-height: 630px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #ede8de; transition: transform .25s ease, box-shadow .25s ease; }
.breed-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(23,34,27,.12); }
.breed-card-image { min-height: 420px; position: relative; overflow: hidden; }
.breed-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(14,28,19,.3)); }
.breed-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.breed-card:hover img { transform: scale(1.035); }
.breed-card-image > span { position: absolute; z-index: 2; top: 22px; left: 22px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font: 700 13px/1 Georgia, serif; }
.breed-card-copy { padding: 28px 32px 32px; display: grid; grid-template-columns: 1fr auto; column-gap: 20px; }
.breed-card-copy small { grid-column: 1 / -1; margin-bottom: 8px; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; opacity: .58; }
.breed-card-copy h3 { margin: 0; font: 700 clamp(28px, 2.6vw, 42px)/1 Georgia, serif; }
.breed-card-copy p { grid-column: 1; margin: 12px 0 0; font-size: 13px; line-height: 1.5; opacity: .68; }
.breed-card-copy b { grid-column: 2; grid-row: 2 / 4; align-self: center; font-size: 11px; white-space: nowrap; }

.dogs-section { padding: 115px 6vw 130px; background: #e9e3d8; }
.dog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dog-card { overflow: hidden; border-radius: 22px; background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.dog-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(23,34,27,.12); }
.dog-card img { width: 100%; aspect-ratio: 4/5; display: block; object-fit: cover; }
.dog-card-placeholder { aspect-ratio: 4/5; display: grid; place-items: center; align-content: center; gap: 16px; background: var(--green); color: white; }
.dog-card-placeholder img { width: 108px; height: 108px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(0,0,0,.18)); }
.dog-card-placeholder span { font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--lime); }
.dog-card > div { padding: 24px 24px 28px; }
.dog-card small { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.dog-card h3 { margin: 8px 0 12px; font: 700 30px/1 Georgia, serif; }
.dog-card p { margin: 0 0 20px; font-size: 12px; line-height: 1.6; opacity: .65; }
.dog-card b { font-size: 11px; }

.puppies-section { padding: 120px 6vw 135px; background: var(--ink); color: white; }
.light-heading > p { color: rgba(255,255,255,.62); }
.puppy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.puppy-card { overflow: hidden; border-radius: 22px; background: #f5f1e8; color: var(--ink); }
.puppy-photo { min-height: 350px; padding: 20px; display: flex; justify-content: space-between; align-items: flex-start; background: #d7d0c5 center/cover no-repeat; }
.puppy-photo > span { padding: 9px 13px; border-radius: 999px; background: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.puppy-card.status-rozmowa .puppy-photo > span { background: white; }
.puppy-card.status-zarezerwowany .puppy-photo { filter: grayscale(.75); }
.puppy-card.status-zarezerwowany .puppy-photo > span { background: var(--ink); color: white; }
.puppy-photo b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); font-size: 19px; }
.puppy-card > div:last-child { min-height: 210px; padding: 25px 26px 28px; display: flex; flex-direction: column; }
.puppy-card small { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }
.puppy-card h3 { margin: 7px 0 10px; font: 700 36px/1 Georgia, serif; }
.puppy-card p { margin: 0 0 24px; font-size: 12px; line-height: 1.55; opacity: .65; }
.puppy-card a, .disabled-link { margin-top: auto; font-size: 11px; font-weight: 800; }

.standard-section { display: grid; grid-template-columns: .75fr 1.25fr; background: var(--orange); color: #1c261f; }
.standard-intro { padding: 120px 6vw; border-right: 1px solid rgba(23,34,27,.18); }
.standard-intro .eyebrow { margin-bottom: 24px; }
.standard-intro h2 { max-width: 610px; }
.standard-intro > p:last-child { max-width: 500px; margin: 35px 0 0; font-size: 15px; line-height: 1.75; opacity: .72; }
.standard-list { padding: 70px 6vw 70px 4vw; }
.standard-list article { min-height: 160px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid rgba(23,34,27,.22); }
.standard-list article:first-child { border-top: 1px solid rgba(23,34,27,.22); }
.standard-list article > span { font: 700 15px/1 Georgia, serif; }
.standard-list h3 { margin: 0 0 9px; font: 700 25px/1 Georgia, serif; }
.standard-list p { margin: 0; max-width: 560px; font-size: 12px; line-height: 1.6; opacity: .68; }
.standard-list b { font-size: 25px; font-weight: 400; }

.process-section { padding: 125px 6vw; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li { min-height: 245px; padding: 26px 22px; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid span { display: block; margin-bottom: 70px; font: 700 13px/1 Georgia, serif; color: var(--orange); }
.process-grid h3 { margin: 0 0 11px; font: 700 22px/1 Georgia, serif; }
.process-grid p { margin: 0; font-size: 11px; line-height: 1.55; opacity: .62; }

.reservation-section { padding: 125px 6vw; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--lime); }
.reservation-copy { padding-top: 24px; }
.reservation-copy > p:not(.eyebrow) { max-width: 500px; margin: 32px 0 0; font-size: 15px; line-height: 1.75; opacity: .7; }
.privacy-note { margin-top: 42px; padding-top: 25px; display: flex; gap: 15px; border-top: 1px solid rgba(23,34,27,.18); }
.privacy-note > span { font-size: 30px; }
.privacy-note p { margin: 0; font-size: 11px; line-height: 1.6; opacity: .68; }
.form-message { margin: 0 0 18px; padding: 14px 16px; border-radius: 10px; background: white; font-size: 13px; line-height: 1.5; }
.form-message.success { border-left: 4px solid var(--green); }
.form-message.error { border-left: 4px solid #b42318; }
.reservation-form { min-height: 590px; padding: 38px 40px; display: flex; flex-direction: column; border-radius: 26px; background: var(--cream); box-shadow: 0 25px 70px rgba(62,80,22,.14); }
.form-progress { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 50px; }
.form-progress > div { position: relative; display: flex; align-items: center; gap: 9px; color: rgba(23,34,27,.35); }
.form-progress > div::after { content: ""; position: absolute; left: 36px; right: 8px; top: 13px; height: 1px; background: currentColor; }
.form-progress > div:last-child::after { display: none; }
.form-progress span { width: 27px; height: 27px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; }
.form-progress small { padding-right: 10px; background: var(--cream); z-index: 1; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-progress .active { color: var(--ink); }
.form-progress .active span { background: var(--ink); color: white; border-color: var(--ink); }
.form-step { display: grid; gap: 22px; }
.form-step[hidden] { display: none; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.reservation-form label { display: grid; gap: 9px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reservation-form input:not([type="checkbox"]), .reservation-form select, .reservation-form textarea { width: 100%; min-height: 52px; padding: 14px 15px; border: 1px solid rgba(23,34,27,.18); border-radius: 10px; outline: 0; background: white; color: var(--ink); font: 400 14px/1.4 Arial, sans-serif; text-transform: none; letter-spacing: 0; }
.reservation-form textarea { resize: vertical; }
.reservation-form input:focus, .reservation-form select:focus, .reservation-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(243,108,61,.12); }
.checkbox-label { display: flex !important; flex-direction: row; align-items: flex-start; gap: 10px !important; font-size: 10px !important; line-height: 1.5; letter-spacing: 0 !important; text-transform: none !important; opacity: .72; }
.checkbox-label input { margin-top: 2px; accent-color: var(--ink); }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-actions { margin-top: auto; padding-top: 30px; display: flex; justify-content: flex-end; align-items: center; gap: 18px; }
.form-actions [hidden] { display: none !important; }
.back-button { border: 0; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 680px; }
.story-image { position: relative; overflow: hidden; }
.story-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story-image > span { position: absolute; left: 28px; bottom: 28px; padding: 15px 18px; background: var(--cream); font: italic 18px/1.25 Georgia, serif; }
.story-copy { padding: 100px 8vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy blockquote { margin: 25px 0 30px; font: 400 clamp(32px, 3.5vw, 56px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.story-copy > p { max-width: 540px; font-size: 14px; line-height: 1.7; opacity: .67; }
.source-note { font-size: 10px !important; letter-spacing: .04em; opacity: .45 !important; }
.social-links { margin-top: 32px; display: flex; gap: 25px; }
.social-links a { padding-bottom: 4px; border-bottom: 1px solid; font-size: 11px; font-weight: 800; }

.site-footer { padding: 105px 6vw 24px; background: var(--green); color: white; }
.footer-lead { padding-bottom: 85px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-lead .eyebrow, .footer-lead h2 { grid-column: 1; max-width: 900px; }
.footer-lead .eyebrow { margin-bottom: 0; color: var(--lime); }
.footer-lead .button { grid-column: 2; grid-row: 1 / 3; }
.footer-grid { padding: 60px 0; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
.footer-brand { color: white; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid small { margin-bottom: 10px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--lime); }
.footer-grid a:not(.brand) { width: max-content; max-width: 100%; font-size: 12px; opacity: .72; }
.footer-text { font-size: 12px; opacity: .72; }
.footer-bottom { padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.16); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; opacity: .55; }

.breed-page { --breed-accent: var(--orange); background: var(--cream); }
.breed-hero { min-height: 730px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.breed-hero-copy { padding: 75px 6vw 65px; display: flex; flex-direction: column; justify-content: center; }
.back-link { width: max-content; margin-bottom: 70px; padding-bottom: 4px; border-bottom: 1px solid; font-size: 10px; font-weight: 800; }
.breed-hero .eyebrow > span:first-child { background: var(--breed-accent); }
.breed-hero h1 { max-width: 780px; font-size: clamp(65px, 7vw, 118px); }
.breed-tagline { max-width: 620px; margin: 28px 0 0; font: italic 25px/1.25 Georgia, serif; color: var(--breed-accent); }
.trait-list { margin-top: 42px; display: flex; gap: 8px; flex-wrap: wrap; }
.trait-list span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.breed-hero-image { margin: 26px 26px 26px 0; position: relative; overflow: hidden; border-radius: 220px 22px 22px 22px; }
.breed-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(12,24,17,.55)); }
.breed-hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.breed-intro { padding: 120px 8vw; display: grid; grid-template-columns: .35fr 1fr; gap: 6vw; }
.section-index { margin: 0; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; color: var(--breed-accent); }
.breed-intro > div { max-width: 1000px; }
.breed-intro h2 { max-width: 900px; }
.breed-intro div > p { max-width: 760px; margin: 35px 0 0; font-size: 17px; line-height: 1.75; color: rgba(23,34,27,.7); }
.breed-facts { padding: 0 8vw 120px; display: grid; grid-template-columns: repeat(4, 1fr); }
.breed-facts > div { min-height: 150px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.breed-facts > div:first-child { border-left: 1px solid var(--line); }
.breed-facts small { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }
.breed-facts strong { font: 700 22px/1.1 Georgia, serif; }
.fit-section { display: grid; grid-template-columns: 1fr 1fr; }
.fit-column { min-height: 560px; padding: 90px 8vw; }
.fit-column.positive { background: var(--green); color: white; }
.fit-column.caution { background: var(--breed-accent); color: white; }
.fit-column .section-index { color: var(--lime); }
.fit-column h2 { margin-top: 20px; max-width: 560px; font-size: clamp(40px, 4vw, 62px); }
.fit-column ul { margin: 55px 0 0; padding: 0; list-style: none; }
.fit-column li { padding: 17px 0 17px 30px; position: relative; border-top: 1px solid rgba(255,255,255,.2); font-size: 13px; line-height: 1.5; }
.fit-column li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.fit-column li::before { content: "→"; position: absolute; left: 0; }
.health-section { padding: 120px 8vw; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.health-section .eyebrow > span:first-child { background: var(--breed-accent); }
.health-section > div:first-child > p:last-child { max-width: 520px; margin: 24px 0 0; font-size: 13px; line-height: 1.65; opacity: .62; }
.health-list { border-top: 1px solid var(--line); }
.health-list > div { min-height: 76px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; border-bottom: 1px solid var(--line); }
.health-list span { font-size: 10px; color: var(--breed-accent); }
.health-list strong { font: 700 18px/1 Georgia, serif; }
.health-list b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 11px; }
.breed-cta { padding: 110px 8vw; text-align: center; background: var(--ink); color: white; }
.breed-cta .eyebrow { justify-content: center; color: var(--lime); }
.breed-cta h2 { max-width: 950px; margin: auto; }
.breed-cta > p:not(.eyebrow) { max-width: 680px; margin: 28px auto 35px; font-size: 14px; line-height: 1.7; opacity: .65; }

.content-shell { width: min(1180px, 88vw); margin: 0 auto; padding: 90px 0 120px; }
.archive-heading { margin-bottom: 45px; }
.archive-heading p { max-width: 650px; font-size: 16px; line-height: 1.7; opacity: .7; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.archive-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; }
.archive-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.archive-card > div { padding: 26px; }
.archive-card h2 { margin: 0 0 12px; font: 700 30px/1 Georgia, serif; }
.archive-card p { font-size: 13px; line-height: 1.6; opacity: .7; }
.entry-content { width: min(900px, 88vw); min-height: 55vh; margin: 0 auto; padding: 90px 0 120px; font-size: 17px; line-height: 1.75; }
.entry-content h1 { margin-bottom: 35px; }
.entry-content .featured-image { margin: 0 0 40px; border-radius: 24px; }
.pagination { margin-top: 50px; }

.about-page { background: var(--cream); }
.about-hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; border-bottom: 1px solid var(--line); }
.about-copy { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy h1 { font-size: clamp(58px, 6vw, 100px); }
.about-copy .about-name { margin: 28px 0 0; font: italic 26px/1.25 Georgia, serif; color: var(--orange); }
.about-copy .about-body { margin-top: 32px; max-width: 650px; font-size: 16px; line-height: 1.75; color: rgba(23,34,27,.72); }
.about-photo { min-height: 660px; margin: 28px 28px 28px 0; overflow: hidden; border-radius: 220px 24px 24px 24px; background: var(--green); }
.about-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about-facts { padding: 90px 7vw; display: grid; grid-template-columns: repeat(3,1fr); background: var(--orange); }
.about-facts div { min-height: 150px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(23,34,27,.2); border-right: 0; }
.about-facts div:last-child { border-right: 1px solid rgba(23,34,27,.2); }
.about-facts small { font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-facts strong { font: 700 30px/1.1 Georgia, serif; }

@media (max-width: 900px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { position: relative; grid-template-columns: 1fr auto; min-height: 76px; }
  .menu-toggle { display: block; justify-self: end; }
  .site-nav { display: none; position: absolute; z-index: 20; left: 0; right: 0; top: 100%; padding: 24px 5vw; background: var(--cream); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: 20px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 610px; padding: 60px 7vw 40px; }
  .hero-visual { min-height: 540px; margin: 0 4vw 4vw; border-radius: 160px 20px 20px 20px; }
  .litter-preview { grid-template-columns: 1fr auto; }
  .litter-preview .button { grid-column: 1 / -1; width: 100%; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading > p { max-width: 650px; }
  .breeds-section, .dogs-section, .puppies-section, .process-section { padding: 85px 5vw; }
  .breed-card { min-height: 540px; }
  .breed-grid { grid-template-columns: 1fr; }
  .breed-card-image { min-height: 330px; }
  .dog-grid { grid-template-columns: 1fr 1fr; }
  .puppy-grid { grid-template-columns: 1fr 1fr; }
  .puppy-card:last-child { grid-column: 1 / -1; }
  .standard-section, .reservation-section { grid-template-columns: 1fr; }
  .standard-intro { padding: 85px 7vw; border-right: 0; }
  .standard-list { padding: 0 7vw 75px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li { border-bottom: 1px solid var(--line); }
  .process-grid li:nth-child(2n) { border-right: 0; }
  .process-grid li:last-child { grid-column: 1 / -1; }
  .reservation-section { padding: 85px 7vw; gap: 50px; }
  .story-section { min-height: auto; grid-template-columns: 1fr; }
  .story-image { min-height: 570px; }
  .story-copy { padding: 80px 8vw; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .breed-hero { grid-template-columns: 1fr; }
  .breed-hero-copy { padding: 65px 7vw 55px; }
  .breed-hero-image { min-height: 620px; margin: 0 4vw 4vw; }
  .breed-intro { grid-template-columns: 1fr; gap: 25px; padding: 85px 7vw; }
  .breed-facts { padding: 0 7vw 85px; grid-template-columns: 1fr 1fr; }
  .breed-facts > div:nth-child(3) { border-left: 1px solid var(--line); }
  .fit-column { padding: 75px 7vw; }
  .health-section { padding: 85px 7vw; grid-template-columns: 1fr; gap: 45px; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .about-hero { grid-template-columns: 1fr; }
  .about-photo { min-height: 620px; margin: 0 4vw 4vw; }
}

@media (max-width: 560px) {
  .brand-logo { width: 50px; height: 50px; }
  .brand strong { font-size: 13px; }
  h1 { font-size: 54px; }
  .hero-copy { min-height: 620px; }
  .trust-row { gap: 18px; }
  .trust-row span { max-width: 80px; }
  .hero-visual { min-height: 440px; border-radius: 120px 18px 18px 18px; }
  .round-stamp { width: 82px; height: 82px; }
  .litter-preview { grid-template-columns: 1fr; }
  .breeds-section, .dogs-section, .puppies-section, .process-section { padding: 70px 5vw; }
  .section-heading h2, .standard-intro h2, .reservation-copy h2, .footer-lead h2 { font-size: 40px; }
  .breed-grid, .dog-grid, .puppy-grid, .archive-grid { grid-template-columns: 1fr; }
  .breed-card { min-height: 510px; }
  .breed-card-copy { grid-template-columns: 1fr; }
  .breed-card-copy b { grid-column: 1; grid-row: auto; margin-top: 22px; }
  .puppy-card:last-child { grid-column: auto; }
  .standard-intro { padding: 70px 6vw; }
  .standard-list { padding: 0 6vw 55px; }
  .standard-list article { grid-template-columns: 34px 1fr; min-height: 185px; gap: 14px; }
  .standard-list article > b { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:last-child { grid-column: auto; border-right: 0; }
  .process-grid span { margin-bottom: 35px; }
  .reservation-section { padding: 70px 5vw; }
  .reservation-form { min-height: 650px; padding: 28px 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .form-progress small { display: none; }
  .form-progress > div::after { left: 30px; right: 4px; }
  .form-actions { flex-wrap: wrap; }
  .form-actions .button { width: 100%; }
  .story-image { min-height: 430px; }
  .story-copy { padding: 70px 7vw; }
  .footer-lead { grid-template-columns: 1fr; }
  .footer-lead .button { grid-column: 1; grid-row: auto; width: max-content; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .breed-hero-copy { padding: 50px 6vw; }
  .back-link { margin-bottom: 48px; }
  .breed-hero h1 { font-size: 54px; }
  .breed-tagline { font-size: 21px; }
  .breed-hero-image { min-height: 460px; border-radius: 120px 18px 18px 18px; }
  .breed-intro h2, .fit-column h2, .health-section h2, .breed-cta h2 { font-size: 40px; }
  .breed-facts { grid-template-columns: 1fr; }
  .breed-facts > div { border-left: 1px solid var(--line); border-bottom: 0; }
  .breed-facts > div:last-child { border-bottom: 1px solid var(--line); }
  .fit-section { grid-template-columns: 1fr; }
  .fit-column { min-height: auto; padding: 65px 7vw; }
  .about-copy { padding: 70px 7vw; }
  .about-photo { min-height: 480px; border-radius: 120px 18px 18px 18px; }
  .about-facts { padding: 65px 6vw; grid-template-columns: 1fr; }
  .about-facts div { border-right: 1px solid rgba(23,34,27,.2); border-bottom: 0; }
  .about-facts div:last-child { border-bottom: 1px solid rgba(23,34,27,.2); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
