/*
Theme Name: Furry Friends Petcare
Theme URI: https://furryfriendsgroup.com
Author: Furry Friends Petcare
Description: A clean, photography-led WordPress theme for Furry Friends Petcare in Royal Oak, Michigan.
Version: 3.0.2
Requires at least: 6.9
Tested up to: 7.1
Requires PHP: 8.2
Text Domain: furry-friends-petcare
*/

:root {
  --paper: #f8f6f1;
  --white: #fff;
  --sand: #ebe6dc;
  --ink: #171b19;
  --forest: #243d35;
  --sage: #8d9b88;
  --line: rgba(23,27,25,.15);
  --muted: #626964;
  --gold: #b8874d;
  --paw-color: #8f6231;
  --paw-fixed-opacity: .12;
  --paw-page-opacity: .09;
  --wrap: 1180px;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { position: relative; margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.04; letter-spacing: -.025em; text-wrap: balance; overflow-wrap: normal; word-break: normal; hyphens: none; }
h1 { font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.5rem); }
h3 { font-size: clamp(1.5rem, 2vw, 2rem); }
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { z-index: 999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: var(--white); }
.site-paw-layer { z-index: 4; overflow: hidden; pointer-events: none; }
.site-paw-layer--fixed { position: fixed; inset: 0; }
.site-paw-layer--page { position: absolute; inset: 92px 0 0; }
.site-paw { position: absolute; display: block; width: clamp(100px, 9vw, 145px); aspect-ratio: 1; background: var(--paw-color); -webkit-mask: url("assets/images/paw-print.svg") center / contain no-repeat; mask: url("assets/images/paw-print.svg") center / contain no-repeat; }
.site-paw-layer--fixed .site-paw { opacity: var(--paw-fixed-opacity); }
.site-paw-layer--page .site-paw { width: clamp(78px, 8vw, 120px); opacity: var(--paw-page-opacity); }
.site-paw--fixed-one { top: 8%; right: clamp(20px, 3vw, 42px); transform: rotate(14deg); }
.site-paw--fixed-two { bottom: 2%; left: clamp(20px, 3vw, 42px); transform: rotate(-17deg); }
.site-paw--page-one { top: 1%; left: 16%; transform: rotate(-13deg); }
.site-paw--page-two { top: 28%; right: 7%; transform: rotate(17deg); }
.site-paw--page-three { top: 48%; left: 5%; transform: rotate(11deg); }
.site-paw--page-four { top: 68%; right: 8%; transform: rotate(-19deg); }
.site-paw--page-five { top: 87%; left: 8%; transform: rotate(16deg); }
.eyebrow { margin-bottom: 1rem; color: var(--gold); font-size: .73rem; line-height: 1.2; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #d9bd94; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }
.button,
.wp-block-button__link { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid var(--forest); border-radius: 2px; background: var(--forest); color: var(--white); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover,
.wp-block-button__link:hover { transform: translateY(-2px); background: #172c26; }
.button--outline,
.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; color: var(--forest); }
.button--outline:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover { color: var(--white); }
.button--light,
.wp-block-button.is-style-light .wp-block-button__link { border-color: rgba(255,255,255,.7); background: transparent; color: var(--white); }
.button--light:hover,
.wp-block-button.is-style-light .wp-block-button__link:hover { background: var(--white); color: var(--ink); }
.wp-block-columns { margin-bottom: 0; }
.text-link { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .85rem; font-weight: 700; letter-spacing: .04em; }

.site-header { position: relative; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.header-inner { display: grid; grid-template-columns: 285px 1fr; align-items: center; min-height: 92px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; line-height: 1; }
.brand__mark { width: 54px; height: 62px; object-fit: contain; }
.brand__copy { display: flex; flex-direction: column; }
.brand__name { font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.03em; }
.brand__place { margin-top: 6px; font-size: .58rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.brand .custom-logo-link { display: block; }
.brand .custom-logo { width: auto; max-width: 220px; max-height: 64px; object-fit: contain; }
.site-nav ul { display: flex; justify-content: flex-end; gap: clamp(16px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.site-nav a { padding: 36px 0 32px; border-bottom: 2px solid transparent; color: #3c433f; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.site-nav a:hover, .site-nav .current-menu-item > a { border-color: var(--gold); color: var(--ink); }
.mobile-home-item { display: none; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 4px auto; background: var(--ink); }

.home-hero { position: relative; min-height: min(780px, 82vh); background: #252d29; overflow: hidden; }
.home-hero__media { position: absolute; inset: 0; }
.home-hero__media::after { content: ""; position: absolute; inset: 0; background: rgba(12,18,15,.52); }
.home-hero__media img { height: 100%; object-fit: cover; object-position: center 34%; }
.home-hero__overlay { position: relative; z-index: 2; display: flex; align-items: flex-end; min-height: min(780px, 82vh); padding-block: clamp(70px, 10vw, 120px); }
.home-hero__copy { width: min(780px, 82%); color: var(--white); }
.home-hero__copy h1 { max-width: 780px; margin-bottom: 1.5rem; }
.home-hero__copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.85); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.home-hero .button,
.home-hero .wp-block-button__link { border-color: var(--white); background: var(--white); color: var(--ink); }
.home-hero .button:hover,
.home-hero .wp-block-button__link:hover { background: var(--sand); }
.home-hero .button--light,
.home-hero .wp-block-button.is-style-light .wp-block-button__link { background: transparent; color: var(--white); }
.home-hero .button--light:hover,
.home-hero .wp-block-button.is-style-light .wp-block-button__link:hover { background: var(--white); color: var(--ink); }
.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip__inner { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__inner > .wp-block-group__inner-container { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4,1fr); width: 100%; }
.trust-strip span,
.trust-strip__inner > p,
.trust-strip__inner > .wp-block-group__inner-container > p { margin: 0; padding: 20px 18px; border-right: 1px solid var(--line); text-align: center; color: #424944; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip span:last-child,
.trust-strip__inner > p:last-child,
.trust-strip__inner > .wp-block-group__inner-container > p:last-child { border-right: 0; }

.section { padding-block: clamp(76px, 10vw, 140px); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--forest); color: var(--white); }
.section-heading { max-width: 780px; margin-bottom: clamp(38px, 6vw, 72px); }
.section-heading h2 { margin-bottom: 1.25rem; }
.section-heading > p:last-child:not(.eyebrow) { max-width: 680px; color: var(--muted); font-size: 1.08rem; }
.section--ink .section-heading > p:last-child { color: rgba(255,255,255,.7); }
.section--wide-heading .section-heading { max-width: none; }
.section--wide-heading .section-heading h2 { max-width: none; }
.split-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 100px); align-items: start; }
.split-intro .section-heading { margin-bottom: 0; }
.split-intro .section-heading h2 { font-size: clamp(3rem, 4.25vw, 4.25rem); }
.prose { max-width: 720px; font-size: 1.08rem; }
.prose p { margin-bottom: 1.35rem; }
.prose p:first-child { font-size: 1.2rem; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { background: var(--white); }
.service-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.service-card__image img { height: 100%; object-fit: cover; transition: transform .55s; }
.service-card:hover .service-card__image img { transform: scale(1.025); }
.service-card__body { padding: 28px 28px 32px; }
.service-card__note { margin-bottom: 18px; color: var(--gold); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin-bottom: 16px; }
.service-card__body > p:not(.service-card__note) { color: var(--muted); }

.editorial-feature__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.editorial-feature__image { position: relative; }
.editorial-feature__image::before { content: ""; position: absolute; top: -20px; left: -20px; width: 42%; height: 42%; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); }
.editorial-feature__image img { position: relative; aspect-ratio: 4 / 5; object-fit: cover; }
.editorial-feature__copy { max-width: 540px; }
.editorial-feature__copy h2 { margin-bottom: 1.6rem; }
.check-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); }
.check-list--large { font-size: 1.08rem; }
.quote-feature > blockquote,
.quote-feature blockquote { max-width: 1000px; margin: 0 0 70px; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.2rem); line-height: 1.08; letter-spacing: -.035em; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.24); }
.value-grid > div { padding: 32px 36px 0 0; }
.value-grid p { color: rgba(255,255,255,.7); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.process-grid article,
.process-grid .process-step { padding: 40px 42px 15px 0; }
.process-grid article + article,
.process-grid .process-step + .process-step { padding-left: 42px; border-left: 1px solid var(--line); }
.process-grid span,
.process-grid .process-number { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .14em; }
.process-grid h3 { margin: 22px 0 14px; }
.process-grid p { color: var(--muted); }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(50px, 10vw, 140px); }
.founder-grid__copy { max-width: 520px; }
.founder-grid__copy h2 { margin-bottom: 1.6rem; }
.founder-grid__image img { max-height: 720px; object-fit: cover; object-position: center 25%; }
.location-links { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); }
.location-links > .wp-block-group__inner-container { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2,1fr); width: 100%; }
.location-links p { margin: 0; }
.location-links a { display: flex; justify-content: space-between; align-items: center; padding: 25px 14px 25px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.45rem; }
.location-links a:nth-child(odd),
.location-links p:nth-child(odd) { margin-right: 32px; }
.location-links b { color: var(--gold); font-family: var(--sans); font-size: 1rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(23,27,25,.15); }
.testimonial-grid blockquote { margin: 0; padding: 35px; background: var(--paper); }
.testimonial-grid p { font-family: var(--serif); font-size: 1.3rem; line-height: 1.45; }
.testimonial-grid cite { color: var(--gold); font-size: .72rem; font-style: normal; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.testimonial-grid .testimonial-cite { margin: -22px 35px 35px; color: var(--gold); font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; padding: clamp(44px, 6vw, 78px) 0; background: var(--sand); }
.page-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 620px; }
.page-hero__grid, .simple-hero > .wrap, .locations-preview > .wrap, .cta-band > .wrap { position: relative; z-index: 1; }
.page-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: 50px clamp(35px, 6vw, 80px) 50px 0; }
.page-hero__copy h1 { font-size: clamp(3.5rem, 6.5vw, 6.4rem); }
.page-hero__copy > p:not(.eyebrow) { max-width: 590px; color: #4e5551; font-size: 1.12rem; }
.page-hero__image img { height: 100%; object-fit: cover; }
.page-hero--dog-walking .page-hero__grid,
.page-hero--dog-sitting .page-hero__grid,
.page-hero--pet-visits .page-hero__grid { grid-template-columns: 1.15fr .85fr; }
.page-hero--dog-walking .page-hero__copy,
.page-hero--dog-sitting .page-hero__copy,
.page-hero--pet-visits .page-hero__copy { padding-right: clamp(24px, 3vw, 40px); }
.page-hero--dog-walking .page-hero__copy h1,
.page-hero--dog-sitting .page-hero__copy h1,
.page-hero--pet-visits .page-hero__copy h1 { font-size: clamp(3.5rem, 5.2vw, 5.15rem); }
.service-story__heading .section-heading { max-width: none; margin-bottom: clamp(40px, 5vw, 64px); }
.service-story__heading .section-heading h2 { max-width: none; font-size: clamp(2.75rem, 3.7vw, 3.6rem); }
@media (min-width: 1100px) {
  .service-story__heading .section-heading h2 { white-space: nowrap; }
}
.service-story__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(44px, 6vw, 82px); align-items: center; }
.service-story__image { margin: 0; }
.service-story__image img { display: block; width: 100%; aspect-ratio: 1000 / 668; object-fit: cover; }
.page-hero::after,
.simple-hero::after,
.locations-preview::before,
.cta-band::before { content: ""; position: absolute; width: clamp(90px, 10vw, 150px); aspect-ratio: 1; background: var(--paw-color); opacity: var(--paw-page-opacity); pointer-events: none; -webkit-mask: url("assets/images/paw-print.svg") center / contain no-repeat; mask: url("assets/images/paw-print.svg") center / contain no-repeat; }
.page-hero::after { right: 2.5%; bottom: 4%; transform: rotate(12deg); }
.two-column { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 10vw, 130px); }
.focus-note { align-self: end; padding: clamp(32px, 5vw, 60px); background: var(--forest); color: var(--white); }
.focus-note blockquote { margin: 0 0 1.5rem; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.1; }
.focus-note > p:last-child { color: rgba(255,255,255,.72); }
.rate-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.rate-layout .section-heading h2 { font-size: clamp(2.9rem, 3.8vw, 3.8rem); }
.rate-card { padding: 18px clamp(24px, 5vw, 48px); background: var(--white); color: var(--ink); }
.rate-card > .wp-block-group__inner-container,
.price-list > .wp-block-group__inner-container { display: block; padding: 0; border: 0; }
.rate-card .rate-row,
.price-list .price-row { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.rate-row p,
.price-row p { margin: 0; }
.rate-card > p { margin: 22px 0 5px; color: var(--muted); font-size: .82rem; }
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 6vw, 90px); }
.faq-layout .section-heading { margin-bottom: 0; }
.faq-layout .section-heading h2 { font-size: clamp(2.9rem, 3.8vw, 3.8rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 45px 23px 0; cursor: pointer; font-family: var(--serif); font-size: 1.35rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; font-family: var(--sans); font-size: 1rem; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details div,
.faq-list details > p { max-width: 720px; padding: 0 45px 22px 0; color: var(--muted); }

.location-hero, .simple-hero { position: relative; overflow: hidden; background: var(--sand); }
.location-hero { padding: clamp(42px, 5.5vw, 72px) 0; }
.simple-hero::after { right: 5%; top: 18%; transform: rotate(-10deg); }
.locations-preview { position: relative; overflow: hidden; }
.locations-preview::before { right: 3%; top: 20%; transform: rotate(16deg); }
.pricing-page-title { padding-top: clamp(36px, 5vw, 64px); }
.pricing-page-title h1 { margin-bottom: 0; font-size: clamp(3rem, 5vw, 4.6rem); }
.pricing-section { padding-top: clamp(28px, 4vw, 48px); }
.location-hero__inner { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(300px, .84fr); gap: clamp(38px, 6vw, 82px); align-items: center; }
.location-hero__copy { padding: 22px 0; }
.location-hero h1 { max-width: 790px; margin-bottom: 1.25rem; font-size: clamp(3.35rem, 5.2vw, 5.4rem); }
.location-hero__copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.12rem; }
.location-hero__image { height: clamp(380px, 38vw, 530px); margin: 0; overflow: hidden; }
.location-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.simple-hero { padding: clamp(100px, 15vw, 190px) 0; }
.simple-hero .wrap { max-width: 1040px; margin-left: max(24px, calc((100vw - var(--wrap))/2)); margin-right: auto; }
.simple-hero h1 { max-width: 970px; }
.simple-hero .wrap > p:not(.eyebrow) { max-width: 740px; color: var(--muted); font-size: 1.2rem; }

/* Default WordPress pages use a compact title treatment instead of a full promotional hero. */
.page-template-default .simple-hero { padding: 48px 0 32px; }
.page-template-default .simple-hero .eyebrow { display: none; }
.page-template-default .simple-hero h1 { font-size: clamp(2.6rem, 5vw, 4rem); }
.page-template-default .section { padding-top: 48px; }
.use-case-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); }
.use-case-grid article,
.use-case-grid > .wp-block-column { min-height: 210px; padding: 28px; background: var(--paper); }
.use-case-grid span,
.use-case-grid .use-case-check { color: var(--gold); }
.use-case-grid h3 { margin-top: 55px; font-size: 1.4rem; }
.local-promise { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 7vw, 100px); }
.local-promise h2 { font-size: clamp(3rem, 3.8vw, 3.8rem); }
.local-promise p { color: rgba(255,255,255,.72); }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: start; }
.pricing-panel { min-height: 520px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--white); }
.pricing-panel--dark { background: var(--forest); color: var(--white); }
.pricing-panel h2 { min-height: 115px; font-size: clamp(2.2rem, 3.5vw, 3.4rem); }
.price-list { margin: 25px 0 38px; }
.pricing-panel--dark .price-list .price-row { border-color: rgba(255,255,255,.25); }
.pricing-panel--dark .text-link { color: var(--white); }
.payment-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 130px); align-items: start; }
.payment-layout aside,
.payment-layout > .wp-block-column:last-child { padding: 35px; border-left: 1px solid var(--gold); background: rgba(255,255,255,.45); }

.contact-hero { position: relative; min-height: 540px; background: var(--forest); color: var(--white); }
.contact-hero__image { position: absolute; inset: 0 0 0 58%; }
.contact-hero__image::after { content: ""; position: absolute; inset: 0; background: rgba(18,36,29,.38); }
.contact-hero__image img { height: 100%; object-fit: cover; }
.contact-hero__inner { position: relative; z-index: 2; display: flex; align-items: center; min-height: 540px; }
.contact-hero__inner > div { width: 50%; max-width: 560px; }
.contact-hero h1 { font-size: clamp(3.4rem, 5.8vw, 5.7rem); }
.contact-hero__inner p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 1.15rem; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 96px); align-items: start; }
.contact-intro h2 { margin-bottom: 1.25rem; font-size: clamp(2.5rem, 3.5vw, 3.55rem); }
.contact-heading-line { white-space: nowrap; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 38px; }
.contact-facts { padding-top: 26px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
.contact-facts p + p { margin-top: 20px; }
.contact-form-panel { padding: clamp(28px, 5vw, 54px); border: 1px solid var(--line); background: var(--white); }
.contact-form-panel > h2 { margin-bottom: 12px; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.contact-form-panel > p { color: var(--muted); }
.contact-form { position: relative; display: grid; gap: 20px; margin-top: 32px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #343a36; font-size: .76rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid rgba(23,27,25,.25); border-radius: 0; background: var(--paper); color: var(--ink); font: inherit; font-size: 1rem; letter-spacing: normal; text-transform: none; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.contact-form .button { width: max-content; margin-top: 4px; cursor: pointer; }
.form-help { margin: -10px 0 0; color: var(--muted); font-size: .78rem; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--gold); background: var(--sand); }
.form-notice--success { border-color: #4c765f; }
.form-notice--error { border-color: #a94b42; }
.entry-content { min-height: 300px; }

.cta-band { position: relative; overflow: hidden; padding: clamp(70px, 10vw, 120px) 0; background: #b8a98e; }
.cta-band::before { left: 4%; bottom: -24px; transform: rotate(-16deg); }
.cta-band__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: end; }
.cta-band h2 { margin-bottom: 1rem; }
.cta-band__inner > div:first-child p:last-child { max-width: 680px; }
.cta-band .button-row { justify-content: flex-end; }
.cta-band .wp-block-button.is-style-outline .wp-block-button__link { border-color: var(--forest); }

.site-footer { padding-top: 76px; background: #15251f; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; padding-bottom: 58px; }
.footer-statement h2 { max-width: 640px; font-size: clamp(2.2rem, 4vw, 4rem); }
.footer-statement > p:last-child, .footer-top > div:not(:first-child) p { color: rgba(255,255,255,.62); }
.footer-top > div:not(:first-child) a { display: block; margin-bottom: 8px; }
.footer-label { color: #d9bd94 !important; font-size: .66rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-locations { display: flex; align-items: center; gap: 38px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-locations p { margin: 0; }
.footer-locations nav { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.footer-locations a { color: rgba(255,255,255,.75); font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 26px 0; color: rgba(255,255,255,.46); font-size: .7rem; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }

/* Content added through the native WordPress page editor. */
.additional-page-content { overflow: hidden; }
.additional-page-content .entry-content > * {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}
.additional-page-content .entry-content > * + * { margin-top: 1.5rem; }
.additional-page-content .entry-content > h2,
.additional-page-content .entry-content > h3 { margin-top: clamp(36px, 5vw, 64px); }
.additional-page-content .entry-content > .alignwide { max-width: var(--wrap); }
.additional-page-content .entry-content > .alignfull {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.additional-page-content .wp-block-group.has-background { padding: clamp(30px, 5vw, 64px); }
.additional-page-content img { height: auto; }

/* Homepage gallery: native Gallery block with a theme-controlled crop. */
.home-testimonials { padding-bottom: clamp(52px, 6vw, 84px); }
.home-gallery-editor {
  width: min(var(--wrap), calc(100% - 48px));
  margin-inline: auto;
  padding-block: clamp(52px, 6vw, 84px);
}
.home .additional-page-content {
  padding-top: clamp(52px, 6vw, 84px);
  background: var(--paper);
}
.home .additional-page-content .entry-content,
.home .additional-page-content .home-gallery-editor { max-width: none; }
.home-gallery-editor .home-gallery-eyebrow,
.home .additional-page-content .home-gallery-editor .home-gallery-eyebrow {
  max-width: none;
  margin-bottom: 14px;
  text-align: center;
}
.home-gallery-editor h2,
.home .additional-page-content .home-gallery-editor h2 {
  max-width: none;
  margin: 0 0 clamp(38px, 5vw, 66px);
  text-align: center;
}
.home-photo-gallery,
.home .additional-page-content .home-photo-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px) !important;
  max-width: none;
  margin: 0;
}
.home-photo-gallery > figure.wp-block-image,
.home .additional-page-content .home-photo-gallery > figure.wp-block-image {
  width: auto !important;
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  overflow: hidden;
  background: var(--sand);
}
.home-photo-gallery > figure.wp-block-image img,
.home .additional-page-content .home-photo-gallery > figure.wp-block-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .45s ease;
}
.home-photo-gallery > figure.wp-block-image:hover img,
.home .additional-page-content .home-photo-gallery > figure.wp-block-image:hover img { transform: scale(1.018); }
.home-gallery-controls {
  display: flex;
  justify-content: center;
  margin-top: clamp(30px, 4vw, 48px);
}
.home-gallery-toggle { min-width: 150px; }
.home-photo-gallery > figure.cc-gallery-deferred[hidden],
.home .additional-page-content .home-photo-gallery > figure.cc-gallery-deferred[hidden] {
  display: none !important;
}
.home-photo-gallery .cc-gallery-deferred:not([hidden]) {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease;
}
.home-photo-gallery .cc-gallery-deferred.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .site-header { position: sticky; top: 0; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 78px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 12px 24px 26px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: block; }
  .site-nav ul { display: block; }
  .site-nav .mobile-home-item { display: list-item; }
  .site-nav a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); }
  .service-grid, .testimonial-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .pricing-panel, .pricing-panel h2 { min-height: 0; }
  .use-case-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-statement { grid-column: 1 / -1; }
  .home-photo-gallery,
  .home .additional-page-content .home-photo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { width: min(100% - 32px, var(--wrap)); }
  .home-hero, .home-hero__overlay { min-height: 690px; }
  .home-hero__copy { width: 100%; }
  .home-hero__media::after { background: rgba(12,18,15,.58); }
  .trust-strip__inner { grid-template-columns: repeat(2,1fr); }
  .trust-strip__inner > .wp-block-group__inner-container { grid-template-columns: repeat(2,1fr); }
  .trust-strip span:nth-child(2),
  .trust-strip__inner > p:nth-child(2),
  .trust-strip__inner > .wp-block-group__inner-container > p:nth-child(2) { border-right: 0; }
  .trust-strip span:nth-child(-n+2),
  .trust-strip__inner > p:nth-child(-n+2),
  .trust-strip__inner > .wp-block-group__inner-container > p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-intro, .editorial-feature__grid, .founder-grid, .page-hero__grid, .two-column, .rate-layout, .faq-layout, .local-promise, .payment-layout, .contact-grid, .cta-band__inner { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 34px; }
  .service-card { display: block; }
  .value-grid, .process-grid { grid-template-columns: 1fr; }
  .value-grid > div { padding: 25px 0; border-top: 1px solid rgba(255,255,255,.15); }
  .process-grid article, .process-grid article + article,
  .process-grid .process-step, .process-grid .process-step + .process-step { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .location-links { grid-template-columns: 1fr; }
  .location-links > .wp-block-group__inner-container { grid-template-columns: 1fr; }
  .location-links a:nth-child(odd),
  .location-links p:nth-child(odd) { margin-right: 0; }
  .page-hero { padding-top: 35px; }
  .page-hero__grid { min-height: 0; }
  .page-hero--dog-walking .page-hero__grid,
  .page-hero--dog-sitting .page-hero__grid,
  .page-hero--pet-visits .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero__copy { padding: 30px 0 45px; }
  .page-hero__image img { max-height: 520px; }
  .service-story__heading .section-heading { margin-bottom: 34px; }
  .service-story__grid { grid-template-columns: 1fr; gap: 34px; }
  .location-hero { padding: 34px 0 46px; }
  .location-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .location-hero__copy { padding: 12px 0 0; }
  .location-hero h1 { font-size: clamp(3rem, 13vw, 4.25rem); }
  .location-hero__image { height: min(78vw, 460px); }
  .simple-hero { padding: 90px 0; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-grid article,
  .use-case-grid > .wp-block-column { min-height: 150px; }
  .use-case-grid h3 { margin-top: 30px; }
  .contact-hero__image { inset: 0; opacity: .4; }
  .contact-hero__image::after { background: rgba(18,36,29,.35); }
  .contact-hero, .contact-hero__inner { min-height: 650px; }
  .contact-hero__inner > div { width: 100%; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band .button-row { justify-content: flex-start; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-statement { grid-column: auto; }
  .footer-locations { align-items: flex-start; }
  .footer-bottom { display: block; }
  .home-photo-gallery,
  .home .additional-page-content .home-photo-gallery { grid-template-columns: 1fr; gap: 16px !important; }
  .home-photo-gallery > figure.wp-block-image,
  .home .additional-page-content .home-photo-gallery > figure.wp-block-image { aspect-ratio: 4 / 5; }
  .site-paw--fixed-one { right: 10px; }
  .site-paw--fixed-two { display: none; }
  .site-paw-layer--page .site-paw { width: 78px; }
  .site-paw--page-one,
  .site-paw--page-three,
  .site-paw--page-five { left: 10px; }
  .site-paw--page-two,
  .site-paw--page-four { right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
