:root {
    --ink: #243330;
    --green: #184d47;
    --green-2: #246b61;
    --sage: #dcebe1;
    --sage-2: #edf5ef;
    --cream: #fbf8f1;
    --paper: #fffdf9;
    --coral: #e86f55;
    --coral-dark: #c95540;
    --yellow: #f4c54b;
    --blue: #7bbbc1;
    --muted: #61716d;
    --line: #dce3df;
    --shadow: 0 18px 60px rgba(29, 63, 57, .12);
    --shadow-soft: 0 10px 30px rgba(29, 63, 57, .08);
    --radius: 26px;
    --radius-small: 16px;
    --container: 1180px;
    --decor-paw-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20100%20100%27%3E%3Cellipse%20cx%3D%2735%27%20cy%3D%2718%27%20rx%3D%2712.5%27%20ry%3D%2720%27%20transform%3D%27rotate%28-6%2035%2018%29%27%2F%3E%3Cellipse%20cx%3D%2765%27%20cy%3D%2718%27%20rx%3D%2712.5%27%20ry%3D%2720%27%20transform%3D%27rotate%286%2065%2018%29%27%2F%3E%3Cellipse%20cx%3D%2715%27%20cy%3D%2743%27%20rx%3D%2712%27%20ry%3D%2718%27%20transform%3D%27rotate%28-24%2015%2043%29%27%2F%3E%3Cellipse%20cx%3D%2785%27%20cy%3D%2743%27%20rx%3D%2712%27%20ry%3D%2718%27%20transform%3D%27rotate%2824%2085%2043%29%27%2F%3E%3Cpath%20d%3D%27M50%2043c9%200%2014%208%2020%2018%208%2011%2016%2020%2010%2032-5%2010-17%2012-30%206-13%206-25%204-30-6-6-12%202-21%2010-32%206-10%2011-18%2020-18Z%27%2F%3E%3C%2Fsvg%3E");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Avenir, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.3rem); }
h2 { font-size: clamp(2.2rem, 4.7vw, 4.2rem); }
h3 { line-height: 1.25; }
p { color: var(--muted); }
svg { width: 1.4em; height: 1.4em; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-sage { background: var(--sage-2); }
.skip-link { position: fixed; z-index: 9999; left: 1rem; top: -100px; padding: .8rem 1rem; background: #fff; color: #000; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }
.sr-only { position: absolute!important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; color: var(--coral-dark); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #f7d7c8; }
.eyebrow-paw { color: var(--coral); font-size: .7rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 52px; padding: .85rem 1.4rem; border: 2px solid var(--green); border-radius: 999px; background: var(--green); color: #fff; font-weight: 800; line-height: 1.15; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(24,77,71,.2); background: var(--green-2); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible, .menu-toggle:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button svg { width: 1.1rem; }
.button-small { min-height: 42px; padding: .65rem 1.15rem; font-size: .88rem; }
.button-ghost { background: transparent; color: var(--green); }
.button-ghost:hover { color: #fff; }
.button-coral { border-color: var(--coral); background: var(--coral); }
.button-coral:hover { background: #f08066; }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; gap: .5rem; align-items: center; color: var(--green); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.offer-bar { background: var(--green); color: #fff; font-size: .78rem; }
.offer-inner { min-height: 36px; display: flex; align-items: center; justify-content: center; gap: .6rem; }
.offer-inner a { border-bottom: 1px solid currentColor; font-weight: 800; margin-left: .45rem; }
.offer-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.site-header { position: relative; z-index: 50; background: rgba(251,248,241,.93); border-bottom: 1px solid rgba(24,77,71,.09); backdrop-filter: blur(14px); }
.site-header.is-sticky { position: sticky; top: 0; box-shadow: 0 10px 30px rgba(24,77,71,.08); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--green); line-height: 1; }
.brand-image { flex: 0 0 auto; gap: 0; }
.brand-logo { display: block; width: clamp(190px, 18vw, 255px); height: auto; max-height: 79px; object-fit: contain; }
.brand-image-footer { width: fit-content; padding: .55rem .75rem; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
.brand-image-footer .brand-logo { width: min(230px, 100%); max-height: 72px; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50% 45% 50% 42%; background: var(--yellow); transform: rotate(-3deg); }
.brand-mark svg { width: 31px; height: 31px; fill: var(--green); transform: rotate(3deg); }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.25rem; }
.brand small { display: block; margin-top: .25rem; font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 1.25rem; }
.site-nav > a:not(.button) { position: relative; color: #3f4d4a; font-size: .85rem; font-weight: 750; }
.site-nav > a:not(.button)::after { position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 2px; background: var(--coral); content: ""; transition: right .2s; }
.site-nav > a:not(.button):hover::after, .site-nav > a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px 0; background: var(--green); transition: .2s; }

.flash { margin-top: 1.2rem; padding: 1rem 1.2rem; border-radius: 14px; font-weight: 700; }
.flash-success { color: #155443; background: #dff4e9; border: 1px solid #9ed7bf; }

.hero { position: relative; overflow: hidden; padding: 70px 0 80px; background: radial-gradient(circle at 12% 30%, rgba(244,197,75,.22), transparent 24%), var(--cream); }
.hero::after { position: absolute; right: -5%; bottom: -40px; width: 55%; height: 110px; border-radius: 50% 0 0; background: var(--sage); content: ""; transform: rotate(-3deg); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.hero-copy h1 { max-width: 660px; margin-bottom: 1.4rem; }
.hero-copy h1::after { color: var(--coral); content: " ✦"; font-family: sans-serif; font-size: .35em; vertical-align: top; }
.hero-lead { max-width: 610px; color: #51615d; font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0; }
.hero-reassurance { display: flex; flex-wrap: wrap; gap: 1.3rem; color: var(--green); font-size: .84rem; font-weight: 700; }
.hero-reassurance span { display: flex; align-items: center; gap: .35rem; }
.hero-reassurance svg { color: var(--coral); width: 1rem; }
.hero-visual { position: relative; min-height: 600px; }
.hero-visual > img { position: absolute; z-index: 2; inset: 0 7% 0 10%; width: 83%; height: 100%; border: 8px solid #fff; border-radius: 48% 48% 30px 30px; object-fit: cover; object-position: center 35%; box-shadow: var(--shadow); }
.hero-shape { position: absolute; z-index: 1; inset: -20px -20px 40px 20px; border-radius: 49% 45% 34% 50%; background: var(--blue); transform: rotate(5deg); opacity: .45; }
.floating-card { position: absolute; z-index: 3; display: flex; padding: 1rem 1.15rem; border: 5px solid rgba(255,255,255,.8); border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); }
.floating-price { top: 12%; right: -2%; flex-direction: column; min-width: 135px; transform: rotate(2deg); }
.floating-price span, .floating-price small { color: var(--muted); font-size: .72rem; }
.floating-price strong { color: var(--coral); font-family: Georgia, serif; font-size: 2.2rem; line-height: 1.1; }
.floating-note { left: -5%; bottom: 11%; align-items: center; gap: .75rem; max-width: 250px; }
.floating-note .note-icon { display: grid; place-items: center; flex: 0 0 43px; height: 43px; border-radius: 50%; background: var(--sage); color: var(--green); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { color: var(--green); font-size: .85rem; }
.floating-note small { color: var(--muted); font-size: .69rem; }
.doodle { position: absolute; z-index: 4; color: var(--coral); font-size: 2rem; }
.doodle-one { top: 2%; left: 0; }.doodle-two { right: 1%; bottom: 3%; transform: rotate(-20deg); }

.trust-ribbon { position: relative; z-index: 3; background: #fff; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 105px; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.5rem; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid svg { flex: 0 0 30px; width: 30px; height: 30px; color: var(--coral); }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--green); font-size: .9rem; }
.trust-grid small { color: var(--muted); font-size: .72rem; }

.section-heading { margin-bottom: 3.4rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centred { text-align: center; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.split-heading p { max-width: 480px; margin-bottom: .3rem; }
.service-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-height: 390px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-soft); transition: transform .25s ease, box-shadow .25s; }
.service-card:nth-child(2) { background: #fff4e8; transform: translateY(22px); }
.service-card:nth-child(3) { background: #eef7f6; }
.service-card:nth-child(4) { background: #fff2ef; transform: translateY(22px); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card:nth-child(2):hover, .service-card:nth-child(4):hover { transform: translateY(15px); }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1.5rem; border-radius: 19px; background: var(--sage); color: var(--green); transform: rotate(-4deg); }
.service-icon svg { width: 31px; height: 31px; }
.service-number { position: absolute; right: 1.5rem; top: 1.2rem; color: rgba(24,77,71,.15); font-family: Georgia,serif; font-size: 2rem; font-weight: bold; }
.service-card h3 { color: var(--green); font-size: 1.25rem; }
.service-card p { font-size: .9rem; }
.service-price { margin-top: auto; padding: 1rem 0; color: var(--green); }
.service-price strong { font-family: Georgia,serif; font-size: 1.8rem; }
.service-price span { color: var(--muted); font-size: .75rem; }

.care-split { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 100px; }
.image-stack { position: relative; min-height: 680px; }
.image-main { position: absolute; inset: 0 18% 0 0; width: 82%; height: 100%; border: 8px solid #fff; border-radius: 46% 46% 30px 30px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.image-small { position: absolute; z-index: 2; right: 0; bottom: 3%; width: 43%; height: 44%; border: 7px solid #fff; border-radius: 50% 50% 22px 22px; object-fit: cover; box-shadow: var(--shadow-soft); }
.image-badge { position: absolute; z-index: 3; right: 4%; top: 7%; display: grid; place-items: center; width: 130px; height: 130px; border: 5px solid #fff; border-radius: 50%; background: var(--yellow); color: var(--green); font-family: Georgia,serif; font-size: .95rem; font-weight: bold; line-height: 1.2; text-align: center; transform: rotate(8deg); }
.care-copy > p { max-width: 600px; font-size: 1.06rem; }
.tick-list { display: grid; gap: 1.1rem; margin: 2rem 0; padding: 0; list-style: none; }
.tick-list li { display: flex; gap: 1rem; }
.tick-list li > svg { flex: 0 0 31px; padding: 6px; border-radius: 50%; background: var(--yellow); color: var(--green); }
.tick-list strong, .tick-list small { display: block; }.tick-list strong { color: var(--green); }.tick-list small { color: var(--muted); }

.process-section { overflow: hidden; background: var(--green); }
.process-section .section-heading h2 { color: #fff; }
.process-section .eyebrow { color: #f1c5b9; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); position: relative; gap: 30px; }
.process-grid::before { position: absolute; left: 16%; right: 16%; top: 38px; border-top: 2px dashed rgba(255,255,255,.25); content: ""; }
.process-grid > div { position: relative; text-align: center; color: #fff; }
.process-grid .step { position: relative; z-index: 2; display: grid; place-items: center; width: 78px; height: 78px; margin: 0 auto 1.4rem; border: 5px solid var(--green); border-radius: 50%; background: var(--yellow); color: var(--green); font-family: Georgia,serif; font-size: 1.7rem; font-weight: bold; box-shadow: 0 0 0 2px rgba(255,255,255,.3); }
.process-grid h3 { color: #fff; }.process-grid p { max-width: 300px; margin: 0 auto; color: #c6d9d5; }

.reviews-preview { background: #fffaf3; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { position: relative; margin: 0; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.review-card:nth-child(2) { transform: translateY(18px); }
.stars { color: #e5a800; letter-spacing: .2em; }
.review-card > p { margin: 1.2rem 0 1.8rem; color: var(--ink); font-family: Georgia,serif; font-size: 1.05rem; line-height: 1.65; }
.review-card footer { display: flex; align-items: center; gap: .7rem; }
.review-card footer strong, .review-card footer small { display: block; }.review-card footer small { color: var(--muted); }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sage); color: var(--green); font-weight: 800; }
.example-badge, .edit-label { display: inline-flex; margin-bottom: .8rem; padding: .28rem .6rem; border-radius: 999px; background: #fff0cf; color: #805d08; font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.photo-strip { display: grid; grid-template-columns: repeat(4, 1fr); height: 320px; }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; }.photo-strip img:nth-child(2) { object-position: center 25%; }

.page-hero { overflow: hidden; position: relative; padding: 85px 0 95px; background: var(--sage-2); text-align: center; }
.page-hero::before, .page-hero::after { position: absolute; width: 260px; height: 260px; border: 3px solid rgba(24,77,71,.08); border-radius: 50%; content: ""; }
.page-hero::before { left: -100px; bottom: -100px; }.page-hero::after { right: -80px; top: -140px; background: var(--yellow); border: 0; opacity: .45; }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; margin: 0 auto 1.1rem; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 720px; margin: 0 auto; font-size: 1.1rem; }

.service-detail-list { display: grid; gap: 100px; }
.service-detail { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; scroll-margin-top: 120px; }
.service-detail.reverse { grid-template-columns: 1.15fr .85fr; }.service-detail.reverse .service-detail-image { order: 2; }
.service-detail-image { position: relative; height: 570px; }
.service-detail-image img { width: 100%; height: 100%; border-radius: 48% 48% 28px 28px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.service-detail-image::before { position: absolute; z-index: -1; inset: 20px -18px -20px 20px; border-radius: 48% 48% 28px 28px; background: var(--yellow); content: ""; transform: rotate(3deg); }
.service-detail.reverse .service-detail-image::before { background: var(--blue); transform: rotate(-3deg); }
.service-bubble { position: absolute; right: -20px; bottom: 30px; display: grid; place-items: center; width: 88px; height: 88px; border: 6px solid #fff; border-radius: 50%; background: var(--coral); color: #fff; box-shadow: var(--shadow-soft); }
.service-bubble svg { width: 42px; height: 42px; }
.service-detail-copy h2 { margin-bottom: 1.2rem; }.lead-small { color: #4b5c58; font-size: 1.08rem; }
.service-detail-copy h3 { margin-top: 2rem; color: var(--green); }
.simple-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem 1.3rem; padding: 0; list-style: none; }
.simple-checks li { display: flex; gap: .5rem; align-items: center; color: #44534f; font-size: .9rem; }.simple-checks svg { flex: 0 0 22px; padding: 3px; border-radius: 50%; background: var(--sage); color: var(--green); }
.price-action { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.price-action span, .price-action strong, .price-action small { display: block; }.price-action span { color: var(--muted); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }.price-action strong { color: var(--green); font-family: Georgia,serif; font-size: 2rem; }.price-action small { display: inline; font-family: sans-serif; font-size: .8rem; font-weight: normal; }
.notice-section { padding: 0 0 100px; }.notice-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.4rem; padding: 2rem; border-radius: var(--radius); background: var(--yellow); }.notice-card h2 { margin: 0 0 .3rem; font-size: 1.8rem; }.notice-card p { margin: 0; color: #596044; }.notice-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #fff; color: var(--green); font-family: Georgia,serif; font-size: 1.6rem; font-weight: bold; }

.pricing-section { background: #fff; }.price-notice { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; padding: 1.1rem 1.3rem; border: 1px solid #f1c860; border-radius: var(--radius-small); background: #fff8df; }.price-notice > svg { flex: 0 0 35px; width: 35px; color: var(--coral); }.price-notice strong, .price-notice small { display: block; }.price-notice small { color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pricing-card { display: flex; flex-direction: column; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }.pricing-card:nth-child(2n) { background: var(--sage-2); }.pricing-card h2 { font-family: inherit; font-size: 1.15rem; letter-spacing: 0; }.pricing-card p { font-size: .86rem; }.big-price { margin: auto 0 1.4rem; padding-top: 1.4rem; color: var(--green); font-family: Georgia,serif; font-size: 2.7rem; font-weight: bold; }.big-price small { display: block; color: var(--muted); font-family: sans-serif; font-size: .75rem; font-weight: normal; }
.extras-card { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; margin-top: 28px; padding: 2.5rem; border-radius: var(--radius); background: var(--green); color: #fff; }.extras-card h2 { color: #fff; font-size: 2.2rem; }.extras-list { display: grid; gap: 12px; }.extras-list > div { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; border-radius: var(--radius-small); background: rgba(255,255,255,.1); }.extras-list strong, .extras-list small { display: block; }.extras-list small { color: #c7dcd8; }.extras-list b { color: var(--yellow); font-family: Georgia,serif; font-size: 1.5rem; }
.calculator-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }.calculator-grid > div > img { width: 75%; max-height: 330px; margin: 2rem auto 0; border: 7px solid #fff; border-radius: 48% 48% 24px 24px; object-fit: cover; object-position: center 22%; box-shadow: var(--shadow-soft); }.calculator-card { padding: 2.2rem; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }.calc-dog-options { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 1rem; }.estimate-result { margin: 1.2rem 0; padding: 1.3rem; border-radius: var(--radius-small); background: var(--green); text-align: center; }.estimate-result span, .estimate-result strong, .estimate-result small { display: block; }.estimate-result span, .estimate-result small { color: #c9dcd8; }.estimate-result strong { color: var(--yellow); font-family: Georgia,serif; font-size: 3rem; line-height: 1.1; }.estimate-result small { font-size: .78rem; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }.about-images { position: relative; min-height: 650px; }.about-main { position: absolute; inset: 0 10% 0 0; width: 90%; height: 100%; border-radius: 48% 48% 28px 28px; object-fit: cover; box-shadow: var(--shadow); }.about-inset { position: absolute; right: -2%; bottom: 4%; width: 42%; height: 37%; border: 7px solid #fff; border-radius: 50%; object-fit: cover; }.placeholder-note { margin: 1.6rem 0; padding: 1.2rem; border-left: 4px solid var(--yellow); border-radius: 0 12px 12px 0; background: #fff8df; }.placeholder-note p { margin: .4rem 0 0; }.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }.value-grid article { position: relative; padding: 2.2rem; border-radius: var(--radius); background: #fff; }.value-grid article > span { position: absolute; top: 1rem; right: 1.3rem; color: rgba(24,77,71,.15); font-family: Georgia,serif; font-size: 2rem; }.value-grid article > svg { width: 38px; height: 38px; margin-bottom: 1.5rem; color: var(--coral); }.value-grid h2 { font-family: inherit; font-size: 1.25rem; letter-spacing: 0; }.honest-note { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 3rem; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }.honest-note h2 { margin: 0; font-size: 2.5rem; }.honest-note p { margin: 0; }

.form-section { background: #fff; }.form-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 55px; }.form-aside { position: sticky; top: 110px; }.form-aside h2 { font-size: 2.8rem; }.form-aside ol { display: grid; gap: .85rem; padding: 0; list-style: none; }.form-aside li { display: flex; align-items: center; gap: .8rem; color: var(--green); font-weight: 750; }.form-aside li span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--yellow); }.form-aside img { width: 78%; max-height: 330px; margin: 1.7rem auto; border-radius: 50% 50% 25px 25px; object-fit: cover; box-shadow: var(--shadow-soft); }.privacy-mini { display: flex; align-items: center; gap: .6rem; font-size: .78rem; }.privacy-mini svg { flex: 0 0 22px; padding: 3px; border-radius: 50%; background: var(--sage); color: var(--green); }
.form-card { padding: 2.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow-soft); }.form-step-title { display: flex; align-items: center; gap: 1rem; margin: 2.4rem 0 1.2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }.form-step-title:first-of-type { margin-top: 0; }.form-step-title > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--green); color: #fff; font-family: Georgia,serif; font-weight: bold; }.form-step-title h2 { margin: 0; font-family: inherit; font-size: 1.3rem; letter-spacing: 0; }.form-step-title p { margin: 0; font-size: .78rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }.field { display: grid; gap: .4rem; margin-bottom: 1rem; }.field-full { grid-column: 1 / -1; }.field label { color: #344642; font-size: .82rem; font-weight: 800; }.field label span { color: var(--muted); font-weight: normal; }.field input, .field select, .field textarea, .compact-form input, .compact-form textarea { width: 100%; min-height: 50px; padding: .75rem .9rem; border: 1px solid #cfd9d4; border-radius: 12px; background: #fff; color: var(--ink); }.field textarea { resize: vertical; }.check-row, .consent-row { display: flex; align-items: flex-start; gap: .65rem; color: #40504c; font-size: .84rem; cursor: pointer; }.check-row { margin-bottom: 1rem; padding: .8rem; border: 1px solid var(--line); border-radius: 12px; background: var(--sage-2); }.consent-row { margin: 1.3rem 0; }.check-row input, .consent-row input { width: 19px; height: 19px; margin-top: .12rem; accent-color: var(--green); }.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.form-errors { margin-bottom: 1.4rem; padding: 1rem 1.2rem; border: 1px solid #e7a191; border-radius: 12px; background: #fff0ed; color: #793426; }.form-errors ul { margin-bottom: 0; }.fine-print { color: var(--muted); font-size: .72rem; }.centred-text { text-align: center; }

.review-page-grid { grid-template-columns: repeat(3, 1fr); }.review-page-grid .review-card:nth-child(2) { transform: none; }.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 18px; }.gallery-item { grid-column: span 4; grid-row: span 2; margin: 0; }.gallery-item-1, .gallery-item-5 { grid-column: span 5; grid-row: span 3; }.gallery-item-2 { grid-column: span 3; grid-row: span 2; }.gallery-item-3 { grid-column: span 4; grid-row: span 3; }.gallery-item button { position: relative; overflow: hidden; width: 100%; height: calc(100% - 38px); padding: 0; border: 0; border-radius: var(--radius); background: #eee; cursor: zoom-in; }.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }.gallery-item button:hover img { transform: scale(1.04); }.gallery-item figcaption { overflow: hidden; padding: .5rem .3rem 0; color: var(--muted); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }.zoom-icon { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--green); font-size: 1.2rem; }.lightbox { width: min(920px, calc(100% - 30px)); max-height: 90vh; padding: 0; border: 0; border-radius: 20px; background: #111; }.lightbox::backdrop { background: rgba(8,20,18,.85); backdrop-filter: blur(8px); }.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; }.lightbox button { position: absolute; z-index: 2; top: 12px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #fff; color: #111; font-size: 1.5rem; cursor: pointer; }

.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 80px; }.faq-layout > div:first-child { position: sticky; top: 120px; }.faq-layout > div:first-child h2 { font-size: 2.8rem; }.faq-layout > div:first-child img { width: 75%; max-height: 300px; margin: 2rem auto 0; border-radius: 50% 50% 20px 20px; object-fit: cover; }.accordion { border-top: 1px solid var(--line); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.4rem .5rem; color: var(--green); font-family: Georgia,serif; font-size: 1.25rem; font-weight: bold; cursor: pointer; list-style: none; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary b { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: var(--sage); font-family: sans-serif; transition: transform .2s; }.accordion details[open] summary b { transform: rotate(45deg); }.accordion details > div { padding: 0 3.5rem 1.4rem .5rem; }.accordion p { margin: 0; }

.contact-section { background: #fff; }.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }.contact-details > p { max-width: 500px; }.contact-card { display: flex; align-items: center; gap: 1rem; margin-bottom: 12px; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-small); background: var(--cream); }.contact-card > svg { flex: 0 0 34px; width: 34px; color: var(--coral); }.contact-card small, .contact-card strong, .contact-card a { display: block; }.contact-card small { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }.contact-card strong, .contact-card a { color: var(--green); font-weight: 800; }.compact-form .field { margin-bottom: .9rem; }.prose { max-width: 800px; }.prose h2 { margin-top: 2.2rem; font-family: inherit; font-size: 1.45rem; letter-spacing: 0; }
.empty-state { grid-column: 1 / -1; padding: 4rem; border: 2px dashed var(--line); border-radius: var(--radius); text-align: center; }.empty-state h1, .empty-state h2 { margin-bottom: .8rem; }

.final-cta { position: relative; overflow: hidden; padding: 72px 0; background: var(--green); }.final-cta::after { position: absolute; right: 5%; top: -150px; width: 330px; height: 330px; border: 40px solid rgba(255,255,255,.04); border-radius: 50%; content: ""; }.final-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 3rem; }.final-cta h2 { margin-bottom: .6rem; color: #fff; font-size: clamp(2.2rem,4vw,3.6rem); }.final-cta p { max-width: 700px; margin: 0; color: #c6d9d5; }.site-footer { padding: 75px 0 25px; background: #102f2c; color: #fff; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }.brand-light { color: #fff; }.footer-brand p { max-width: 300px; color: #aebfbc; }.footer-grid h3 { color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { display: block; margin: 0 0 .6rem; color: #b9cbc7; font-size: .84rem; }.footer-grid a:hover { color: var(--yellow)!important; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #819995; font-size: .76rem; }

@media (max-width: 1050px) {
    .site-nav { gap: .8rem; }.site-nav > a:not(.button) { font-size: .78rem; }
    .brand-logo { width: clamp(170px, 20vw, 225px); }
    .hero-grid { gap: 35px; }.hero-visual { min-height: 540px; }
    .service-card-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }.service-card:nth-child(n) { transform: none; }.service-card:nth-child(n):hover { transform: translateY(-7px); }
    .care-split, .about-grid { gap: 55px; }.image-stack, .about-images { min-height: 580px; }
    .service-detail, .service-detail.reverse { gap: 45px; }.service-detail-image { height: 500px; }
    .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 30px; }
}

@media (max-width: 850px) {
    .section { padding: 80px 0; }
    .menu-toggle { display: block; cursor: pointer; }
    .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
    .site-nav.is-open { display: flex; }.site-nav > a:not(.button) { padding: .75rem; font-size: .95rem; }.site-nav > a:not(.button)::after { display: none; }.site-nav .button { margin-top: .6rem; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .hero { padding-top: 50px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { text-align: center; }.hero-copy h1, .hero-lead { margin-inline: auto; }.hero-actions, .hero-reassurance { justify-content: center; }.hero-visual { width: min(600px,100%); margin: 10px auto 0; }
    .trust-grid { grid-template-columns: repeat(2,1fr); }.trust-grid > div:nth-child(2) { border-right: 0; }.trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .split-heading { align-items: start; flex-direction: column; gap: 1rem; }
    .care-split, .about-grid, .calculator-grid, .form-layout, .contact-grid, .faq-layout { grid-template-columns: 1fr; }.care-split, .about-grid { gap: 70px; }.care-copy { max-width: 680px; }.form-aside, .faq-layout > div:first-child { position: static; }.form-aside img { width: 55%; }
    .service-detail, .service-detail.reverse { grid-template-columns: 1fr; }.service-detail.reverse .service-detail-image { order: 0; }.service-detail-image { width: min(520px,100%); margin-inline: auto; }.service-detail-copy { max-width: 680px; margin-inline: auto; }
    .review-grid, .review-page-grid { grid-template-columns: 1fr 1fr; }.review-card:nth-child(2) { transform: none; }
    .pricing-grid { grid-template-columns: 1fr 1fr; }.extras-card, .honest-note { grid-template-columns: 1fr; gap: 20px; }.calculator-grid { gap: 50px; }.calculator-grid > div > img { width: 50%; }
    .value-grid { grid-template-columns: 1fr; }.gallery-item, .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-5 { grid-column: span 6; grid-row: span 2; }.gallery-item:nth-child(3n) { grid-row: span 3; }
    .final-cta-inner { align-items: start; flex-direction: column; }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2 / -1; }.photo-strip { height: 230px; }
}

@media (max-width: 600px) {
    .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 66px 0; }
    h1 { font-size: clamp(2.8rem,15vw,4.5rem); }.page-hero h1 { font-size: clamp(2.65rem,13vw,4rem); }
    .offer-inner { min-height: 42px; line-height: 1.25; text-align: center; }.offer-dot { display: none; }.offer-inner a { white-space: nowrap; }
    .nav-wrap { min-height: 72px; }.brand-logo { width: 170px; max-height: 54px; }.brand-mark { width: 42px; height: 42px; }.brand-mark svg { width: 27px; }.brand strong { font-size: 1.1rem; }
    .hero { padding: 40px 0 60px; }.hero-lead { font-size: 1.04rem; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 480px; }.hero-visual > img { inset: 0 5% 0 5%; width: 90%; }.hero-shape { inset: 0 0 30px 10px; }.floating-price { top: 7%; right: -1%; min-width: 110px; padding: .8rem; }.floating-note { left: 0; bottom: 6%; max-width: 220px; }.hero::after { display: none; }
    .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { min-height: 83px; border-right: 0; border-bottom: 1px solid var(--line); }.trust-grid > div:last-child { border-bottom: 0; }
    .service-card-grid, .pricing-grid, .review-grid, .review-page-grid { grid-template-columns: 1fr; }.service-card { min-height: 330px; }
    .image-stack, .about-images { min-height: 500px; }.image-main { inset-right: 8%; width: 92%; }.image-small { width: 46%; height: 37%; }.image-badge { width: 104px; height: 104px; font-size: .78rem; }
    .process-grid { grid-template-columns: 1fr; gap: 45px; }.process-grid::before { left: 50%; right: auto; top: 50px; bottom: 50px; width: 0; border-left: 2px dashed rgba(255,255,255,.22); border-top: 0; }
    .photo-strip { grid-template-columns: 1fr 1fr; height: 420px; }.photo-strip img { height: 210px; }
    .page-hero { padding: 65px 0 70px; }.page-hero p { font-size: 1rem; }
    .service-detail-list { gap: 75px; }.service-detail-image { height: 450px; }.simple-checks { grid-template-columns: 1fr; }.price-action { align-items: stretch; flex-direction: column; }.price-action .button { width: 100%; }.notice-card { grid-template-columns: 1fr; text-align: center; }.notice-icon { margin-inline: auto; }
    .extras-card { padding: 1.5rem; }.extras-list > div { align-items: flex-start; }.calc-dog-options { grid-template-columns: 1fr; }.calculator-grid > div > img { width: 70%; }
    .about-images { min-height: 540px; }.honest-note { padding: 2rem; }.honest-note h2 { font-size: 2rem; }
    .form-aside img { width: 70%; }.form-card { padding: 1.2rem; }.form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.form-step-title > span { flex: 0 0 42px; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; }.gallery-item, .gallery-item-1, .gallery-item-2, .gallery-item-3, .gallery-item-5 { grid-column: auto; grid-row: auto; }.gallery-item button { height: calc(100% - 38px); }
    .faq-layout { gap: 50px; }.faq-layout > div:first-child img { width: 65%; }.accordion summary { font-size: 1.05rem; }
    .contact-grid { gap: 50px; }.final-cta { padding: 55px 0; }.final-cta .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: .6rem; }
    .empty-state { padding: 2.5rem 1.2rem; }
}

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

/* Footer/banner refinement: solid CTA everywhere, homepage overlay only. */
.photo-strip {
    position: relative;
    overflow: hidden;
    height: clamp(180px, 18vw, 260px);
    border-bottom: 8px solid var(--cream);
}

.photo-strip img {
    filter: saturate(1.04) contrast(1.02);
}

.photo-strip img:nth-child(1) { object-position: center 62%; }
.photo-strip img:nth-child(2) { object-position: center 55%; }
.photo-strip img:nth-child(3) { object-position: center 52%; }
.photo-strip img:nth-child(4) { object-position: center 47%; }

.final-cta {
    --cta-paw-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%20100%20100%27%3E%3Cellipse%20cx%3D%2735%27%20cy%3D%2718%27%20rx%3D%2712.5%27%20ry%3D%2720%27%20transform%3D%27rotate%28-6%2035%2018%29%27%2F%3E%3Cellipse%20cx%3D%2765%27%20cy%3D%2718%27%20rx%3D%2712.5%27%20ry%3D%2720%27%20transform%3D%27rotate%286%2065%2018%29%27%2F%3E%3Cellipse%20cx%3D%2715%27%20cy%3D%2743%27%20rx%3D%2712%27%20ry%3D%2718%27%20transform%3D%27rotate%28-24%2015%2043%29%27%2F%3E%3Cellipse%20cx%3D%2785%27%20cy%3D%2743%27%20rx%3D%2712%27%20ry%3D%2718%27%20transform%3D%27rotate%2824%2085%2043%29%27%2F%3E%3Cpath%20d%3D%27M50%2043c9%200%2014%208%2020%2018%208%2011%2016%2020%2010%2032-5%2010-17%2012-30%206-13%206-25%204-30-6-6-12%202-21%2010-32%206-10%2011-18%2020-18Z%27%2F%3E%3C%2Fsvg%3E");
    overflow: hidden!important;
    display: block;
    height: auto;
    min-height: 0;
    margin-top: 0;
    padding: clamp(58px, 7vw, 92px) 0!important;
    background: var(--green)!important;
}

.final-cta::after {
    position: absolute!important;
    right: 9%!important;
    top: 50%!important;
    bottom: auto!important;
    width: clamp(150px, 14vw, 255px)!important;
    height: clamp(135px, 12vw, 230px)!important;
    border: 0!important;
    border-radius: 0!important;
    background: rgba(255,255,255,.13)!important;
    content: ""!important;
    opacity: 1!important;
    transform: translateY(-50%) rotate(17deg)!important;
    -webkit-mask: var(--cta-paw-mask) center / contain no-repeat;
    mask: var(--cta-paw-mask) center / contain no-repeat;
}

.final-cta-inner {
    overflow: visible!important;
    padding: 0!important;
    border-radius: 0!important;
    background: transparent!important;
    box-shadow: none!important;
}

.final-cta h2,
.final-cta p,
.final-cta .eyebrow,
.final-cta .button {
    position: relative;
    z-index: 2;
}

.final-cta h2 {
    max-width: 860px;
    text-shadow: none;
}

.final-cta p {
    color: #fff!important;
    text-shadow: none;
}

.page-home .photo-strip {
    height: clamp(520px, 41vw, 790px);
    border-bottom: 0;
}

.page-home .final-cta {
    --home-cta-height: clamp(282px, 16vw, 312px);
    display: flex;
    align-items: center;
    height: var(--home-cta-height);
    margin-top: calc(-1 * var(--home-cta-height));
    padding: 0!important;
    background: rgba(24,77,71,.8)!important;
}

.page-home .final-cta::after {
    right: 12%!important;
    top: auto!important;
    bottom: 7%!important;
    transform: rotate(17deg)!important;
}

.site-footer {
    position: relative;
    padding-top: 70px!important;
    background: #102f2c!important;
    background-image: none!important;
    color: #fff;
}

.site-footer::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.035), transparent 42%);
    content: "";
    pointer-events: none;
}

.footer-grid,
.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-grid {
    align-items: start;
}

.footer-brand p,
.footer-grid > div:not(:first-child) a,
.footer-grid > div:not(:first-child) p {
    color: #d3e1de!important;
    text-shadow: none!important;
}

.footer-grid h3 {
    color: #fff!important;
    text-shadow: none!important;
}

@media (max-width: 850px) {
    .page-home .photo-strip {
        height: 560px!important;
    }

    .final-cta {
        min-height: auto;
        margin-top: 0;
    }

    .page-home .final-cta {
        min-height: auto;
        margin-top: -260px;
    }
}

/* Decorative paw backgrounds: replaces the old cropped circle motifs only. */
.hero::after,
.page-hero::before,
.page-hero::after,
.final-cta::after {
    border: 0!important;
    border-radius: 0!important;
    background: currentColor!important;
    -webkit-mask: var(--decor-paw-mask) center / contain no-repeat!important;
    mask: var(--decor-paw-mask) center / contain no-repeat!important;
}

.hero::after {
    display: block;
    right: -95px!important;
    bottom: -75px!important;
    width: clamp(210px, 19vw, 340px)!important;
    height: clamp(190px, 17vw, 305px)!important;
    color: var(--sage)!important;
    opacity: .9;
    transform: rotate(-14deg)!important;
}

.page-hero::before {
    left: -125px!important;
    bottom: -45px!important;
    width: clamp(230px, 22vw, 380px)!important;
    height: clamp(205px, 20vw, 340px)!important;
    color: var(--green)!important;
    opacity: .11;
    transform: rotate(-17deg)!important;
}

.page-hero::after {
    right: -155px!important;
    top: -82px!important;
    width: clamp(300px, 27vw, 520px)!important;
    height: clamp(270px, 24vw, 465px)!important;
    color: var(--yellow)!important;
    opacity: .46;
    transform: rotate(198deg)!important;
}

.final-cta {
    --cta-paw-mask: var(--decor-paw-mask);
}

.final-cta::after {
    color: rgba(255,255,255,.13)!important;
}

@media (max-width: 600px) {
    .hero::after {
        display: none!important;
    }

    .page-hero::before {
        left: -145px!important;
        bottom: -65px!important;
    }

    .page-hero::after {
        right: -190px!important;
        top: -80px!important;
    }
}
