@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Sen:wght@600;700&display=swap";:root{font-family:DM Sans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2f3d32;background-color:#fbf6ed;--font-body: "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Sen", "DM Sans", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-sand: #f7f1e4;--color-paper: #fffaf0;--color-paper-soft: #fff4e4;--color-paper-bright: #fffaf3;--color-paper-muted: #f2e7d4;--color-ink: #2f3d32;--color-spruce: #36543c;--color-spruce-muted: #4e6f53;--color-spruce-soft: #5f7f62;--color-sage: #a6bea6;--color-outline: #efe0cd;--color-outline-soft: #f5e8d7;--color-outline-strong: #d7c8ae;--color-outline-dashed: #f1e3cf;--color-mint: #dfe6d9;--color-persimmon: #d8744e;--color-honey: #e8b57f;--color-text-muted: #4f6b58;--color-text-subtle: #5c7461;--radius-card: 32px;--card-shadow: 0 28px 45px rgba(49, 73, 59, .14);--max-width: 1080px}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-family:var(--font-body);background:var(--color-sand);color:var(--color-ink)}a{color:inherit}p{margin:0 0 1rem}h1,h2,h3{font-family:var(--font-display);color:var(--color-spruce);margin:0 0 .5rem}.page-shell{width:100%;max-width:960px;margin:0 auto;padding:clamp(1.5rem,4vw,3rem) clamp(1.25rem,3vw,2.5rem) 4rem;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.75rem)}.section-card{position:relative;background:var(--color-paper);border-radius:34px;padding:clamp(1.75rem,4vw,3rem);border:1px solid var(--color-outline);box-shadow:0 28px 65px #26302914;overflow:hidden}.section-card:after{content:"";position:absolute;inset:1rem;border-radius:28px;border:1px dashed var(--color-outline-dashed);pointer-events:none;opacity:.5}.section-heading{display:flex;flex-direction:column;gap:.3rem}.section-heading h1,.section-heading h2{margin:0;font-family:var(--font-display);color:var(--color-spruce)}.eyebrow{font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-sage);font-weight:700}.hero{display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.75rem)}.hero__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.25rem}.hero__subtitle{margin:.3rem 0 0;font-size:1.2rem;color:var(--color-spruce-soft)}.hero__chips{display:flex;gap:.75rem;align-items:center}.hero__chip{border-radius:999px;border:none;padding:.6rem 1.5rem;font-weight:600;background:var(--color-spruce);color:var(--color-paper);text-decoration:none;box-shadow:0 16px 30px #31493b33;transition:transform .2s ease,box-shadow .2s ease}.hero__chip:hover{transform:translateY(-1px)}.hero__chip--ghost{background:transparent;color:var(--color-spruce);border:2px solid var(--color-spruce-soft);box-shadow:none}.hero__poster{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1.5rem,4vw,3rem);align-items:center}.hero__copy{display:flex;flex-direction:column;gap:.9rem}.hero__tagline{margin:0;font-size:clamp(1.4rem,3vw,1.8rem);font-weight:600;color:var(--color-spruce)}.hero__blurb{margin:0;color:var(--color-text-muted)}.hero__art{position:relative;min-height:240px;display:flex;align-items:center;justify-content:center}.hero__leash{width:100%;max-width:320px}.hero__dog{position:absolute;bottom:0;right:1.5rem;width:160px;color:var(--color-spruce-soft)}.hero__bone{position:absolute;left:0;bottom:1rem;width:120px;color:var(--color-sage);opacity:.5}.hero__path{display:flex;align-items:center;gap:1.5rem}.hero__paw-trail{display:flex;flex-direction:column;gap:.3rem;color:var(--color-spruce)}.hero__paw{width:36px;opacity:.35}.hero__contact-card{background:var(--color-paper-bright);border:1px solid var(--color-outline-soft);border-radius:28px;padding:1.5rem;min-width:260px;display:flex;flex-direction:column;gap:.35rem;box-shadow:0 25px 45px #3242381f}.hero__contact-card a{font-weight:700;color:var(--color-spruce);text-decoration:none}.hero__contact-card a:hover{text-decoration:underline}.hero__contact-card p{margin:0;color:var(--color-text-subtle)}.hero__contact-card span{font-size:.9rem;color:var(--color-text-muted)}.about__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.about__portrait{width:160px;color:var(--color-persimmon)}.about__layout{display:grid;gap:clamp(1.5rem,4vw,2.5rem);margin-top:1.5rem;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.about__story p{margin-top:0;margin-bottom:1rem;color:var(--color-text-muted)}.about__story p:last-child{margin-bottom:0}.about__details{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.about__details li{border:1px solid var(--color-outline-soft);border-radius:20px;padding:1rem 1.25rem;background:var(--color-paper-soft)}.about__details span{display:block;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em;color:var(--color-sage);margin-bottom:.3rem;font-weight:700}.about__details p{margin:0;font-weight:600;color:var(--color-spruce)}.about__decor{position:absolute;inset:0;pointer-events:none}.about__cat{position:absolute;top:1.5rem;right:1.5rem;width:120px;color:var(--color-sage);opacity:.4}.about__bone{position:absolute;bottom:.75rem;left:1rem;width:140px;color:var(--color-mint);opacity:.4}.about__paw{position:absolute;bottom:1.25rem;right:2rem;width:60px;color:var(--color-spruce-soft);opacity:.25}.contact{padding-bottom:clamp(2.5rem,5vw,3.5rem)}.contact__intro{margin:0 0 1.5rem;color:var(--color-text-muted);max-width:46ch}.contact__form{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.contact__form label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;color:var(--color-spruce)}.contact__form input,.contact__form textarea,.contact__form select{border-radius:18px;border:1px solid var(--color-outline-soft);background:var(--color-paper-bright);padding:.85rem 1rem;font:inherit;color:var(--color-spruce);transition:border-color .2s ease,box-shadow .2s ease}.contact__form input:focus,.contact__form textarea:focus,.contact__form select:focus{border-color:var(--color-spruce);box-shadow:0 0 0 3px #3b5d442e;outline:none}.contact__form textarea{resize:vertical;min-height:160px}.contact__submit{align-self:flex-start;border:none;border-radius:999px;padding:.85rem 2.5rem;font-weight:700;font-size:1rem;background:var(--color-spruce);color:var(--color-paper);box-shadow:0 18px 35px #31493b2e;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.contact__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.contact__decor{position:absolute;inset:0;pointer-events:none}.contact__scribble{position:absolute;top:1rem;right:1.5rem;width:90px;color:var(--color-sage);opacity:.5}.contact__bone{position:absolute;bottom:1rem;left:1rem;width:120px;color:var(--color-mint);opacity:.4}.contact__cat{position:absolute;bottom:.5rem;right:1rem;width:120px;color:var(--color-sage);opacity:.4}.contact__paw{position:absolute;width:60px;color:var(--color-spruce-soft);opacity:.25}.contact__paw--one{top:2rem;left:1rem}.contact__paw--two{bottom:2rem;right:2rem}.toast-stack{position:fixed;top:1.25rem;right:1.25rem;display:flex;flex-direction:column;gap:.75rem;z-index:200;pointer-events:none}.toast{background:var(--color-paper);border:1px solid var(--color-outline);border-radius:18px;padding:.85rem 1rem;box-shadow:0 18px 35px #31493b26;display:flex;align-items:center;justify-content:space-between;min-width:240px;pointer-events:auto;font-weight:600;color:var(--color-spruce)}.toast--success{border-color:var(--color-spruce-soft)}.toast--error{border-color:var(--color-persimmon);color:var(--color-persimmon)}.toast__close{border:none;background:none;font-size:1.25rem;color:inherit;cursor:pointer;padding-left:.5rem}@media(max-width:768px){.section-card:after{inset:.75rem}.about__layout{grid-template-columns:1fr}.hero__path{flex-direction:column;align-items:flex-start}.hero__paw-trail{flex-direction:row}.toast-stack{left:1rem;right:1rem;top:auto;bottom:1rem}.toast{width:100%}}
