:root {
  --ivory: #fbf8f2;
  --paper: #fffdf9;
  --sand: #e8ddcc;
  --sand-light: #f2ebe0;
  --blue: #365f73;
  --blue-mid: #4c7184;
  --blue-dark: #173b4b;
  --mist: #dce8e9;
  --ink: #263238;
  --muted: #5b686d;
  --gold: #91633a;
  --green: #426b5b;
  --white: #fff;
  --danger: #873e3e;
  --shadow: 0 18px 50px rgba(28, 52, 61, .11);
  --shadow-soft: 0 10px 30px rgba(28, 52, 61, .07);
  --radius: 18px;
  --radius-sm: 10px;
  --wrap: 1180px;
  --font-display: "Iowan Old Style", "Palatino Linotype", Baskerville, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 0; }
a { color: var(--blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--blue-dark); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--blue-dark); font-family: var(--font-display); font-weight: 600; line-height: 1.08; overflow-wrap: normal; word-break: normal; hyphens: none; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 7vw, 5.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 5vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); letter-spacing: -.015em; }
p { margin: 0 0 1.15em; }
ul, ol { margin-top: 0; }
address { font-style: normal; }
sup { font-family: var(--font-body); font-size: .35em; font-weight: 700; letter-spacing: 0; vertical-align: super; }

::selection { background: var(--mist); color: var(--blue-dark); }
:focus-visible { outline: 3px solid #d38a35; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; transform: translateY(-150%); border-radius: 6px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow-wrap { max-width: 800px; }
.section { padding-block: clamp(76px, 10vw, 132px); }
.section-tint { background: var(--sand-light); }
.section-dark { background: var(--blue-dark); color: #e9f0f1; }
.section-dark h2, .section-dark h3 { color: var(--white); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 1px; background: currentColor; content: ""; }
.eyebrow-light { color: #ead5b8; }
.lead { color: #34484f; font-family: var(--font-display); font-size: clamp(1.25rem, 2.6vw, 1.6rem); line-height: 1.5; }
.cover-image { width: 100%; height: 100%; object-fit: cover; }
.small-note, .form-required { color: var(--muted); font-size: .85rem; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: var(--white); font-size: .92rem; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { border-color: var(--blue-dark); background: var(--blue-dark); color: var(--white); transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.button-ghost { border-color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); color: var(--white); backdrop-filter: blur(5px); }
.button-ghost:hover { border-color: var(--white); background: var(--white); color: var(--blue-dark); }
.button-outline { border-color: var(--blue); background: transparent; color: var(--blue); }
.button-small { min-height: 44px; padding: 11px 20px; font-size: .86rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: .88rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(23,59,75,.08); background: rgba(251,248,242,.96); box-shadow: 0 5px 20px rgba(25,54,65,.035); backdrop-filter: blur(14px); }
.header-inner { display: grid; min-height: 78px; grid-template-columns: 1fr auto; align-items: center; gap: 18px; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 11px; color: var(--blue-dark); text-decoration: none; }
.brand:hover { color: var(--blue-dark); }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(23,59,75,.25); border-radius: 50%; font-family: var(--font-display); font-size: 1.05rem; }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: var(--font-display); font-size: 1.28rem; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .59rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-logo { width: min(220px, 58vw); height: auto; max-height: 58px; object-fit: contain; object-position: left center; }
.menu-toggle { display: inline-flex; min-width: 48px; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 8px 12px; border: 0; border-radius: 999px; background: var(--sand-light); color: var(--blue-dark); cursor: pointer; font-size: .8rem; font-weight: 800; }
.menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 17px; height: 2px; background: currentColor; transition: transform .2s ease; }
.menu-toggle-lines { position: relative; }
.menu-toggle-lines::before, .menu-toggle-lines::after { position: absolute; left: 0; content: ""; }
.menu-toggle-lines::before { top: -6px; }
.menu-toggle-lines::after { top: 6px; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines { background: transparent; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after { top: 0; transform: rotate(-45deg); }
.primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; height: calc(100dvh - 78px); overflow-y: auto; padding: 30px 20px; background: var(--ivory); box-shadow: 0 18px 32px rgba(23,59,75,.1); }
.primary-nav.is-open { display: block; }
.primary-nav ul { margin: 0; padding: 0; list-style: none; }
.primary-nav li { border-bottom: 1px solid var(--sand); }
.primary-nav a { display: block; padding: 14px 4px; color: var(--blue-dark); font-family: var(--font-display); font-size: 1.55rem; font-weight: 600; line-height: 1.2; text-decoration: none; }
.primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--gold); }
.header-contact { display: none; }

/* Hero */
.hero { position: relative; min-height: min(850px, calc(100svh - 78px)); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: var(--blue-dark); color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { object-position: 50% 50%; }
.hero-overlay { background: linear-gradient(90deg, rgba(13,43,55,.88) 0%, rgba(13,43,55,.64) 48%, rgba(13,43,55,.18) 78%), linear-gradient(0deg, rgba(13,43,55,.58), transparent 42%); }
.hero-content { position: relative; z-index: 1; padding-top: 110px; padding-bottom: 150px; }
.hero h1 { max-width: 880px; color: var(--white); font-size: clamp(3rem, 8vw, 6.3rem); }
.hero-content > p { max-width: 650px; margin-bottom: 30px; color: #e7eff0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.availability-bar { position: relative; z-index: 2; background: rgba(255,253,249,.97); color: var(--ink); }
.availability-bar .wrap { display: grid; align-items: center; gap: 5px 10px; padding-block: 18px; }
.availability-bar strong { color: var(--blue-dark); font-size: .74rem; letter-spacing: .11em; text-transform: uppercase; }
.availability-bar p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.5; }
.availability-bar a { font-size: .82rem; font-weight: 800; white-space: nowrap; }
.availability-dot { width: 9px; height: 9px; grid-row: span 2; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(66,107,91,.13); }

/* Calm front page */
.hero-simple { min-height: min(760px, calc(100svh - 78px)); }
.hero-simple h1 { max-width: 800px; font-size: clamp(2.9rem, 7vw, 5.6rem); }
.home-values { border-bottom: 1px solid var(--sand); background: var(--paper); }
.home-values-grid { display: grid; }
.home-values-grid p { display: grid; margin: 0; padding: 24px 0; border-bottom: 1px solid var(--sand); gap: 3px; }
.home-values-grid p:last-child { border-bottom: 0; }
.home-values-grid strong { color: var(--blue-dark); font-family: var(--font-display); font-size: 1.08rem; }
.home-values-grid span { color: var(--muted); font-size: .8rem; }
.concise-heading { max-width: 660px; margin-right: auto; margin-left: auto; text-align: center; }
.concise-heading .eyebrow { justify-content: center; }
.concise-heading p { margin: 12px 0 0; color: var(--muted); }
.empty-state-simple { max-width: 930px; margin-inline: auto; }
.about-grid-simple { gap: clamp(40px, 7vw, 88px); }
.about-media { overflow: hidden; border-radius: 180px 180px var(--radius) var(--radius); box-shadow: var(--shadow-soft); }
.about-media img { width: 100%; min-height: 460px; object-fit: cover; }
.inline-links { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 30px; }
.subtle-link { color: var(--muted); font-weight: 700; }
.simple-contact { padding-block: clamp(62px, 8vw, 94px); background: var(--blue-dark); color: #c8d6d9; }
.simple-contact-grid { display: grid; gap: 26px 50px; }
.simple-contact h2 { max-width: 690px; margin: 0; color: var(--white); font-size: clamp(2.1rem, 4.5vw, 3.5rem); }
.simple-contact-copy > p { max-width: 520px; }
.simple-contact-copy .button-row { align-items: center; }
.button-light { border-color: var(--white); background: var(--white); color: var(--blue-dark); }
.button-light:hover { border-color: var(--sand-light); background: var(--sand-light); color: var(--blue-dark); }
.phone-link { padding: 12px 8px; color: var(--white); font-weight: 800; text-decoration: none; }
.phone-link:hover { color: var(--sand); }

/* Trust */
.trust-strip { border-bottom: 1px solid var(--sand); background: var(--paper); }
.trust-grid { display: grid; }
.trust-grid article { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 14px; padding: 26px 0; border-bottom: 1px solid var(--sand); }
.trust-grid article:last-child { border-bottom: 0; }
.trust-number { padding-top: 3px; color: var(--gold); font-family: var(--font-display); font-size: .82rem; font-style: italic; }
.trust-grid h2 { margin-bottom: 3px; font-family: var(--font-body); font-size: .88rem; font-weight: 800; letter-spacing: .01em; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }

/* Sections and cards */
.section-heading { margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: grid; align-items: end; gap: 18px; }
.split-heading > p { max-width: 470px; margin: 0; color: var(--muted); }
.light-heading > p { color: #bfcdd1; }
.cards-grid { display: grid; gap: 22px; }
.cat-card, .kitten-card, .litter-card { overflow: hidden; border: 1px solid rgba(23,59,75,.1); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.card-image, .card-image-wrap { display: block; height: 290px; overflow: hidden; background: var(--sand); }
.card-image-wrap { position: relative; }
.card-image img { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.cat-card:hover .card-image img, .kitten-card:hover .card-image img, .litter-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 24px; }
.card-kicker { display: block; margin-bottom: 9px; color: var(--gold); font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.card-body h3 { margin-bottom: 14px; }
.card-body h3 a { color: var(--blue-dark); text-decoration: none; }
.card-body > p { color: var(--muted); font-size: .9rem; }
.card-facts { display: grid; margin: 0 0 20px; gap: 6px; }
.profile-field { display: grid; grid-template-columns: minmax(90px, .7fr) 1.3fr; gap: 10px; }
.profile-field dt { color: var(--muted); font-size: .72rem; font-weight: 700; }
.profile-field dd { margin: 0; color: var(--ink); font-size: .78rem; font-weight: 650; }
.status { display: inline-flex; min-height: 31px; align-items: center; gap: 8px; padding: 6px 12px; border: 1px solid transparent; border-radius: 999px; font-size: .68rem; font-weight: 850; letter-spacing: .07em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.status::before { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--status-dot, currentColor); box-shadow: 0 0 0 3px rgba(255,255,255,.55); content: ""; }
.card-image-wrap > .status { position: absolute; top: 14px; right: 14px; box-shadow: 0 5px 16px rgba(0,0,0,.15); }
.status-available { --status-dot: #39875f; background: #dcece4; color: #285441; }
.status-reserved { --status-dot: #c4852b; background: #f6ead4; color: #77511d; }
.status-stays { --status-dot: #9c5e75; background: #efe0e5; color: #744253; }
.status-new_home { --status-dot: #788186; background: #e7e7e7; color: #4f5558; }
.status-check { --status-dot: #447790; background: #e2edf2; color: #31556a; }
.section-link { margin: 30px 0 0; text-align: right; }
.empty-state { display: grid; align-items: center; gap: 18px; padding: clamp(26px, 5vw, 44px); border: 1px solid var(--sand); border-radius: var(--radius); background: var(--paper); }
.empty-mark { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--blue); font-size: 1.4rem; }
.empty-state h3 { margin-bottom: 4px; }
.empty-state p { margin: 0; color: var(--muted); }

/* About */
.about-grid { display: grid; gap: 54px; }
.about-collage { position: relative; min-height: 530px; }
.about-collage > img:first-child { width: 82%; height: 420px; border-radius: 180px 180px 20px 20px; object-fit: cover; }
.about-collage > img:nth-child(2) { position: absolute; right: 0; bottom: 0; width: 47%; height: 290px; border: 8px solid var(--sand-light); border-radius: 100px 100px 14px 14px; object-fit: cover; }
.collage-note { position: absolute; bottom: 18px; left: 18px; display: grid; max-width: 210px; padding: 16px 20px; border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); color: var(--muted); font-size: .74rem; line-height: 1.35; }
.collage-note strong { color: var(--blue-dark); font-family: var(--font-display); font-size: 1.1rem; }
.about-copy h2 { max-width: 650px; }
.about-copy blockquote { margin: 28px 0; padding: 6px 0 6px 22px; border-left: 2px solid var(--gold); color: var(--blue-dark); font-family: var(--font-display); font-size: 1.15rem; font-style: italic; }
.about-copy blockquote p { margin: 0; }

/* Process and package */
.process-grid { display: grid; margin: 0; padding: 0; counter-reset: process; list-style: none; }
.process-grid li { position: relative; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.17); }
.process-grid li > span { display: block; margin-bottom: 24px; color: #d5b183; font-family: var(--font-display); font-size: .9rem; font-style: italic; }
.process-grid h3 { font-size: 1.45rem; }
.process-grid p { margin: 0; color: #bdcbd0; font-size: .9rem; }
.package-grid { display: grid; align-items: start; gap: 44px; }
.package-grid > div > p { max-width: 490px; color: var(--muted); }
.package-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--sand); list-style: none; }
.package-list li { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--sand); }
.package-list li > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--blue); font-weight: 900; }
.package-list li div { display: grid; }
.package-list strong { color: var(--blue-dark); font-family: var(--font-display); font-size: 1.08rem; }
.package-list small { color: var(--muted); }

/* Testimonials and FAQ */
.testimonial-grid { display: grid; gap: 22px; }
.testimonial { margin: 0; padding: 30px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.testimonial p { font-family: var(--font-display); font-size: 1.18rem; line-height: 1.55; }
.testimonial footer { color: var(--gold); font-size: .78rem; font-weight: 800; }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 3rem; line-height: 1; }
.faq-grid { display: grid; gap: 50px; }
.faq-intro { align-self: start; }
.faq-intro > p { color: var(--muted); }
.accordion { border-top: 1px solid var(--sand); }
.accordion details { border-bottom: 1px solid var(--sand); }
.accordion summary { display: grid; min-height: 68px; grid-template-columns: 1fr auto; align-items: center; gap: 18px; color: var(--blue-dark); cursor: pointer; font-family: var(--font-display); font-size: 1.1rem; font-weight: 650; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--sand); border-radius: 50%; color: var(--gold); font-family: var(--font-body); transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details > div { padding: 0 48px 20px 0; color: var(--muted); font-size: .92rem; }

/* Contact */
.contact-section { background: var(--blue-dark); color: #eaf0f1; }
.contact-grid { display: grid; gap: 42px; }
.contact-aside h2 { color: var(--white); }
.contact-aside > p { color: #becdd1; }
.contact-aside address { display: grid; margin-top: 32px; gap: 8px; }
.contact-aside address a { width: fit-content; color: var(--white); font-size: 1.08rem; font-weight: 700; }
.contact-aside address span { max-width: 360px; color: #aebfc4; font-size: .88rem; }
.contact-panel { padding: clamp(24px, 5vw, 46px); border-radius: var(--radius); background: var(--paper); box-shadow: 0 24px 70px rgba(0,0,0,.18); color: var(--ink); }
.form-grid { display: grid; gap: 18px; }
.field { display: grid; gap: 6px; }
.field label { color: var(--blue-dark); font-size: .79rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #b8c0c1; border-radius: 8px; background: var(--white); color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--blue-mid); }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); outline: 3px solid rgba(54,95,115,.17); }
.checkbox-field { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 11px; }
.checkbox-field input { width: 20px; min-height: 20px; margin-top: 2px; accent-color: var(--blue); }
.checkbox-field label { color: var(--muted); font-weight: 500; line-height: 1.55; }
.contact-form > .button { margin-top: 22px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin-bottom: 20px; padding: 15px 18px; border-radius: 8px; font-weight: 650; }
.form-success { border: 1px solid #86aa99; background: #e5f0eb; color: #285341; }
.form-error { border: 1px solid #c89494; background: #f6e7e7; color: #742e2e; }

/* Footer */
.site-footer { background: #102f3d; color: #bdcbd0; }
.footer-main { display: grid; gap: 36px; padding-block: 68px 50px; }
.site-footer h2, .site-footer h3 { color: var(--white); }
.site-footer h2 { font-size: 2.4rem; }
.site-footer h3 { margin-bottom: 16px; font-family: var(--font-body); font-size: .72rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-brand p { max-width: 360px; }
.footer-links, .footer-main .menu { display: grid; margin: 0; padding: 0; gap: 8px; list-style: none; }
.footer-links a, .footer-main .menu a { color: #dce5e7; text-decoration: none; }
.footer-main .menu a { font-size: .9rem; }
.footer-main .menu li:nth-child(n+6) { display: none; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.social-links a:hover { border-color: var(--white); background: var(--white); color: var(--blue-dark); }
.footer-bottom { display: grid; gap: 10px; padding-block: 22px 30px; border-top: 1px solid rgba(255,255,255,.13); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-bottom a { color: #dce5e7; }

/* Inner pages */
.breadcrumbs { padding-top: 18px; padding-bottom: 4px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; margin: 0; padding: 0; gap: 6px; color: var(--muted); font-size: .72rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 6px; color: #9da4a7; content: "/"; }
.breadcrumbs a { color: var(--muted); }
.page-hero { padding-block: clamp(70px, 10vw, 130px) clamp(46px, 7vw, 84px); background: linear-gradient(135deg, var(--sand-light), var(--ivory)); }
.page-hero h1 { max-width: 900px; font-size: clamp(3.1rem, 8vw, 6.2rem); }
.page-hero p { max-width: 710px; color: var(--muted); font-size: 1.08rem; }
.compact-hero { padding-block: clamp(58px, 8vw, 96px); }
.archive-content { padding-top: 58px; }
.archive-group + .archive-group { margin-top: 84px; }
.archive-group .section-heading { margin-bottom: 26px; }
.breeding-cats-grid .cat-card { display: flex; height: 100%; flex-direction: column; }
.breeding-cats-grid .card-body { display: flex; flex: 1; flex-direction: column; }
.breeding-cats-grid .card-body > .text-link { margin-top: auto; }
.cards-grid.single-cat-grid { grid-template-columns: minmax(0, 340px); }
.inset-section { margin-inline: -20px; padding: 38px 20px; border-radius: var(--radius); }
.status-nav { display: flex; overflow-x: auto; margin-bottom: 58px; gap: 8px; scrollbar-width: none; }
.status-nav a { flex: 0 0 auto; padding: 9px 16px; border: 1px solid var(--sand); border-radius: 999px; background: var(--paper); color: var(--blue-dark); font-size: .78rem; font-weight: 750; text-decoration: none; }
.reservation-note { display: grid; align-items: center; gap: 18px; margin-top: 84px; padding: 34px; border-radius: var(--radius); background: var(--blue-dark); color: #c8d5d8; }
.reservation-note h2 { margin: 0; color: var(--white); font-size: 2rem; }
.reservation-note p { margin: 0; }
.profile-page { padding-bottom: 100px; }
.profile-hero { display: grid; gap: 42px; padding-top: clamp(40px, 7vw, 86px); padding-bottom: clamp(64px, 8vw, 104px); }
.profile-hero > * { min-width: 0; }
.profile-image { min-height: 460px; overflow: hidden; border-radius: 160px 160px var(--radius) var(--radius); background: var(--sand); box-shadow: var(--shadow); }
.profile-intro { align-self: center; }
.profile-intro h1 { font-size: clamp(2.8rem, 7vw, 5rem); }
.profile-intro > .status { margin-bottom: 22px; }
.profile-facts { display: grid; margin: 28px 0 32px; border-top: 1px solid var(--sand); }
.profile-facts .profile-field { padding: 10px 0; border-bottom: 1px solid var(--sand); }
.profile-facts .profile-field dt, .profile-facts .profile-field dd { font-size: .86rem; }
.profile-content { display: grid; gap: 60px; }
.profile-content > section { min-width: 0; }
.profile-content h2 { font-size: clamp(2rem, 4vw, 3rem); }
.health-panel { padding: clamp(24px, 5vw, 44px); border: 1px solid var(--sand); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.test-grid { display: grid; margin: 0 0 20px; gap: 10px; }
.test-grid .profile-field { padding: 10px 0; border-bottom: 1px solid var(--sand); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.gallery-grid a { display: block; min-height: 220px; overflow: hidden; border-radius: 8px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.cat-profile-page .profile-gallery > p { color: var(--muted); }
.cat-profile-page .gallery-grid a { min-height: 0; aspect-ratio: 1; background: var(--sand-light); }
.archive-page-content { max-width: 1120px; }
.archive-gallery-intro { display: grid; margin-bottom: clamp(56px, 8vw, 90px); padding-bottom: 36px; border-bottom: 1px solid var(--sand); gap: 12px; }
.archive-gallery-intro p { max-width: 780px; margin: 0; color: var(--muted); }
.archive-gallery-total { color: var(--blue-dark); font-family: var(--font-display); font-size: 1.18rem; }
.archive-gallery-groups { display: grid; gap: clamp(70px, 9vw, 110px); }
.archive-gallery-group { min-width: 0; }
.archive-gallery-heading { display: grid; margin-bottom: 26px; align-items: end; gap: 12px; }
.archive-gallery-heading h2 { margin-bottom: 8px; font-size: clamp(2rem, 4vw, 3.1rem); }
.archive-gallery-heading p { max-width: 680px; margin: 0; color: var(--muted); }
.archive-gallery-count { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.archive-gallery-grid a { min-height: 0; aspect-ratio: 4 / 3; background: var(--sand-light); box-shadow: var(--shadow-soft); }
.gallery-loading, .gallery-load-error { padding: 26px; border: 1px solid var(--sand); border-radius: var(--radius-sm); background: var(--paper); color: var(--muted); }
.gallery-grid a[data-lightbox-ready] { cursor: zoom-in; }
.lightbox-open { overflow: hidden; }
.gallery-lightbox { position: fixed; z-index: 1000; inset: 0; overflow: hidden; padding: clamp(12px, 3vw, 34px); background: rgba(5, 18, 24, .94); }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-dialog { position: relative; display: grid; width: 100%; min-width: 0; height: 100%; min-height: 0; overflow: hidden; place-items: center; }
.gallery-lightbox-figure { display: grid; width: min(100%, 1280px); min-width: 0; height: 100%; min-height: 0; margin: 0; overflow: hidden; padding: 44px clamp(8px, 6vw, 78px) 18px; place-items: stretch; grid-template-rows: minmax(0, 1fr) auto; gap: 14px; }
.gallery-lightbox-image { display: block; width: 100%; min-width: 0; max-width: none; height: 100%; min-height: 0; max-height: none; border-radius: 6px; object-fit: contain; object-position: center; filter: drop-shadow(0 20px 32px rgba(0,0,0,.38)); }
.gallery-lightbox-figure figcaption { display: flex; width: 100%; justify-content: center; color: #f5f2ec; font-size: .82rem; text-align: center; gap: 12px; }
.gallery-lightbox-figure [data-lightbox-counter] { color: #c7a56a; white-space: nowrap; }
.gallery-lightbox-close, .gallery-lightbox-nav { position: absolute; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(16,47,61,.82); color: #fff; cursor: pointer; font-family: var(--font-body); line-height: 1; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.gallery-lightbox-close:hover, .gallery-lightbox-nav:hover { border-color: rgba(255,255,255,.62); background: var(--blue); transform: scale(1.04); }
.gallery-lightbox-close:focus-visible, .gallery-lightbox-nav:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-lightbox-close { z-index: 2; top: 0; right: 0; font-size: 1.7rem; }
.gallery-lightbox-nav { z-index: 2; top: 50%; transform: translateY(-50%); font-size: 2rem; }
.gallery-lightbox-nav:hover { transform: translateY(-50%) scale(1.04); }
.gallery-lightbox-prev { left: 0; }
.gallery-lightbox-next { right: 0; }
.credentials-intro { max-width: 820px; margin-bottom: 54px; }
.credentials-section + .credentials-section { margin-top: 80px; padding-top: 70px; border-top: 1px solid var(--sand); }
.credentials-section > h2 { margin-bottom: 10px; }
.credentials-section > p { max-width: 780px; color: var(--muted); }
.credentials-grid { margin-top: 30px; gap: 18px; grid-template-columns: 1fr; }
.credential-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.credentials-grid .credential-image { min-height: 0; aspect-ratio: 4 / 3; border-radius: 0; background: #e9e8e4; }
.credentials-grid .credential-image img { object-fit: contain; }
.credential-copy { padding: clamp(20px, 4vw, 30px); }
.credential-copy .eyebrow { margin-bottom: 8px; }
.credential-copy h3 { margin: 0 0 10px; font-size: clamp(1.45rem, 3vw, 1.9rem); }
.credential-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.original-gallery { margin-top: clamp(48px, 8vw, 84px); content-visibility: auto; }
.legacy-gallery-disclosure { overflow: hidden; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.legacy-gallery-disclosure > summary { display: flex; align-items: center; justify-content: space-between; padding: clamp(22px, 4vw, 34px); cursor: pointer; list-style: none; gap: 24px; }
.legacy-gallery-disclosure > summary::-webkit-details-marker { display: none; }
.legacy-gallery-disclosure > summary > span:first-child { display: grid; min-width: 0; gap: 5px; }
.legacy-gallery-disclosure > summary strong { color: var(--blue-dark); font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2.3rem); line-height: 1.1; }
.legacy-gallery-disclosure > summary small { color: var(--muted); font-size: .82rem; }
.legacy-gallery-disclosure > summary strong, .legacy-gallery-disclosure > summary small { overflow-wrap: normal; word-break: normal; }
.legacy-gallery-disclosure > summary > span:last-child { flex: 0 0 auto; color: var(--gold); font-size: 1.65rem; transition: transform .2s ease; }
.legacy-gallery-disclosure[open] > summary > span:last-child { transform: rotate(45deg); }
.legacy-gallery-body { padding: 0 clamp(16px, 3vw, 28px) clamp(16px, 3vw, 28px); }
.gallery-note { margin: 18px 0 0; color: var(--muted); font-size: .8rem; }
.content-note { display: grid; margin-bottom: 58px; padding: clamp(24px, 4vw, 38px); border-left: 4px solid var(--gold); border-radius: 0 var(--radius) var(--radius) 0; background: var(--sand-light); gap: 16px; }
.content-note > * { min-width: 0; }
.content-note h2 { margin: 4px 0 0; font-size: clamp(1.7rem, 3vw, 2.15rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
.content-note p { overflow-wrap: normal; word-break: normal; }
.content-note p, .archive-intro { max-width: 850px; margin: 0; color: var(--muted); }
.buyer-key-info { margin-top: 36px; }
.buyer-key-info p + p { margin-top: 12px; }
.archive-intro { margin-bottom: 30px; }
.availability-note { padding: 14px 18px; border-left: 3px solid var(--green); background: #e6efeb; color: #315748; }
.current-litter-panel { margin: 0 0 clamp(70px, 9vw, 110px); padding: clamp(24px, 5vw, 48px); border: 1px solid rgba(23,59,75,.1); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.current-litter-heading { display: grid; align-items: end; gap: 22px; }
.current-litter-heading h2 { margin: 4px 0 8px; }
.current-litter-heading p { max-width: 720px; margin: 0; color: var(--muted); }
.current-litter-heading .button { justify-self: start; }
.current-litter-facts { display: grid; margin: 34px 0; padding: 0; border-top: 1px solid var(--sand); }
.current-litter-facts > div { display: grid; padding: 13px 0; border-bottom: 1px solid var(--sand); grid-template-columns: minmax(120px, .7fr) 1.3fr; gap: 16px; }
.current-litter-facts dt { color: var(--muted); font-size: .74rem; font-weight: 750; }
.current-litter-facts dd { margin: 0; color: var(--blue-dark); font-weight: 700; }
.current-litter-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.current-litter-preview a { position: relative; min-width: 0; overflow: hidden; aspect-ratio: 3 / 4; border-radius: var(--radius-sm); background: var(--sand); box-shadow: var(--shadow-soft); }
.current-litter-preview img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.current-litter-preview a:hover img { transform: scale(1.025); }
.current-litter-preview span { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 8px 10px; border-radius: 7px; background: rgba(13,43,55,.84); color: var(--white); font-size: .76rem; font-weight: 800; text-align: center; }
.cards-grid.archive-kitten-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr)); gap: 16px; margin-top: 22px; }
.archive-kitten-card { min-width: 0; overflow: hidden; border: 1px solid rgba(23,59,75,.1); border-radius: var(--radius-sm); background: var(--paper); box-shadow: var(--shadow-soft); }
.archive-kitten-card .card-image-wrap { display: grid; height: auto; overflow: visible; background: var(--paper); grid-template-rows: 210px auto; }
.archive-kitten-card .cover-image { height: 210px; object-position: 50% 50%; }
.archive-kitten-card .card-image-wrap > .status { position: static; justify-self: start; margin: 12px 18px 0; box-shadow: none; }
.archive-kitten-card .card-body { padding: 12px 18px 18px; }
.entry-content .archive-kitten-card h3 { margin: 0 0 8px; font-size: 1.45rem; }
.archive-kitten-card .archive-kitten-code { margin: 0; color: var(--blue-dark); font-size: .78rem; font-weight: 800; }
.archive-kitten-card .archive-kitten-color { margin: 3px 0 0; color: var(--muted); font-size: .8rem; }
.archive-kitten-card .archive-kitten-note { margin: 10px 0 0; color: var(--gold); font-size: .75rem; font-weight: 750; }
.parent-grid { display: grid; gap: 22px; }
.parent-card { min-width: 0; overflow: hidden; border: 1px solid var(--sand); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.parent-card-image { display: block; overflow: hidden; }
.parent-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.parent-card-image img { transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.parent-card:hover .parent-card-image img { transform: scale(1.025); }
.parent-card > div { padding: clamp(20px, 4vw, 30px); }
.parent-card h3 { margin: 6px 0 8px; font-size: clamp(1.45rem, 3vw, 2rem); }
.parent-card h3 a { color: var(--blue-dark); text-decoration: none; }
.parent-card p { margin: 0; color: var(--muted); }
.current-kitten-grid .card-image, .current-kitten-grid .card-image-wrap { height: 330px; }
.current-kitten-grid .kitten-card { display: flex; height: 100%; flex-direction: column; }
.current-kitten-grid .card-body { display: flex; flex: 1; flex-direction: column; }
.current-kitten-grid .card-body > .text-link { margin-top: auto; }
.entry-content { font-size: 1.02rem; }
.entry-content > :first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.5em; font-size: clamp(2rem, 4vw, 3rem); }
.entry-content h3 { margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li { margin-bottom: .55em; }
.entry-content a { font-weight: 650; }
.content-cards { display: grid; margin: 36px 0 58px; gap: 14px; }
.content-cards section { padding: 24px; border: 1px solid var(--sand); border-radius: var(--radius-sm); background: var(--paper); box-shadow: var(--shadow-soft); }
.content-cards h3 { margin: 0 0 10px; font-size: 1.35rem; }
.content-cards p { margin: 0; color: var(--muted); font-size: .92rem; }
.breed-standard-grid { display: grid; margin: 34px 0 58px; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.breed-standard-grid section { min-width: 0; padding: 22px; border: 1px solid var(--sand); border-radius: var(--radius-sm); background: var(--paper); box-shadow: var(--shadow-soft); }
.breed-standard-grid h3 { margin: 0 0 9px; font-size: 1.24rem; }
.breed-standard-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.ems-grid { display: grid; margin: 24px 0 44px; padding: 0; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); }
.ems-item { display: grid; min-width: 0; padding: 18px; border: 1px solid var(--sand); border-radius: var(--radius-sm); background: var(--paper); grid-template-columns: minmax(42px, auto) 1fr; align-items: center; gap: 14px; }
.ems-item dt { display: grid; min-width: 42px; min-height: 42px; margin: 0; place-items: center; border-radius: 8px; background: var(--mist); color: var(--blue-dark); font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; text-align: center; }
.ems-item dd { display: grid; min-width: 0; margin: 0; line-height: 1.35; }
.ems-item dd strong { color: var(--blue-dark); overflow-wrap: normal; word-break: normal; }
.ems-item dd span { color: var(--muted); font-size: .78rem; overflow-wrap: normal; word-break: normal; }
.ems-pattern-grid { grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); }
.ems-example { margin: -12px 0 52px; padding: 18px 20px; border-left: 3px solid var(--gold); background: var(--sand-light); color: var(--blue-dark); }
.breed-benefits { display: grid; margin: 30px 0 58px !important; padding: 0 !important; gap: 0; list-style: none; }
.breed-benefits li { position: relative; margin: 0; padding: 15px 0 15px 36px; border-bottom: 1px solid var(--sand); }
.breed-benefits li::before { position: absolute; top: 16px; left: 2px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--blue); content: "✓"; font-size: .72rem; font-weight: 900; }
.entry-content .contact-form { margin-top: 38px; padding: clamp(22px, 5vw, 42px); border: 1px solid var(--sand); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); }
.buyer-steps { display: grid; margin: 36px 0 64px !important; padding: 0 !important; gap: 0; counter-reset: buyer-step; list-style: none; }
.buyer-steps li { display: grid; margin: 0; padding: 22px 0; border-top: 1px solid var(--sand); grid-template-columns: 42px 1fr; column-gap: 14px; counter-increment: buyer-step; }
.buyer-steps li::before { grid-row: span 2; color: var(--gold); content: "0" counter(buyer-step); font-family: var(--font-display); font-size: .9rem; font-style: italic; }
.buyer-steps strong { color: var(--blue-dark); font-family: var(--font-display); font-size: 1.2rem; }
.buyer-steps span { color: var(--muted); font-size: .9rem; }
.buyer-faq { margin-top: 80px; padding-top: 70px; border-top: 1px solid var(--sand); }
.wide-page-content { max-width: 1080px; }
.partner-grid { display: grid; margin: 54px 0 42px; gap: 18px; }
.partner-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid rgba(23,59,75,.11); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); grid-template-rows: 170px 1fr; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.partner-card-link { display: grid; min-width: 0; color: inherit; text-decoration: none; grid-row: 1 / -1; grid-template-rows: 170px 1fr; }
.partner-card:hover { border-color: rgba(23,59,75,.22); box-shadow: var(--shadow); transform: translateY(-3px); }
.partner-logo-frame { display: grid; min-width: 0; place-items: center; padding: 24px; border-bottom: 1px solid var(--sand); background: linear-gradient(145deg, #fff, var(--sand-light)); }
.partner-logo { width: auto; max-width: min(100%, 220px); max-height: 118px; object-fit: contain; transition: transform .25s ease; }
.partner-card:hover .partner-logo { transform: scale(1.025); }
.partner-logo-mastif { width: 112px; height: 112px; border-radius: 50%; object-fit: cover; object-position: center 47%; }
.partner-card-copy { display: flex; min-width: 0; padding: 24px; flex-direction: column; }
.partner-type { margin-bottom: 9px; color: var(--gold-dark); font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.partner-card h2 { margin: 0 0 12px; font-size: clamp(1.18rem, 2vw, 1.42rem); line-height: 1.2; }
.partner-card p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.partner-card-action { display: flex; margin-top: 22px; align-items: center; justify-content: space-between; border-top: 1px solid var(--sand); padding-top: 14px; color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .04em; }
.partner-card-action span { font-size: 1rem; }
.partner-note { padding-left: 18px; border-left: 2px solid var(--gold); color: var(--muted); font-size: .82rem; }
.footer-subtle-link { display: inline-block; margin-top: 13px; color: #aebfc4; font-size: .78rem; text-decoration: none; }
.footer-subtle-link:hover { color: var(--white); }
.check-list { padding: 0 !important; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--sand); }
.check-list li::before { position: absolute; top: 13px; left: 2px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--mist); color: var(--blue); content: "✓"; font-size: .72rem; font-weight: 900; }
.error-page { display: grid; min-height: 70vh; place-items: center; padding-block: 100px; text-align: center; }
.error-page p { max-width: 600px; margin-inline: auto; color: var(--muted); }
.error-page .button-row { justify-content: center; }
.post-summary { padding: 28px 0; border-bottom: 1px solid var(--sand); }
.post-summary h2 { font-size: 2rem; }

@media (min-width: 640px) {
  .availability-bar .wrap { grid-template-columns: auto auto 1fr auto; gap: 12px; }
  .availability-bar .wrap > * { grid-row: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article { padding-right: 26px; border-right: 1px solid var(--sand); }
  .trust-grid article:nth-child(2n) { padding-left: 26px; padding-right: 0; border-right: 0; }
  .trust-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .empty-state { grid-template-columns: auto 1fr auto; }
  .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .field-full { grid-column: 1 / -1; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom { grid-template-columns: 1fr auto; align-items: center; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .credentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-gallery-heading { grid-template-columns: 1fr auto; }
  .home-values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .home-values-grid p { padding: 28px 24px; border-right: 1px solid var(--sand); border-bottom: 0; }
  .home-values-grid p:first-child { padding-left: 0; }
  .home-values-grid p:last-child { padding-right: 0; border-right: 0; }
  .buyer-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buyer-steps li:nth-child(odd) { padding-right: 24px; }
  .buyer-steps li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--sand); }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .content-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .current-litter-heading { grid-template-columns: 1fr auto; }
  .current-litter-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .current-litter-facts > div:nth-child(odd) { padding-right: 22px; }
  .current-litter-facts > div:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--sand); }
  .current-litter-preview { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .parent-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 820px) {
  .split-heading { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
  .about-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li { padding: 32px 26px 30px 0; }
  .process-grid li:nth-child(2n) { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.17); }
  .package-grid { grid-template-columns: .9fr 1.1fr; }
  .faq-grid { grid-template-columns: .75fr 1.25fr; }
  .faq-intro { position: sticky; top: 120px; }
  .contact-grid { grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); align-items: start; }
  .profile-hero { grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr); align-items: center; }
  .profile-image { height: 650px; }
  .litter-profile .profile-hero { grid-template-columns: 1.05fr .95fr; }
  .litter-image { border-radius: var(--radius); }
  .reservation-note { grid-template-columns: .9fr 1.25fr auto; }
  .simple-contact-grid { grid-template-columns: 1.1fr .9fr; align-items: end; }
  .content-note { grid-template-columns: minmax(310px, .95fr) minmax(0, 1.05fr); align-items: center; column-gap: clamp(24px, 4vw, 44px); }
}

@media (min-width: 1080px) {
  .header-inner { min-height: 88px; grid-template-columns: auto 1fr auto; gap: 20px; }
  .menu-toggle { display: none; }
  .primary-nav { position: static; inset: auto; display: block !important; height: auto; overflow: visible; padding: 0; background: transparent; box-shadow: none; }
  .primary-nav ul { display: flex; justify-content: center; gap: clamp(8px, 1.05vw, 17px); }
  .primary-nav li { border: 0; }
  .primary-nav a { position: relative; padding: 33px 0; font-family: var(--font-body); font-size: .7rem; font-weight: 780; letter-spacing: .045em; white-space: nowrap; }
  .primary-nav a::after { position: absolute; right: 0; bottom: 24px; left: 0; height: 2px; transform: scaleX(0); background: var(--gold); content: ""; transition: transform .2s ease; }
  .primary-nav a:hover::after, .primary-nav .current-menu-item > a::after, .primary-nav .current_page_item > a::after { transform: scaleX(1); }
  .header-contact { display: grid; padding-left: 22px; border-left: 1px solid var(--sand); color: var(--blue-dark); line-height: 1.25; text-decoration: none; }
  .header-contact span { color: var(--muted); font-size: .58rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
  .header-contact strong { font-size: .76rem; }
  .hero { min-height: min(880px, calc(100svh - 88px)); }
  .hero-simple { min-height: min(770px, calc(100svh - 88px)); }
  .hero-content { padding-bottom: 145px; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid article, .trust-grid article:nth-child(2n) { padding: 30px 24px; border-right: 1px solid var(--sand); border-bottom: 0; }
  .trust-grid article:first-child { padding-left: 0; }
  .trust-grid article:last-child { padding-right: 0; border-right: 0; }
  .kitten-grid, .cats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .current-kitten-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .current-kitten-grid .card-body h3 { min-height: 3.24em; }
  .current-kitten-grid .card-facts .profile-field:nth-child(2) { min-height: 2.7rem; }
  .home-cats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .litter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .process-grid li, .process-grid li:nth-child(2n) { min-height: 255px; padding: 34px 26px; border-left: 1px solid rgba(255,255,255,.17); }
  .process-grid li:first-child { padding-left: 0; border-left: 0; }
  .process-grid li:last-child { padding-right: 0; }
  .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1.4fr .8fr .8fr .6fr; }
}

@media (min-width: 1320px) {
  .wrap { width: min(calc(100% - 64px), var(--wrap)); }
  .header-inner { width: min(calc(100% - 48px), 1360px); }
}

@media (max-width: 420px) {
  .wrap { width: min(calc(100% - 28px), var(--wrap)); }
  .brand-copy small { display: none; }
  .status { gap: 6px; padding-inline: 9px; font-size: .62rem; letter-spacing: .04em; }
  .card-image-wrap > .status { top: 10px; right: 10px; max-width: calc(100% - 20px); line-height: 1.15; text-align: center; white-space: normal; }
  .current-litter-facts > div { grid-template-columns: 1fr; gap: 4px; }
  .legacy-gallery-disclosure > summary { padding: 16px; gap: 12px; }
  .hero-content { padding-bottom: 140px; }
  .hero h1 { font-size: 2.8rem; }
  .button-row .button { width: 100%; }
  .gallery-lightbox { padding: 8px; }
  .gallery-lightbox-figure { padding: 50px 4px 74px; }
  .gallery-lightbox-nav { top: auto; bottom: 8px; transform: none; }
  .gallery-lightbox-nav:hover { transform: scale(1.04); }
  .gallery-lightbox-prev { left: calc(50% - 56px); }
  .gallery-lightbox-next { right: calc(50% - 56px); }
  .about-collage { min-height: 430px; }
  .about-collage > img:first-child { height: 350px; }
  .about-collage > img:nth-child(2) { height: 220px; }
}

@media (max-width: 320px) {
  .header-inner { gap: 6px; }
  .brand { min-width: 0; gap: 6px; }
  .brand-mark { width: 32px; height: 32px; flex: 0 0 auto; font-size: .8rem; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { font-size: .95rem; overflow-wrap: normal; word-break: normal; }
  .menu-toggle { min-width: 42px; min-height: 42px; padding: 8px; }
  .menu-toggle > span:last-child { display: none; }
  .profile-intro h1 { font-size: 2.2rem; }
}

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

@media print {
  .site-header, .site-footer, .availability-bar, .button, .social-links { display: none !important; }
  body { background: #fff; color: #000; }
  a { color: #000; text-decoration: none; }
  .section { padding-block: 30px; }
}
