.adopt-page {
  padding-bottom: 80px;
  background: #f7f2e8;
}

.adopt-page .adopt-hero {
  padding: clamp(52px, 7vw, 96px) 0 clamp(42px, 6vw, 74px);
  background: linear-gradient(180deg, #fffaf1 0%, #f7f2e8 100%);
}

.adopt-page .adopt-hero__inner {
  max-width: 900px;
}

.adopt-page .adopt-kicker {
  margin: 0 0 14px;
  color: #9a5c26;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.adopt-page .adopt-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #29211b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.05em;
}

.adopt-page .adopt-lead {
  max-width: 730px;
  margin: 26px 0 0;
  color: #4e443a;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.58;
}

.adopt-page .adopt-hero__actions {
  margin-top: 32px;
}

.adopt-page .adopt-hero__actions .button {
  min-height: 56px;
  padding-inline: 28px;
  background: #b16b2c;
  box-shadow: 0 10px 22px rgba(177, 107, 44, .2);
}

.adopt-page .adopt-hero__actions .button:hover {
  background: #99571f;
  transform: translateY(-1px);
}

.adopt-page .adopt-info {
  padding: 8px 0 0;
}

.adopt-page .adopt-info h2 {
  max-width: 700px;
  margin: 0 0 28px;
  color: #29211b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.adopt-page .adopt-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.adopt-page .adopt-info article {
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(80, 55, 35, .1);
  border-radius: 24px;
  background: #fffdf9;
  box-shadow: 0 12px 28px rgba(80, 55, 35, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.adopt-page .adopt-info article:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(80, 55, 35, .11);
}

.adopt-page .adopt-info h3 {
  margin: 0 0 12px;
  color: #29211b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.06;
}

.adopt-page .adopt-info p {
  margin: 0;
  color: #655c54;
  line-height: 1.58;
}

@media (max-width: 900px) {
  .adopt-page .adopt-info__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .adopt-page {
    padding-bottom: 56px;
  }

  .adopt-page .adopt-hero {
    padding: 44px 0 40px;
  }

  .adopt-page .adopt-lead {
    margin-top: 20px;
    font-size: 17px;
  }

  .adopt-page .adopt-hero__actions,
  .adopt-page .adopt-hero__actions .button {
    width: 100%;
  }

  .adopt-page .adopt-info h2 {
    margin-bottom: 22px;
  }

  .adopt-page .adopt-info__grid {
    grid-template-columns: 1fr;
  }

  .adopt-page .adopt-info article {
    padding: 24px;
  }
}

/* Existing adoption-form styles stay below so /adopt/:slug keeps its layout. */
.adopt-form-page { padding: 72px 0; }
.adopt-form-page__grid { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.adopt-cat { position: sticky; top: 104px; padding: 24px; border: 1px solid rgba(54, 48, 39, .14); border-radius: 24px; background: #fffaf1; }
.adopt-cat img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 16px; background: #eee; }
.adopt-cat h1, .adopt-form-page h2 { margin: 0; color: #1d1b18; }
.adopt-cat h1 { margin-top: 8px; font-size: clamp(2rem, 4vw, 3rem); }
.adopt-cat p:last-child { line-height: 1.5; }
.adopt-form { display: grid; gap: 18px; margin-top: 24px; padding: 28px; border: 1px solid rgba(54, 48, 39, .14); border-radius: 24px; background: #fff; }
.adopt-form label { display: grid; gap: 7px; font-weight: 700; }
.adopt-form input, .adopt-form textarea { box-sizing: border-box; width: 100%; padding: 12px 14px; border: 1px solid rgba(54, 48, 39, .25); border-radius: 10px; font: inherit; }
.adopt-form textarea { min-height: 110px; resize: vertical; }
.adopt-form fieldset { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 0; padding: 0; border: 0; }
.adopt-form legend { width: 100%; margin-bottom: 4px; font-weight: 700; }
.adopt-form fieldset label, .adopt-form__consent { display: flex; align-items: flex-start; font-weight: 400; }
.adopt-form input[type=radio], .adopt-form input[type=checkbox] { width: auto; margin-top: 3px; }
.adopt-form__status { min-height: 1.5em; margin: 0; font-weight: 700; }
.adopt-form__status.is-error { color: #a22727; }
.adopt-form__status.is-success { color: #275820; }
.adopt-form .form-checkbox { display: flex; min-width: 0; max-width: 100%; align-items: flex-start; gap: 12px; margin-top: 4px; font-weight: 400; cursor: pointer; }
.adopt-form .form-checkbox input[type=checkbox] { flex: 0 0 auto; width: 18px; height: 18px; margin: 3px 0 0; padding: 0; }
.adopt-form .form-checkbox span { min-width: 0; flex: 1; line-height: 1.5; overflow-wrap: anywhere; }
.adopt-form .form-checkbox a { color: inherit; text-underline-offset: 2px; }
.adopt-thanks__card { padding: 46px; border-radius: 18px; background: #ffd600; color: #151515; text-align: center; }
.adopt-thanks__card h2 { font: clamp(2.25rem, 5vw, 3.25rem)/1.08 Georgia, serif; }
.adopt-thanks__card > p:not(.eyebrow) { max-width: 620px; margin: 22px auto 0; line-height: 1.6; }
.adopt-thanks__delivery { font-weight: 700; }
.adopt-thanks__number { font-size: .9rem; opacity: .72; }
.adopt-thanks__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.adopt-thanks__actions .button { justify-content: center; }
.adopt-thanks__card h2:focus { outline: 3px solid rgba(21, 21, 21, .45); outline-offset: 6px; }

@media (max-width: 760px) {
  .adopt-form-page { padding: 46px 0; }
  .adopt-form-page__grid { grid-template-columns: 1fr; gap: 28px; }
  .adopt-cat { position: static; }
  .adopt-form { padding: 20px; }
  .adopt-thanks__card { padding: 34px 20px; }
  .adopt-thanks__actions { flex-direction: column; }
  .adopt-thanks__actions .button { width: 100%; box-sizing: border-box; }
}
