.carousel[data-astro-cid-wfe7xcno]{--stage-h: clamp(360px, 48vw, 504px)}.carousel-stage[data-astro-cid-wfe7xcno]{position:relative;min-height:var(--stage-h)}.cslide[data-astro-cid-wfe7xcno]{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,3vw,2.5rem);min-height:var(--stage-h)}.cslide[data-astro-cid-wfe7xcno].active{animation:cfade .6s ease}.cslide[data-astro-cid-wfe7xcno][hidden]{display:none}@keyframes cfade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.frame[data-astro-cid-wfe7xcno]{margin:0;display:flex;flex-direction:column;align-items:center;gap:.6rem}.frame[data-astro-cid-wfe7xcno] img{border-radius:12px;box-shadow:var(--shadow);display:block;height:auto}.ref-frame[data-astro-cid-wfe7xcno] img{max-height:calc(var(--stage-h) - 70px);width:auto;max-width:240px}.ref-stack[data-astro-cid-wfe7xcno]{display:flex;flex-direction:column;gap:.6rem}.ref-stack[data-astro-cid-wfe7xcno].multi img{max-height:calc((var(--stage-h) - 90px) / 2);max-width:180px}.paint-frame[data-astro-cid-wfe7xcno] img{max-height:calc(var(--stage-h) - 60px);width:auto;max-width:min(504px,72vw)}.arrow[data-astro-cid-wfe7xcno]{font-size:1.8rem;color:var(--accent);flex:none}.cnav[data-astro-cid-wfe7xcno]{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:var(--white);color:var(--ink-soft);cursor:pointer;box-shadow:var(--shadow-sm);transition:color .15s ease,border-color .15s ease,background .15s ease}.cnav[data-astro-cid-wfe7xcno] svg[data-astro-cid-wfe7xcno]{display:block;width:42%;height:42%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.cnav[data-astro-cid-wfe7xcno]:hover{color:var(--accent-deep);border-color:var(--accent);background:var(--accent-soft)}.cnav-prev[data-astro-cid-wfe7xcno]{left:0}.cnav-next[data-astro-cid-wfe7xcno]{right:0}@media(max-width:700px){.cnav[data-astro-cid-wfe7xcno]{width:36px;height:36px}}.carousel-dots[data-astro-cid-wfe7xcno]{display:flex;justify-content:center;gap:.5rem;margin-top:1.6rem}.cdot[data-astro-cid-wfe7xcno]{width:10px;height:10px;padding:0;border-radius:50%;border:none;background:var(--line);cursor:pointer;transition:background .2s ease,transform .2s ease}.cdot[data-astro-cid-wfe7xcno]:hover{background:var(--ink-soft)}.cdot[data-astro-cid-wfe7xcno][aria-current=true]{background:var(--accent);transform:scale(1.25)}@media(max-width:640px){.carousel[data-astro-cid-wfe7xcno]{--stage-h: auto}.cslide[data-astro-cid-wfe7xcno]{flex-direction:column;gap:1rem;padding-block:1rem}.arrow[data-astro-cid-wfe7xcno]{transform:rotate(90deg)}.ref-stack[data-astro-cid-wfe7xcno].multi{flex-direction:row}.ref-frame[data-astro-cid-wfe7xcno] img,.ref-stack[data-astro-cid-wfe7xcno].multi img{max-height:200px;max-width:45vw}.paint-frame[data-astro-cid-wfe7xcno] img{max-height:none;max-width:82vw}}@media(prefers-reduced-motion:reduce){.cslide[data-astro-cid-wfe7xcno].active{animation:none}}.calc[data-astro-cid-qwf4iyfs]{padding:clamp(1.6rem,4vw,2.6rem);display:flex;flex-direction:column;gap:1.6rem}.calc-step[data-astro-cid-qwf4iyfs][hidden],.calc-result[data-astro-cid-qwf4iyfs][hidden]{display:none}.calc-step[data-astro-cid-qwf4iyfs].reveal,.calc-result[data-astro-cid-qwf4iyfs].reveal{animation:calcIn .35s ease}@keyframes calcIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.calc-q[data-astro-cid-qwf4iyfs]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .9rem;margin-bottom:1rem}.calc-qtext[data-astro-cid-qwf4iyfs]{font-family:var(--font-display);font-size:clamp(1.3rem,3vw,1.7rem);color:var(--ink);transition:color .25s ease}.calc-step[data-astro-cid-qwf4iyfs].answered .calc-qtext[data-astro-cid-qwf4iyfs]{color:var(--ink-soft);opacity:.7}.calc-step[data-astro-cid-qwf4iyfs].answered .calc-options[data-astro-cid-qwf4iyfs]{display:none}.calc-answer[data-astro-cid-qwf4iyfs]{margin-left:auto;background:var(--accent-soft);color:var(--accent-deep);font-weight:600;font-size:.95rem;padding:.35rem .85rem;border-radius:999px}.calc-change[data-astro-cid-qwf4iyfs]{background:none;border:none;color:var(--ink-soft);font-family:var(--font-body);font-size:.85rem;text-decoration:underline;cursor:pointer;padding:.2rem}.calc-change[data-astro-cid-qwf4iyfs]:hover{color:var(--accent-deep)}.calc-options-pets[data-astro-cid-qwf4iyfs]{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.calc-options-delivery[data-astro-cid-qwf4iyfs]{display:grid;grid-template-columns:repeat(2,1fr);gap:.9rem}.calc-opt[data-astro-cid-qwf4iyfs]{border:1.5px solid var(--line);background:var(--white);border-radius:12px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.calc-opt[data-astro-cid-qwf4iyfs]:hover{transform:translateY(-3px);border-color:var(--accent);box-shadow:var(--shadow-sm)}.calc-opt[data-astro-cid-qwf4iyfs][aria-pressed=true]{border-color:var(--accent);background:var(--accent-soft)}.calc-opt-pet[data-astro-cid-qwf4iyfs]{padding:1.3rem .5rem;gap:.15rem}.opt-n[data-astro-cid-qwf4iyfs]{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--accent-deep);line-height:1}.opt-l[data-astro-cid-qwf4iyfs]{font-size:.9rem;color:var(--ink-soft)}.calc-opt-wide[data-astro-cid-qwf4iyfs]{padding:1.1rem 1.2rem;align-items:flex-start;text-align:left;gap:.25rem}.calc-opt-wide[data-astro-cid-qwf4iyfs] .opt-l[data-astro-cid-qwf4iyfs]{font-family:var(--font-display);font-size:1.25rem;color:var(--ink)}.opt-sub[data-astro-cid-qwf4iyfs]{font-size:.85rem;color:var(--ink-soft)}.calc-result[data-astro-cid-qwf4iyfs]{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.4rem 1.6rem;border-radius:14px;background:linear-gradient(135deg,var(--accent-soft),var(--white));border:1px solid var(--line)}.calc-result-inner[data-astro-cid-qwf4iyfs]{display:flex;flex-direction:column;gap:.1rem}.calc-result-label[data-astro-cid-qwf4iyfs]{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600;color:var(--accent-deep)}.calc-price[data-astro-cid-qwf4iyfs]{font-family:var(--font-display);font-size:clamp(2.4rem,6vw,3.2rem);font-weight:700;color:var(--accent-deep);line-height:1.05}.calc-summary[data-astro-cid-qwf4iyfs]{color:var(--ink-soft);font-size:.95rem}@media(max-width:480px){.calc-options-pets[data-astro-cid-qwf4iyfs]{grid-template-columns:repeat(2,1fr)}.calc-options-delivery[data-astro-cid-qwf4iyfs]{grid-template-columns:1fr}.calc-answer[data-astro-cid-qwf4iyfs]{margin-left:0}}.hero[data-astro-cid-j7pv25f6]{background:linear-gradient(180deg,var(--accent-soft) 0%,var(--cream) 100%);border-bottom:1px solid var(--line)}.hero-inner[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:1.15fr .85fr;gap:2rem;align-items:center;padding-block:clamp(3rem,8vw,6rem)}.hero-copy[data-astro-cid-j7pv25f6] h1[data-astro-cid-j7pv25f6]{margin-top:.2rem}.hero-actions[data-astro-cid-j7pv25f6]{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.8rem}.hero-art[data-astro-cid-j7pv25f6]{position:relative;display:grid;place-items:center}.hero-blob[data-astro-cid-j7pv25f6]{position:absolute;width:78%;aspect-ratio:1;border-radius:46% 54% 58% 42%/50% 44% 56% 50%;background:radial-gradient(circle at 35% 30%,#f4a261,var(--accent));opacity:.5;filter:blur(6px);transform:rotate(-8deg)}.hero-art[data-astro-cid-j7pv25f6] .hero-img{position:relative;z-index:1;width:100%;max-width:440px;height:auto;border-radius:18px;box-shadow:var(--shadow)}.section-head[data-astro-cid-j7pv25f6]{display:grid}.section-alt[data-astro-cid-j7pv25f6]{background:var(--cream-deep);border-block:1px solid var(--line)}.section-head[data-astro-cid-j7pv25f6]{grid-template-columns:1fr auto;align-items:center;gap:1rem;margin-bottom:2rem}.section-head[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{margin-bottom:0}.price-calc-wrap[data-astro-cid-j7pv25f6]{max-width:720px;margin-inline:auto}.carousel-cta[data-astro-cid-j7pv25f6]{display:flex;justify-content:center;margin-top:2rem}.cta[data-astro-cid-j7pv25f6]{padding:clamp(2rem,5vw,3.5rem);text-align:center;background:linear-gradient(135deg,var(--accent-soft),var(--white))}.cta[data-astro-cid-j7pv25f6] h2[data-astro-cid-j7pv25f6]{margin-bottom:.5rem}.cta[data-astro-cid-j7pv25f6] p[data-astro-cid-j7pv25f6]{max-width:46ch;margin-inline:auto;margin-bottom:1.6rem}@media(max-width:820px){.hero-inner[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}.hero-art[data-astro-cid-j7pv25f6]{min-height:220px;order:-1}.section-head[data-astro-cid-j7pv25f6]{grid-template-columns:1fr}}
