:root {
  --white: #fff;
  --pink: #FDB2B9;
  --blush: #EFD2D9;
  --pale-pink: #FDDFE6;
  --bright-pink: #FE9FB6;
  --coral: #F16A69;
  --ink: #35292F;
  --muted: #5E4B55;
  --berry: #81374F;
  --button: #c63263;
  --button-shadow: #9e2850;
  --ground: var(--white);
  --ground-2: #FFF3F6;
  --cream: var(--ink);
  --sage: var(--muted);
  --taupe: var(--berry);
  --burgundy: var(--berry);
  --hairline: #E5B6C3;
  --hairline-soft: #F0D5DE;
  --display: "Jost", "Century Gothic", "Segoe UI", Arial, sans-serif;
  --body: "Jost", "Segoe UI", Helvetica, Arial, sans-serif;
  --hand: var(--body);
  --spine: min(100% - 3rem, 72rem);
  --prose: 40rem;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 13rem; scrollbar-gutter: stable; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--body); font-size: 1.0625rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
h1,h2,h3 { margin: 0; font-family: var(--display); font-weight: 500; line-height: 1.05; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); letter-spacing: -.015em; }
h2 { font-size: clamp(2rem, 4.3vw, 3.5rem); letter-spacing: -.01em; }
h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); }
p,figure { margin: 0; }
a { color: inherit; text-underline-offset: .2em; }
button,input,select,textarea { font: inherit; }
button,a,input,select,textarea { -webkit-tap-highlight-color: transparent; }
.spine { width: var(--spine); margin-inline: auto; }
.prose { max-width: var(--prose); }
.eyebrow { font: 700 .875rem/1.5 var(--body); text-transform: uppercase; letter-spacing: .14em; color: var(--berry); }
section { padding-block: clamp(3.5rem, 7vw, 6rem); }
.stack { display: flex; flex-direction: column; gap: 1.25rem; }
.skip-link { position: fixed; top: -6rem; left: 1rem; z-index: 100; background: white; color: var(--ink); padding: .75rem 1rem; border: 2px solid var(--berry); border-radius: .7rem; }
.skip-link:focus { top: 1rem; }
a:focus-visible,button:focus-visible { outline: 3px solid var(--berry); outline-offset: 4px; }
[hidden] { display: none !important; }

/* A bright, welcoming front door. */
.masthead { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--hairline-soft); backdrop-filter: blur(12px); }
.masthead>div { width: var(--spine); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-block: .75rem; }
.masthead-brand { display: flex; align-items: center; gap: .85rem; flex: none; max-width: 100%; }
.brand-location { flex: none; white-space: nowrap; color: var(--berry); font: 500 .85rem/1.25 var(--body); }
.mark { display: flex; text-decoration: none; flex: none; }
.brand-logo { display: block; width: 12.6rem; aspect-ratio: 1391/1131; flex: none; }
.brand-logo img { display: block; width: 100%; height: auto; object-fit: contain; }
.masthead nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: .7rem 1.7rem; }
.masthead nav a { text-decoration: none; font-size: 1.05rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; padding-block: .5rem; }
.masthead nav a:hover { color: var(--berry); text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.masthead nav a.call { display: inline-flex; align-items: center; gap: .5rem; white-space: nowrap; padding: .8rem 1.2rem; border-radius: 999px; background: var(--button); color: var(--white); }
.masthead nav a.call[aria-current="page"] { color: var(--white); }
.book-heart { width: 1.2rem; height: 1.2rem; flex-shrink: 0; }
.masthead nav a.call:hover { background: var(--button); color: var(--white); text-decoration: none; box-shadow: 0 3px 0 var(--button-shadow); }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 3.3rem; padding: .85rem 1.6rem; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-size: .9375rem; font-weight: 700; line-height: 1.4; cursor: pointer; transition: background-color .2s,transform .2s,box-shadow .2s; }
button,.btn,.masthead nav a.call { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .045em; }
.btn-solid { color: var(--white); background: var(--button); border-color: var(--button); box-shadow: 0 4px 0 var(--button-shadow); }
.btn-solid:hover { background: var(--button); border-color: var(--button); box-shadow: 0 4px 0 var(--button-shadow); transform: translateY(-2px); }
.btn-ghost { color: var(--white); background: var(--button); border-color: var(--button); }
.btn-ghost:hover { background: var(--button); transform: translateY(-2px); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: .5rem; }

/* Dedicated pages share the homepage's welcoming colors and type. */
.masthead nav a[aria-current="page"] { color: var(--berry); text-decoration: underline; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.page-intro { background: var(--ground-2); }
.page-intro-layout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.page-intro .stack { max-width: 48rem; min-width: 0; }
.page-intro .stack>p:not(.eyebrow) { max-width: 43rem; color: var(--muted); font-size: 1.125rem; }
.page-intro-art { display: block; width: clamp(8rem,20vw,14rem); height: auto; flex: none; object-fit: contain; }
.page-cta { background: var(--ground-2); text-align: center; }
.page-cta h2 { max-width: 23ch; margin-inline: auto; }
.page-cta p { max-width: 39rem; margin: 1.25rem auto 1.75rem; color: var(--muted); }
.section-action { margin-top: 2rem; text-align: center; }
.text-link { color: var(--berry); font-weight: 600; text-underline-offset: .3em; }
.service-preview h3 a { text-decoration: none; }
.service-preview h3 a:hover { color: var(--berry); text-decoration: underline; }
.service-preview>.text-link { grid-column: 2; font-size: .9375rem; }
.home-journal { background: white; }
.section-heading { display: flex; justify-content: space-between; align-items: end; flex-wrap: wrap; gap: 1.5rem 2rem; }
.section-heading .stack { max-width: 42rem; }
.section-heading .stack>p:not(.eyebrow) { color: var(--muted); }
.journal-preview-list { list-style: none; padding: 0; margin: 2.5rem 0 0; border-top: 1px solid var(--hairline); }
.journal-preview-list li { border-bottom: 1px solid var(--hairline); }
.journal-preview-list a { display: grid; grid-template-columns: minmax(0,12rem) minmax(0,1fr) auto; align-items: center; gap: 1.25rem; padding: 1.75rem .5rem; text-decoration: none; }
.journal-preview-list a>span:nth-child(2) { font: 500 clamp(1.3rem,2vw,1.65rem)/1.35 var(--display); }
.journal-preview-list a>span:last-child { color: var(--berry); font-size: 1.5rem; }
.journal-preview-list a:hover { background: var(--ground-2); }
.journal-preview-list a:hover>span:nth-child(2) { text-decoration: underline; }
.booking-page .page-intro { background: var(--pale-pink); }
.booking-page .contact { padding-top: 0; }
.booking-page .booking-card { margin-top: 0; }
.booking-page .booking-intro h2 { font-size: clamp(1.9rem,3vw,2.5rem); }
@media (max-width: 38rem) {
  .page-intro-layout { flex-direction: column; align-items: start; }
  .page-intro-art { width: 8rem; align-self: center; }
  .service-preview>.text-link { grid-column: 1; }
  .journal-preview-list a { grid-template-columns: minmax(0,1fr) auto; gap: .6rem 1rem; }
  .journal-preview-list .eyebrow { grid-column: 1; }
  .journal-preview-list a>span:nth-child(2) { grid-column: 1; }
  .journal-preview-list a>span:last-child { grid-column: 2; grid-row: 1 / span 2; }
}

/* Quick contact stays at the top, including on a phone. */
.quick-contact { padding: 1.6rem 0 2rem; background: #FFF3F6; border-bottom: 1px solid var(--hairline-soft); }
.quick-contact-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 1.2rem; }
.quick-contact-head h2 { max-width: 31ch; font-size: 2rem; text-wrap: balance; }
.quick-contact-head p { font-size: .9375rem; color: var(--muted); margin-top: .3rem; }
.quick-text-link { display: flex; flex-direction: column; color: var(--berry); text-decoration: none; }
.quick-text-link span { font-size: .875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-text-link strong { font-family: var(--body); font-size: 1.85rem; font-weight: 600; line-height: 1.35; white-space: nowrap; }
.quick-text-link:hover strong { text-decoration: underline; }
.quick-contact-fields { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.25fr) auto; gap: .85rem; align-items: end; }
.quick-contact .field label,.quick-location legend { font-size: .875rem; }
.quick-contact .field input { min-height: 3.2rem; padding: .65rem .8rem; font-size: 1rem; }
.quick-location { border: 0; padding: 0; margin: 0; min-width: 0; }
.quick-location legend { font-weight: 700; line-height: 1.4; padding: 0; margin-bottom: .5rem; }
.location-options { display: flex; flex-wrap: wrap; gap: .5rem; }
.location-options label { display: flex; align-items: center; gap: .45rem; padding: .65rem .75rem; min-height: 3.2rem; border: 1px solid #B98998; background: white; border-radius: .8rem; font-size: .9375rem; cursor: pointer; }
.location-options label:has(input:checked) { background: var(--pale-pink); border-color: var(--berry); }
.location-options input { width: 1.1rem; height: 1.1rem; margin: 0; accent-color: var(--berry); }
.quick-contact-submit { min-height: 3.2rem; padding: .7rem 1.25rem; white-space: nowrap; }
.quick-contact-submit:disabled,.booking-submit button:disabled { opacity: .65; cursor: wait; transform: none; }
.quick-contact-success { padding: 1rem 0; }
.quick-contact-success p { color: var(--muted); margin-top: .5rem; }
#quick-contact-reference { font-size: .875rem; }

/* Chester's full portrait, with the owner's illustrated pet accessories. */
.hero { width: min(100% - 3rem, 82rem); margin: 2rem auto 0; padding: clamp(2rem,5vw,4.5rem); background: var(--pale-pink); border-radius: 2.5rem; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,1fr); gap: clamp(2rem,5vw,5rem); align-items: center; position: relative; isolation: isolate; }
.hero-copy { grid-column: 1; grid-row: 1; position: relative; z-index: 2; display: flex; flex-direction: column; gap: 1.4rem; min-width: 0; }
.hero-copy h1 { max-width: 11ch; }
.hero-tagline { max-width: 27ch; font: 400 clamp(1.5rem,2.4vw,2rem)/1.35 var(--display); color: var(--berry); text-wrap: balance; }
.hero-emphasis { display: block; color: var(--berry); font-style: normal; }
.hero-copy .lede { max-width: 39ch; color: var(--muted); font-size: 1.125rem; }
.hero figure { grid-column: 2; grid-row: 1; min-width: 0; position: relative; margin: 1rem 0 2rem; background: white; padding: .85rem; border-radius: 1.75rem; box-shadow: .85rem 1rem 0 var(--pink); }
.hero figure>.hero-photo { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 1rem; }
.rating-seal { display: flex; align-items: center; justify-content: flex-end; gap: .65rem; padding: .6rem .5rem .1rem; line-height: 1.4; color: var(--ink); }
.rating-seal strong { font: 600 1.7rem/1.4 var(--body); }
.rating-stars { color: var(--berry); letter-spacing: .08em; white-space: nowrap; }
.hero-essentials { position: absolute; width: clamp(8rem,15vw,13rem); height: auto; left: -2.5rem; bottom: -2.5rem; transform: rotate(-8deg); pointer-events: none; }
.heart-art { position: absolute; display: block; width: 7rem; height: auto; pointer-events: none; }
.hero-hearts { width: clamp(4.5rem,8vw,7rem); top: -2.7rem; right: -.9rem; transform: rotate(12deg); }

/* Cheerful moving proof points. */
.trust-ribbon { display: flex; align-items: stretch; margin-top: 2rem; background: var(--coral); color: var(--ink); border-block: 1px solid #E65D62; }
.ribbon-window { overflow: hidden; flex: 1; min-width: 0; }
.ribbon-track { display: flex; width: max-content; animation: heritage-scroll 40s linear infinite; }
.ribbon-set { display: flex; align-items: center; justify-content: space-around; min-width: 100vw; flex-shrink: 0; margin: 0; padding: 1.25rem 0; list-style: none; }
.ribbon-set li { display: flex; align-items: center; gap: 2.5rem; padding-right: 2.5rem; white-space: nowrap; font-size: 1rem; font-weight: 600; }
.ribbon-set li::after { content: '♡'; color: #111; font-size: 1.5rem; line-height: 1; transform: rotate(-12deg); }
.ribbon-set .rating-stars { color: var(--ink); }
.ribbon-toggle { flex: none; min-width: 3.5rem; border: 0; border-left: 1px solid var(--button-shadow); padding: .85rem; cursor: pointer; background: var(--button); color: var(--white); display: grid; place-items: center; }
.ribbon-toggle:hover { background: var(--button); box-shadow: inset 0 0 0 2px var(--white); }
.ribbon-toggle:focus-visible { outline-color: var(--white); outline-offset: -5px; }
.ribbon-toggle svg { width: 1.1rem; height: 1.1rem; fill: currentColor; }
.ribbon-toggle .play-icon,.trust-ribbon.is-paused .pause-icon { display: none; }
.trust-ribbon.is-paused .play-icon { display: block; }
.ribbon-window:hover .ribbon-track,.trust-ribbon.is-paused .ribbon-track { animation-play-state: paused; }
@keyframes heritage-scroll { to { transform: translateX(-50%); } }

/* Dog Mom illustrations paired with the care each service provides. */
.ledger { background: white; }
.ledger-head { position: relative; display: flex; flex-direction: column; gap: 1.1rem; margin-bottom: 2.8rem; padding-right: 8rem; }
.ledger-head h2 { max-width: 20ch; }
.ledger-hearts { right: 1rem; top: 1rem; transform: rotate(-12deg); }
.rows { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
.row { min-width: 0; display: grid; grid-template-columns: minmax(6rem,9rem) minmax(0,1fr); grid-template-rows: auto 1fr auto; gap: 1rem 1.5rem; align-items: start; padding: 2rem; border: 1px solid var(--hairline-soft); border-radius: 1.8rem; background: #fff; }
.service-illustration { display: block; grid-column: 1; grid-row: 1 / span 3; width: 100%; height: 11rem; object-fit: contain; object-position: center top; transition: transform .3s ease; }
.row:hover .service-illustration { transform: rotate(-5deg) translateY(-.35rem); }
.row h3,.row>p,.row>.price { grid-column: 2; }
.row h3 { font-size: 1.75rem; }
.row p { font-size: 1rem; line-height: 1.65; color: var(--muted); }
.price { display: flex; flex-wrap: wrap; gap: .3rem 1rem; text-align: left; font-variant-numeric: tabular-nums; }
.price span { display: block; font-size: .9375rem; color: var(--muted); }
.price b { color: var(--berry); font-size: 1.0625rem; }
.price .additional-pet-rate { flex-basis: 100%; margin-top: .25rem; color: var(--berry); font-size: .875rem; }
.note { max-width: 50rem; margin: 2rem auto 0; padding: 1.4rem 1.8rem; border-radius: 1.25rem; border: 2px dashed var(--pink); background: white; }
.note p { margin-top: .4rem; color: var(--muted); }
.price-list { background: #FFF3F6; border-block: 1px solid var(--hairline-soft); }
.price-list>.spine { max-width: 56rem; }
.price-list h2 { text-align: center; }
.price-list-intro { max-width: 37rem; margin: 1rem auto 0; text-align: center; color: var(--muted); }
.price-list table { width: 100%; table-layout: fixed; border-collapse: collapse; margin-top: 2rem; font-size: 1.0625rem; }
.price-list th,.price-list td { padding: 1.1rem .75rem; border-bottom: 1px solid var(--hairline); vertical-align: top; overflow-wrap: anywhere; }
.price-list th { text-align: left; font-weight: 500; }
.price-list thead th { font-size: .875rem; font-weight: 700; color: var(--berry); border-bottom: 2px solid var(--berry); }
.price-list thead th:first-child { width: 42%; }
.price-list thead th:not(:first-child) { width: 29%; text-align: center; }
.price-list td { text-align: center; color: var(--berry); font-variant-numeric: tabular-nums; }
.price-list td strong { font-weight: 600; }
.price-list td span,.price-service-detail { display: block; margin-top: .25rem; font-size: .875rem; font-weight: 400; color: var(--muted); }
.price-list tr>:last-child { background: rgba(255,255,255,.65); }
.price-list-footnote { margin-top: 1.25rem; font-size: .9375rem; color: var(--muted); }
.service-pricing-note { font-size: .9375rem; line-height: 1.5; color: var(--muted); }
@media (max-width: 38rem) {
  .price-list th,.price-list td { padding: .9rem .35rem; }
  .price-list table { font-size: 1rem; }
}

/* Boutique service and thoughtful extras. */
.extras { margin-top: 2.5rem; }
.extras>h3 { margin-bottom: 1.2rem; }
.extras-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem; }
.extras-list>div { border-top: 2px solid var(--pink); padding-top: 1rem; }
.extras-list h4 { margin: 0 0 .5rem; font: 600 1.125rem/1.4 var(--display); }
.extras-list p { font-size: 1rem; color: var(--muted); }
.boutique { background: var(--pale-pink); }
.boutique-head { max-width: 47rem; }
.boutique-head h2 { margin: .9rem 0 1.2rem; }
.boutique-head>p:last-child { color: var(--muted); }
.boutique-benefits { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.5rem; margin: 2.5rem 0 0; }
.boutique-benefits>div { border-top: 2px solid var(--berry); padding-top: 1.1rem; }
.boutique-benefits dt { font: 500 1.5rem/1.25 var(--display); }
.benefit-art { display: block; width: 7rem; height: 6rem; object-fit: contain; object-position: left center; margin-bottom: 1rem; }
.boutique-benefits dd { margin: .8rem 0 0; font-size: 1rem; line-height: 1.65; color: var(--muted); }
@media (max-width: 58rem) {
  .boutique-benefits { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 38rem) {
  .extras-list,.boutique-benefits { grid-template-columns: 1fr; }
}

.how-head { display: grid; gap: 1rem; max-width: 44rem; margin-inline: auto; text-align: center; }
.how-head>p:last-child { color: var(--muted); }
.how-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; list-style: none; margin: 3rem 0 2rem; padding: 0; }
.how-step { position: relative; padding: 1.6rem; border: 2px dashed var(--blush); border-radius: 1.5rem; }
.step-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; }
.step-heading .step-number { margin: 0; flex: none; }
.step-art { display: block; width: min(45%,6rem); height: 5rem; object-fit: contain; }
.step-number { display: grid; place-items: center; width: 4rem; height: 4rem; border-radius: 50%; background: var(--pink); font: 600 2rem/1 var(--body); color: var(--ink); margin-bottom: 1.3rem; }
.how-step:nth-child(2) .step-number { background: var(--coral); transform: rotate(7deg); }
.how-step:nth-child(3) .step-number { background: var(--bright-pink); transform: rotate(-7deg); }
.how-step h3 { margin-bottom: .9rem; font-size: 1.75rem; }
.how-step p { font-size: 1rem; color: var(--muted); }
.how-it-works .spine>.btn { display: flex; width: fit-content; margin-inline: auto; }
.essentials-border { width: min(100%,60rem); margin: 2.5rem auto 1.5rem; }
.essentials-border img { display: block; width: 100%; height: auto; }

/* Client app preview and illustrated features. */
.client-app { background: #FFF3F6; border-block: 1px solid var(--hairline-soft); }
.app-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.35fr); gap: clamp(2.5rem,6vw,5rem); align-items: center; }
.app-preview { min-width: 0; text-align: center; }
.app-phone { display: block; width: min(100%,23rem); height: auto; max-height: 41rem; object-fit: contain; margin-inline: auto; }
.app-preview figcaption { margin-top: 1.2rem; font-size: .875rem; color: var(--muted); }
.app-copy { min-width: 0; }
.app-copy h2 { margin-top: .85rem; max-width: 21ch; }
.app-intro { margin-top: 1.2rem; color: var(--muted); }
.app-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem 2rem; margin: 2rem 0; }
.app-features>div { border-top: 2px solid var(--pink); padding-top: .8rem; }
.app-features dt { display: flex; align-items: center; gap: .65rem; font-weight: 600; font-size: 1rem; color: var(--ink); }
.app-feature-icon { display: block; flex: 0 0 3rem; width: 3rem; height: 3rem; background: url("/img/app-feature-icons.png") no-repeat; background-size: 300% 200%; mix-blend-mode: multiply; filter: grayscale(1) contrast(1.05); }
.icon-camera { background-position: 0 0; }
.icon-route { background-position: 50% 0; }
.icon-messages { background-position: 100% 0; }
.icon-calendar { background-position: 0 100%; }
.icon-home { background-position: 50% 100%; }
.icon-payments { background-position: 100% 100%; }
.app-features dd { margin: .4rem 0 0; font-size: .9375rem; line-height: 1.65; color: var(--muted); }
.app-invitation { padding: 1rem 1.2rem; border-radius: 1rem; background: var(--pale-pink); font-size: .9375rem; }
@media (max-width: 58rem) {
  .app-layout { grid-template-columns: 1fr; }
  .app-preview { grid-row: 2; }
  .app-copy { max-width: 42rem; margin-inline: auto; }
  .app-phone { max-height: 34rem; }
}
@media (max-width: 38rem) {
  .app-features { grid-template-columns: 1fr; gap: 1.1rem; }
}

.family { background: var(--pale-pink); }
.family .split { display: grid; gap: clamp(2rem,5vw,4.5rem); grid-template-columns: minmax(0,1fr) minmax(0,1.15fr); align-items: center; }
.family-portrait { position: relative; background: white; padding: 1rem 1rem 1.1rem; border-radius: 1.8rem; box-shadow: -.65rem .75rem 0 var(--bright-pink); }
.family-portrait>.family-photo { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; border-radius: 1rem; }
.family-portrait figcaption { font-family: var(--hand); font-size: 1.125rem; font-weight: 500; line-height: 1.5; margin-top: .75rem; text-align: center; }
.family-hearts { right: -1.6rem; top: -2rem; transform: rotate(8deg); }
.family-quote { display: block; width: min(100%,18rem); height: auto; margin: .75rem auto 0; }
.local-life { display: grid; gap: .85rem; margin-top: .4rem; padding-top: 1.4rem; border-top: 1px solid var(--hairline); }
.local-life h3 { font-size: 1.8rem; }
.local-life>p:not(.eyebrow) { color: var(--muted); }
.notice { background: white; text-align: center; }
.notice h2.prose { margin-inline: auto; max-width: none; }
.notice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.notice-grid div { padding: 1.5rem; background: #FFF3F6; border: 1px solid var(--hairline-soft); border-radius: 1.25rem; font: 400 1.5rem/1.35 var(--display); }
.notice-grid div::before { content: '♡'; display: block; margin-bottom: .6rem; font: 400 2.8rem/1 var(--body); color: #111; }
.notice .after { max-width: 42rem; margin: 2rem auto 0; color: var(--muted); }
.gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; width: var(--spine); margin: 0 auto 4rem; }
.gallery img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border: 0; border-radius: 0; }


/* Booking feels as light and friendly as the rest of the page. */
.contact { background: var(--pink); color: var(--ink); }
.contact .head { position: relative; display: flex; flex-direction: column; gap: 1rem; max-width: 48rem; padding-right: 8rem; }
.contact .head p { color: var(--muted); }
.contact .head .eyebrow { color: var(--berry); }
.contact-hearts { right: 0; top: 0; transform: rotate(-8deg); }
.booking-card { background: white; color: var(--ink); margin-top: 2.5rem; padding: clamp(1.4rem,4vw,3rem); border: 1px solid var(--hairline-soft); border-radius: 2rem; box-shadow: 0 .6rem 0 rgba(255,255,255,.45); scroll-margin-top: 10rem; }
.booking-intro { display: grid; gap: .8rem; margin-bottom: 2rem; max-width: 43rem; }
.booking-intro h3 { font-size: clamp(1.9rem,3vw,2.5rem); }
.booking-intro>p:not(.eyebrow) { color: var(--muted); }
.form-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.3rem 1.5rem; }
.field { display: flex; flex-direction: column; gap: .5rem; min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: 1rem; font-weight: 700; line-height: 1.4; }
.field label span { font-size: .9rem; font-weight: 400; color: var(--muted); }
.field input,.field select,.field textarea { width: 100%; min-width: 0; min-height: 3.4rem; color: var(--ink); background: white; border: 1px solid #B98998; border-radius: .8rem; padding: .8rem .9rem; line-height: 1.5; color-scheme: light; }
.field input::placeholder,.field textarea::placeholder { color: #77616C; opacity: 1; }
.field textarea { resize: vertical; }
.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible,.location-options input:focus-visible { outline: 3px solid var(--berry); outline-offset: 3px; border-color: var(--berry); }
.field [aria-invalid="true"] { border-color: var(--berry); }
.form-trap { display: none; }
.booking-submit { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem 1.5rem; margin-top: 2rem; }
.booking-submit>p { max-width: 29ch; font-size: .9375rem; color: var(--muted); }
.booking-error { color: #822D45; background: #FFF0F4; border-left: 3px solid #AD3D5E; border-radius: .5rem; padding: 1rem; margin-top: 1.5rem; }
.booking-success { border-top: 1px solid var(--hairline); padding-top: 1.5rem; }
.booking-success>*+* { margin-top: 1rem; }
.booking-success .success-note { color: var(--muted); font-size: .9375rem; }
.details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; margin: 3rem 0 0; }
.details>div { display: flex; flex-direction: column; gap: .5rem; min-width: 0; padding-top: 1.25rem; border-top: 1px solid #C3758B; }
.details dt { color: var(--berry); font-size: .875rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.details a { overflow-wrap: anywhere; color: var(--ink); }
.details .muted { color: var(--muted); font-size: .9375rem; }
/* A useful, shared footer with a little local personality. */
/* Native accordions keep the complete FAQ usable with keyboard or touch. */
.faq { background: white; }
.faq-inner { max-width: 56rem; }
.faq-intro { display: grid; gap: 1rem; max-width: 45rem; }
.faq-intro>p:last-child { color: var(--muted); }
.faq-topics { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.75rem 0 2.5rem; }
.faq-topics a { display: inline-flex; align-items: center; min-height: 2.75rem; padding: .45rem .9rem; border: 1px solid var(--hairline); border-radius: 999px; text-decoration: none; color: var(--berry); font-size: .875rem; font-weight: 500; }
.faq-topics a:hover { background: var(--ground-2); }
.faq-group { margin-top: 2.25rem; scroll-margin-top: 9rem; }
.faq-group h3 { margin-bottom: .9rem; color: var(--berry); }
.faq-item { background: white; border-bottom: 1px solid var(--hairline-soft); }
.faq-group h3+.faq-item { border-top: 1px solid var(--hairline-soft); }
.faq-item summary { position: relative; display: block; list-style: none; padding: 1.2rem 3rem 1.2rem .4rem; color: var(--ink); cursor: pointer; font: 500 clamp(1.125rem,2vw,1.3rem)/1.4 var(--display); overflow-wrap: anywhere; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before,.faq-item summary::after { content: ''; position: absolute; right: .75rem; top: calc(50% - 1px); width: 1rem; height: 2px; border-radius: 1px; background: var(--berry); }
.faq-item summary::after { transform: rotate(90deg); }
.faq-item[open]>summary::after { display: none; }
.faq-item summary:hover,.faq-item[open]>summary { color: var(--berry); }
.faq-item summary:focus-visible { outline: 3px solid var(--berry); outline-offset: 3px; border-radius: .35rem; }
.faq-answer { padding: 0 .4rem 1.4rem; max-width: 49rem; color: var(--muted); font-size: 1rem; line-height: 1.75; overflow-wrap: anywhere; }
.faq-answer p+p,.faq-answer ul+p { margin-top: .9rem; }
.faq-answer ul { padding-left: 1.4rem; margin: .9rem 0; }
.faq-answer li+li { margin-top: .65rem; }
.faq-answer a,.faq-contact a { color: var(--berry); text-decoration-thickness: 1px; }
.faq-contact { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 2px solid var(--pink); color: var(--muted); }

.site-footer { position: relative; padding: 4rem 0 1.5rem; background: var(--ground-2); border-top: 2px solid var(--pink); }
.footer-welcome { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 3rem; padding-bottom: 3rem; }
.footer-welcome .brand-logo { width: min(100%,15rem); margin-bottom: 1.4rem; }
.site-footer .sign { font-family: var(--display); font-size: clamp(1.5rem,2.4vw,2rem); line-height: 1.35; max-width: 25ch; }
.footer-intro { max-width: 35rem; margin-top: 1rem; color: var(--muted); font-size: .9375rem; }
.footer-hello { justify-self: end; }
.footer-hello .quick-text-link span { font-size: .8rem; }
.footer-hello p { margin: .8rem 0 1.3rem; color: var(--muted); font-size: .9375rem; }
.footer-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.5rem 2rem; padding: 2.5rem 0; border-block: 1px solid var(--hairline); }
.footer-links h2,.footer-neighborhoods h2 { font-size: 1.35rem; margin-bottom: .85rem; }
.footer-links ul,.footer-neighborhoods ul { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin-top: .3rem; }
.footer-links a,.footer-neighborhoods a { display: inline-block; font-size: .875rem; line-height: 1.6; padding: .3rem 0; text-decoration: none; color: var(--muted); }
.footer-links a:hover,.footer-neighborhoods a:hover,.footer-links a[aria-current="page"] { color: var(--berry); text-decoration: underline; }
.footer-payment { font-size: .8rem; color: var(--muted); margin-top: 1rem; }
.footer-neighborhoods { padding-block: 2rem; }
.footer-neighborhoods ul { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; }
.site-footer .essentials-border { width: min(100%,45rem); margin: 1.5rem auto; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: .75rem 2rem; padding-top: 1.3rem; border-top: 1px solid var(--hairline); color: var(--muted); }
.footer-bottom small,.footer-bottom a { font-size: .8rem; }

@media (max-width: 68rem) {
  .quick-contact-fields { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
  .quick-contact-submit { grid-column: 1 / -1; justify-self: start; min-width: 11rem; }
  .row { grid-template-columns: 6rem minmax(0,1fr); padding: 1.5rem; gap: .8rem 1.15rem; }
  .service-illustration { height: 9rem; }
}
@media (max-width: 52rem) {
  .masthead { position: relative; }
  .masthead>div { flex-wrap: wrap; justify-content: center; gap: 1rem; padding-block: .8rem; }
  .masthead nav { width: 100%; justify-content: center; gap: .5rem 1.25rem; }
  .brand-logo { width: 12.6rem; }
  .hero { grid-template-columns: 1fr; padding: 2.5rem; gap: 2rem; }
  .hero-copy { grid-column: 1; grid-row: 1; max-width: 35rem; margin: auto; }
  .hero-copy h1 { max-width: none; font-size: clamp(2.6rem,8.5vw,4.6rem); }
  .hero figure { grid-column: 1; grid-row: 2; width: min(100%,28rem); margin: 1.2rem auto 1.8rem; }
  .hero-essentials { width: 11rem; left: -1.5rem; }
  .family .split { grid-template-columns: 1fr; gap: 3rem; }
  .family-portrait { width: min(100% - 1rem,29rem); margin: 0 auto; }
  .family .stack { max-width: 42rem; margin: auto; }
  .how-steps { gap: 1rem; }
  .how-step { padding: 1.3rem; }
}
@media (max-width: 44rem) {
  .rows,.how-steps,.notice-grid { grid-template-columns: 1fr; }
  .row { grid-template-columns: 7rem minmax(0,1fr); padding: 1.7rem; }
  .service-illustration { height: 10rem; }
  .how-step { display: block; }
  .details { grid-template-columns: 1fr; gap: 1rem; }
  .gallery { gap: .6rem; margin-bottom: 3rem; }

  .essentials-border { margin-top: 1.3rem; }
}
@media (max-width: 38rem) {
  :root { --spine: calc(100% - 2rem); }
  html { scroll-padding-top: 1.5rem; }
  .masthead { position: relative; }
  .masthead .brand-logo { width: 10.5rem; }
  .masthead-brand { gap: .5rem; }
  .brand-location { font-size: .75rem; }
  .masthead nav { gap: .4rem .85rem; }
  .masthead nav a { font-size: 1.05rem; letter-spacing: 0; }
  .masthead nav a.call { padding: .55rem .8rem; }
  .quick-contact-head { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .quick-text-link { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: .7rem; }
  .quick-text-link strong { font-size: 1.65rem; }
  .quick-contact-fields,.form-fields { grid-template-columns: 1fr; }
  .quick-contact-submit { justify-self: stretch; }
  .field-wide { grid-column: 1; }
  .hero { width: calc(100% - 1.5rem); margin-top: 1rem; padding: 2rem 1.5rem; border-radius: 1.8rem; }
  .hero-copy .lede { font-size: 1.0625rem; }
  .hero figure { width: calc(100% - 1rem); border-radius: 1.25rem; }
  .hero-essentials { width: 8rem; left: -1.2rem; bottom: -2rem; }
  .hero-hearts { top: -2rem; right: -.5rem; width: 4.5rem; }
  .actions { flex-direction: column; }
  .actions .btn { width: 100%; }
  .ledger-head,.contact .head { padding-right: 0; padding-top: 3.5rem; }
  .ledger-hearts,.contact-hearts { width: 4rem; top: -1rem; right: 0; }
  .row { grid-template-columns: minmax(0,1fr); padding: 1.3rem; gap: 1rem; }
  .service-illustration { width: 8rem; max-width: 100%; height: 8rem; grid-column: 1; grid-row: auto; }
  .row h3,.row>p,.row>.price { grid-column: 1; }
  .row h3 { font-size: 1.5rem; }
  .how-step { display: block; }
  .step-number { margin-bottom: 1rem; }
  .how-step h3 { margin-bottom: .8rem; }
  .note { padding: 1.2rem; }
  .family-hearts { width: 5rem; right: -.5rem; top: -1.5rem; }
  .booking-card { border-radius: 1.4rem; scroll-margin-top: 1.5rem; }
  .booking-submit>.btn { width: 100%; }
  .booking-submit>p { max-width: none; }
}
/* Local careers page. */
.masthead nav a[aria-current="page"] { color: var(--berry); text-decoration: underline; }
.career-intro { background: var(--pale-pink); }
.career-intro-layout { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); gap: 4rem; align-items: center; }
.career-intro h1 { margin: 1rem 0 1.5rem; }
.career-lede { max-width: 48rem; color: var(--muted); font-size: 1.125rem; margin-top: 1.2rem; }
.career-intro .btn { margin-top: 1.8rem; }
.career-art { position: relative; padding: 2rem; }
.career-art>img:first-child { display: block; width: 100%; height: auto; }
.career-art .heart-art { top: -1.5rem; right: 0; width: 6rem; }
.career-about h2 { margin-top: .9rem; max-width: 25ch; }
.career-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 3rem; margin: 2.5rem 0; }
.career-columns>div { padding-top: 1.3rem; border-top: 2px solid var(--pink); }
.career-columns ul { padding-left: 1.3rem; color: var(--muted); }
.career-columns li { padding-left: .2rem; margin-top: .6rem; }
.career-columns li::marker { color: var(--berry); }
.career-team-note { max-width: 48rem; color: var(--muted); }
.career-apply { background: #FFF3F6; text-align: center; }
.career-apply h2 { margin-top: .9rem; }
.career-apply p:not(.eyebrow) { max-width: 42rem; margin: 1.2rem auto; color: var(--muted); }
.career-apply .btn { margin-top: .6rem; }
.career-apply .career-phone { font-family: var(--display); font-size: 1.5rem; font-weight: 600; color: var(--berry); }
@media (max-width: 44rem) {
  .career-intro-layout,.career-columns { grid-template-columns: 1fr; gap: 2.5rem; }
  .career-art { width: min(100%,19rem); margin-inline: auto; }
}

/* The Fulshear Pet Journal shares the site's ink illustrations and pink palette. */
.journal-intro { background: var(--pale-pink); }
.journal-intro .spine { position: relative; padding-right: 8rem; }
.journal-intro h1 { margin: 1rem 0 1.5rem; }
.journal-intro p:not(.eyebrow) { max-width: 43rem; color: var(--muted); font-size: 1.125rem; }
.journal-hearts { top: 2rem; right: 0; width: 7rem; }
.journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.journal-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--hairline); border-radius: 1.6rem; overflow: hidden; background: white; }
.journal-card-art { display: flex; align-items: center; justify-content: center; padding: 2rem; background: var(--ground-2); min-height: 15rem; }
.journal-card:nth-child(2) .journal-card-art { background: var(--pale-pink); }
.journal-card:nth-child(3) .journal-card-art { background: var(--pink); }
.journal-card-art img { width: 100%; height: 12rem; object-fit: contain; }
.journal-card-copy { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 1.6rem; }
.journal-card .eyebrow { font-size: .7rem; letter-spacing: .1em; }
.journal-card h2 { font-size: 1.7rem; margin: .8rem 0; }
.journal-card h2 a { text-decoration: none; }
.journal-card h2 a:hover { text-decoration: underline; text-decoration-color: var(--berry); }
.journal-card-copy>p:not(.eyebrow) { color: var(--muted); font-size: .9375rem; margin-bottom: 1.5rem; }
.text-link { display: inline-block; color: var(--berry); font-weight: 600; font-size: .9375rem; }
.journal-card .text-link { margin-top: auto; }
.journal-note { background: var(--ground-2); text-align: center; }
.journal-note h2 { margin: .8rem 0 1rem; }
.journal-note p:not(.eyebrow) { max-width: 40rem; margin: 0 auto 1.5rem; color: var(--muted); }
.article-heading { background: var(--pale-pink); padding-block: clamp(2.5rem,5vw,4.5rem); }
.journal-back { display: inline-block; margin-bottom: 2rem; color: var(--berry); font-size: .9375rem; }
.article-heading h1 { max-width: 23ch; margin: 1rem 0 1.5rem; font-size: clamp(2.3rem,4.7vw,4.1rem); }
.article-deck { max-width: 48rem; font-size: 1.125rem; color: var(--muted); }
.article-byline { margin-top: 1.5rem; color: var(--muted); font-size: .8rem; }
.article-layout { display: grid; grid-template-columns: minmax(0,46rem) minmax(0,20rem); gap: 4rem; align-items: start; padding-block: 3.5rem 5rem; }
.article-body { min-width: 0; }
.article-body p { margin-bottom: 1.25rem; }
.article-body h2 { font-size: clamp(1.65rem,2.7vw,2.25rem); margin: 2.5rem 0 1rem; }
.article-body a { color: var(--berry); }
.article-body ul { margin: 1rem 0 1.5rem; padding-left: 1.3rem; }
.article-body li { margin-bottom: .6rem; padding-left: .2rem; }
.article-body li::marker { color: var(--berry); }
.article-contents { padding: 1.5rem; background: var(--ground-2); border-radius: 1.2rem; margin: 2rem 0; }
.article-contents h2 { margin-top: 0; font-size: 1.5rem; }
.article-contents ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem 1.5rem; list-style: none; padding: 0; margin: 1rem 0 0; }
.article-contents li { padding: 0; margin: 0; font-size: .9375rem; }
.article-aside { padding: 1.8rem; background: var(--ground-2); border: 1px solid var(--hairline); border-radius: 1.5rem; text-align: center; }
.article-aside>img { display: block; width: 100%; height: 13rem; object-fit: contain; margin-bottom: 1.5rem; }
.article-aside h2 { font-size: 1.8rem; }
.article-aside p { color: var(--muted); font-size: .9375rem; margin: 1rem 0 1.5rem; }
.article-aside .btn { width: 100%; }
.article-aside .text-link { margin-top: 1.2rem; }
.vet-directory { margin: 2rem 0; }
.vet-directory section { padding: 1.6rem 0; border-top: 1px solid var(--hairline); }
.vet-directory section:last-child { border-bottom: 1px solid var(--hairline); }
.vet-directory .eyebrow { font-size: .75rem; margin-bottom: .6rem; }
.vet-directory h2 { margin: 0 0 1rem; }
.vet-directory address { font-style: normal; color: var(--muted); margin-bottom: 1rem; font-size: .9375rem; }
@media (max-width: 60rem) {
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,2fr); }
  .article-layout { grid-template-columns: minmax(0,1fr); gap: 2rem; }
  .article-aside { max-width: 35rem; margin: 0 auto; }
}
@media (max-width: 44rem) {
  .footer-welcome { grid-template-columns: 1fr; gap: 2rem; }
  .footer-hello { justify-self: start; }
  .footer-links { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem 1.2rem; }
  .journal-intro .spine { padding-right: 0; }
  .journal-hearts { width: 3.5rem; top: 1.5rem; right: 0; }
  .journal-intro h1 { padding-right: 2.5rem; }
  .journal-card { display: flex; }
  .journal-card-art { min-height: 12rem; }
  .journal-card-art img { height: 9rem; }
  .article-contents ul { grid-template-columns: 1fr; }
}
@media (max-width: 23rem) {
  .footer-links { grid-template-columns: 1fr; }
}

/* White instant-photo frames keep the complete portraits visible. */
.photo-frame,.hero figure.photo-frame,.family-portrait.photo-frame { --photo-tilt: -1deg; display: block; padding: clamp(.65rem,1.3vw,1rem); padding-bottom: clamp(1.6rem,3vw,2.6rem); background: #fff; border: 1px solid #E8E1DC; border-radius: .1rem; box-shadow: 0 .5rem 1.1rem rgba(53,41,47,.14); transform: rotate(var(--photo-tilt)); }
.hero figure.photo-frame { --photo-tilt: 1deg; padding-bottom: 1.2rem; }
.hero figure.photo-frame>.hero-photo,.family-portrait.photo-frame>.family-photo { border-radius: 0; }
.family-portrait.photo-frame { --photo-tilt: -1.2deg; padding-bottom: 1.4rem; }
.family-portrait.photo-frame figcaption { margin-top: 1rem; }
.gallery .photo-frame:nth-child(2) { --photo-tilt: 1.5deg; }
.gallery .photo-frame:nth-child(3) { --photo-tilt: -.7deg; }
@media (max-width: 38rem) {
  .gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
  .gallery .photo-frame:last-child { grid-column: 1 / -1; width: calc(50% - .5rem); justify-self: center; }
}

/* Pet photographs and playful accents throughout the home page. */
.home-page .pet-snapshot { position: relative; display: block; min-width: 0; margin: 0; padding: .65rem .65rem 1.4rem; background: white; border: 1px solid #E8E1DC; border-radius: .1rem; box-shadow: 0 .4rem 1rem rgba(53,41,47,.12); }
.home-page .pet-snapshot>img:first-child { display: block; width: 100%; height: auto; aspect-ratio: 4/3; object-fit: cover; border-radius: 0; }
.home-page .pet-snapshot figcaption { margin-top: .7rem; color: var(--berry); text-align: center; font: 500 1rem/1.4 var(--display); }
.page-doodle { position: absolute; width: 4rem; height: auto; pointer-events: none; }
.home-page .heart-art { z-index: 3; }
.hero-pet-collage { position: relative; grid-column: 2; grid-row: 1; min-width: 0; width: 100%; max-width: 29rem; margin-inline: auto; }
.hero .hero-pet-collage>figure.photo-frame { width: 88%; max-width: 24rem; margin: 1.5rem auto 0; }
.hero .hero-companions { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; width: 96%; margin: -1rem auto 0; }
.hero .hero-companions figure.pet-snapshot { grid-column: auto; grid-row: auto; width: 100%; padding: .5rem .5rem .8rem; transform: rotate(-6deg); }
.hero .hero-companions figure.pet-snapshot:nth-child(2) { margin-top: 1.5rem; transform: rotate(6deg); }
.hero .hero-companions figcaption { font-size: 1rem; }
.hero .hero-pet-collage .hero-essentials { width: 7rem; left: -2rem; bottom: 2.5rem; }
.hero-star { right: -.25rem; top: 50%; width: 3.5rem; transform: rotate(15deg); z-index: 3; }
.home-page .service-preview { display: flex; flex-direction: column; gap: 1rem; padding: 1rem 1rem 1.7rem; border: 0; background: var(--ground-2); }
.home-page .service-photo { width: 100%; margin-bottom: .5rem; padding: .6rem .6rem 1.4rem; }
.home-page .service-photo>img:first-child { aspect-ratio: 3/2; }
.home-page .drop-in-art>img:first-child,.home-page .walk-art>img:first-child,.home-page .daycare-art>img:first-child,.home-page .overnight-art>img:first-child { object-fit: contain; background: #fff; }
.home-page .pet-snapshot>img[src="/img/pets/dog-cozy.webp"] { object-position: 50% 88%; }
.home-page .pet-snapshot>img[src="/img/pets/cat-cozy.webp"] { object-position: 50% 35%; }
.home-page .service-photo .service-illustration { position: absolute; width: 6rem; height: 5.5rem; right: .35rem; bottom: -.45rem; object-fit: contain; object-position: center; filter: drop-shadow(0 .15rem .1rem rgba(255,255,255,.8)); }
.home-page .service-preview:nth-child(odd) .service-photo { transform: rotate(-1.3deg); }
.home-page .service-preview:nth-child(even) .service-photo { transform: rotate(1.3deg); }
.home-page .service-preview h3,.home-page .service-preview>p,.home-page .service-preview>.text-link { margin-inline: .7rem; }
.home-page .service-preview>.text-link { margin-top: auto; }
.decorated-action { position: relative; display: flex; justify-content: center; align-items: center; gap: 2.5rem; padding-block: 1rem; }
.paw-trail { display: flex; align-items: center; gap: .5rem; width: 9rem; pointer-events: none; }
.paw-trail img { width: 2.6rem; height: 2.6rem; transform: rotate(-30deg); opacity: .75; }
.paw-trail img:nth-child(2) { align-self: flex-start; margin-top: -1.4rem; transform: rotate(-12deg); }
.paw-trail img:nth-child(3) { transform: rotate(-35deg); }
.action-star { position: static; width: 3.5rem; transform: rotate(16deg); }
.family-photo-collage { position: relative; padding: 1rem .5rem 0; min-width: 0; }
.home-family-preview .family-photo-collage>.family-portrait { width: 90%; margin: 0; }
.home-page .family-snapshot { width: 43%; margin: 1rem 0 0 auto; transform: rotate(7deg); padding: .5rem .5rem .8rem; }
.home-page .family-snapshot>img:first-child { aspect-ratio: 1; }
.family-photo-collage .family-hearts { width: 6rem; right: -1rem; top: -1.5rem; }
.family-star { width: 4rem; left: 10%; bottom: 1.5rem; transform: rotate(-14deg); }
.home-page .journal-photo-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.6rem; border: 0; }
.home-page .journal-photo-list li { min-width: 0; border: 0; }
.home-page .journal-photo-list a { height: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 1rem; padding: .4rem; }
.home-page .journal-photo-list a>span:nth-child(2) { font: 700 .875rem/1.5 var(--body); letter-spacing: .1em; }
.home-page .journal-photo-list a>span:nth-child(3) { font: 500 1.55rem/1.35 var(--display); }
.home-page .journal-photo-list a>span:last-child { align-self: flex-end; margin-top: auto; }
.home-page .journal-photo-list a:hover>span:nth-child(2) { text-decoration: none; }
.home-page .journal-photo-list a:hover>span:nth-child(3) { text-decoration: underline; }
.home-page .journal-photo-list .journal-photo { width: 100%; padding: .5rem .5rem 1.3rem; transform: rotate(-2deg); margin-bottom: .8rem; }
.home-page .journal-photo-list li:nth-child(2) .journal-photo { transform: rotate(2deg); }
.home-photo-cta { position: relative; }
.home-photo-cta .spine { position: relative; padding-inline: 9rem; }
.cta-hearts { width: 7.5rem; left: 0; top: 0; transform: rotate(-12deg); }
.cta-star { width: 3.5rem; left: 5rem; bottom: 1rem; transform: rotate(16deg); }
.cta-paws { position: absolute; right: 0; top: 45%; transform: rotate(-25deg); }
.faq-photo-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,15rem); align-items: center; gap: 3rem; }
.home-page .faq-pet-photo { transform: rotate(4deg); }
.home-page .faq-pet-photo>img:first-child { aspect-ratio: 4/5; object-position: 50% 60%; }
.home-page .faq-pet-photo figcaption { font-size: .9375rem; }
.faq-star { top: -1.5rem; right: -.5rem; width: 3rem; transform: rotate(12deg); }
@media (max-width: 52rem) {
  .hero-pet-collage { grid-column: 1; grid-row: 2; max-width: 27rem; }
  .home-family-preview .family-photo-collage { width: min(100%,32rem); margin: auto; }
  .home-page .journal-photo-list { gap: 1rem; }
  .home-page .journal-photo-list a>span:nth-child(3) { font-size: 1.35rem; }
  .home-photo-cta .spine { padding-inline: 5rem; }
  .cta-hearts { width: 5rem; }
  .cta-paws { width: 4rem; flex-direction: column; right: 0; top: 25%; }
  .cta-paws img:nth-child(2) { margin-top: 0; margin-left: -1rem; }
  .cta-star { left: 1rem; bottom: 0; width: 2.5rem; }
}
@media (max-width: 38rem) {
  .hero .hero-pet-collage>figure.photo-frame { width: 88%; margin-top: 1rem; }
  .hero .hero-companions { gap: .7rem; width: 100%; }
  .hero .hero-companions figure.pet-snapshot { transform: rotate(-4deg); }
  .hero .hero-companions figure.pet-snapshot:nth-child(2) { transform: rotate(4deg); }
  .hero .hero-companions figcaption { font-size: .875rem; }
  .hero .hero-pet-collage .hero-essentials { width: 5rem; left: -1.2rem; bottom: 3rem; }
  .hero-star { width: 2.5rem; right: -.35rem; top: 43%; }
  .home-page .service-preview { padding: .8rem .8rem 1.5rem; }
  .decorated-action { gap: .8rem; padding-top: 3rem; }
  .decorated-action .paw-trail { position: absolute; width: 5rem; top: 0; left: 1rem; }
  .decorated-action .paw-trail img { width: 1.5rem; height: 1.5rem; }
  .decorated-action .paw-trail img:nth-child(2) { margin-top: -.6rem; }
  .action-star { position: absolute; right: 1rem; top: -.5rem; width: 2.5rem; }
  .family-photo-collage .family-hearts { right: -.2rem; width: 4.5rem; }
  .home-page .family-snapshot { width: 45%; }
  .home-page .journal-photo-list { grid-template-columns: 1fr; gap: 2rem; }
  .home-page .journal-photo-list .journal-photo { width: 95%; margin-inline: auto; }
  .home-page .journal-photo-list a>span:nth-child(3) { font-size: 1.65rem; }
  .home-photo-cta .spine { padding: 4.5rem 0 3rem; }
  .cta-hearts { width: 4.8rem; left: 0; top: -.8rem; }
  .cta-star { left: auto; right: .7rem; top: .7rem; }
  .cta-paws { top: auto; bottom: -1.5rem; right: 1rem; flex-direction: row; width: 7rem; }
  .cta-paws img { width: 2rem; height: 2rem; }
  .cta-paws img:nth-child(2) { margin: -.75rem 0 0; }
  .faq-photo-heading { grid-template-columns: 1fr; gap: 2rem; }
  .home-page .faq-pet-photo { width: min(72%,16rem); margin: .5rem auto 1rem; }
}

/* The owner's sketched hearts and patterned paper. */
.heart-art { aspect-ratio: 1; }
.heart-art>img { position: absolute; display: block; width: 58%; height: 80%; object-fit: contain; }
.heart-art>img:first-child { left: 0; top: 0; transform: rotate(-14deg); }
.heart-art>img:last-child { right: 0; bottom: 0; width: 46%; height: 64%; transform: rotate(13deg); }
.quick-contact { background: #fff7fa url("/img/love/heart-grid.png") repeat center / 26rem; }
.quick-contact>.spine { position: relative; padding: clamp(1.2rem,2.5vw,1.8rem); padding-left: 5rem; background: rgba(255,255,255,.97); border: 1px solid var(--hairline-soft); border-radius: 1.25rem; }
.quick-contact-head { padding-right: 22rem; }
.starter-copy { position: relative; }
.starter-phone { position: absolute; top: 1.8rem; right: 1.8rem; }
#quick-contact-form { padding-top: 0; }
.starter-name { position: relative; }
.starter-arrow { position: absolute; left: 2.75rem; top: -2.7rem; width: 6rem; height: 3.8rem; pointer-events: none; }
.heart-heading { display: flex; align-items: center; gap: 1rem; }
.heart-heading img { width: 2.4rem; height: 3.2rem; object-fit: contain; transform: rotate(12deg); }
.ribbon-set li::after { content: ''; display: inline-block; flex: none; width: 1.4rem; height: 1.8rem; background: url("/img/love/heart-pale-outline.png") center / contain no-repeat; }
.home-page .service-photo { background: #ffe1ee url("/img/love/heart-pattern.png") center / 21rem; }
.home-page .service-photo>img:first-child { border: 3px solid white; }
.home-page .journal-photo-list .journal-photo { background: #fff7fa url("/img/love/heart-grid.png") center / 20rem; }
.home-page .journal-photo-list .journal-photo>img:first-child { border: 3px solid white; }
.home-photo-cta { padding-block: clamp(2.5rem,5vw,4rem); background: #ffe1ee url("/img/love/heart-pattern.png") repeat center / 28rem; }
.home-photo-cta>.spine { padding-block: 3rem; background: #fff8fb; border-radius: 1.5rem; box-shadow: 0 .3rem 1rem rgba(53,41,47,.06); }
.home-photo-cta .cta-hearts { top: 2rem; left: 1rem; }
.home-photo-cta .cta-paws { right: 1rem; }
.faq-intro { position: relative; padding-top: 4.3rem; }
.faq-hearts { width: 3.5rem; left: .25rem; top: 0; transform: rotate(-10deg); }
.page-cta:not(.home-photo-cta) h2::before,.journal-note h2::before,.article-aside h2::before { content: ''; display: block; width: 2.3rem; height: 3rem; margin: 0 auto 1rem; background: url("/img/love/heart-coral-outline.png") center / contain no-repeat; }
.site-footer { border-top: 0; padding-top: 6.5rem; }
.site-footer::before { content: ''; position: absolute; inset: 0 0 auto; height: 2.5rem; background: #ffe1ee url("/img/love/heart-pattern.png") repeat center / 24rem; }
.footer-xoxo { display: block; width: 9rem; height: auto; margin-bottom: 1rem; }
@media (max-width: 52rem) {
  .home-photo-cta>.spine { padding-inline: 5.5rem; }
  .home-photo-cta .cta-hearts { left: .4rem; width: 4rem; }
  .home-photo-cta .cta-paws { right: .4rem; }
}
@media (max-width: 38rem) {
  .quick-contact { padding-block: 1rem; background-size: 21rem; }
  .quick-contact>.spine { width: calc(100% - 1.5rem); }
  .quick-contact-head h2 { font-size: 1.8rem; }
  .quick-text-link strong { font-size: clamp(1.3rem,6vw,1.65rem); }
  .quick-contact-submit { white-space: normal; }
  .home-photo-cta>.spine { padding: 5.5rem 1.25rem 4.5rem; }
  .home-photo-cta .cta-hearts { top: .5rem; left: 1rem; }
  .home-photo-cta .cta-star { top: 1rem; right: 1.5rem; }
  .home-photo-cta .cta-paws { bottom: 1rem; right: 1.5rem; }
}

/* Supplied pet-care stickers, with room around text and photographs. */
.phone-contact { display: flex; align-items: center; gap: .9rem; }
.contact-phone { display: block; flex: none; width: 3.4rem; height: auto; transform: rotate(-10deg); pointer-events: none; }
.phone-contact .quick-text-link { min-width: 0; }
.starter-copy .starter-arrow { left: -4.2rem; top: 0; width: 4.6rem; height: calc(140% + 1.6rem); object-fit: fill; transform: none; }
.hero .hero-pet-collage .hero-bone { width: 6.5rem; bottom: 3.5rem; transform: rotate(-22deg); }
.clipart-sticker { position: absolute; display: block; object-fit: contain; pointer-events: none; z-index: 4; filter: drop-shadow(0 .15rem .15rem rgba(53,41,47,.12)); }
.home-page .vacation-sticker { width: min(40%,8rem); height: auto; bottom: -.15rem; left: .35rem; transform: rotate(-8deg); }
.home-page .journal-sticker { width: 6.5rem; height: auto; right: -.4rem; bottom: -.5rem; transform: rotate(9deg); }
.home-page .first-aid-sticker { width: 3.2rem; right: .1rem; bottom: -.6rem; transform: rotate(-9deg); }
.medication-note { display: grid; grid-template-columns: minmax(0,1fr) 7rem; column-gap: 1rem; align-items: center; }
.medication-note>strong,.medication-note>p { grid-column: 1; }
.medication-stickers { grid-column: 2; grid-row: 1 / span 2; display: flex; align-items: center; gap: .4rem; }
.medicine-cross { width: 2.2rem; height: auto; transform: rotate(-12deg); }
.medicine-bottle { width: 4rem; height: auto; transform: rotate(10deg); }
.extra-with-sticker { position: relative; padding-right: 6.4rem; min-height: 6rem; }
.extra-sticker { position: absolute; top: .4rem; right: .5rem; width: 5rem; height: auto; transform: rotate(9deg); pointer-events: none; }
.extra-sticker.mess-sticker { width: 4rem; top: .8rem; transform: rotate(-8deg); }
.about-intro-quote { display: block; flex: none; width: clamp(10rem,20vw,15rem); height: auto; transform: rotate(5deg); }
.about-photo-story { min-width: 0; }
.about-dog-life-quote { display: block; width: min(78%,18rem); height: auto; margin: 2.5rem auto .5rem; transform: rotate(-4deg); }
.site-footer::before { background-image: url("/img/stickers/heart-pattern.png"); background-size: 22rem; }
@media (max-width: 52rem) {
  .quick-contact-head { padding-right: 0; }
  .starter-phone { position: static; margin-top: 1.5rem; }
  .about-photo-story { width: min(100%,29rem); margin-inline: auto; }
  .about-photo-story .family-portrait { width: 100%; }
  .about-dog-life-quote { width: min(75%,16rem); }
}
@media (max-width: 38rem) {
  .quick-contact>.spine { padding-left: 4.5rem; }
  .phone-contact { gap: .6rem; }
  .contact-phone { width: 2.6rem; }
  .phone-contact .quick-text-link { flex-direction: column; gap: 0; }
  .phone-contact .quick-text-link strong { font-size: clamp(1.15rem,5.2vw,1.65rem); }
  .hero .hero-pet-collage .hero-bone { width: 4.5rem; left: -1rem; }
  .home-page .journal-sticker { width: 6rem; right: .1rem; }
  .home-page .first-aid-sticker { width: 3rem; }
  .medication-note { grid-template-columns: minmax(0,1fr) 4rem; gap: .5rem; }
  .medication-stickers { flex-direction: column; gap: .2rem; }
  .medicine-cross { width: 1.6rem; }
  .medicine-bottle { width: 3rem; }
  .extra-with-sticker { padding-right: 4.8rem; }
  .extra-sticker { width: 3.8rem; right: 0; }
  .extra-sticker.mess-sticker { width: 3rem; }
  .about-intro-quote { width: 12rem; align-self: center; margin-top: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  .btn:hover,.row:hover .service-illustration { transform: none; }
  .ribbon-track { width: 100%; transform: none; }
  .ribbon-set { min-width: 0; width: 100%; flex-wrap: wrap; justify-content: center; gap: .75rem 1.5rem; padding: 1.2rem; }
  .ribbon-set li { white-space: normal; padding: 0; gap: 0; text-align: center; }
  .ribbon-set li::after,.ribbon-set[aria-hidden="true"],.ribbon-toggle { display: none; }
}
