.opus-shell, #keeper-home{
  --orange: #FF7828; --orange-hover: #F36B1B; --tint: #FFF0E5; --accent: #A33D00;
  --ink: #292522; --muted: #625D58; --paper: #FAFAF8; --soft: #F0EEEA; --line: #D7D3CE; --white: #fff; --forest: #1F2A22;
  --display: "DynaPuff", "Trebuchet MS", sans-serif; --body: Inter, "Helvetica Neue", Arial, sans-serif;
}
@scope (.opus-shell) {
.brand {display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink);font:600 1.2rem/1 var(--display)} .brand img{border-radius:50%}.brand b{color:var(--orange);font-weight:600} .wrap{max-width:1180px;width:calc(100% - 40px);margin:auto;padding:0} button,a{font-family:var(--body)} a{text-decoration:none} button:focus-visible,a:focus-visible{outline:3px solid var(--orange);outline-offset:3px} [hidden]{display:none!important}.site-head { display: block; padding: 0; position: relative; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.head-inner { display: flex; align-items: center; gap: 18px; min-height: 76px; }
.primary { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.menu { list-style: none; margin: 0 0 0 auto; padding: 0; display: flex; gap: 2px; }
.has-panel { position: relative; }
.top { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 14px; border: 0; border-radius: 99px; background: none; font: 600 1rem var(--body); color: var(--ink); cursor: pointer; }
.top:hover, .top[aria-expanded="true"] { background: var(--soft); }
.top[aria-expanded="true"] { color: var(--accent); }
.chev { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.top[aria-expanded="true"] .chev { transform: rotate(180deg); }
.panel { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); width: min(720px, 92vw); display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 18px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 24px 50px rgba(41, 37, 34, .16); }
.panel[hidden] { display: none; }
.has-panel:first-child .panel { left: -40px; transform: none; }
.has-panel:last-child .panel { left: auto; right: -80px; transform: none; }
.panel-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.panel-links a { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; align-items: center; padding: 9px 10px; border-radius: 12px; text-decoration: none; color: var(--ink); }
.panel-links a:hover, .panel-links a:focus-visible { background: var(--tint); }
.panel-links strong { display: block; font-size: .98rem; }
.panel-links small { display: block; color: var(--muted); font-size: .84rem; line-height: 1.35; }
.pi { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--soft); flex: none; }
.pi svg { width: 22px; height: 22px; fill: none; stroke: var(--accent); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.new { font-style: normal; font-size: .68rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: #2F5D62; padding: 1px 7px; border-radius: 99px; margin-left: 6px; vertical-align: 2px; }
.panel-side { background: var(--soft); border-radius: 16px; padding: 14px 16px; display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.panel-label { margin: 0; font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.panel-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.panel-chips a { background: var(--white); color: var(--ink); text-decoration: none; font-weight: 600; font-size: .88rem; padding: 6px 12px; border-radius: 99px; border: 1px solid var(--line); }
.panel-chips a:hover { border-color: var(--orange); color: var(--accent); }
.panel-more { margin-top: auto; font-weight: 700; text-decoration: none; font-size: .92rem; }
.panel-action { display: flex; align-items: center; gap: 10px; width: 100%; padding: 8px 10px; background: var(--white); border-radius: 12px; text-decoration: none; color: var(--ink); font-weight: 650; }
.panel-action .pi { width: 32px; height: 32px; }
.panel-action:hover { color: var(--accent); }
.panel-feature { position: relative; display: block; border-radius: 16px; overflow: hidden; color: #fff; text-decoration: none; min-height: 220px; }
.panel-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.panel-feature span { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px; background: linear-gradient(transparent, rgba(20, 16, 12, .8)); display: grid; }
.panel-feature small { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.seg { display: inline-flex; border: 1.5px solid var(--line); border-radius: 99px; overflow: hidden; background: var(--white); }
.seg button { border: 0; background: none; font: 650 .88rem var(--body); padding: 8px 12px; min-height: 40px; cursor: pointer; color: var(--ink); }
.seg button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.orig { display: flex; gap: 8px; align-items: center; font-size: .88rem; }
.orig input { width: 18px; height: 18px; accent-color: var(--orange); }
.head-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--ink); }
.icon-btn:hover { background: var(--soft); }
.icon-btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.signin { font-weight: 700; color: var(--ink); text-decoration: none; padding: 10px 12px; border-radius: 99px; }
.signin:hover { background: var(--soft); }
.nb-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 16px; border-radius: 99px; background: var(--orange); color: #1d1208; font-weight: 700; text-decoration: none; white-space: nowrap; }
.nb-btn:has(.avatar:not([hidden])) { padding-left: 7px; }
.nb-btn:hover { background: var(--orange-hover); }
.nb-btn .avatar { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: #fff; font: 700 .9rem var(--display); }
.nb-btn [hidden] { display: none; }
.due-badge { background: var(--ink); color: #fff; font-size: .78rem; padding: 2px 9px; border-radius: 99px; }
.menu-toggle { display: none; margin-left: auto; align-items: center; gap: 6px; min-height: 44px; padding: 0 14px; border: 1.5px solid var(--line); border-radius: 99px; background: var(--white); font: 700 .95rem var(--body); color: var(--ink); cursor: pointer; }
.menu-toggle svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
@media (max-width: 980px) {
  .head-inner { flex-wrap: wrap; min-height: 68px; padding-block: 10px; }
  .menu-toggle { display: inline-flex; }
  .primary { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; padding-bottom: 14px; }
  .site-head.menu-open .primary { display: flex; }
  .menu { flex-direction: column; margin: 0; }
  .top { width: 100%; justify-content: space-between; border-radius: 12px; min-height: 50px; }
  .panel, .has-panel:first-child .panel, .has-panel:last-child .panel { position: static; transform: none; width: auto; grid-template-columns: minmax(0, 1fr); box-shadow: none; border: 0; padding: 4px 0 10px; }
  .panel-feature { min-height: 150px; }
  .head-actions { justify-content: flex-start; flex-wrap: wrap; padding-top: 8px; border-top: 1px solid var(--line); }
}


}
@scope (#keeper-home){
.keeper { padding-block: 22px 6px; }
.k-card { background: linear-gradient(135deg, #FFF6EE 0%, #FFFFFF 55%); border: 1px solid #F1D9C6; border-radius: 26px; padding: 24px; box-shadow: 0 14px 34px rgba(163, 61, 0, .07); }
.k-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 14px 24px; margin-bottom: 18px; }
.k-head h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 8px; }
.k-sum { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0; font-weight: 650; }
.sum-item { display: inline-flex; align-items: center; gap: 8px; }
.mk { width: 12px; height: 12px; flex: none; }
.mk-due { background: var(--orange); border-radius: 50%; }
.mk-over { background: #B3261E; transform: rotate(45deg); border-radius: 2px; width: 10px; height: 10px; }
.mk-ok { background: #24583A; border-radius: 50%; box-shadow: inset 0 0 0 3px #E4F0E6; }
.k-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.k-grid { display: grid; gap: 14px; }
@media (min-width: 960px) { .k-grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) minmax(0, 1fr); } }
.k-col { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 16px; display: flex; flex-direction: column; }
.k-col h3 { font-size: 1.02rem; margin-bottom: 10px; }
.tasks, .pets, .conts { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.task { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto auto; gap: 10px; align-items: center; padding: 8px; border-radius: 14px; background: var(--paper); border: 1px solid transparent; }
.task img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.task.is-over { border-color: #F1C4BF; background: #FFF6F5; }
.task.is-done { opacity: .72; }
.task.is-done .t-text strong { text-decoration: line-through; }
.t-text strong { display: block; font-size: .95rem; line-height: 1.25; }
.t-text small { color: var(--muted); font-size: .8rem; }
.st { font-size: .76rem; font-weight: 700; padding: 3px 9px; border-radius: 99px; background: var(--tint); color: var(--accent); white-space: nowrap; }
.st-over { background: #FDE3E0; color: #8C1D17; }
.st-over::before { content: "!"; margin-right: 4px; }
.st-ok { background: #E4F0E6; color: #24583A; }
.st-ok::before { content: "\2713"; margin-right: 4px; }
.t-btn { min-height: 40px; min-width: 64px; padding: 0 12px; border-radius: 99px; border: 1.5px solid var(--ink); background: var(--white); font: 700 .85rem var(--body); color: var(--ink); cursor: pointer; }
.t-btn:hover { background: var(--ink); color: #fff; }
.t-btn[aria-pressed="true"] { border-color: var(--line); color: var(--muted); }
@media (max-width: 520px) { .k-card { padding: 16px; } .task { grid-template-columns: 40px minmax(0, 1fr) auto; } .task img { width: 40px; height: 40px; } .t-when { grid-column: 2; grid-row: 2; } .t-btn { grid-column: 3; grid-row: 1 / span 2; } .k-actions .btn { flex: 1; justify-content: center; } }
.k-clear { display: flex; gap: 12px; align-items: center; padding: 10px; background: #F3F8F4; border-radius: 14px; }
.k-clear p { margin: 0; }
.big-check { width: 38px; height: 38px; flex: none; border-radius: 50%; background: #24583A; position: relative; }
.big-check::after { content: ""; position: absolute; left: 14px; top: 8px; width: 9px; height: 17px; border: solid #fff; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.k-more { margin-top: 12px; font-weight: 700; font-size: .9rem; text-decoration: none; }
.pet { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 12px; align-items: center; padding: 8px; border-radius: 14px; text-decoration: none; color: var(--ink); }
.pet:hover { background: var(--tint); }
.pet img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--white); box-shadow: 0 0 0 2px var(--orange); }
.pet strong { display: block; }
.pet small { display: block; color: var(--muted); font-size: .82rem; line-height: 1.35; }
.pet .pet-facts { color: var(--ink); }
.pet-add .plus { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 2px dashed var(--line); font: 600 1.4rem var(--display); color: var(--muted); }
.conts a { display: grid; gap: 2px; padding: 10px 12px; border-radius: 14px; background: var(--paper); text-decoration: none; color: var(--ink); border: 1px solid transparent; }
.conts a:hover { border-color: var(--orange); }
.conts small { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.conts span { color: var(--muted); font-size: .86rem; }

.k-actions .btn { white-space: nowrap; justify-content: center; }

}
.opus-shell{font:1rem/1.55 var(--body)}.opus-shell .brand{white-space:nowrap}.opus-shell .primary a{color:var(--ink)}.opus-shell .panel-more{color:var(--accent)!important}.opus-shell .panel-feature{color:white!important}.opus-shell .menu-toggle{display:none}.opus-shell .menu-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.opus-shell .panel-feature img{object-fit:cover}.opus-shell .head-inner{max-width:1180px;margin:auto}.opus-shell .top{font-size:.95rem;padding-inline:12px}.opus-shell .panel a{white-space:normal}.opus-shell .brand img{width:44px;height:44px}.opus-shell .brand span{font-family:var(--display)}
@media(max-width:1000px){.opus-shell .menu-toggle{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--line);border-radius:99px;background:white;font-weight:600}.opus-shell .head-inner{flex-wrap:wrap;justify-content:space-between}.opus-shell .primary{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;padding-bottom:14px}.opus-shell.menu-open .primary{display:flex}.opus-shell .menu{flex-direction:column;margin:0}.opus-shell .panel,.opus-shell .has-panel:first-child .panel,.opus-shell .has-panel:last-child .panel{position:static;transform:none;width:auto;grid-template-columns:1fr;box-shadow:none}.opus-shell .top{width:100%;justify-content:space-between}.opus-shell .head-actions{justify-content:flex-start;flex-wrap:wrap}.opus-shell .brand{font-size:1rem}}
#keeper-home .keeper{width:min(1180px,calc(100% - 40px));margin:auto}#keeper-home .k-col h3{font-family:var(--display);font-size:1.02rem}#keeper-home .k-head h2{font-family:var(--display)}#keeper-home .pet-initial{display:grid;place-items:center;width:48px;height:48px;background:#fff0e5;border-radius:50%;font-weight:700;color:#a33d00}#keeper-home .t-btn{display:grid;place-items:center;text-decoration:none}#keeper-home .k-guest{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}#keeper-home .k-guest p{margin:0}.opus-home .phone figcaption{color:#c9d2c8;font-size:.8rem;text-align:center;margin-top:12px}.opus-home .phone{overflow:visible}
@media(prefers-reduced-motion:reduce){.opus-shell *{transition:none!important}}@media print{.opus-shell{display:none!important}}
html body .opus-shell a[href]{text-decoration:none;color:#292522}html body .opus-shell .brand[href]{font-family:var(--display)}html body .opus-shell .panel-feature[href]{color:white}html body main .opus-home #keeper-home .btn-primary[href]{color:#1d1208}html body main .opus-home #keeper-home .pet[href]{color:#292522}html body main .opus-home .hero-feature .feature-link{color:#fff}

.opus-tools-header{max-width:1180px;width:calc(100% - 40px);margin:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 20px;padding:14px 0}.opus-tools-header .brand{display:flex;align-items:center;gap:10px;font:600 1.15rem DynaPuff,sans-serif}.opus-tools-header .brand img{border-radius:50%;width:40px;height:40px}.opus-tools-header .brand b{color:#ff7828}.opus-tools-header .tool-nav{display:flex;gap:4px;overflow-x:auto;max-width:100%;min-width:0}html body .opus-tools-header a[href]{text-decoration:none;color:#292522}.opus-tools-header .tool-nav a{padding:9px 14px;border-radius:99px;font-weight:600;white-space:nowrap}.opus-tools-header .tool-nav a[aria-current=page]{background:#fff0e5;color:#a33d00}.opus-tools-header~main>.breadcrumbs{display:none}.opus-tools-header :focus-visible{outline:3px solid #ff7828;outline-offset:2px}@media(max-width:760px){.opus-tools-header .tool-nav{width:100%;gap:0}.opus-tools-header .tool-nav a{padding:9px 11px}.opus-tools-header .brand{font-size:1rem}}

html body main .opus-home .btn-primary[href]{color:#1d1208}.opus-shell .head-inner{gap:12px}@media(max-width:520px){.opus-shell .brand{font-size:.9rem;gap:8px}.opus-shell .brand img{width:36px;height:36px}.opus-shell .menu-toggle{padding:8px 10px;gap:5px}.opus-shell .head-inner{gap:8px}}@media(max-width:370px){.opus-shell .menu-toggle span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.opus-shell .menu-toggle{min-width:44px;min-height:44px;justify-content:center}}

body:has(.opus-tools-header) .breadcrumbs{display:none}

html body .brand img.opus-wordmark{width:10.55em;height:auto;border-radius:0;max-width:none;display:block}

/* Shared website chrome also surrounds the immutable construction readers. */
.opus-shell.site-head{position:relative;z-index:50;background:var(--paper);border-bottom:1px solid var(--line)}
.opus-shell .top.is-current-section{background:var(--tint);color:var(--accent)}
.opus-shell .panel a[aria-current=page]{background:var(--tint);box-shadow:inset 3px 0 var(--orange)}
.opus-shell .nb-btn[aria-current=page]{outline:2px solid var(--accent);outline-offset:2px}
.opus-shell .opus-fallback{display:flex;flex-wrap:wrap;gap:10px 24px;width:min(1180px,calc(100% - 40px));margin:0 auto;padding:12px 0;border-top:1px solid var(--line)}
.opus-shell .opus-fallback a{font-weight:600;text-decoration:underline!important}
.opus-shell:has(.opus-fallback) .primary,.opus-shell:has(.opus-fallback) .menu-toggle{display:none!important}
