/*
 * 宠物领养案例专属视觉层
 * 基于 catalog-detail.css 的全站导航、按钮、交互与页脚扩展。
 */

.pet-adoption-page[data-theme="booking"] {
  --pet-green: #245644;
  --pet-green-deep: #143e32;
  --pet-green-soft: #5f816f;
  --pet-orange: #e8753e;
  --pet-orange-deep: #c9572b;
  --pet-apricot: #f3b37f;
  --pet-cream: #fff7ea;
  --pet-paper: #fffdfa;
  --pet-sage: #edf3ec;
  --pet-ink: #26322d;
  --pet-muted: #6b766f;
  --pet-line: #dbe2d9;
  --primary: var(--pet-orange);
  --primary-dark: var(--pet-green);
  --accent: var(--pet-apricot);
  --ink: var(--pet-ink);
  --ink-soft: #44564d;
  --muted: var(--pet-muted);
  --line: var(--pet-line);
  --page: var(--pet-sage);
  --surface: var(--pet-paper);
  color: var(--pet-ink);
  background: var(--pet-paper);
}

.pet-adoption-page .site-header {
  border-bottom-color: rgba(36, 86, 68, .12);
  background: rgba(255, 253, 250, .96);
}

.pet-adoption-page .brand img {
  box-shadow: 0 8px 20px rgba(36, 86, 68, .15);
}

.pet-adoption-page .nav-links {
  border-color: rgba(36, 86, 68, .13);
  background: #f3f5ef;
}

.pet-adoption-page .nav-links a:hover,
.pet-adoption-page .nav-links a.active {
  color: var(--pet-green);
  background: #fffdfa;
}

.pet-adoption-page .nav-back {
  color: var(--pet-green);
  border-color: rgba(36, 86, 68, .18);
  background: #fffdfa;
}

.pet-adoption-page .nav-cta {
  background: var(--pet-green);
  box-shadow: 0 8px 20px rgba(36, 86, 68, .2);
}

.pet-adoption-page .anchor-band {
  border-bottom-color: rgba(36, 86, 68, .12);
  background: rgba(237, 243, 236, .94);
}

.pet-adoption-page .anchor-scroll {
  border-color: rgba(36, 86, 68, .12);
  background: rgba(255, 253, 250, .97);
}

.pet-adoption-page .anchor-scroll a:hover,
.pet-adoption-page .anchor-scroll a.active {
  background: var(--pet-green);
}

.pet-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0 72px;
  background:
    radial-gradient(circle at 15% 10%, rgba(243, 179, 127, .2), transparent 27%),
    radial-gradient(circle at 88% 80%, rgba(232, 117, 62, .2), transparent 31%),
    linear-gradient(128deg, #153f33 0%, #245644 56%, #376a52 100%);
}

.pet-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .22;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .23) 1px, transparent 1.2px),
    linear-gradient(115deg, transparent 45%, rgba(255, 255, 255, .05) 45%, rgba(255, 255, 255, .05) 46%, transparent 46%);
  background-size: 34px 34px, 180px 180px;
  mask-image: linear-gradient(90deg, #000, rgba(0, 0, 0, .15));
  content: "";
}

.pet-hero::after {
  position: absolute;
  z-index: -1;
  right: -170px;
  bottom: -250px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 49% 51% 45% 55%;
  box-shadow:
    0 0 0 54px rgba(255, 255, 255, .025),
    0 0 0 112px rgba(255, 255, 255, .015);
  transform: rotate(18deg);
  content: "";
}

.pet-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 54px;
}

.pet-hero__content {
  min-width: 0;
}

.pet-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 6px 8px 6px 12px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.pet-hero__label span {
  color: #ffd2ad;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .12em;
}

.pet-hero__label em {
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--pet-orange);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.pet-hero .eyebrow {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .62);
  letter-spacing: .055em;
}

.pet-hero h1 {
  color: #fff;
  font-size: clamp(44px, 4.5vw, 68px);
  letter-spacing: -.065em;
}

.pet-hero__claim {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.95vw, 28px);
  font-weight: 850;
  line-height: 1.42;
  letter-spacing: -.025em;
}

.pet-hero .hero-lead {
  max-width: 680px;
  margin-top: 14px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.9;
}

.pet-hero .button-primary {
  color: var(--pet-green-deep);
  background: var(--pet-cream);
}

.pet-hero .button-secondary {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
}

.pet-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
  background: rgba(8, 43, 33, .4);
}

.pet-hero__facts article {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  padding: 15px 12px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.pet-hero__facts article:last-child {
  border-right: 0;
}

.pet-hero__facts article > span {
  color: #ffc696;
  font-size: 10px;
  font-weight: 950;
}

.pet-hero__facts strong,
.pet-hero__facts small {
  display: block;
}

.pet-hero__facts strong {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.pet-hero__facts small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  line-height: 1.45;
}

.pet-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(36, 86, 68, .14);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(38, 50, 45, .13);
}

.pet-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 17px;
}

.pet-media figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 7px 5px;
}

.pet-media figcaption strong {
  color: var(--pet-ink);
  font-size: 13px;
  white-space: nowrap;
}

.pet-media figcaption span {
  color: var(--pet-muted);
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
}

.pet-hero__visual {
  width: 100%;
  padding: 11px;
  border-color: rgba(255, 255, 255, .19);
  border-radius: 30px;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .3);
}

.pet-hero__visual img {
  border-radius: 21px;
}

.pet-hero__visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 13px;
  background: rgba(20, 62, 50, .88);
  backdrop-filter: blur(14px);
}

.pet-hero__visual figcaption span {
  color: #ffd2ad;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .035em;
  text-align: left;
}

.pet-hero__visual figcaption strong {
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.pet-section {
  padding: 92px 0;
  scroll-margin-top: 130px;
}

.pet-section--cream {
  background:
    radial-gradient(circle at 90% 6%, rgba(232, 117, 62, .08), transparent 25%),
    var(--pet-cream);
}

.pet-section--sage {
  background:
    radial-gradient(circle at 9% 92%, rgba(243, 179, 127, .1), transparent 26%),
    linear-gradient(180deg, #f1f5ee, #e8efe7);
}

.pet-section--paper {
  background: var(--pet-paper);
}

.pet-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 500px);
  align-items: end;
  gap: 48px;
  margin-bottom: 36px;
}

.pet-heading > div {
  min-width: 0;
}

.pet-heading h2 {
  margin: 0;
  color: var(--pet-ink);
  font-size: clamp(34px, 3.45vw, 50px);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.pet-heading > p {
  margin: 0;
  color: var(--pet-muted);
  font-size: 14px;
  line-height: 1.85;
  text-align: right;
}

.pet-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--pet-orange-deep);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .09em;
}

.roles-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: start;
  gap: 24px;
}

.roles-media {
  align-self: start;
}

.roles-media img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.role-stack {
  display: grid;
  gap: 14px;
}

.role-panel {
  position: relative;
  overflow: hidden;
  padding: 22px 24px;
  border: 1px solid rgba(36, 86, 68, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 14px 38px rgba(38, 50, 45, .07);
}

.role-panel::after {
  position: absolute;
  right: -34px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  border-radius: 48% 52% 43% 57%;
  background: rgba(36, 86, 68, .05);
  transform: rotate(20deg);
  content: "";
}

.role-panel--orange {
  border-color: rgba(232, 117, 62, .2);
  background: #fffaf3;
}

.role-panel--orange::after {
  background: rgba(232, 117, 62, .08);
}

.role-panel--green {
  color: #fff;
  border-color: var(--pet-green);
  background: linear-gradient(145deg, var(--pet-green-deep), var(--pet-green));
  box-shadow: 0 18px 44px rgba(36, 86, 68, .2);
}

.role-panel > span {
  color: var(--pet-orange-deep);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
}

.role-panel--green > span {
  color: #ffc89c;
}

.role-panel h3 {
  margin: 9px 0 0;
  font-size: 23px;
}

.role-panel p {
  margin: 9px 0 0;
  color: var(--pet-muted);
  font-size: 12px;
  line-height: 1.75;
}

.role-panel--green p {
  color: rgba(255, 255, 255, .65);
}

.role-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.role-panel li {
  padding: 5px 8px;
  border-radius: 7px;
  color: var(--pet-green);
  background: rgba(36, 86, 68, .07);
  font-size: 9px;
  font-weight: 850;
}

.role-panel--green li {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(380px, .83fr) minmax(0, 1.17fr);
  align-items: center;
  gap: 30px;
}

.profile-copy {
  min-width: 0;
  padding: 34px;
  border: 1px solid rgba(36, 86, 68, .14);
  border-radius: 24px;
  background: rgba(255, 253, 250, .9);
  box-shadow: 0 20px 54px rgba(38, 50, 45, .09);
}

.profile-copy__tag {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--pet-orange-deep);
  background: rgba(232, 117, 62, .1);
  font-size: 10px;
  font-weight: 900;
}

.profile-copy h3 {
  margin: 16px 0 0;
  font-size: clamp(24px, 2.25vw, 32px);
  line-height: 1.3;
  letter-spacing: -.035em;
}

.profile-copy > p {
  margin: 15px 0 0;
  color: var(--pet-muted);
  font-size: 13px;
  line-height: 1.85;
}

.profile-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.profile-fields article {
  padding: 15px;
  border: 1px solid rgba(36, 86, 68, .11);
  border-radius: 15px;
  background: #fff;
}

.profile-fields span,
.profile-fields strong,
.profile-fields small {
  display: block;
}

.profile-fields span {
  color: var(--pet-orange-deep);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
}

.profile-fields strong {
  margin-top: 7px;
  font-size: 13px;
}

.profile-fields small {
  margin-top: 5px;
  color: var(--pet-muted);
  font-size: 9px;
  line-height: 1.55;
}

.devices-media {
  border-color: rgba(36, 86, 68, .18);
}

.health-board {
  display: grid;
  grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr);
  gap: 24px 36px;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(36, 86, 68, .13);
  border-radius: 22px;
  background: var(--pet-green-deep);
  box-shadow: 0 20px 54px rgba(36, 86, 68, .18);
}

.health-board__title span {
  color: #ffc89c;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
}

.health-board__title h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 24px;
}

.health-board__title p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  line-height: 1.75;
}

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

.health-status article {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 15px;
  background: rgba(255, 255, 255, .065);
}

.health-status i {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .07);
}

.health-status .is-done {
  background: #8fd2ac;
}

.health-status .is-pending {
  background: #ffc078;
}

.health-status .is-note {
  background: #f38a68;
}

.health-status strong,
.health-status span {
  display: block;
}

.health-status strong {
  color: #fff;
  font-size: 12px;
}

.health-status span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .52);
  font-size: 9px;
  line-height: 1.55;
}

.health-disclaimer {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 19px;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
  line-height: 1.7;
}

.health-disclaimer strong {
  color: #ffd0ab;
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
  gap: 18px;
}

.review-process {
  overflow: hidden;
  border: 1px solid rgba(36, 86, 68, .14);
  border-radius: 23px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 117, 62, .2), transparent 30%),
    linear-gradient(145deg, var(--pet-green-deep), var(--pet-green));
  box-shadow: 0 22px 58px rgba(36, 86, 68, .2);
}

.review-process__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.review-process__head span {
  color: #ffc89c;
  font-size: 10px;
  font-weight: 950;
}

.review-process__head strong {
  font-size: 11px;
  white-space: nowrap;
}

.review-process ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.review-process li {
  display: flex;
  gap: 13px;
  min-height: 154px;
  padding: 27px 22px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.review-process li:nth-child(2n) {
  border-right: 0;
}

.review-process li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.review-process li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  color: var(--pet-green-deep);
  background: #ffc28e;
  font-size: 9px;
  font-weight: 950;
}

.review-process strong,
.review-process small {
  display: block;
}

.review-process li strong {
  padding-top: 5px;
  font-size: 14px;
}

.review-process li small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
  line-height: 1.6;
}

.review-cards {
  display: grid;
  gap: 11px;
}

.review-card {
  padding: 20px 22px;
  border: 1px solid rgba(36, 86, 68, .13);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(38, 50, 45, .07);
}

.review-card--warm {
  border-color: rgba(232, 117, 62, .24);
  background: #fff8ef;
}

.review-card > span {
  color: var(--pet-orange-deep);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .1em;
}

.review-card h3 {
  margin: 7px 0 0;
  font-size: 18px;
}

.review-card p {
  margin: 7px 0 0;
  color: var(--pet-muted);
  font-size: 10px;
  line-height: 1.65;
}

.review-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 11px;
}

.review-card i {
  padding: 5px 7px;
  border-radius: 7px;
  color: var(--pet-green);
  background: rgba(36, 86, 68, .07);
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
}

.review-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(232, 117, 62, .2);
  border-radius: 16px;
  background: #fff8ef;
}

.review-note strong {
  flex: 0 0 auto;
  color: var(--pet-orange-deep);
  font-size: 12px;
  white-space: nowrap;
}

.review-note span {
  color: var(--pet-muted);
  font-size: 10px;
  line-height: 1.65;
}

.pet-meeting {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 88%, rgba(232, 117, 62, .2), transparent 27%),
    radial-gradient(circle at 94% 12%, rgba(243, 179, 127, .14), transparent 25%),
    linear-gradient(135deg, #143e32, #245644 62%, #2f654e);
}

.pet-meeting::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .16;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .35) 1px, transparent 1.2px);
  background-size: 38px 38px;
  content: "";
}

.pet-heading--light h2 {
  color: #fff;
}

.pet-heading--light > p {
  color: rgba(255, 255, 255, .6);
}

.pet-heading--light .pet-kicker {
  color: #ffc89c;
}

.meeting-layout {
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 30px;
}

.meeting-media {
  border-color: rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .24);
}

.meeting-media figcaption strong {
  color: #fff;
}

.meeting-media figcaption span {
  color: rgba(255, 255, 255, .55);
}

.meeting-copy {
  min-width: 0;
  padding: 12px 0 12px 4px;
}

.meeting-copy__tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffd2ad;
  background: rgba(232, 117, 62, .18);
  font-size: 9px;
  font-weight: 900;
}

.meeting-copy h3 {
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(27px, 2.8vw, 39px);
  line-height: 1.25;
  letter-spacing: -.045em;
}

.meeting-copy > p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 1.85;
}

.meeting-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.meeting-highlights article {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 15px;
  background: rgba(255, 255, 255, .065);
}

.meeting-highlights strong,
.meeting-highlights span {
  display: block;
}

.meeting-highlights strong {
  color: #fff;
  font-size: 12px;
}

.meeting-highlights span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .48);
  font-size: 9px;
  line-height: 1.55;
}

.meeting-copy .meeting-note {
  padding-left: 12px;
  border-left: 2px solid var(--pet-orange);
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
}

.meeting-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 26px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(8, 42, 32, .38);
  list-style: none;
}

.meeting-flow li {
  position: relative;
  min-width: 0;
  padding: 18px 15px;
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.meeting-flow li:last-child {
  border-right: 0;
}

.meeting-flow li::after {
  position: absolute;
  top: 27px;
  right: -4px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc28e;
  content: "";
}

.meeting-flow li:last-child::after {
  display: none;
}

.meeting-flow span,
.meeting-flow strong,
.meeting-flow small {
  display: block;
}

.meeting-flow span {
  color: #ffc28e;
  font-size: 8px;
  font-weight: 950;
}

.meeting-flow strong {
  margin-top: 8px;
  color: #fff;
  font-size: 11px;
}

.meeting-flow small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .4);
  font-size: 8px;
}

.followup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: 24px;
}

.followup-timeline {
  display: grid;
  gap: 12px;
}

.followup-timeline article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 21px 22px;
  border: 1px solid rgba(36, 86, 68, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 34px rgba(38, 50, 45, .065);
}

.followup-timeline article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, var(--pet-orange), var(--pet-apricot));
  font-size: 10px;
  font-weight: 950;
}

.followup-timeline em {
  color: var(--pet-orange-deep);
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: .08em;
}

.followup-timeline h3 {
  margin: 5px 0 0;
  font-size: 18px;
}

.followup-timeline p {
  margin: 7px 0 0;
  color: var(--pet-muted);
  font-size: 11px;
  line-height: 1.7;
}

.followup-toolkit {
  padding: 30px;
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 90% 8%, rgba(232, 117, 62, .22), transparent 26%),
    linear-gradient(145deg, var(--pet-green-deep), var(--pet-green));
  box-shadow: 0 20px 54px rgba(36, 86, 68, .18);
}

.followup-toolkit__eyebrow {
  color: #ffc89c;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .09em;
}

.followup-toolkit h3 {
  margin: 12px 0 0;
  font-size: clamp(22px, 2.25vw, 31px);
  line-height: 1.32;
  letter-spacing: -.035em;
}

.followup-toolkit > p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.75;
}

.followup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 20px;
}

.followup-grid article {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
}

.followup-grid strong,
.followup-grid span {
  display: block;
}

.followup-grid strong {
  color: #fff;
  font-size: 11px;
}

.followup-grid span {
  margin-top: 5px;
  color: rgba(255, 255, 255, .45);
  font-size: 8px;
}

.dashboard-media {
  position: relative;
  padding: 12px;
  border-radius: 26px;
}

.demo-label {
  position: absolute;
  z-index: 3;
  top: 25px;
  left: 25px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(20, 62, 50, .82);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

.dashboard-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.dashboard-cards article {
  padding: 21px;
  border: 1px solid rgba(36, 86, 68, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 32px rgba(38, 50, 45, .06);
}

.dashboard-cards span {
  color: var(--pet-orange-deep);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .09em;
}

.dashboard-cards h3 {
  margin: 9px 0 0;
  font-size: 17px;
}

.dashboard-cards p {
  margin: 8px 0 0;
  color: var(--pet-muted);
  font-size: 10px;
  line-height: 1.65;
}

.demo-disclaimer {
  margin: 13px 0 0;
  color: var(--pet-muted);
  font-size: 9px;
  line-height: 1.6;
  text-align: right;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.plan-card {
  position: relative;
  min-width: 0;
  padding: 24px;
  border: 1px solid rgba(36, 86, 68, .14);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(38, 50, 45, .07);
}

.plan-card--featured {
  color: #fff;
  border-color: var(--pet-green);
  background: linear-gradient(145deg, var(--pet-green-deep), var(--pet-green));
  box-shadow: 0 22px 52px rgba(36, 86, 68, .22);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--pet-green-deep);
  background: #ffc28e;
  font-size: 8px;
  font-weight: 950;
}

.plan-card em {
  display: inline-block;
  margin-bottom: 17px;
  color: var(--pet-orange-deep);
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
}

.plan-card--featured em {
  color: #ffc89c;
}

.plan-card h3 {
  margin: 0;
  font-size: 21px;
}

.plan-card p {
  min-height: 64px;
  margin: 10px 0 0;
  color: var(--pet-muted);
  font-size: 11px;
  line-height: 1.75;
}

.plan-card--featured p {
  color: rgba(255, 255, 255, .6);
}

.plan-card ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 17px 0 0;
  border-top: 1px solid rgba(36, 86, 68, .13);
  list-style: none;
}

.plan-card--featured ul {
  border-top-color: rgba(255, 255, 255, .12);
}

.plan-card li {
  display: flex;
  gap: 7px;
  color: var(--pet-green);
  font-size: 10px;
}

.plan-card li::before {
  color: var(--pet-orange);
  content: "✓";
  font-weight: 950;
}

.plan-card--featured li {
  color: rgba(255, 255, 255, .78);
}

.pet-faq {
  background:
    radial-gradient(circle at 10% 20%, rgba(232, 117, 62, .08), transparent 26%),
    linear-gradient(180deg, #eef3ec, #e8efe7);
}

.pet-faq__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 500px);
  align-items: end;
  gap: 48px;
  width: 100%;
  margin-bottom: 24px;
}

.pet-faq__intro > div {
  min-width: 0;
}

.pet-faq__intro h2 {
  margin: 0;
  color: var(--pet-ink);
  font-size: clamp(34px, 3.4vw, 49px);
  line-height: 1.12;
  letter-spacing: -.055em;
}

.pet-faq__intro > p {
  margin: 0;
  color: var(--pet-muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.pet-faq__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.pet-faq__list .faq-item:first-child {
  grid-column: 1 / -1;
}

.pet-faq__list .faq-item {
  border-color: rgba(36, 86, 68, .13);
  box-shadow: 0 10px 26px rgba(38, 50, 45, .055);
}

.pet-faq__list .faq-question {
  min-height: 62px;
  padding: 0 19px;
  font-size: 12px;
}

.pet-faq__list .faq-question::after {
  color: var(--pet-green);
  background: var(--pet-sage);
}

.pet-faq__list .faq-answer {
  color: var(--pet-muted);
  font-size: 11px;
}

.pet-contact {
  background: var(--pet-paper);
}

.pet-contact__card {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  overflow: hidden;
  padding: 40px 44px;
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 40%, rgba(232, 117, 62, .24), transparent 26%),
    linear-gradient(125deg, var(--pet-green-deep), var(--pet-green) 64%, #376a52);
  box-shadow: 0 24px 68px rgba(36, 86, 68, .2);
}

.pet-contact__card::after {
  position: absolute;
  z-index: -1;
  right: -70px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, .02);
  content: "";
}

.pet-contact__card > div:first-child {
  min-width: 0;
}

.pet-contact__card > div:first-child > span {
  color: #ffc89c;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .1em;
}

.pet-contact__card h2 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.14;
  letter-spacing: -.05em;
}

.pet-contact__card p {
  margin: 11px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  line-height: 1.7;
}

.pet-contact__card .button-primary {
  color: var(--pet-green-deep);
  background: var(--pet-cream);
}

.pet-contact__card .button-secondary {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .07);
}

.pet-adoption-page .suite-footer {
  background: linear-gradient(135deg, #102f27, #174536 60%, #265d48);
}

@media (max-width: 1180px) {
  .pet-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: 34px;
  }

  .roles-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr);
  }

  .roles-media img {
    min-height: 530px;
  }

  .profile-layout,
  .meeting-layout {
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.1fr);
  }

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

@media (max-width: 920px) {
  .pet-section {
    padding: 72px 0;
  }

  .pet-heading,
  .pet-faq__intro {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 15px;
  }

  .pet-heading > p,
  .pet-faq__intro > p {
    max-width: 720px;
    text-align: left;
  }

  .pet-hero__inner,
  .roles-layout,
  .profile-layout,
  .review-layout,
  .meeting-layout,
  .followup-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pet-hero__visual {
    width: min(100%, 700px);
  }

  .role-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .roles-media img {
    height: auto;
    min-height: 0;
    object-fit: contain;
  }

  .profile-copy,
  .meeting-copy {
    order: 2;
  }

  .devices-media,
  .meeting-media {
    order: 1;
  }

  .health-board {
    grid-template-columns: minmax(0, 1fr);
  }

  .meeting-media {
    width: min(100%, 640px);
    margin: 0 auto;
  }

  .meeting-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .meeting-flow li:nth-child(3n) {
    border-right: 0;
  }

  .meeting-flow li:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .meeting-flow li:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .pet-hero {
    padding: 52px 0;
  }

  .pet-hero h1 {
    font-size: clamp(29px, 9vw, 44px);
  }

  .pet-hero__claim {
    font-size: 20px;
  }

  .pet-hero__facts,
  .role-stack,
  .health-status,
  .meeting-highlights,
  .pet-faq__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .pet-hero__facts article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .pet-hero__facts article:last-child {
    border-bottom: 0;
  }

  .pet-hero__visual figcaption {
    position: static;
    margin-top: 10px;
    background: rgba(20, 62, 50, .9);
  }

  .pet-heading h2,
  .pet-faq__intro h2 {
    font-size: clamp(25px, 7vw, 36px);
  }

  .profile-fields,
  .review-process ol,
  .followup-grid,
  .plan-grid,
  .dashboard-cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .review-process li {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .review-process li:nth-last-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .review-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .pet-faq__list .faq-item:first-child {
    grid-column: auto;
  }

  .plan-card p {
    min-height: 0;
  }

  .pet-contact__card {
    align-items: stretch;
    flex-direction: column;
    padding: 32px 28px;
  }
}

@media (max-width: 520px) {
  .pet-section {
    padding: 56px 0;
  }

  .pet-hero__label {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 14px;
  }

  .pet-hero__visual figcaption,
  .pet-media figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .pet-hero__visual figcaption strong,
  .pet-media figcaption span {
    text-align: left;
  }

  .profile-copy,
  .health-board,
  .followup-toolkit {
    padding: 22px;
  }

  .review-process__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

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

  .meeting-flow li,
  .meeting-flow li:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, .09);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .meeting-flow li:nth-child(2n),
  .meeting-flow li:last-child {
    border-right: 0;
  }

  .meeting-flow li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .meeting-flow li:nth-child(2n)::after,
  .meeting-flow li:nth-child(3)::after {
    display: none;
  }

  .meeting-flow li:nth-child(3)::after,
  .meeting-flow li:nth-child(5)::after {
    display: block;
  }

  .followup-timeline article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .followup-timeline article > span {
    width: 40px;
    height: 40px;
  }

  .demo-label {
    top: 19px;
    left: 19px;
  }

  .pet-contact__card h2 {
    font-size: clamp(23px, 6.3vw, 31px);
  }

  .pet-contact__card .contact-actions {
    width: 100%;
  }

  .pet-contact__card .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pet-adoption-page * {
    scroll-behavior: auto;
  }
}
