:root{--cream:#F7F3EF;--cream-deep:#EDE4EC;--sage:#875B90;--sage-deep:#411F38;--clay:#D16D3C;--clay-soft:#E0A074;--ink:#2E1F2B;--ink-soft:#5C4F58;--white:#FFFDFB;--plum:#623D71;--radius:18px;--shadow:0 14px 40px -18px rgba(65,31,56,0.35);--maxw:1140px;--display:"Fraunces", Georgia, serif;--body:"Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*::before,*::after{box-sizing:border-box}body{margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.001ms!important;transition-duration:0.001ms!important}}body{font-family:var(--body);color:var(--ink);background:var(--cream);line-height:1.65;font-size:18px}h1,h2,h3,h4{font-family:var(--display);font-weight:600;line-height:1.1;color:var(--ink);margin:0 0 .5em}h1{font-size:clamp(2.4rem, 5vw, 4rem)}h2{font-size:clamp(1.9rem, 3.5vw, 2.8rem)}h3{font-size:1.4rem}p{margin:0 0 1.1em;color:var(--ink-soft)}.wrap{width:min(var(--maxw), 92%);margin-inline:auto}.section{padding:clamp(3.5rem, 8vw, 6.5rem) 0}.eyebrow{font-family:var(--body);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:800;color:var(--clay);margin:0 0 .8rem}.btn{display:inline-block;font-weight:800;font-size:1rem;padding:.85rem 1.7rem;border-radius:999px;text-decoration:none;border:2px solid #fff0;cursor:pointer;transition:transform 0.15s ease,box-shadow 0.2s ease,background 0.2s ease}.btn-primary{background:var(--clay);color:var(--white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px -10px var(--clay)}.btn-ghost{background:#fff0;color:var(--sage-deep);border-color:var(--sage)}.btn-ghost:hover{background:var(--sage);color:var(--white)}.site-header{position:sticky;top:0;z-index:50;background:rgb(246 242 233 / .9);backdrop-filter:blur(8px);border-bottom:1px solid var(--cream-deep)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.brand .mark,.brand img{height:64px;width:auto;flex:none}.brand .custom-logo{height:64px;width:auto}.brand .name{font-family:var(--display);font-weight:600;font-size:1.35rem;color:var(--ink)}.main-nav ul{list-style:none;display:flex;gap:1.6rem;margin:0;padding:0}.main-nav a{text-decoration:none;font-weight:700;color:var(--ink-soft);padding:.3rem 0}.main-nav a:hover,.main-nav .current-menu-item>a{color:var(--clay)}.nav-toggle{display:none;background:none;border:0;cursor:pointer}.nav-toggle span{display:block;width:26px;height:3px;background:var(--ink);margin:5px 0;border-radius:2px}@media (max-width:820px){.nav-toggle{display:block}.main-nav{position:absolute;top:100%;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--cream-deep);max-height:0;overflow:hidden;transition:max-height 0.3s ease}.main-nav.open{max-height:320px}.main-nav ul{flex-direction:column;gap:0;padding:.5rem 4%}.main-nav li{border-top:1px solid var(--cream-deep)}.main-nav a{display:block;padding:.9rem 0}.main-nav li:first-child{border-top:0}}.hero{position:relative;padding:clamp(3.5rem, 7vw, 6rem) 0;overflow:hidden}.hero .wrap{display:grid;grid-template-columns:1.1fr 0.9fr;gap:3rem;align-items:center}.hero-copy h1 span{color:var(--sage-deep)}.hero-copy .lede{font-size:1.2rem;max-width:38ch}.hero-actions{display:flex;gap:.9rem;flex-wrap:wrap;margin-top:1.6rem}.hero-art{aspect-ratio:1/1;border-radius:var(--radius);background:radial-gradient(circle at 50% 45%,#FFFFFF 0%,#F4ECF3 72%,#E7D7E8 100%);box-shadow:var(--shadow);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:1.25rem}.hero-art img{width:100%;max-width:480px;height:auto}.hero-badge{position:absolute;bottom:1.2rem;left:50%;transform:translateX(-50%);z-index:2;background:var(--sage-deep);color:var(--white);font-weight:800;font-size:.82rem;padding:.5rem 1.1rem;border-radius:999px;box-shadow:var(--shadow);white-space:nowrap}@media (max-width:820px){.hero .wrap{grid-template-columns:1fr}.hero-art{max-width:420px}}.paw-trail{display:flex;justify-content:center;gap:1.5rem;padding:1.5rem 0;opacity:.55}.paw-trail svg{width:26px;height:26px}.paw-trail svg:nth-child(even){transform:translateY(10px) rotate(12deg)}.paw-trail svg:nth-child(odd){transform:translateY(-4px) rotate(-8deg)}.trust{background:var(--cream-deep)}.trust .wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center}.trust .item h3{color:var(--clay);font-size:2.4rem;margin-bottom:.1em}.trust .item p{margin:0;font-weight:700;color:var(--ink)}@media (max-width:680px){.trust .wrap{grid-template-columns:1fr;gap:1.5rem}}.section-head{max-width:620px;margin:0 auto 3rem;text-align:center}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.6rem}.card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--cream-deep);transition:transform 0.18s ease}.card:hover{transform:translateY(-4px)}.card .icon{width:54px;height:54px;border-radius:14px;background:var(--cream-deep);display:grid;place-items:center;margin-bottom:1.1rem;color:var(--sage-deep)}.card .icon svg{width:30px;height:30px}.card h3{margin-bottom:.4rem}.card p{margin-bottom:0;font-size:.98rem}.card .price{display:block;margin-top:1rem;font-weight:800;color:var(--clay)}.about-grid{display:grid;grid-template-columns:0.9fr 1.1fr;gap:3rem;align-items:center}.about-photo{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:var(--sage)}.about-photo img{width:100%;height:100%;object-fit:cover}.values{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.9rem}.values li{display:flex;gap:.8rem;align-items:flex-start;font-weight:600;color:var(--ink)}.values svg{width:24px;height:24px;color:var(--sage-deep);flex:none;margin-top:2px}@media (max-width:820px){.about-grid{grid-template-columns:1fr}}.cta-band{background:var(--sage-deep);color:var(--white);text-align:center}.cta-band h2{color:var(--white)}.cta-band p{color:rgb(255 255 255 / .85);max-width:50ch;margin-inline:auto}.cta-band .btn-primary{margin-top:1.4rem}.form-grid{display:grid;grid-template-columns:0.8fr 1.2fr;gap:3rem;align-items:start}@media (max-width:820px){.form-grid{grid-template-columns:1fr}}.contact-info{background:var(--cream-deep);padding:2rem;border-radius:var(--radius)}.contact-info ul{list-style:none;padding:0;margin:1.2rem 0 0;display:grid;gap:1rem}.contact-info li{display:flex;gap:.7rem;align-items:center;font-weight:700;color:var(--ink)}.contact-info svg{width:22px;height:22px;color:var(--clay);flex:none}.quote-form{background:var(--white);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow)}.field{margin-bottom:1.2rem}.field label{display:block;font-weight:800;font-size:.9rem;margin-bottom:.4rem;color:var(--ink)}.field input,.field select,.field textarea{width:100%;padding:.8rem 1rem;font:inherit;color:var(--ink);background:var(--cream);border:2px solid var(--cream-deep);border-radius:12px;transition:border-color 0.15s ease}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--sage)}.field textarea{min-height:120px;resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}@media (max-width:540px){.field-row{grid-template-columns:1fr}}.form-note{font-size:.85rem;color:var(--ink-soft);margin-top:.5rem}.form-status{padding:.9rem 1rem;border-radius:12px;font-weight:700;margin-bottom:1rem;display:none}.form-status.ok{display:block;background:#E4EFE0;color:var(--sage-deep)}.form-status.err{display:block;background:#F6E0D5;color:var(--clay)}.plugin-form-slot .wpcf7,.plugin-form-slot .wpforms-container{margin:0}.site-footer{background:var(--ink);color:rgb(255 255 255 / .75);padding:3rem 0 2rem}.site-footer .wrap{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}.site-footer h4{color:var(--white);font-family:var(--body);font-size:.95rem;text-transform:uppercase;letter-spacing:.1em}.site-footer a{color:rgb(255 255 255 / .75);text-decoration:none}.site-footer a:hover{color:var(--clay-soft)}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.footer-bottom{border-top:1px solid rgb(255 255 255 / .12);margin-top:2rem;padding-top:1.2rem;font-size:.85rem;text-align:center}@media (max-width:680px){.site-footer .wrap{grid-template-columns:1fr}}.page-hero{background:var(--cream-deep);text-align:center;padding:clamp(3rem,6vw,4.5rem) 0}.page-hero p{max-width:50ch;margin-inline:auto}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--clay);outline-offset:2px}