:root{--bg:#F3F4F6;--surface:#FFFFFF;--surface-2:#EBEDF0;--ink:#17181A;--ink-2:#5B5F66;--red:#C41E2A;--red-deep:#9E1620;--red-soft:#FBE9EA;--line:#E3E5E9;--paw:#CDD1D7;--display:"Anton",Impact,sans-serif;--head:"Archivo",system-ui,sans-serif;--body:"Nunito",system-ui,sans-serif;--shadow-sm:0 2px 10px rgba(23,24,26,.05);--shadow-md:0 16px 40px rgba(23,24,26,.10);--shadow-lg:0 26px 60px rgba(23,24,26,.14);--ease:cubic-bezier(.22,.61,.36,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body);color:var(--ink);background:var(--bg);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--head);line-height:1.08;font-weight:800;letter-spacing:-.01em}.wrap{width:min(1140px,92vw);margin-inline:auto}.eyebrow{font-family:var(--head);font-weight:800;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--red);display:inline-flex;align-items:center;gap:.55rem}.eyebrow:before{content:"";width:24px;height:3px;border-radius:2px;background:var(--red)}.btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--head);font-weight:800;font-size:.98rem;padding:.85rem 1.6rem;border-radius:999px;border:2px solid transparent;cursor:pointer;line-height:1;white-space:nowrap;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s,color .25s}.btn-primary{background:var(--red);color:#fff;box-shadow:0 10px 22px rgba(196,30,42,.3)}.btn-primary:hover{background:var(--red-deep);transform:translateY(-3px);box-shadow:0 16px 30px rgba(158,22,32,.38)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover{background:var(--surface);border-color:var(--red);color:var(--red);transform:translateY(-3px)}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--ink);outline-offset:3px;border-radius:8px}#intro{position:fixed;inset:0;z-index:999;background:var(--bg);display:grid;place-items:center;transition:opacity .6s var(--ease)}#intro.hide{opacity:0;pointer-events:none}.intro-box{text-align:center;width:min(620px,92vw)}.intro-logo{font-family:var(--display);font-size:clamp(2.6rem,11vw,4.6rem);line-height:.95;letter-spacing:.01em;color:var(--ink)}.intro-logo .red{color:var(--red)}.intro-sub{font-family:var(--head);font-weight:800;letter-spacing:.32em;font-size:clamp(.7rem,2.4vw,.95rem);color:var(--ink-2);margin-top:.5rem}.intro-tag{font-style:italic;color:var(--red);font-weight:600;margin-top:.5rem;font-size:1.02rem}.stage{position:relative;height:130px;margin-top:1.6rem}.ground{left:6%;right:6%;height:2px;background:var(--line);border-radius:2px}.ground,.walker{position:absolute;bottom:30px}.walker{width:96px}.walker svg{width:100%;height:auto;display:block}.walker .inner{transform-origin:bottom center;animation:step .42s ease-in-out infinite}.walker .shadow{position:absolute;left:12%;right:12%;bottom:-6px;height:8px;background:rgba(23,24,26,.12);border-radius:50%;filter:blur(2px);animation:shad .42s ease-in-out infinite}.dogW{animation:walkRight 2.7s linear forwards}.catW{animation:walkLeft 2.7s linear forwards}.catW svg{transform:scaleX(-1)}@keyframes walkRight{0%{left:-16%}to{left:104%}}@keyframes walkLeft{0%{left:104%}to{left:-16%}}@keyframes step{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shad{0%,to{transform:scaleX(1);opacity:.5}50%{transform:scaleX(.7);opacity:.28}}.skip{margin-top:1.4rem;font-size:.82rem;color:var(--ink-2);font-weight:700;letter-spacing:.02em}header.nav{position:-webkit-sticky;position:sticky;top:0;z-index:60;transition:background .3s,box-shadow .3s}header.nav.scrolled{background:rgba(243,244,246,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.nav-inner{justify-content:space-between;padding:.9rem 0}.logo,.nav-inner{display:flex;align-items:center}.logo{gap:.65rem}.logo .mark{width:44px;height:44px;background:var(--red);border-radius:12px;display:grid;place-items:center;flex:none;box-shadow:0 6px 16px rgba(196,30,42,.3)}.logo .mark svg{width:26px;height:26px}.wm{font-family:var(--display);font-size:1.5rem;line-height:.9;letter-spacing:.01em;color:var(--ink)}.wm .red{color:var(--red)}.wm small{display:block;font-family:var(--head);font-weight:800;font-size:.56rem;letter-spacing:.22em;color:var(--ink-2);margin-top:3px}nav.links{display:flex;align-items:center;gap:1.9rem}nav.links a{font-family:var(--head);font-weight:700;font-size:.95rem;position:relative;padding:.2rem 0}nav.links a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2.5px;background:var(--red);border-radius:2px;transition:width .28s var(--ease)}nav.links a:hover:after{width:100%}nav.links>a.btn{display:none}.nav-cta{display:flex;align-items:center;gap:1rem}.burger{display:none;background:none;border:none;cursor:pointer;width:44px;height:44px;border-radius:10px}.burger span{display:block;width:24px;height:2.5px;background:var(--ink);border-radius:3px;margin:5px auto;transition:.3s}.hero{position:relative;padding:clamp(2rem,5vw,4rem) 0 clamp(2.5rem,6vw,4.5rem)}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:3rem;gap:3rem;align-items:center}.hero h1{font-family:var(--display);font-weight:400;font-size:clamp(2.7rem,6vw,4.6rem);line-height:.98;letter-spacing:.005em;margin:1rem 0 1.1rem}.hero h1 .red{color:var(--red)}.hero p.lead{font-size:clamp(1.05rem,1.5vw,1.2rem);color:var(--ink-2);max-width:36ch;margin-bottom:1.7rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.status-pill{display:inline-flex;align-items:center;gap:.6rem;background:var(--surface);padding:.55rem 1.05rem;border-radius:999px;box-shadow:var(--shadow-sm);border:1px solid var(--line);font-family:var(--head);font-weight:700;font-size:.9rem}.dot{width:11px;height:11px;flex:none;position:relative;background:#3AAE5A}.dot,.dot:after{border-radius:50%}.dot:after{content:"";position:absolute;inset:-4px;border:2px solid #3aae5a;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.7);opacity:1}to{transform:scale(1.8);opacity:0}}.hero-photo{position:relative}.hero-photo .frame{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid var(--surface);position:relative;z-index:2}.hero-photo .frame img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/11}.hero-photo:before{content:"";inset:auto -14px -14px auto;width:62%;height:74%;border-radius:24px;z-index:1;opacity:.12}.hero-photo:before,.hero-ribbon{position:absolute;background:var(--red)}.hero-ribbon{z-index:3;left:-10px;bottom:22px;color:#fff;font-family:var(--head);font-weight:800;font-size:.85rem;letter-spacing:.04em;padding:.6rem 1.1rem;border-radius:10px;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.5rem}.paw-deco{position:absolute;z-index:0;color:var(--paw);opacity:.6}.strip{background:var(--surface);border-block:1px solid var(--line)}.strip-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem 2rem;padding:1.1rem 0}.strip-item{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--head);font-weight:800;font-size:.98rem;color:var(--ink)}.strip-item svg{width:20px;height:20px;color:var(--red)}section{padding:clamp(3.2rem,6.5vw,5.5rem) 0}.sec-head{max-width:62ch;margin-bottom:2.4rem}.sec-head h2{font-size:clamp(1.9rem,3.6vw,2.8rem);margin:.7rem 0}.sec-head p{color:var(--ink-2);font-size:1.06rem}.about{background:var(--surface)}.about-grid{display:grid;grid-template-columns:300px 1fr;grid-gap:2.6rem;gap:2.6rem;align-items:center}.portrait{position:relative}.portrait .frame{aspect-ratio:4/5;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--line)}.portrait .frame img{width:100%;height:100%;object-fit:cover;object-position:50% 30%}.portrait .name-tag{position:absolute;left:12px;bottom:12px;background:var(--surface);border:1px solid var(--line);padding:.5rem .9rem;border-radius:10px;box-shadow:var(--shadow-sm);font-family:var(--head);font-weight:800;font-size:.86rem}.portrait .name-tag small{display:block;font-weight:700;color:var(--red);font-size:.72rem;letter-spacing:.02em}.about-body h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin:.6rem 0 1rem}.about-body p{color:var(--ink-2);margin-bottom:1rem;font-size:1.05rem}.about-body p strong{color:var(--ink)}.about-body .signature{font-style:italic;font-size:1.3rem;color:var(--red);font-weight:700}.about-stats{display:flex;flex-wrap:wrap;gap:1.4rem 2.4rem;margin-top:1.6rem}.about-stats b{font-family:var(--display);font-weight:400;font-size:2.1rem;display:block;color:var(--ink);line-height:1}.about-stats span{font-size:.86rem;color:var(--ink-2);font-weight:700}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.3rem;gap:1.3rem}.svc{background:var(--surface);border-radius:18px;padding:1.8rem 1.6rem;border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s;position:relative;overflow:hidden}.svc:hover{transform:translateY(-7px);box-shadow:var(--shadow-md);border-color:var(--red)}.svc .ic{width:54px;height:54px;border-radius:14px;background:var(--red-soft);display:grid;place-items:center;margin-bottom:1rem}.svc .ic svg{width:28px;height:28px;color:var(--red)}.svc h3{font-family:var(--head);font-size:1.22rem;margin-bottom:.45rem}.svc p{color:var(--ink-2);font-size:.96rem}.calc{background:var(--surface-2)}.calc-card{background:var(--surface);border-radius:22px;box-shadow:var(--shadow-lg);border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.calc-form{padding:clamp(1.8rem,3vw,2.6rem)}.calc-form h3{font-family:var(--head);font-size:1.6rem;margin-bottom:.3rem}.calc-form p{color:var(--ink-2);margin-bottom:1.4rem}.seg{display:flex;gap:.4rem;background:var(--surface-2);padding:.35rem;border-radius:12px;margin-bottom:1.3rem}.seg button{flex:1 1;border:none;background:transparent;padding:.7rem;border-radius:9px;font-family:var(--head);font-weight:800;cursor:pointer;color:var(--ink-2);transition:.25s;font-size:1rem}.seg button.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm)}.field{margin-bottom:1.1rem}.field label{display:block;font-family:var(--head);font-weight:800;font-size:.9rem;margin-bottom:.45rem}input[type=range]{width:100%;accent-color:var(--red)}.range-val{font-family:var(--head);font-size:1.05rem;color:var(--red);font-weight:800}.calc-result{background:linear-gradient(160deg,var(--red),var(--red-deep));color:#fff;padding:clamp(1.8rem,3vw,2.6rem);display:flex;flex-direction:column;justify-content:center;text-align:center}.calc-result .big{font-family:var(--display);font-weight:400;font-size:clamp(3rem,7vw,4.6rem);line-height:1;margin:.2rem 0}.calc-result small{display:block;opacity:.92;font-family:var(--head);font-weight:700;letter-spacing:.04em}.calc-result .stage{margin-top:1rem;background:rgba(255,255,255,.16);border-radius:12px;padding:.75rem 1rem;font-family:var(--head);font-weight:800}.book{background:var(--bg)}.book-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:3rem;gap:3rem;align-items:start}.book-info h2{font-size:clamp(1.8rem,3.4vw,2.6rem);margin:.6rem 0 1rem}.book-info p{color:var(--ink-2);font-size:1.05rem;margin-bottom:1.6rem}.contact-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.contact-list li{display:flex;align-items:center;gap:1rem;font-family:var(--head);font-weight:800}.contact-list .ic{width:46px;height:46px;border-radius:12px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;flex:none}.contact-list .ic svg{width:22px;height:22px;color:var(--red)}.contact-list small{display:block;font-family:var(--body);font-weight:600;color:var(--ink-2);font-size:.82rem}.form-card{background:var(--surface);border-radius:22px;padding:clamp(1.6rem,3vw,2.4rem);box-shadow:var(--shadow-lg);border:1px solid var(--line)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}input,select,textarea{width:100%;font-family:var(--body);font-size:1rem;padding:.85rem 1rem;border:2px solid var(--line);border-radius:12px;background:var(--bg);color:var(--ink);transition:.2s}input:focus,select:focus,textarea:focus{border-color:var(--red);background:var(--surface)}.form-card .field{margin-bottom:1rem}.pet-pick{display:flex;gap:.7rem}.pet-pick label{flex:1 1;cursor:pointer}.pet-pick input{position:absolute;opacity:0;width:0;height:0}.pet-pick .opt{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.9rem;border:2px solid var(--line);border-radius:12px;transition:.2s;font-family:var(--head);font-weight:800;font-size:.92rem}.pet-pick .opt span{font-size:1.5rem}.pet-pick input:checked+.opt{border-color:var(--red);background:var(--red-soft)}.form-note{font-size:.82rem;color:var(--ink-2);margin-top:.8rem;text-align:center}.filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.chip{border:2px solid var(--line);background:var(--surface);padding:.5rem 1.1rem;border-radius:999px;font-family:var(--head);font-weight:800;font-size:.88rem;cursor:pointer;transition:.2s;color:var(--ink-2)}.chip.active,.chip:hover{background:var(--red);color:#fff;border-color:var(--red)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.post{background:var(--surface);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--line);transition:transform .3s var(--ease),box-shadow .3s var(--ease);cursor:pointer;display:flex;flex-direction:column}.post:hover{transform:translateY(-7px);box-shadow:var(--shadow-md)}.post .cover{height:130px;display:grid;place-items:center;font-size:3rem}.post .body{padding:1.2rem 1.3rem 1.5rem;display:flex;flex-direction:column;flex:1 1}.post .cat{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--red)}.post .cat,.post h3{font-family:var(--head);margin-bottom:.5rem}.post h3{font-size:1.14rem}.post p{color:var(--ink-2);font-size:.93rem;flex:1 1}.post .more{margin-top:.9rem;font-family:var(--head);font-weight:800;color:var(--red);font-size:.9rem;display:inline-flex;align-items:center;gap:.35rem}.post .more svg{width:16px;height:16px;transition:transform .2s}.post:hover .more svg{transform:translateX(4px)}.faq{background:var(--surface)}.faq-wrap{max-width:760px;margin-inline:auto}.faq-item{background:var(--bg);border-radius:14px;margin-bottom:.8rem;border:1px solid var(--line);overflow:hidden}.faq-q{width:100%;text-align:left;background:none;border:none;padding:1.15rem 1.4rem;font-family:var(--head);font-weight:800;font-size:1.04rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--ink)}.faq-q .plus{width:26px;height:26px;flex:none;border-radius:50%;background:var(--red-soft);display:grid;place-items:center;transition:.3s;font-size:1.2rem;color:var(--red);line-height:1}.faq-item.open .plus{transform:rotate(45deg);background:var(--red);color:#fff}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease)}.faq-a p{padding:0 1.4rem 1.2rem;color:var(--ink-2)}footer{background:var(--surface-2);color:var(--ink);padding:clamp(3rem,6vw,4.5rem) 0 2rem;border-top:1px solid var(--line)}.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem;margin-bottom:2.5rem}footer h4{font-family:var(--head);font-size:1.1rem}footer .logo,footer h4{margin-bottom:1rem}footer p{color:var(--ink-2);font-size:.96rem;margin-bottom:.6rem}.foot-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.foot-links a{color:var(--ink-2);font-family:var(--head);font-weight:700;transition:.2s}.foot-links a:hover{color:var(--red)}.socials{display:flex;gap:.7rem;margin-top:1rem}.socials a{width:44px;height:44px;border-radius:12px;background:var(--surface);border:1px solid var(--line);display:grid;place-items:center;transition:.25s}.socials a:hover{background:var(--red);border-color:var(--red);transform:translateY(-3px)}.socials svg{width:22px;height:22px;color:var(--red);transition:.25s}.socials a:hover svg{color:#fff}.foot-bottom{border-top:1px solid var(--line);padding-top:1.6rem;text-align:center;color:var(--ink-2);font-size:.86rem}.foot-bottom .heart{color:var(--red)}.reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:none}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(140%);z-index:200;background:var(--ink);color:#fff;padding:1rem 1.5rem;border-radius:14px;box-shadow:var(--shadow-lg);font-family:var(--head);font-weight:700;transition:transform .4s var(--ease);max-width:90vw;text-align:center}.toast.show{transform:translateX(-50%) translateY(0)}.totop{position:fixed;bottom:22px;right:22px;z-index:90;width:52px;height:52px;border-radius:50%;background:var(--red);color:#fff;border:none;cursor:pointer;box-shadow:var(--shadow-md);display:grid;place-items:center;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s}.totop.show{opacity:1;pointer-events:auto}.totop:hover{background:var(--red-deep);transform:translateY(-4px)}.totop svg{width:24px;height:24px}@media(max-width:900px){.nav-cta .btn,nav.links{display:none}.burger{display:block}nav.links.open{display:flex;position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg);padding:1.5rem 6vw 2rem;box-shadow:var(--shadow-md);gap:1.2rem;align-items:flex-start;border-top:1px solid var(--line)}nav.links.open a{font-size:1.1rem}nav.links.open .btn{display:inline-flex;margin-top:.5rem}.about-grid,.book-grid,.calc-card,.foot-grid,.hero-grid{grid-template-columns:1fr}.hero-photo{order:-1}.about-grid{gap:1.8rem}.portrait{max-width:280px}.blog-grid,.services-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.blog-grid,.form-row,.services-grid{grid-template-columns:1fr}.about-stats{gap:1.1rem 2rem}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.page-head{background:var(--surface);border-bottom:1px solid var(--line);padding:clamp(2.2rem,5vw,3.6rem) 0 clamp(2.2rem,5vw,3.4rem);position:relative;overflow:hidden}.page-head:after{content:"";position:absolute;right:-40px;bottom:-40px;width:220px;height:220px;border-radius:50%;background:var(--red);opacity:.05}.page-head h1{font-family:var(--display);font-weight:400;font-size:clamp(2.2rem,5.2vw,3.6rem);line-height:1;margin:.9rem 0 .8rem;letter-spacing:.005em}.page-head h1 .red{color:var(--red)}.page-head p{color:var(--ink-2);font-size:1.06rem;max-width:60ch}.crumbs{font-family:var(--head);font-weight:700;font-size:.84rem;color:var(--ink-2);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.crumbs a:hover{color:var(--red)}.crumbs span{opacity:.5}.diary{background:var(--bg)}.diary-wrap{max-width:820px;margin-inline:auto;display:flex;flex-direction:column;gap:1.4rem}.entry{background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:clamp(1.4rem,3vw,2.1rem);position:relative;transition:box-shadow .3s var(--ease),border-color .3s}.entry:hover{box-shadow:var(--shadow-md);border-color:#D9DCE2}.entry:before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:4px;border-radius:0 4px 4px 0;background:var(--red);opacity:.75}.entry-top{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;flex-wrap:wrap}.avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;object-position:50% 25%;flex:none;border:2px solid var(--surface);box-shadow:0 0 0 2px var(--red-soft)}.entry-who{font-family:var(--head);font-weight:800;font-size:1rem;line-height:1.25;display:flex;align-items:center;gap:.4rem}.entry-who .badge{background:var(--red-soft);color:var(--red);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:.2rem .5rem;border-radius:999px;font-weight:800}.entry-who small{display:block;font-family:var(--body);font-weight:600;color:var(--ink-2);font-size:.82rem;letter-spacing:0;text-transform:none}.entry-date{margin-left:auto;font-weight:700;font-size:.84rem;color:var(--ink-2);background:var(--bg);border:1px solid var(--line);padding:.35rem .75rem;border-radius:999px;white-space:nowrap}.entry h3,.entry-date{font-family:var(--head)}.entry h3{font-size:clamp(1.15rem,2.4vw,1.45rem);margin-bottom:.7rem}.entry p{color:var(--ink-2);margin-bottom:.9rem;font-size:1.02rem}.entry p:last-of-type{margin-bottom:0}.entry .pull,.entry p strong{color:var(--ink)}.entry .pull{border-left:3px solid var(--red);background:var(--red-soft);border-radius:0 12px 12px 0;padding:.9rem 1.1rem;font-style:italic;font-weight:600;margin:1.1rem 0}.entry-foot{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:1.2rem;padding-top:1.1rem;border-top:1px dashed var(--line)}.tag{font-family:var(--head);font-weight:800;font-size:.76rem;color:var(--ink-2);background:var(--bg);border:1px solid var(--line);padding:.3rem .7rem;border-radius:999px}.entry-sign{margin-left:auto;font-style:italic;color:var(--red);font-weight:700;font-size:.95rem}.article{background:var(--surface)}.article-wrap{max-width:760px;margin-inline:auto}.article-hero{height:clamp(160px,26vw,240px);border-radius:22px;display:grid;place-items:center;font-size:clamp(3.4rem,9vw,5.4rem);margin-bottom:1.8rem;border:1px solid var(--line)}.article-meta{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;color:var(--ink-2);font-size:.9rem;font-weight:600;margin-bottom:1.6rem}.article-meta .dotsep{width:4px;height:4px;border-radius:50%;background:var(--paw)}.prose h2{font-size:clamp(1.3rem,2.8vw,1.7rem);margin:2rem 0 .8rem}.prose h2,.prose h3{font-family:var(--head)}.prose h3{font-size:1.15rem;margin:1.5rem 0 .6rem}.prose p{color:var(--ink-2);font-size:1.06rem;margin-bottom:1.05rem}.prose p strong{color:var(--ink)}.prose ol,.prose ul{color:var(--ink-2);font-size:1.05rem;margin:0 0 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.5rem}.prose li::marker{color:var(--red)}.prose .note{background:var(--bg);border:1px solid var(--line);border-left:4px solid var(--red);border-radius:0 14px 14px 0;padding:1.1rem 1.3rem;margin:1.5rem 0}.prose .note p{margin:0;color:var(--ink)}.prose .note b{color:var(--red)}.vet-note{background:var(--bg);border:1px solid var(--line);border-radius:18px;padding:1.4rem;display:flex;gap:1rem;align-items:flex-start;margin:2rem 0 0}.vet-note p{margin:0;color:var(--ink-2);font-size:.98rem}.vet-note b{color:var(--ink);display:block;font-family:var(--head);margin-bottom:.25rem}.pager{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:2.4rem}.pager a{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:1.1rem 1.3rem;transition:.25s}.pager a:hover{border-color:var(--red);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.pager small{font-weight:800;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--red)}.pager b,.pager small{font-family:var(--head)}.pager b{font-size:1rem;display:block;margin-top:.3rem}.pager .next{text-align:right}.cta-band{background:linear-gradient(160deg,var(--red),var(--red-deep));color:#fff;border-radius:24px;padding:clamp(1.8rem,4vw,2.8rem);display:flex;align-items:center;justify-content:space-between;gap:1.6rem;flex-wrap:wrap;box-shadow:0 20px 44px rgba(158,22,32,.26)}.cta-band h3{font-family:var(--head);font-size:clamp(1.3rem,3vw,1.8rem);margin-bottom:.4rem}.cta-band p{opacity:.92;max-width:46ch}.cta-band .btn-white{background:#fff;color:var(--red)}.cta-band .btn-white:hover{background:var(--bg);transform:translateY(-3px)}.searchbar{position:relative;margin-bottom:1.4rem;max-width:420px}.searchbar input{padding-left:2.9rem;border-radius:999px;background:var(--surface)}.searchbar svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;color:var(--ink-2);pointer-events:none}.empty{text-align:center;color:var(--ink-2);padding:3rem 1rem;font-weight:600}.empty .big{font-size:2.6rem;display:block;margin-bottom:.6rem}.svc-row{display:grid;grid-template-columns:80px 1fr;grid-gap:1.4rem;gap:1.4rem;background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:1.7rem;box-shadow:var(--shadow-sm);transition:.3s var(--ease)}.svc-row:hover{border-color:var(--red);box-shadow:var(--shadow-md);transform:translateY(-4px)}.svc-row .ic{width:72px;height:72px;border-radius:18px;background:var(--red-soft);display:grid;place-items:center}.svc-row .ic svg{width:34px;height:34px;color:var(--red)}.svc-row h3{font-family:var(--head);font-size:1.3rem;margin-bottom:.45rem}.svc-row p{color:var(--ink-2);margin-bottom:.9rem}.svc-list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.svc-list li{font-family:var(--head);font-weight:700;font-size:.85rem;background:var(--bg);border:1px solid var(--line);padding:.35rem .8rem;border-radius:999px;color:var(--ink-2)}.stack{display:flex;flex-direction:column;gap:1.2rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.2rem;gap:1.2rem;counter-reset:s}.step{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.6rem 1.4rem;position:relative}.step:before{counter-increment:s;content:counter(s);position:absolute;top:-14px;left:1.4rem;width:34px;height:34px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;font-family:var(--display);font-size:1.1rem;box-shadow:0 6px 14px rgba(196,30,42,.3)}.step h4{font-family:var(--head);font-size:1.05rem;margin:.7rem 0 .4rem}.step p{color:var(--ink-2);font-size:.94rem}.timeline{max-width:720px;margin-inline:auto;position:relative;padding-left:2.2rem}.timeline:before{content:"";position:absolute;left:9px;top:8px;bottom:8px;width:2px;background:var(--line)}.tl-item{position:relative;padding-bottom:2rem}.tl-item:last-child{padding-bottom:0}.tl-item:before{content:"";position:absolute;left:-2.2rem;top:5px;width:20px;height:20px;border-radius:50%;background:var(--surface);border:3px solid var(--red);box-shadow:0 0 0 4px var(--bg)}.tl-item b{font-family:var(--display);font-weight:400;color:var(--red);font-size:1.25rem;letter-spacing:.02em}.tl-item h4{font-family:var(--head);font-size:1.1rem;margin:.25rem 0 .4rem}.tl-item p{color:var(--ink-2)}.values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem}.value{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:1.6rem;text-align:center}.value .em{font-size:2.2rem;display:block;margin-bottom:.6rem}.value h4{font-family:var(--head);font-size:1.08rem;margin-bottom:.4rem}.value p{color:var(--ink-2);font-size:.95rem}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem;gap:1.2rem;margin-bottom:2.4rem}.cc{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:1.7rem;text-align:center;transition:.3s var(--ease);display:block}.cc:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:var(--shadow-md)}.cc .ic{width:56px;height:56px;border-radius:16px;background:var(--red-soft);display:grid;place-items:center;margin:0 auto 1rem}.cc .ic svg{width:28px;height:28px;color:var(--red)}.cc h4{font-family:var(--head);font-size:1.05rem;margin-bottom:.35rem}.cc p{color:var(--ink-2);font-size:.95rem}.map-card{border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-md);background:var(--surface)}.map-card iframe{width:100%;height:360px;border:0;display:block;filter:saturate(.9)}.map-foot{padding:1.1rem 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border-top:1px solid var(--line)}.map-foot b{font-family:var(--head)}.map-foot small{display:block;color:var(--ink-2);font-weight:600}.gal{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.1rem;gap:1.1rem}.gal .cell{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);aspect-ratio:4/3;display:grid;place-items:center;font-size:3rem;transition:.3s var(--ease)}.gal .cell:hover{transform:translateY(-5px) rotate(-1deg);box-shadow:var(--shadow-md)}.gal .cell img{width:100%;height:100%;object-fit:cover}@media(max-width:900px){.contact-grid,.gal,.steps,.values{grid-template-columns:1fr 1fr}.svc-row{grid-template-columns:1fr}.entry-date{margin-left:0}}@media(max-width:600px){.contact-grid,.gal,.pager,.steps,.values{grid-template-columns:1fr}.entry:before{display:none}}.diary-peek{background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:clamp(1.4rem,3vw,2rem);margin-bottom:2rem;position:relative;overflow:hidden;display:block;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s}.diary-peek:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--red)}.diary-peek:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:4px;border-radius:0 4px 4px 0;background:var(--red);opacity:.75}.dp-top{display:flex;align-items:center;gap:.9rem;margin-bottom:.9rem;flex-wrap:wrap}.dp-top img{width:50px;height:50px;border-radius:50%;object-fit:cover;object-position:50% 25%;flex:none;box-shadow:0 0 0 2px var(--red-soft)}.dp-who{font-family:var(--head);font-weight:800;font-size:1rem;line-height:1.25}.dp-who small{display:block;font-family:var(--body);font-weight:600;color:var(--ink-2);font-size:.82rem}.dp-date{margin-left:auto;font-family:var(--head);font-weight:700;font-size:.84rem;color:var(--ink-2);background:var(--bg);border:1px solid var(--line);padding:.35rem .75rem;border-radius:999px;white-space:nowrap}.diary-peek h3{font-family:var(--head);font-size:clamp(1.15rem,2.4vw,1.4rem);margin-bottom:.6rem}.diary-peek p{color:var(--ink-2);margin-bottom:.9rem}.dp-more{font-family:var(--head);font-weight:800;color:var(--red);font-size:.92rem;display:inline-flex;align-items:center;gap:.35rem}.dp-more svg{width:16px;height:16px;transition:transform .2s}.diary-peek:hover .dp-more svg{transform:translateX(4px)}.sec-cta{display:flex;justify-content:center;margin-top:2.2rem}@media(max-width:600px){.dp-date{margin-left:0}.diary-peek:before{display:none}}.calc-form input[type=range]{--range-progress:10%;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.calc-form input[type=range]::-webkit-slider-runnable-track{height:7px;border-radius:999px;background:linear-gradient(90deg,var(--red) 0 var(--range-progress),var(--line) var(--range-progress) 100%);box-shadow:inset 0 1px 2px rgba(23,24,26,.08)}.calc-form input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;margin-top:-7.5px;border:4px solid var(--surface);border-radius:50%;background:var(--red);box-shadow:0 3px 10px rgba(196,30,42,.35),0 0 0 1px rgba(158,22,32,.12);-webkit-transition:transform .2s var(--ease),box-shadow .2s var(--ease);transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.calc-form input[type=range]::-moz-range-track{height:7px;border:0;border-radius:999px;background:var(--line);box-shadow:inset 0 1px 2px rgba(23,24,26,.08)}.calc-form input[type=range]::-moz-range-progress{height:7px;border-radius:999px;background:var(--red)}.calc-form input[type=range]::-moz-range-thumb{width:14px;height:14px;border:4px solid var(--surface);border-radius:50%;background:var(--red);box-shadow:0 3px 10px rgba(196,30,42,.35),0 0 0 1px rgba(158,22,32,.12);-moz-transition:transform .2s var(--ease),box-shadow .2s var(--ease);transition:transform .2s var(--ease),box-shadow .2s var(--ease)}.calc-form input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.08);box-shadow:0 4px 14px rgba(196,30,42,.42),0 0 0 1px rgba(158,22,32,.16)}.calc-form input[type=range]:hover::-moz-range-thumb{transform:scale(1.08)}.calc-form input[type=range]:focus-visible{outline:3px solid rgba(196,30,42,.22);outline-offset:4px}.legacy-page-root{display:contents}