.pets-page {
  --pet-warm: #efe7dc;
  --pet-paper: #fbf8f2;
  --pet-line: rgba(69, 58, 48, .18);
  --pet-muted: #6f675f;
  background: var(--pet-paper);
}

.pets-page main { overflow: clip; }
.pets-page section[id] { scroll-margin-top: 82px; }

.pets-hero {
  padding: 158px 0 106px;
  color: var(--bone);
  background:
    radial-gradient(circle at 78% 20%, rgba(141, 215, 255, .1), transparent 27rem),
    linear-gradient(145deg, #0b0d10 0%, #151a1e 100%);
}

.pets-hero-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr);
  gap: clamp(52px, 8vw, 112px);
  align-items: center;
}

.pets-hero-copy,
.pets-reassurance,
.pets-section-heading > *,
.story-path,
.package-summary,
.package-details,
.curation-grid > *,
.trust-layout > *,
.faq-layout > *,
.pets-inquiry-grid > * { min-width: 0; }

.pets-hero h1 { max-width: 850px; font-size: clamp(3.55rem, 7.5vw, 7.25rem); }
.pets-lede { max-width: 770px; margin-bottom: 34px; color: #b9c1c6; font-size: clamp(1.05rem, 1.55vw, 1.27rem); line-height: 1.7; }
.pets-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; }
.pets-open { color: #96a2aa; font-size: .84rem; }

.pets-reassurance {
  position: relative;
  padding: 72px 38px 38px;
  border: 1px solid rgba(246, 242, 234, .52);
}

.pets-reassurance::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 72px;
  height: 86px;
  background: #14191d;
}

.pets-reassurance p { margin-bottom: 40px; color: #a9b3ba; font-size: .9rem; }
.pets-reassurance p { max-width: 100%; overflow-wrap: break-word; }
.pets-reassurance strong { display: block; font-size: clamp(1.5rem, 2.35vw, 2.3rem); letter-spacing: -.045em; line-height: 1.08; }

.pets-section { padding: 112px 0; }
.pets-section-heading { margin-bottom: 56px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 72px; align-items: end; }
.pets-section-heading h2 { max-width: 790px; }
.pets-section-heading > p { max-width: 460px; margin: 0 0 4px; color: var(--pet-muted); }

.pets-paths { background: var(--pet-paper); }
.story-path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.story-path { min-height: 330px; padding: clamp(30px, 5vw, 54px); display: flex; flex-direction: column; color: var(--ink); background: var(--pet-warm); border: 1px solid var(--pet-line); border-radius: var(--radius); }
.story-path-memory { color: var(--bone); background: #26292b; border-color: #26292b; }
.story-path > span { margin-bottom: auto; color: #3b6f8a; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.story-path-memory > span { color: var(--frost); }
.story-path h3 { max-width: 440px; margin: 70px 0 16px; font-size: clamp(1.8rem, 3vw, 3rem); }
.story-path p { max-width: 520px; margin: 0; color: var(--pet-muted); }
.story-path-memory p { color: #afb7bc; }
.story-path-mobile { display: none; }

.pets-founder { padding: 28px 0 112px; background: var(--pet-paper); }
.pets-founder-card { position: relative; padding: clamp(38px, 7vw, 82px); display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; color: var(--bone); background: var(--ink); border-radius: var(--radius); overflow: hidden; }
.pets-founder-card::after { content: ""; position: absolute; top: 0; right: 0; width: 96px; height: 96px; border-top: 10px solid var(--frost); border-right: 10px solid var(--frost); }
.pets-founder-card h2 { font-size: clamp(2.55rem, 5vw, 4.7rem); }
.pets-founder-card > div:last-child { color: #b3bcc2; font-size: 1.08rem; }
.pets-founder-card > div:last-child p { max-width: 690px; }
.founder-signature { margin: 34px 0 0; color: var(--bone); font-weight: 780; }

.pet-package { background: var(--pet-warm); }
.package-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(54px, 9vw, 118px); align-items: start; }
.package-summary { position: sticky; top: 110px; }
.package-summary h2 { margin-bottom: 30px; font-size: clamp(2.65rem, 5vw, 4.8rem); }
.pet-price { margin-bottom: 26px; padding: 23px 0; display: flex; align-items: center; gap: 22px; border-block: 1px solid var(--pet-line); }
.pet-price strong { font-size: clamp(2.7rem, 5vw, 4.3rem); letter-spacing: -.06em; line-height: 1; }
.pet-price span { color: var(--pet-muted); font-size: .84rem; font-weight: 700; line-height: 1.5; }
.package-summary > p:not(.eyebrow):not(.renewal-note) { max-width: 470px; color: var(--pet-muted); }
.package-summary .button { margin-top: 10px; }
.renewal-note { max-width: 410px; margin: 18px 0 0; color: var(--pet-muted); font-size: .78rem; }
.package-details { padding: clamp(30px, 5vw, 54px); background: var(--paper); border: 1px solid var(--pet-line); border-radius: var(--radius); }
.package-details h3 { margin-bottom: 28px; font-size: clamp(1.9rem, 3vw, 3rem); }
.package-highlights { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; list-style: none; border-top: 1px solid var(--line-light); }
.package-highlights li { min-height: 72px; padding: 20px 8px 20px 24px; position: relative; border-bottom: 1px solid var(--line-light); }
.package-highlights li::before { content: ""; position: absolute; left: 2px; top: 29px; width: 7px; height: 7px; background: var(--frost-strong); }

.pets-details { border-bottom: 1px solid var(--pet-line); }
.pets-details summary { min-height: 58px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-weight: 780; list-style: none; }
.pets-details summary::-webkit-details-marker { display: none; }
.pets-details summary:focus-visible { outline: 3px solid rgba(92, 197, 250, .42); outline-offset: 4px; }
.pets-details summary span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; color: #3b6f8a; border: 1px solid var(--pet-line); border-radius: 50%; transition: transform .2s ease; }
.pets-details[open] summary span { transform: rotate(45deg); }
.details-body { padding: 0 0 24px; color: var(--pet-muted); }
.details-body > :last-child { margin-bottom: 0; }
.details-body ul { padding-left: 20px; }
.details-body li + li { margin-top: 7px; }
.included-details { margin-top: 30px; border-top: 1px solid var(--pet-line); }

.pets-process { background: var(--pet-paper); }
.pet-process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--pet-line); }
.pet-process-grid li { min-height: 310px; padding: 28px 25px 28px 0; display: flex; flex-direction: column; border-right: 1px solid var(--pet-line); }
.pet-process-grid li + li { padding-left: 25px; }
.pet-process-grid li:last-child { border-right: 0; }
.pet-process-grid span { color: #3b6f8a; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.pet-process-grid h3 { margin: auto 0 14px; font-size: 1.45rem; }
.pet-process-grid p { margin: 0; color: var(--pet-muted); font-size: .9rem; }

.reassurance-section { padding-top: 24px; background: var(--pet-paper); }
.reassurance-panel { position: relative; padding: clamp(38px, 7vw, 78px); background: var(--pet-warm); border: 1px solid var(--pet-line); border-radius: var(--radius); }
.reassurance-panel::before { content: ""; position: absolute; top: -1px; right: -1px; width: 72px; height: 72px; border-top: 8px solid var(--frost); border-right: 8px solid var(--frost); }
.reassurance-panel h2 { max-width: 820px; }
.reassurance-panel > p:not(.eyebrow):not(.panel-note) { max-width: 820px; margin: 28px 0; color: var(--pet-muted); font-size: 1.05rem; }
.submission-methods { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--pet-line); border-left: 1px solid var(--pet-line); }
.submission-methods span { min-height: 62px; padding: 16px; display: grid; place-items: center; border-right: 1px solid var(--pet-line); border-bottom: 1px solid var(--pet-line); font-size: .9rem; font-weight: 730; text-align: center; }
.panel-note { margin: 18px 0 0; color: var(--pet-muted); font-size: .78rem; text-align: center; }

.curation-section { background: #e7edf0; }
.curation-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.curation-grid > div:last-child { color: #59636a; font-size: 1.04rem; }
.curation-grid > div:last-child p { max-width: 720px; }

.pet-examples { background: var(--pet-paper); }
.example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.example-card { min-height: 470px; padding: 28px; display: flex; flex-direction: column; background: #eae1d5; border: 1px solid var(--pet-line); border-radius: var(--radius); overflow: hidden; }
.example-memory { color: var(--bone); background: #20252a; }
.example-label { display: flex; justify-content: space-between; gap: 20px; color: var(--pet-muted); font-size: .69rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.example-label strong { color: #3b6f8a; text-align: right; }
.example-memory .example-label { color: #a3adb4; }
.example-memory .example-label strong { color: var(--frost); }
.example-content { margin-top: auto; padding: 40px 20px 10px; border-top: 1px solid currentColor; border-color: rgba(86, 73, 62, .2); }
.example-memory .example-content { border-color: var(--line-dark); }
.example-content p { color: #3b6f8a; font-size: .75rem; font-weight: 800; }
.example-memory .example-content p { color: var(--frost); }
.example-content h3 { max-width: 460px; margin: 0 0 18px; font-size: clamp(2.25rem, 4vw, 4rem); }
.example-content span { max-width: 510px; display: block; color: var(--pet-muted); }
.example-memory .example-content span { color: #aeb7bd; }

.pet-aftercare { background: var(--pet-warm); }
.pet-care-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; align-items: stretch; }
.pet-care-card { padding: clamp(30px, 5vw, 52px); background: var(--paper); border: 1px solid var(--pet-line); border-radius: var(--radius); }
.pet-care-featured { color: var(--bone); background: var(--ink); border-color: var(--ink); }
.care-label { color: #3b6f8a; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pet-care-featured .care-label { color: var(--frost); }
.pet-care-card h3 { margin: 22px 0 30px; font-size: clamp(2.3rem, 4vw, 4rem); }
.pet-care-card h3 span { color: var(--pet-muted); font-size: .9rem; letter-spacing: 0; }
.pet-care-card h3 em { display: block; margin-top: 9px; color: var(--pet-muted); font-size: .9rem; font-style: normal; letter-spacing: 0; }
.pet-care-featured h3 span, .pet-care-featured h3 em { color: #9ca7ae; }
.pet-care-card ul { margin: 0; padding-left: 20px; }
.pet-care-card li + li { margin-top: 9px; }
.pet-care-featured li, .pet-care-featured > p:last-child { color: #aeb7bd; }
.pet-care-featured > p:last-child { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid var(--line-dark); font-size: .8rem; }
.pet-care-mobile-compare,
.pet-care-mobile-details { display: none; }

.pet-trust { color: var(--bone); background: #14181b; }
.trust-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.trust-layout h2 { max-width: 560px; }
.trust-layout > div > p:last-child { max-width: 500px; margin-top: 28px; color: #9ba6ad; }
.trust-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.trust-list li { min-height: 65px; padding: 18px 10px 18px 30px; position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--line-dark); color: #c0c7cc; }
.trust-list li::before { content: ""; position: absolute; left: 3px; width: 8px; height: 8px; background: var(--frost); }

.pet-faq { background: var(--pet-paper); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-intro { position: sticky; top: 110px; align-self: start; }
.faq-list { border-top: 1px solid var(--pet-line); }
.faq-list .pets-details summary { min-height: 68px; }

.legacy-section { padding-top: 24px; background: var(--pet-paper); }
.legacy-card { padding: clamp(38px, 7vw, 76px); text-align: center; background: var(--pet-warm); border: 1px solid var(--pet-line); border-radius: var(--radius); }
.legacy-card h2 { max-width: 760px; margin-inline: auto; }
.legacy-card > p:not(.eyebrow) { max-width: 760px; margin: 28px auto; color: var(--pet-muted); }

.pets-inquiry { padding: 112px 0; color: var(--bone); background: var(--ink); }
.pets-inquiry-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(52px, 8vw, 100px); align-items: start; }
.pets-inquiry-copy { position: sticky; top: 110px; }
.pets-inquiry-copy h2 { max-width: 620px; }
.pets-inquiry-copy > p:nth-of-type(2) { max-width: 520px; margin-top: 28px; color: #aab4ba; }
.inquiry-reassurance { margin-top: 40px; padding-top: 24px; display: grid; gap: 6px; border-top: 1px solid var(--line-dark); }
.inquiry-reassurance strong { color: var(--frost); }
.inquiry-reassurance span { max-width: 450px; color: #909ca4; font-size: .87rem; }
.pet-inquiry-form { box-shadow: 0 28px 90px rgba(0, 0, 0, .24); }
.pet-inquiry-ready { grid-column: 2; }

@media (max-width: 980px) {
  .pets-hero-grid,
  .pets-founder-card,
  .package-layout,
  .curation-grid,
  .trust-layout,
  .faq-layout,
  .pets-inquiry-grid { grid-template-columns: 1fr; }
  .pets-hero-grid { min-height: auto; }
  .pets-reassurance { max-width: 590px; }
  .pets-section-heading { grid-template-columns: 1fr; gap: 24px; }
  .pets-founder-card,
  .curation-grid,
  .trust-layout,
  .faq-layout,
  .pets-inquiry-grid { gap: 44px; }
  .package-summary,
  .faq-intro,
  .pets-inquiry-copy { position: static; }
  .pet-process-grid { grid-template-columns: 1fr 1fr; }
  .pet-process-grid li { min-height: 240px; border-bottom: 1px solid var(--pet-line); }
  .pet-inquiry-ready { grid-column: auto; }
}

@media (max-width: 640px) {
  .pets-hero { padding: 122px 0 76px; }
  .pets-hero-grid { gap: 46px; }
  .pets-hero h1 { font-size: clamp(3.05rem, 15vw, 4.7rem); }
  .pets-hero-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .pets-hero-actions .button { width: 100%; }
  .pets-reassurance { padding: 60px 25px 28px; text-align: center; }
  .pets-reassurance p { margin-bottom: 24px; }
  .pets-section { padding: 70px 0; }
  .pets-section-heading { margin-bottom: 36px; text-align: center; }
  .pets-section-heading h2 { font-size: clamp(2.2rem, 9.5vw, 3.1rem); }
  .pets-section-heading > p { margin-inline: auto; }
  .story-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .story-path { min-height: 315px; padding: 24px 14px; text-align: center; }
  .story-path > span { margin-bottom: 42px; }
  .story-path h3 { margin: auto 0 15px; font-size: 1.3rem; line-height: 1.04; }
  .story-path-full { display: none; }
  .story-path-mobile { display: block; font-size: .8rem; line-height: 1.5; }
  .pets-founder { padding: 12px 0 80px; }
  .pets-founder-card { padding: 52px 24px 34px; gap: 32px; text-align: center; }
  .pet-price { justify-content: center; }
  .package-summary { text-align: center; }
  .package-summary > p { margin-inline: auto; }
  .package-summary .button { width: 100%; }
  .package-details { padding: 28px 20px; }
  .package-details h3 { text-align: center; }
  .package-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .package-highlights li { min-height: 82px; padding: 17px 4px 17px 18px; font-size: .82rem; line-height: 1.4; }
  .package-highlights li::before { top: 24px; }
  .pet-process-grid { display: block; }
  .pet-process-grid li,
  .pet-process-grid li + li { min-height: 0; padding: 25px 0; display: grid; grid-template-columns: 38px 1fr; gap: 8px 12px; border-right: 0; text-align: left; }
  .pet-process-grid h3 { margin: 0 0 7px; }
  .pet-process-grid p { grid-column: 2; }
  .reassurance-panel { padding: 46px 22px 30px; text-align: center; }
  .reassurance-panel h2 { font-size: clamp(2.3rem, 11vw, 3.4rem); }
  .submission-methods { grid-template-columns: 1fr 1fr; }
  .submission-methods span { min-height: 66px; padding: 12px 8px; font-size: .8rem; }
  .curation-grid { gap: 25px; text-align: center; }
  .example-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .example-card { min-height: 315px; padding: 20px 12px; text-align: center; }
  .example-label { align-items: center; flex-direction: column; gap: 6px; font-size: .75rem; }
  .example-label strong { text-align: center; }
  .example-content { margin-top: 42px; padding: 22px 2px 0; }
  .example-content h3 { font-size: 1.38rem; line-height: 1.05; }
  .example-content span { font-size: .78rem; line-height: 1.5; }
  .pet-care-grid { display: none; }
  .pet-care-mobile-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .pet-care-mobile-compare article { min-width: 0; min-height: 215px; padding: 24px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--paper); border: 1px solid var(--pet-line); border-radius: var(--radius); }
  .pet-care-mobile-compare article.featured { color: var(--bone); background: var(--ink); border-color: var(--ink); }
  .pet-care-mobile-compare p { min-height: 38px; margin: 0 0 20px; color: #3b6f8a; font-size: .75rem; font-weight: 800; letter-spacing: .07em; line-height: 1.35; text-transform: uppercase; }
  .pet-care-mobile-compare .featured p { color: var(--frost); }
  .pet-care-mobile-compare strong { display: block; font-size: 2rem; letter-spacing: -.05em; line-height: 1; }
  .pet-care-mobile-compare strong span { display: block; margin-top: 6px; color: var(--pet-muted); font-size: .75rem; letter-spacing: 0; line-height: 1.35; }
  .pet-care-mobile-compare .featured strong span { color: #9ca7ae; }
  .pet-care-mobile-compare small { margin-top: 20px; color: var(--pet-muted); font-size: .75rem; line-height: 1.4; }
  .pet-care-mobile-compare .featured small { color: #aeb7bd; }
  .pet-care-mobile-details { margin-top: 16px; display: block; border-top: 1px solid var(--pet-line); }
  .pet-care-mobile-details .details-body ul { padding-left: 22px; }
  .pet-care-card ul { display: inline-block; padding-left: 20px; text-align: left; }
  .trust-layout { text-align: center; }
  .trust-layout > div > p:last-child { margin-inline: auto; }
  .trust-list { text-align: left; }
  .faq-layout { gap: 28px; }
  .faq-intro { text-align: center; }
  .faq-list .pets-details summary { min-height: 64px; }
  .legacy-card { padding: 46px 22px 34px; }
  .legacy-card .button { width: 100%; }
  .pets-inquiry { padding: 80px 0; }
  .pets-inquiry-grid { gap: 38px; }
  .pets-inquiry-copy { text-align: center; }
  .pets-inquiry-copy > p,
  .inquiry-reassurance span { margin-inline: auto; }
  .pets-inquiry .project-form { padding: 26px 20px; }
}

@media (max-width: 350px) {
  .story-path-grid,
  .package-highlights,
  .example-grid,
  .pet-care-mobile-compare { grid-template-columns: 1fr; }
  .story-path,
  .example-card { min-height: 280px; }
}

@media (prefers-reduced-motion: reduce) {
  .pets-details summary span { transition: none; }
}
