* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.6;
}

:root {
  --silver-tabby: #c7c7c0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 18px 32px;
  background: rgba(244, 247, 250, 0.94);
  border-bottom: 1px solid #d6e0e8;
  box-shadow: 0 8px 24px rgba(37, 62, 89, 0.08);
  backdrop-filter: blur(10px);
}

.header-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer {
  position: relative;
  margin-top: 96px;
  padding: 92px 32px 28px;
  background: #1f4460;
  color: #f7fbff;
  border: none;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -72px;
  left: -6%;
  width: 112%;
  height: 120px;
  background: #1f4460;
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

.site-footer > * {
  position: relative;
  z-index: 1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 360px;
  color: #28445b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.15vw, 1.18rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.brand::before {
  content: "";
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  background: url("site-logo.svg") center / contain no-repeat;
}

.brand:hover,
.brand:focus {
  text-decoration: none;
}

.site-nav {
  margin-left: auto;
}

.menu-toggle {
  display: none;
  border: 1px solid #c4d2dd;
  border-radius: 999px;
  background: #fff;
  color: #28445b;
  font: inherit;
  font-size: 1.25rem;
  line-height: 1;
  padding: 10px 14px;
  box-shadow: 0 6px 16px rgba(37, 62, 89, 0.1);
  cursor: pointer;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.nav-list {
  justify-content: flex-end;
}

.nav-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  color: #2f3d4c;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav-list a:hover,
.nav-list a:focus {
  background: rgba(97, 127, 157, 0.12);
  color: #28445b;
  text-decoration: none;
}

.nav-list a[href="contact.html"] {
  border: 1px solid #bfd0dc;
  background: #fff;
  box-shadow: 0 6px 18px rgba(37, 62, 89, 0.08);
}

.site-footer a {
  color: rgba(247, 251, 255, 0.9);
}

.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
  gap: 42px;
}

.footer-column {
  min-width: 0;
}

.footer-brand-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.95rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.footer-brand-title::before {
  content: "";
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  background: url("site-logo.svg") center / contain no-repeat;
}

.footer-brand-subtitle {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
  color: #fff;
}

.footer-description,
.footer-contact-text,
.footer-contact-item,
.footer-nav-list a {
  font-size: 0.98rem;
  line-height: 1.8;
}

.footer-description,
.footer-contact-text,
.footer-contact-item {
  margin: 0;
  color: rgba(247, 251, 255, 0.84);
}

.footer-button {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #000;
  color: #fff !important;
  font-weight: 600;
  line-height: 1;
}

.footer-button:hover,
.footer-button:focus {
  text-decoration: none;
  background: #0b1116;
}

.footer-heading {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-contact-text {
  margin-bottom: 18px;
}

.footer-contact-item + .footer-contact-item {
  margin-top: 12px;
}

.footer-contact-item strong {
  color: #fff;
}

.footer-bottom {
  max-width: 1200px;
  margin: 36px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
  font-size: 0.92rem;
  color: rgba(247, 251, 255, 0.72);
}

main {
  min-height: 60vh;
  padding: 48px 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.home-main {
  max-width: 1240px;
  padding-top: 0;
}

.home-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  margin-bottom: 88px;
}

.home-section .section-media {
  order: 1;
}

.home-section .section-content {
  order: 2;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 640px;
}

.section-content p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.8;
  color: #2f3d4c;
}

.service-area-section {
  margin-bottom: 88px;
}

.service-area-inner {
  padding: 42px;
  border: 1px solid #d6e0e8;
  border-radius: 24px;
  background: linear-gradient(180deg, #f4f7fa 0%, #e8eef4 100%);
  box-shadow: 0 18px 42px rgba(37, 62, 89, 0.08);
}

.service-area-inner .section-title {
  max-width: 920px;
  margin-bottom: 18px;
}

.service-area-intro,
.service-area-inner p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  line-height: 1.85;
  color: #2f3d4c;
}

.service-area-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  padding: 0;
  margin: 28px 0;
}

.service-area-list li {
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #d6e0e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  line-height: 1.75;
  color: #2f3d4c;
}

.service-area-list strong {
  color: #617f9d;
}

.home-cta-section {
  margin-bottom: 88px;
}

.home-cta-inner {
  padding: 56px 42px;
  border: 1px solid #d6e0e8;
  border-radius: 28px;
  background: linear-gradient(180deg, #f4f7fa 0%, #e8eef4 100%);
  box-shadow: 0 18px 42px rgba(37, 62, 89, 0.08);
  text-align: center;
}

.home-cta-title {
  max-width: 880px;
  margin: 0 auto 22px;
}

.home-cta-intro {
  max-width: 940px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.85;
  color: #2f3d4c;
}

.home-cta-subtitle {
  margin: 40px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.5vw, 2.4rem);
  line-height: 1.35;
  font-weight: 700;
  color: #617f9d;
}

.home-cta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-cta-card {
  padding: 24px 22px;
  border: 1px solid #d6e0e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(37, 62, 89, 0.08);
  text-align: left;
}

.home-cta-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #2f3d4c;
}

.home-cta-button {
  margin-top: 34px;
  border: 1px solid #617f9d;
  padding: 15px 28px;
  border-radius: 6px;
  background: transparent;
  color: #617f9d;
  box-shadow: none;
}

.home-cta-button:hover,
.home-cta-button:focus {
  background: rgba(97, 127, 157, 0.08);
  text-decoration: none;
}

.available-main {
  max-width: 1240px;
}

.available-kittens-section {
  margin-bottom: 88px;
}

.available-kittens-header {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.available-kittens-intro {
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #2f3d4c;
}

.available-copy-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.available-copy-section-inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.available-copy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.contact-info-card,
.contact-form {
  min-width: 0;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid #d6e0e8;
  background: #fff;
}

.contact-method-list {
  margin: 0;
}

.contact-card-title {
  margin: 0;
  font-size: 1.2rem;
  color: #102033;
}

.contact-card-intro {
  margin: 8px 0 16px;
  color: #5a6f81;
  line-height: 1.7;
}

.contact-method-list li,
.contact-method-list a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.96rem;
  font-weight: 600;
  color: #28445b;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #c7d5e2;
  border-radius: 14px;
  background: #f8fbfd;
  font: inherit;
  color: #2f3d4c;
}

.contact-field textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #617f9d;
  box-shadow: 0 0 0 3px rgba(97, 127, 157, 0.12);
}

.contact-form-note {
  margin: 0;
  font-size: 0.96rem;
  color: #5a6f81;
}

.contact-success-message {
  padding: 14px 16px;
  border: 1px solid var(--ink);
  border-radius: 18px;
  background: #f7f7f7;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.6;
}

.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-submit {
  cursor: pointer;
}

.faq-item {
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(97, 127, 157, 0.18);
}

.faq-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.faq-question {
  position: relative;
  display: block;
  margin: 0;
  padding-right: 42px;
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.4;
  font-weight: 700;
  color: #28445b;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.75rem;
  line-height: 1;
  color: #617f9d;
}

.faq-item[open] .faq-question::after {
  content: "−";
}

.faq-answer {
  display: grid;
  gap: 12px;
  padding-top: 16px;
}

.faq-answer p {
  margin: 0;
}

.available-copy-block .section-title {
  margin-bottom: 0;
}

.available-copy-block .available-feature-list,
.available-copy-block .available-steps-list,
.available-copy-block .service-area-list {
  margin: 6px 0 10px;
}

.available-kittens-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.available-kitten-profile {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  overflow: hidden;
  border: 1px solid #d6e0e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(37, 62, 89, 0.08);
}

.available-kitten-profile-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 34px;
}

.available-kitten-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.available-kitten-profile h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.3vw, 2.8rem);
  line-height: 1.15;
  color: #1f3347;
}

.available-kitten-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.available-kitten-status.is-available {
  background: #e6f7ec;
  color: #1f8a4c;
}

.available-kitten-status.is-sold {
  background: #fde8ea;
  color: #cf334d;
}

.available-kitten-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
}

.available-kitten-details p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #2f3d4c;
}

.available-kitten-details strong {
  color: #1f3347;
}

.available-kitten-pricing {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.28rem;
  font-weight: 700;
  line-height: 1.4;
  color: #b3302c;
}

.available-kitten-personality {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.available-kitten-personality-title,
.available-kitten-about-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1f3347;
}

.available-kitten-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.available-kitten-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #efe3ff;
  color: #7a4bb0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1;
}

.available-kitten-about {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.available-kitten-about p:last-child {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.85;
  color: #2f3d4c;
}

.available-kitten-photo-panel {
  min-height: 100%;
  border-left: 1px solid #d6e0e8;
  background: linear-gradient(180deg, #f1f5f8 0%, #e4ebf1 100%);
}

.available-kitten-photo {
  min-height: 100%;
  height: 100%;
  min-height: 460px;
  position: relative;
  background: linear-gradient(135deg, #edf2f6 0%, #d7e0e8 100%);
}

.available-kitten-photo::after {
  content: "Add kitten photo";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c7f90;
}

.available-feature-list,
.available-steps-list {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.8;
  color: #2f3d4c;
}

.available-button {
  border: 1px solid #617f9d;
  border-radius: 999px;
  padding: 14px 24px;
  background: transparent;
  color: #617f9d;
  font-weight: 600;
}

.available-button:hover,
.available-button:focus {
  background: rgba(97, 127, 157, 0.08);
  text-decoration: none;
}

@media (max-width: 960px) {
  .available-kitten-profile {
    grid-template-columns: 1fr;
  }

  .available-kitten-photo-panel {
    border-left: 0;
    border-top: 1px solid #d6e0e8;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.hero-block {
  position: relative;
  min-height: 620px;
  margin: 0 calc(50% - 50vw) 72px;
  padding: 120px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #748596 0%, #95a5b3 100%);
  text-align: center;
}

.hero-overlay {
  width: min(100%, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.hero-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.9rem, 5vw, 4.25rem);
  line-height: 1.12;
  font-weight: 700;
  color: #fff;
}

.hero-text {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.9;
  color: #fff;
}

.section-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.35;
  font-weight: 700;
  color: #617f9d;
}

.button-link {
  display: inline-block;
  width: fit-content;
  border: 1px solid #000;
  padding: 13px 20px;
  background: #fff;
}

.hero-button {
  border: 0;
  padding: 15px 28px;
  border-radius: 6px;
  background: #6f91b2;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hero-button:hover,
.hero-button:focus {
  background: #5f83a5;
  text-decoration: none;
}

.section-media {
  width: 100%;
}

.section-media-card {
  padding: 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, #e8eef4 0%, #dfe8f0 100%);
  box-shadow: 0 20px 44px rgba(37, 62, 89, 0.14);
}

.section-photo {
  display: block;
  width: 100%;
  min-height: 320px;
  aspect-ratio: 1 / 0.86;
  position: relative;
  border-radius: 12px;
  border: 1px dashed #93a5b5;
  background: linear-gradient(135deg, #edf2f6 0%, #d7e0e8 100%);
}

.section-photo::after {
  content: "Add your image";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6c7f90;
}

.page-title {
  margin: 0;
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 400;
}

.blog-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.blog-hero-copy,
.blog-hero-panel,
.blog-nickname-box,
.blog-bottom-copy {
  padding: 34px;
  border: 1px solid #d6e0e8;
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
  box-shadow: 0 18px 38px rgba(37, 62, 89, 0.08);
}

.blog-eyebrow {
  margin: 0 0 14px;
  color: #617f9d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-hero-text,
.blog-hero-list,
.blog-nickname-box p,
.blog-bottom-copy p,
.blog-card-excerpt,
.blog-article-content p,
.blog-article-content li {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.9;
  color: #31485d;
}

.blog-hero-panel {
  background: linear-gradient(180deg, #edf3f8 0%, #e1ebf3 100%);
}

.blog-hero-panel-title {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #28445b;
}

.blog-hero-list {
  padding-left: 20px;
}

.blog-hero-list li + li,
.blog-article-content li + li {
  margin-top: 10px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-bottom-copy-section {
  margin-top: -4px;
}

.blog-bottom-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blog-bottom-copy .section-title {
  margin-bottom: 6px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e7e9f2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(37, 62, 89, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(37, 62, 89, 0.14);
}

.blog-card-media {
  display: block;
  line-height: 0;
}

.blog-card-image {
  position: relative;
  min-height: 230px;
  background-color: #d7e0e8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.blog-card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04), rgba(17, 24, 39, 0.12));
}

.blog-card-image-grooming {
  background-image: url("https://images.unsplash.com/photo-1511044568932-338cba0ad803?auto=format&fit=crop&w=900&q=80");
}

.blog-card-image-adoption {
  background-image: url("https://images.unsplash.com/photo-1574158622682-e40e69881006?auto=format&fit=crop&w=900&q=80");
}

.blog-card-image-companions {
  background-image: url("https://images.unsplash.com/photo-1519052537078-e6302a4968d4?auto=format&fit=crop&w=900&q=80");
}

.blog-card-image-allergy {
  background-image: url("https://images.unsplash.com/photo-1495360010541-f48722b34f7d?auto=format&fit=crop&w=900&q=80");
}

.blog-article-image {
  position: relative;
  min-height: 280px;
  background: linear-gradient(135deg, #d7e0e8 0%, #eff4f8 100%);
  overflow: hidden;
}

.blog-article-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.7), transparent 42%), linear-gradient(180deg, rgba(31, 68, 96, 0.1), rgba(31, 68, 96, 0.04));
}

.blog-article-image::after {
  content: attr(data-label);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  padding: 12px 16px;
  border: 1px dashed #7f95a9;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #4d6478;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 26px 26px 28px;
}

.blog-card-meta,
.blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #6d8092;
  font-size: 0.95rem;
}

.blog-card-title,
.blog-article-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  font-weight: 700;
  color: #263849;
}

.blog-card-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.7rem, 1.8vw, 2.2rem);
  line-height: 1.35;
  color: #111827;
}

.blog-card-title a,
.blog-card-link,
.blog-back-link {
  color: #263849;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-card-excerpt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #667085;
}

.blog-card-link,
.blog-back-link {
  width: fit-content;
  margin-top: auto;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
}

.blog-card-link {
  color: #9b87f5;
}

.blog-card-link:hover,
.blog-card-title a:hover {
  color: #7c6ae6;
}

.blog-nickname-section {
  margin-top: -8px;
}

.blog-article {
  width: min(100%, 920px);
  margin: 0 auto;
}

.blog-back-link {
  display: inline-flex;
  margin-bottom: 18px;
}

.blog-article-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.blog-article-kicker {
  margin: 0;
  color: #617f9d;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-article-intro {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.9;
  color: #395064;
}

.blog-article-image {
  min-height: 360px;
  margin: 0 0 30px;
  border-radius: 22px;
  border: 1px solid #d5dfe7;
  box-shadow: 0 18px 38px rgba(37, 62, 89, 0.08);
}

.blog-article-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.blog-article-content h2,
.blog-article-content h3 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.3;
  color: #28445b;
}

.blog-article-content h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
}

.blog-article-content h3 {
  font-size: 1.3rem;
}

.blog-article-content ul,
.blog-article-content ol {
  margin: 0;
  padding-left: 24px;
}

.blog-callout {
  padding: 24px 26px;
  border-left: 4px solid #6f91b2;
  border-radius: 16px;
  background: #f4f8fb;
}

@media (max-width: 1120px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .blog-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }

  .brand {
    max-width: calc(100% - 84px);
    gap: 10px;
    font-size: 0.9rem;
  }

  .brand::before {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    padding: 12px;
    border: 1px solid #d6e0e8;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 30px rgba(37, 62, 89, 0.1);
  }

  .site-nav.is-open {
    display: block;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding-top: 0;
  }

  .nav-list a {
    width: 100%;
    justify-content: center;
  }

  .site-footer {
    margin-top: 72px;
    padding-top: 78px;
  }

  .site-footer::before {
    top: -46px;
    height: 84px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand-title {
    gap: 12px;
    font-size: 1.55rem;
  }

  .footer-brand-title::before {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .footer-bottom {
    margin-top: 28px;
    text-align: left;
  }

  .home-section,
  .home-section.reverse {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
  }

  .service-area-section {
    margin-bottom: 48px;
  }

  .service-area-inner {
    padding: 28px 22px;
    border-radius: 18px;
  }

  .service-area-list {
    grid-template-columns: 1fr;
  }

  .blog-main {
    gap: 28px;
  }

  .blog-hero-copy,
  .blog-hero-panel,
  .blog-nickname-box,
  .blog-bottom-copy {
    padding: 24px 22px;
    border-radius: 18px;
  }

  .blog-card-body {
    padding: 22px 22px 26px;
  }

  .blog-card-image {
    min-height: 220px;
  }

  .blog-article-title,
  .blog-card-title {
    font-size: 1.9rem;
  }

  .blog-article-intro,
  .blog-hero-text,
  .blog-hero-list,
  .blog-nickname-box p,
  .blog-bottom-copy p,
  .blog-card-excerpt,
  .blog-article-content p,
  .blog-article-content li {
    font-size: 1rem;
  }

  .blog-article-image {
    min-height: 240px;
    border-radius: 18px;
  }

  .available-kittens-section {
    margin-bottom: 48px;
  }

  .available-kittens-grid {
    gap: 24px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .available-kitten-profile-copy {
    padding: 24px 22px;
  }

  .available-kitten-photo {
    min-height: 300px;
  }

  .home-cta-inner {
    padding: 42px 24px;
  }

  .home-cta-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero-block {
    min-height: 500px;
    margin-bottom: 48px;
    padding: 96px 20px;
  }

  .hero-title {
    font-size: 2.35rem;
  }

  .hero-text {
    font-size: 1rem;
    line-height: 1.75;
  }

  .section-title,
  .page-title {
    font-size: 1.7rem;
  }

  .section-content p {
    font-size: 1.02rem;
  }

  .service-area-intro,
  .service-area-inner p,
  .service-area-list li,
  .home-cta-intro,
  .home-cta-card p,
  .available-kittens-intro,
  .available-feature-list,
  .available-steps-list {
    font-size: 1rem;
  }

  .available-kitten-about p:last-child,
  .available-kitten-details p {
    font-size: 1rem;
  }

  .available-kitten-details {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-photo {
    aspect-ratio: 1 / 1;
  }

  .page-title {
    font-size: 2.2rem;
  }
}

:root {
  --ink: #0b0b0b;
  --paper: #ffffff;
  --line: #dedede;
  --muted: #5f5f5f;
  --panel: #f7f7f7;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  background: var(--paper);
  color: var(--ink);
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(14px);
}

.brand,
.nav-list a,
.menu-toggle {
  color: var(--ink);
}

.nav-list a:hover,
.nav-list a:focus {
  background: var(--ink);
  color: #fff;
}

.nav-list a[href="contact.html"] {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
  box-shadow: none;
}

.menu-toggle {
  border-color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.site-footer,
.site-footer::before {
  background: #050505;
}

.site-footer {
  margin-top: 72px;
  padding: 72px 32px 24px;
}

.footer-button {
  border: 1px solid #fff;
  background: #fff;
  color: var(--ink) !important;
}

.footer-button:hover,
.footer-button:focus {
  background: transparent;
  color: #fff !important;
}

main {
  max-width: 1240px;
  padding: 40px 32px 0;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
  padding: 48px 0 28px;
}

.eyebrow,
.section-kicker,
.process-step {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-hero-title {
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 4.75rem);
  line-height: 1.02;
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.home-hero-copy,
.section-lead,
.proof-card p,
.offer-card p,
.process-card p,
.kitten-card p,
.parent-card p,
.faq-answer,
.blog-hero-text,
.blog-card-excerpt,
.blog-article-content p {
  color: #3d3d3d;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.button-link,
.available-button {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 14px 22px;
  background: #fff;
  color: var(--ink);
  font-weight: 600;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.button-link:hover,
.button-link:focus,
.available-button:hover,
.available-button:focus {
  background: var(--ink);
  color: #fff;
  text-decoration: none;
}

.button-link-solid {
  background: var(--ink);
  color: #fff;
}

.button-link-solid:hover,
.button-link-solid:focus {
  background: #fff;
  color: var(--ink);
}

.hero-proof-list,
.feature-chip-list {
  list-style: none;
  padding: 0;
}

.hero-proof-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
}

.hero-proof-list li {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.hero-visual-grid,
.proof-strip,
.offer-grid,
.process-grid,
.kitten-grid,
.parent-grid,
.blog-grid {
  display: grid;
  gap: 20px;
}

.hero-visual-grid {
  grid-template-columns: 1fr;
}

.kitten-grid,
.parent-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-strip,
.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-placeholder,
.kitten-image-placeholder,
.blog-article-image {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--ink);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff 0%, #f3f3f3 100%);
  color: #666;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.image-placeholder.has-image,
.kitten-image-placeholder.has-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: #f5f5f5;
}

.image-placeholder.has-image img,
.kitten-image-placeholder.has-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.image-placeholder-large {
  min-height: 420px;
}

.proof-card,
.offer-card,
.process-card,
.kitten-card,
.parent-card,
.available-copy-block,
.blog-hero,
.blog-card,
.blog-article,
.faq-item,
.contact-info-card,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.04);
}

.proof-card,
.offer-card,
.process-card,
.kitten-card,
.parent-card,
.blog-card,
.blog-article,
.available-copy-block {
  padding: 28px;
}

.proof-card h2,
.offer-card h3,
.process-card h3,
.kitten-card h3,
.parent-card h2,
.blog-card-title {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.2;
}

.service-area-section {
  padding: 32px 0;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.status-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 12px;
}

.status-pill {
  display: inline-flex;
  margin: 18px 0 12px;
  padding: 7px 12px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-pill-group .status-pill {
  margin: 0;
}

.age-pill {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}

.feature-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 18px;
}

.feature-chip-list li {
  padding: 8px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  color: #444;
  font-size: 0.85rem;
}

.cta-panel {
  padding: 36px;
  border: 1px solid var(--ink);
  border-radius: 30px;
  background: #0a0a0a;
  color: #fff;
  box-shadow: none;
}

.cta-panel .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.cta-panel .section-title,
.cta-panel .section-lead {
  color: #fff;
}

.cta-panel .button-link {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.cta-panel .button-link-solid,
.cta-panel .button-link:hover,
.cta-panel .button-link:focus {
  background: #fff;
  color: var(--ink);
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  padding: 32px;
}

.blog-hero-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
}

.blog-card {
  overflow: hidden;
  padding: 0;
}

.blog-card-body {
  padding: 24px;
}

.blog-card-media,
.blog-card-image {
  background: linear-gradient(135deg, #fff 0%, #f2f2f2 100%);
}

.blog-card-link,
.blog-back-link,
.offer-card a,
.kitten-card a {
  font-weight: 600;
}

.faq-item {
  padding: 0 24px;
  margin-bottom: 16px;
}

.faq-question {
  padding: 20px 0;
  font-weight: 700;
}

.faq-answer {
  padding: 0 0 20px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  border: 1px solid #cfcfcf;
  border-radius: 18px;
  padding: 14px 16px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

@media (max-width: 980px) {
  .home-hero,
  .blog-hero,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip,
  .process-grid,
  .kitten-grid,
  .parent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  main,
  .site-header,
  .site-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-visual-grid,
  .proof-strip,
  .offer-grid,
  .process-grid,
  .kitten-grid,
  .parent-grid,
  .blog-hero {
    grid-template-columns: 1fr;
  }

  .image-placeholder-large,
  .kitten-image-placeholder,
  .blog-article-image {
    min-height: 220px;
  }

  .proof-card,
  .offer-card,
  .process-card,
  .kitten-card,
  .parent-card,
  .available-copy-block,
  .blog-hero,
  .blog-card-body,
  .blog-article,
  .contact-info-card,
  .contact-form,
  .cta-panel {
    padding: 22px;
  }
}