:root{--green:#28643f;--green-2:#174b2e;--green-3:#0e3520;--mint:#edf5ef;--cream:#f8f7f2;--ink:#17231c;--muted:#5c6a62;--line:#dce5df;--white:#fff;--shadow:0 18px 50px rgba(18,54,33,.10);--radius:20px;--container:1180px;--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);background:var(--white);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body.nav-open,body.modal-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}.section{padding:96px 0}.section-sm{padding:64px 0}.surface{background:var(--cream)}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 15px;color:var(--green);font-weight:800;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:2px;background:currentColor}h1,h2,h3{margin:0 0 .55em;line-height:1.13;letter-spacing:-.035em}h1{font-size:clamp(2.7rem,5.4vw,5rem)}h2{font-size:clamp(2rem,3.6vw,3.15rem)}h3{font-size:1.25rem}p{margin:0 0 1.15em;color:var(--muted)}.lead{font-size:clamp(1.05rem,1.5vw,1.25rem);max-width:760px}.section-head{max-width:730px;margin-bottom:42px}.section-head.center{text-align:center;margin-inline:auto}.section-head.center .eyebrow{justify-content:center}.skip-link{position:fixed;top:-100px;left:20px;z-index:1000;background:var(--ink);color:white;padding:10px 18px;border-radius:8px}.skip-link:focus{top:12px}.topbar{height:86px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(220,229,223,.8);backdrop-filter:blur(12px)}.header{height:100%;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;flex:none}.brand img{width:64px;height:52px;object-fit:cover;border-radius:10px}.brand-text{line-height:1.05;font-weight:850;color:var(--green-2);font-size:1.05rem}.brand-text small{display:block;margin-top:5px;color:var(--muted);font-size:.62rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:2px;margin-left:auto}.nav a{padding:10px 10px;border-radius:9px;font-size:.91rem;font-weight:700;color:#3b493f}.nav a:hover,.nav a.active{color:var(--green);background:var(--mint)}.header-call{margin-left:8px}.mobile-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:10px;background:white;place-items:center}.mobile-toggle span,.mobile-toggle:before,.mobile-toggle:after{content:"";display:block;width:20px;height:2px;background:var(--ink);transition:.2s}.mobile-toggle span{margin:4px 0}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:12px 20px;border:1px solid transparent;border-radius:12px;font-weight:800;line-height:1.2;transition:transform .2s,background .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px)}.btn:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e3a831;outline-offset:3px}.btn-primary{background:var(--green);color:white;box-shadow:0 8px 20px rgba(40,100,63,.22)}.btn-primary:hover{background:var(--green-2)}.btn-light{background:white;color:var(--green-2)}.btn-outline{border-color:rgba(255,255,255,.55);color:white;background:rgba(255,255,255,.06)}.btn-outline-dark{border-color:var(--line);background:white;color:var(--green-2)}.btn-sm{min-height:42px;padding:10px 15px;font-size:.9rem}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.icon{width:23px;height:23px;display:inline-block;flex:none}.hero{position:relative;min-height:660px;display:flex;align-items:center;overflow:hidden;background:var(--green-3);color:white}.hero-media,.page-hero .hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero:after,.page-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,37,22,.9) 0%,rgba(8,37,22,.66) 48%,rgba(8,37,22,.16) 100%)}.hero-content{position:relative;z-index:2;padding:90px 0;max-width:760px}.hero h1{max-width:750px}.hero p{max-width:650px;color:rgba(255,255,255,.86);font-size:clamp(1.08rem,1.6vw,1.3rem)}.hero .eyebrow{color:#a9dbb7}.hero-note{display:flex;align-items:center;gap:10px;margin-top:24px;color:rgba(255,255,255,.78);font-size:.9rem}.grid{display:grid;gap:24px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c5d8ca}.card-body{padding:27px}.card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:var(--mint);color:var(--green);margin-bottom:22px}.card-icon svg{width:27px;height:27px}.service-card{display:flex;flex-direction:column}.service-card .card-body{display:flex;flex:1;flex-direction:column}.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--green);font-weight:800}.split{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}.media-frame{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:var(--mint)}.media-frame img{width:100%;aspect-ratio:4/3;object-fit:cover}.media-frame.portrait img{aspect-ratio:4/5}.media-badge{position:absolute;right:18px;bottom:18px;background:white;padding:15px 18px;border-radius:12px;box-shadow:var(--shadow);font-weight:800;color:var(--green-2)}.check-list{list-style:none;padding:0;margin:25px 0}.check-list li{position:relative;padding:8px 0 8px 31px;color:var(--muted)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.band{position:relative;padding:55px;border-radius:24px;background:var(--green-2);color:white;overflow:hidden}.band:after{content:"";position:absolute;width:280px;height:280px;border:55px solid rgba(255,255,255,.05);border-radius:50%;right:-70px;top:-100px}.band>*{position:relative;z-index:1}.band p{color:rgba(255,255,255,.78);max-width:720px}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.kpi{padding:28px;border-left:3px solid var(--green);background:white;border-radius:0 16px 16px 0}.kpi strong{display:block;font-size:1.55rem;color:var(--green-2)}.page-hero{position:relative;min-height:430px;display:flex;align-items:end;background:var(--green-3);color:white;overflow:hidden}.page-hero .hero-content{padding:80px 0}.page-hero h1{font-size:clamp(2.6rem,5vw,4.3rem)}.page-hero p{max-width:680px;color:rgba(255,255,255,.85);font-size:1.15rem}.feature{padding:28px;border:1px solid var(--line);border-radius:18px;background:white}.feature .card-icon{margin-bottom:18px}.feature p{margin-bottom:0}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.step{position:relative;padding:28px 23px;background:white;border:1px solid var(--line);border-radius:18px}.step:before{counter-increment:step;content:counter(step);width:36px;height:36px;display:grid;place-items:center;margin-bottom:20px;border-radius:50%;background:var(--green);color:white;font-weight:900}.faq{max-width:900px;margin-inline:auto;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;padding:22px 0;display:flex;justify-content:space-between;gap:20px;border:0;background:none;text-align:left;font-weight:800;color:var(--ink)}.faq-q svg{transition:.2s}.faq-a{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s}.faq-a>div{overflow:hidden;color:var(--muted)}.faq-item.open .faq-a{grid-template-rows:1fr}.faq-item.open .faq-q svg{transform:rotate(45deg)}.dog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.dog-card{cursor:pointer}.dog-photo{position:relative;aspect-ratio:4/3;background:var(--mint);overflow:hidden}.dog-photo img{width:100%;height:100%;object-fit:cover}.dog-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--green);background:linear-gradient(145deg,#edf5ef,#dceadf)}.dog-fallback svg{width:64px;height:64px}.dog-photo img:not([src]),.dog-photo img[src=""]{display:none}.dog-meta{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 16px}.tag{padding:4px 9px;border-radius:999px;background:var(--mint);color:var(--green-2);font-size:.78rem;font-weight:800}.dog-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.dog-card.hidden-card{display:none}.empty-note{padding:18px 20px;border:1px solid #d9c999;background:#fffaf0;border-radius:12px;color:#655629;margin-bottom:30px}.show-more{text-align:center;margin-top:30px}.modal{position:fixed;inset:0;z-index:300;display:none;padding:28px;background:rgba(10,25,15,.75);place-items:center}.modal.open{display:grid}.modal-box{position:relative;width:min(960px,100%);max-height:calc(100vh - 56px);overflow:auto;background:white;border-radius:22px;box-shadow:var(--shadow)}.modal-close{position:absolute;z-index:2;right:14px;top:14px;width:42px;height:42px;border:0;border-radius:50%;background:white;box-shadow:0 4px 15px rgba(0,0,0,.15);font-size:1.5rem}.modal-content{display:grid;grid-template-columns:1fr 1fr}.modal-images{background:var(--mint)}.modal-images img{width:100%;aspect-ratio:4/3;object-fit:cover}.modal-images img+img{border-top:4px solid white}.modal-text{padding:50px 38px}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px}.contact-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-card{padding:23px;background:white;border:1px solid var(--line);border-radius:16px}.contact-card p{margin:0}.contact-card a{color:var(--green);font-weight:800;overflow-wrap:anywhere}.hours{padding:34px;background:var(--green-2);color:white;border-radius:20px}.hours p{color:rgba(255,255,255,.78)}.hours hr{border:0;border-top:1px solid rgba(255,255,255,.16);margin:25px 0}.map-placeholder{min-height:300px;padding:40px;display:grid;place-items:center;text-align:center;border:1px solid var(--line);border-radius:20px;background:var(--mint)}.map-placeholder svg{width:42px;color:var(--green);margin:0 auto 15px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field span{font-weight:750;font-size:.9rem}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd8cf;border-radius:10px;padding:12px 14px;background:white}.field textarea{resize:vertical}.footer{padding:68px 0 22px;background:#10291b;color:white}.footer-grid{display:grid;grid-template-columns:1.2fr .9fr .8fr 1fr;gap:42px}.footer h3{font-size:1rem;letter-spacing:0;margin-bottom:17px}.footer p,.footer a{color:rgba(255,255,255,.72)}.footer a:hover{color:white}.footer-brand{display:flex;gap:13px;align-items:center;margin-bottom:18px}.footer-brand img{width:60px;height:50px;object-fit:cover;border-radius:9px}.footer-nav{display:grid;gap:9px}.socials{display:flex;gap:9px;margin-top:20px}.socials a{width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:10px}.socials svg{width:19px}.footer-bottom{display:flex;justify-content:space-between;gap:25px;margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.5);font-size:.82rem}.mobile-sticky{display:none}.reveal{opacity:1;transform:none}
@media(max-width:1040px){.header-call{display:none}.nav a{padding:9px 7px;font-size:.85rem}.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.topbar{height:74px}.brand img{width:54px;height:44px}.brand-text small{display:none}.mobile-toggle{display:grid;margin-left:auto}.nav{position:fixed;inset:74px 0 auto 0;display:none;padding:18px 20px 26px;background:white;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(18,54,33,.13)}.nav.open{display:grid}.nav a{padding:12px}.hero{min-height:590px}.hero:after,.page-hero:after{background:linear-gradient(90deg,rgba(8,37,22,.9),rgba(8,37,22,.58))}.split,.contact-grid{grid-template-columns:1fr;gap:42px}.steps{grid-template-columns:repeat(2,1fr)}.dog-grid,.grid-3{grid-template-columns:repeat(2,1fr)}.modal-content{grid-template-columns:1fr}.modal-images{display:grid;grid-template-columns:1fr 1fr}.modal-images img+img{border-top:0;border-left:4px solid white}.modal-text{padding:32px}.footer-grid{gap:32px}.section{padding:75px 0}.band{padding:40px}}
@media(max-width:560px){body{font-size:15.5px;padding-bottom:70px}.container{width:min(calc(100% - 28px),var(--container))}.brand-text{font-size:.92rem}.hero{min-height:600px}.hero-content{padding:72px 0}.hero h1{font-size:2.65rem}.actions{display:grid}.actions .btn{width:100%}.grid-4,.grid-3,.grid-2,.dog-grid,.steps,.kpis,.contact-list,.form-grid{grid-template-columns:1fr}.page-hero{min-height:400px}.page-hero .hero-content{padding:60px 0}.section{padding:62px 0}.section-sm{padding:48px 0}.section-head{margin-bottom:30px}.band{padding:32px 24px}.modal{padding:10px}.modal-box{max-height:calc(100vh - 20px)}.modal-images{grid-template-columns:1fr}.modal-images img+img{display:none}.modal-text{padding:27px 22px}.footer{padding-top:52px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.mobile-sticky{position:fixed;z-index:90;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:9px 12px;background:rgba(255,255,255,.97);border-top:1px solid var(--line)}.mobile-sticky .btn{min-height:48px}.mobile-sticky .btn-outline-dark{background:var(--mint)}.reveal{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
.modal-images{position:relative;min-height:320px}.modal-images>.dog-fallback{position:absolute}.faq-item.open .faq-a>div{padding-bottom:22px}

/* Refinements for authentic imagery, editorial sections and robust interaction. */
.hero-media-portrait{object-position:center 52%}.editorial-panel{min-height:440px;padding:clamp(32px,6vw,70px);display:flex;flex-direction:column;justify-content:flex-end;border-radius:24px;background:linear-gradient(145deg,#123b25,#28643f);color:#fff;box-shadow:var(--shadow);overflow:hidden;isolation:isolate;position:relative}.editorial-panel:before{content:"";position:absolute;z-index:-1;width:330px;height:330px;border:70px solid rgba(255,255,255,.07);border-radius:50%;right:-90px;top:-100px}.editorial-panel span{font-size:.75rem;font-weight:850;letter-spacing:.14em;color:#b9dfc3}.editorial-panel strong{font-size:clamp(2.4rem,5vw,4.5rem);line-height:.98;letter-spacing:-.05em}.editorial-panel small{max-width:330px;margin-top:24px;color:rgba(255,255,255,.78);font-size:1rem}.editorial-panel-light{background:linear-gradient(145deg,#e9f3eb,#cfe2d3);color:var(--green-2)}.editorial-panel-light span,.editorial-panel-light small{color:#456551}.page-hero-graphic{background:linear-gradient(120deg,#0c3520 0%,#174b2e 58%,#2d6844 100%)}.page-hero-graphic:before{content:"";position:absolute;width:520px;height:520px;border:100px solid rgba(255,255,255,.04);border-radius:50%;right:-90px;top:-250px}.page-hero-graphic:after{background:linear-gradient(90deg,rgba(5,28,16,.45),transparent)}.page-hero-grooming{background:linear-gradient(120deg,#143b2b,#587260)}.page-hero-contact{background:linear-gradient(120deg,#102f20,#315f42)}.modal-open,.nav-open{overflow:hidden}.mobile-toggle{cursor:pointer}.faq-q{cursor:pointer;font-size:1rem}.footer nav a,.socials a{min-height:30px}.footer-bottom{flex-wrap:wrap}.dog-grid[hidden]+.show-more{display:none}
@media(max-width:820px){.nav{max-height:calc(100vh - 74px);overflow:auto}.nav a{min-height:44px;display:flex;align-items:center}.hero-media-portrait{object-position:62% center}.editorial-panel{min-height:360px}.page-hero-graphic{min-height:360px}}
@media(max-width:560px){.hero h1{font-size:clamp(2.35rem,12vw,3rem)}.page-hero h1{font-size:clamp(2.25rem,11vw,3rem)}.hero-media-portrait{object-position:68% center}.editorial-panel{min-height:320px;padding:30px 24px}.media-badge{right:12px;bottom:12px;padding:11px 14px}.contact-card{padding:20px}.footer-bottom span+span{display:block;margin-top:7px}}
@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}.btn:hover,.card:hover{transform:none}}

/* Header brand: preserve the 3:2 logo and compensate for its internal whitespace. */
.brand{height:100%;align-items:center;gap:13px}.brand img{width:72px;height:48px;object-fit:contain;object-position:center;border-radius:0;flex:none}.brand-text{display:flex;flex-direction:column;justify-content:center;line-height:1;transform:translateY(-1px)}.brand-text small{line-height:1.15;margin-top:4px}

/* Grooming page: fresh, restrained palette scoped to page content only. */
.grooming-page{background:#f7fcff}.grooming-main{--groom-blue:#16739a;--groom-blue-dark:#105a79;--groom-sky:#dff4fc;--groom-line:#c4e4f1;--groom-white:#fff}.grooming-main .page-hero-grooming{background:linear-gradient(125deg,#0f6385 0%,#2696bd 58%,#8bd4ec 100%)}.grooming-main .page-hero-grooming:before{width:360px;height:360px;border:2px solid rgba(255,255,255,.22);box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025);right:5%;top:-160px}.grooming-main .page-hero-grooming:after{background:linear-gradient(90deg,rgba(5,60,82,.62),rgba(11,102,136,.12))}.grooming-main .section:not(:last-child){background:linear-gradient(180deg,#f9fdff,#eef9fd)}.grooming-main .surface{background:#eaf7fc}.grooming-main .eyebrow{color:var(--groom-blue)}.grooming-main .page-hero .eyebrow{color:#d9f5ff}.grooming-main .section h2,.grooming-main .section-sm h2{color:var(--groom-blue-dark)}.grooming-main .feature{border-color:var(--groom-line);box-shadow:0 12px 34px rgba(25,117,153,.07)}.grooming-main .feature h3{color:var(--groom-blue-dark)}.grooming-main .check-list li:before{color:var(--groom-blue)}.grooming-visual{position:relative;min-height:460px;margin:0;border:1px solid rgba(255,255,255,.8);border-radius:28px;overflow:hidden;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.92) 0 7%,transparent 7.4%),radial-gradient(circle at 82% 24%,rgba(255,255,255,.68) 0 5%,transparent 5.4%),linear-gradient(145deg,#d9f3fc,#8ed5eb);box-shadow:0 24px 60px rgba(20,112,148,.18)}.grooming-visual:before,.grooming-visual:after{content:"";position:absolute;border:2px solid rgba(255,255,255,.68);border-radius:50%;box-shadow:inset 8px 8px 18px rgba(255,255,255,.22)}.grooming-visual:before{width:110px;height:110px;right:8%;top:8%}.grooming-visual:after{width:52px;height:52px;left:10%;bottom:19%}.grooming-bubble{position:absolute;z-index:1;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(255,255,255,.09)}.bubble-a{width:38px;height:38px;left:14%;top:17%}.bubble-b{width:72px;height:72px;right:18%;bottom:22%}.bubble-c{width:24px;height:24px;right:10%;top:42%}.grooming-illustration{position:absolute;z-index:2;inset:auto 4% 0;width:92%;height:92%}.grooming-illustration .tub{fill:#fff;stroke:#3c9fc0;stroke-width:7;stroke-linejoin:round}.grooming-illustration .dog,.grooming-illustration .shower{fill:none;stroke:#125e7a;stroke-width:10;stroke-linecap:round;stroke-linejoin:round}.grooming-illustration .shower{stroke:#fff;stroke-width:8}.grooming-illustration .foam{fill:#fff;stroke:#bce8f5;stroke-width:4}
@media(max-width:820px){.brand img{width:63px;height:42px}.brand{gap:11px}.brand-text{transform:none}.grooming-visual{min-height:390px}.grooming-main .page-hero-grooming:after{background:linear-gradient(90deg,rgba(5,60,82,.72),rgba(11,102,136,.24))}}
@media(max-width:560px){.brand img{width:57px;height:38px}.brand{gap:9px}.grooming-visual{min-height:320px;border-radius:21px}.grooming-illustration{inset:auto 1% 0;width:98%;height:94%}.grooming-visual:before{width:72px;height:72px}.bubble-b{width:48px;height:48px}.grooming-main .section:not(:last-child){background:#f5fbfe}}
@media(prefers-reduced-motion:reduce){.grooming-bubble,.grooming-visual:before,.grooming-visual:after{animation:none!important}}
.grooming-visual .grooming-photo{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.grooming-visual.has-photo .grooming-illustration{display:none}.grooming-visual.has-photo .grooming-bubble{z-index:3}

/* Complete grooming-page redesign. All selectors remain page-scoped. */
.grooming-page{background:#eef9fd}.grooming-main{--gb:#147da6;--gd:#0b5878;--gp:#e7f7fc;--gl:#bfe3f0;position:relative;overflow:hidden;background:#eef9fd}.grooming-main h2,.grooming-main h3{color:var(--gd)}.grooming-main .eyebrow{color:var(--gb)}
.grooming-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(125deg,#0d6f96,#36a8cd 54%,#a4e1f2)}.grooming-hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(36px,6vw,88px);align-items:center;padding:82px 0 112px}.grooming-hero-copy{max-width:610px}.grooming-hero .eyebrow{color:#e1f8ff}.grooming-hero h1{font-size:clamp(3rem,5.7vw,5.2rem);color:#fff}.grooming-hero p{color:rgba(255,255,255,.9);font-size:clamp(1.08rem,1.5vw,1.25rem)}.grooming-photo-stage{position:relative;min-height:470px;align-self:stretch;border-radius:52% 48% 46% 54%/45% 44% 56% 55%;overflow:hidden;border:1px solid rgba(255,255,255,.6);background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(255,255,255,.08));box-shadow:inset 0 0 70px rgba(255,255,255,.18),0 34px 70px rgba(5,75,101,.18)}.grooming-photo-stage:before,.grooming-photo-stage:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.28)}.grooming-photo-stage:before{width:64%;height:64%;right:-8%;bottom:-12%}.grooming-photo-stage:after{width:34%;height:34%;left:8%;top:8%}.grooming-photo-glow{position:absolute;inset:14%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.4),transparent 68%)}.grooming-wave{position:absolute;z-index:4;left:-3%;right:-3%;bottom:-1px;height:72px;background:#f7fcfe;border-radius:50% 50% 0 0/100% 100% 0 0}
.grooming-service-section,.grooming-treatments-section,.grooming-cta-section{position:relative;isolation:isolate}.grooming-main .grooming-service-section{padding-top:84px;background:linear-gradient(#f7fcfe,#e8f7fc)}.grooming-main .grooming-treatments-section{background:linear-gradient(#dff3fa,#f3fbfe)}.grooming-main .grooming-cta-section{padding:88px 0 96px;background:linear-gradient(#f3fbfe,#dff3fa)}.grooming-service-section>.container,.grooming-treatments-section>.container,.grooming-cta-section>.container{position:relative;z-index:2}.grooming-main .check-list li:before{color:var(--gb)}.grooming-detail-visual{min-height:390px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:center;padding:clamp(30px,5vw,60px);border:1px solid #fff;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(199,235,247,.65));box-shadow:0 24px 60px rgba(22,106,139,.11)}.grooming-detail-visual span{aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--gl);box-shadow:0 12px 28px rgba(18,104,138,.1)}.grooming-detail-visual span:nth-child(2){transform:translateY(-28px)}.grooming-detail-visual svg{width:42%;fill:none;stroke:var(--gb);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.grooming-main .feature{padding:30px;border:1px solid var(--gl);background:rgba(255,255,255,.94);box-shadow:0 16px 38px rgba(19,102,134,.08)}.grooming-card-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:20px;border-radius:14px;background:var(--gp);color:var(--gb)}.grooming-card-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.grooming-cta{background:linear-gradient(120deg,#0b6387,#2298c1);box-shadow:0 26px 65px rgba(10,91,123,.2)}.grooming-cta .eyebrow{color:#d9f6ff}.grooming-cta h2{color:#fff}.grooming-page .footer{background:#0d3f54}
.grooming-bubbles{position:absolute;z-index:1;inset:0;pointer-events:none;overflow:hidden}.grooming-bubbles span{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.64);background:radial-gradient(circle at 28% 24%,rgba(255,255,255,.8) 0 5%,rgba(255,255,255,.14) 14%,rgba(132,213,238,.08) 63%,rgba(255,255,255,.28));box-shadow:inset -5px -7px 15px rgba(70,173,207,.08),inset 4px 4px 10px rgba(255,255,255,.25);opacity:.68}.grooming-bubbles span:nth-child(1){width:22px;height:22px;left:5%;top:15%}.grooming-bubbles span:nth-child(2){width:58px;height:58px;left:2%;bottom:16%}.grooming-bubbles span:nth-child(3){width:17px;height:17px;right:8%;top:18%}.grooming-bubbles span:nth-child(4){width:76px;height:76px;right:2%;bottom:12%}.grooming-bubbles span:nth-child(5){width:34px;height:34px;right:28%;bottom:5%}.grooming-bubbles span:nth-child(6){width:15px;height:15px;left:44%;top:10%}.grooming-bubbles-left span,.grooming-bubbles-right span,.grooming-bubbles-cta span{border-color:rgba(55,162,199,.3)}
@media(max-width:1040px){.grooming-hero-grid{grid-template-columns:1fr minmax(340px,.85fr);gap:38px}.grooming-photo-stage{min-height:410px}.grooming-detail-visual{min-height:330px;padding:35px 25px}}
@media(max-width:820px){.grooming-hero{min-height:auto}.grooming-hero-grid{grid-template-columns:1fr;padding:70px 0 104px}.grooming-photo-stage{min-height:410px;width:min(100%,620px);justify-self:center}.grooming-wave{height:54px}.grooming-main .grooming-service-section{padding-top:72px}.grooming-detail-visual{min-height:300px}.grooming-bubbles span{opacity:.5}}
@media(max-width:560px){.grooming-hero-grid{padding:58px 0 86px;gap:34px}.grooming-hero h1{font-size:clamp(2.55rem,13vw,3.35rem)}.grooming-photo-stage{min-height:300px}.grooming-wave{height:38px}.grooming-detail-visual{min-height:230px;padding:26px 16px;gap:10px}.grooming-detail-visual span:nth-child(2){transform:translateY(-16px)}.grooming-main .feature{padding:24px}.grooming-bubbles span{opacity:.38}}
@media(prefers-reduced-motion:reduce){.grooming-bubbles span{animation:none!important}}
.grooming-main .section.grooming-service-section{background:linear-gradient(#f7fcfe,#e8f7fc)}.grooming-main .section.grooming-treatments-section{background:linear-gradient(#dff3fa,#f3fbfe)}.grooming-main .section.grooming-cta-section{background:linear-gradient(#f3fbfe,#dff3fa)}
.grooming-photo-stage{margin:0;min-height:0;aspect-ratio:3/2;align-self:center;border-radius:32px 32px 72px 32px;background:none}.grooming-photo-stage:before,.grooming-photo-stage:after,.grooming-photo-glow{display:none}.grooming-photo-stage img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}.grooming-service-copy{position:relative;z-index:2;max-width:900px}.grooming-service-copy .lead{max-width:820px}.grooming-service-copy .check-list{columns:2;column-gap:48px}.grooming-service-copy .check-list li{break-inside:avoid}
@media(max-width:820px){.grooming-photo-stage{width:100%;min-height:0;aspect-ratio:3/2;border-radius:28px 28px 58px 28px}}
@media(max-width:560px){.grooming-photo-stage{min-height:0;aspect-ratio:4/3;border-radius:22px 22px 42px 22px}.grooming-photo-stage img{object-position:center}.grooming-service-copy .check-list{columns:1}}

/* Premium open hero: approved dog image is integrated into the scene, never carded. */
.grooming-hero{min-height:720px;color:var(--gd);background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.98),transparent 25%),radial-gradient(circle at 76% 12%,rgba(255,255,255,.78),transparent 30%),radial-gradient(circle at 82% 78%,rgba(97,198,229,.28),transparent 35%),linear-gradient(118deg,#eaf9fd 0%,#c8edf8 48%,#8fd8ed 100%)}.grooming-hero-grid{grid-template-columns:minmax(420px,.95fr) minmax(520px,1.05fr);gap:clamp(48px,5vw,84px);padding:108px 0 142px}.grooming-hero-copy{position:relative;z-index:4}.grooming-hero .eyebrow{color:var(--gb)}.grooming-hero h1{color:var(--gd);text-shadow:0 1px rgba(255,255,255,.35)}.grooming-hero p{color:#285b6f}.grooming-hero .btn-outline{color:var(--gd);border-color:rgba(11,88,120,.32);background:rgba(255,255,255,.42)}.grooming-hero .btn-outline:hover{background:rgba(255,255,255,.72)}.grooming-photo-stage{width:118%;aspect-ratio:3/2;justify-self:end;transform:translateX(7%);border:0;border-radius:0;overflow:visible;background:none;box-shadow:none}.grooming-photo-stage img{display:block;width:100%;height:100%;border-radius:0;object-fit:cover;object-position:center;filter:saturate(.96) contrast(.99);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 96%,transparent 100%)}.grooming-wave{position:absolute;z-index:5;left:0;right:0;bottom:-1px;width:100%;height:116px;border-radius:0;background:none}.grooming-wave path{fill:#f5fcfe}
.grooming-bubbles span{opacity:.58;border-width:1.5px;background:radial-gradient(circle at 29% 25%,rgba(255,255,255,.95) 0 4%,rgba(255,255,255,.22) 8%,rgba(190,241,255,.09) 48%,rgba(244,210,255,.12) 72%,rgba(255,255,255,.38) 100%);box-shadow:inset -7px -8px 16px rgba(66,177,214,.1),inset 5px 5px 11px rgba(255,255,255,.42),0 2px 8px rgba(33,135,171,.05)}.grooming-bubbles span:nth-child(7){width:12px;height:12px;left:21%;top:9%}.grooming-bubbles span:nth-child(8){width:42px;height:42px;left:35%;bottom:22%}.grooming-bubbles span:nth-child(9){width:25px;height:25px;right:38%;top:24%}.grooming-bubbles span:nth-child(10){width:96px;height:96px;right:18%;top:4%}.grooming-bubbles span:nth-child(11){width:19px;height:19px;right:3%;top:43%}.grooming-bubbles span:nth-child(12){width:47px;height:47px;right:42%;bottom:7%}.grooming-bubbles span:nth-child(13){width:14px;height:14px;left:8%;top:48%}.grooming-bubbles span:nth-child(14){width:31px;height:31px;left:49%;top:8%}.grooming-bubbles-left span:nth-child(5){width:20px;height:20px;left:31%;top:10%}.grooming-bubbles-left span:nth-child(6){width:48px;height:48px;right:12%;bottom:18%}.grooming-bubbles-left span:nth-child(7){width:14px;height:14px;right:28%;top:19%}.grooming-bubbles-right span:nth-child(6){width:16px;height:16px;left:24%;top:20%}.grooming-bubbles-right span:nth-child(7){width:51px;height:51px;right:22%;top:39%}.grooming-bubbles-right span:nth-child(8){width:13px;height:13px;left:45%;bottom:9%}.grooming-bubbles-cta span:nth-child(6){width:18px;height:18px;left:39%;top:12%}.grooming-bubbles-cta span:nth-child(7){width:55px;height:55px;right:18%;bottom:8%}.grooming-page .footer{background:#10291b}
@media(max-width:1040px){.grooming-hero{min-height:650px}.grooming-hero-grid{grid-template-columns:minmax(350px,.9fr) minmax(430px,1.1fr);gap:30px;padding:88px 0 126px}.grooming-photo-stage{width:116%;transform:translateX(8%)}}
@media(max-width:820px){.grooming-hero-grid{grid-template-columns:1fr;gap:42px;padding:76px 0 120px}.grooming-hero-copy{max-width:680px}.grooming-photo-stage{width:108%;max-width:none;aspect-ratio:3/2;transform:translateX(4%)}.grooming-wave{height:82px}}
@media(max-width:560px){.grooming-hero{min-height:auto}.grooming-hero-grid{padding:62px 0 92px;gap:30px}.grooming-photo-stage{width:112%;aspect-ratio:4/3;transform:translateX(2%);border-radius:0}.grooming-photo-stage img{border-radius:0;object-position:center;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}.grooming-wave{height:54px}.grooming-bubbles-hero span:nth-child(10),.grooming-bubbles-hero span:nth-child(4){display:none}}

/* Toelettatura CTA palette: intentionally scoped, never overrides global buttons. */
.grooming-page .grooming-main .btn-primary,.grooming-page .grooming-cta .btn-light{background:#087ca8;color:#fff;border-color:#087ca8;box-shadow:0 10px 25px rgba(7,102,140,.24)}.grooming-page .grooming-main .btn-primary:hover,.grooming-page .grooming-cta .btn-light:hover{background:#05678e;border-color:#05678e;color:#fff;box-shadow:0 13px 30px rgba(5,89,124,.3)}.grooming-page .grooming-hero .btn-outline{background:rgba(235,249,254,.58);border-color:#167da4;color:#0a5877}.grooming-page .grooming-hero .btn-outline:hover{background:#e6f7fc;border-color:#0b698e;color:#084b67}.grooming-page .grooming-cta .btn-outline{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.74);color:#fff}.grooming-page .grooming-cta .btn-outline:hover{background:rgba(255,255,255,.14);border-color:#fff;color:#fff}
.grooming-page .grooming-main .grooming-cta #grooming-appointment-title{color:#ffffff!important}

/* Contact-page social links inside the hours panel. */
.contact-social-links{display:flex;align-items:center;gap:12px;margin-top:14px}.contact-social-links a{width:46px;height:46px;display:grid;place-items:center;flex:none;border:1px solid rgba(255,255,255,.68);border-radius:50%;color:#fff;background:rgba(255,255,255,.06);transition:transform .2s ease,background-color .2s ease,border-color .2s ease}.contact-social-links a:hover{transform:translateY(-2px);color:#fff;background:rgba(255,255,255,.15);border-color:#fff}.contact-social-links a:focus-visible{outline:3px solid #e3a831;outline-offset:3px}.contact-social-links svg{width:22px;height:22px;display:block;fill:currentColor}.contact-social-links [data-instagram] svg{fill:none;stroke:currentColor;stroke-width:1.8}.contact-social-links [data-instagram] .contact-social-dot{fill:currentColor;stroke:none}
@media(prefers-reduced-motion:reduce){.contact-social-links a{transition:none}.contact-social-links a:hover{transform:none}}

/* Adozioni: fotografie protagoniste, metadati solo quando disponibili. */
.adoptions-note{margin-bottom:34px;padding:18px 20px;border-left:3px solid var(--green);border-radius:0 12px 12px 0;background:var(--mint);color:#365743}
.dog-card{display:flex;flex-direction:column;min-width:0;cursor:pointer}.dog-card .card-body{display:flex;flex:1;flex-direction:column;padding:23px}.dog-card .card-body h3{font-size:1.55rem}.dog-card .text-link{margin-top:auto}.dog-photo{aspect-ratio:3/2}.dog-photo img{transition:transform .35s ease}.dog-card:hover .dog-photo img{transform:scale(1.025)}
.modal-images img{aspect-ratio:3/2}.modal-images:has(img:only-child){display:flex;align-items:center}.modal-images:has(img:only-child) img{width:100%;border:0}.modal-text .actions{align-items:stretch}.modal-text .actions .btn{min-height:48px}
@media(max-width:820px){.dog-card .card-body{padding:21px}.modal-images:has(img:only-child){display:flex}.modal-images:has(img:only-child) img{max-height:52vh;object-fit:contain}}
@media(max-width:560px){.dog-photo{aspect-ratio:4/3}.dog-card{min-height:0}.dog-card .card-body{padding:19px}.dog-card .card-body h3{font-size:1.4rem}.dog-card .text-link{min-height:44px;align-items:center}.modal-images img,.modal-images img:only-child,.modal-images img+img{display:block;aspect-ratio:4/3;max-height:none;object-fit:cover}.modal-images img+img{border-top:4px solid white;border-left:0}.modal-text .actions{display:grid}.modal-text .actions .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.dog-photo img{transition:none}.dog-card:hover .dog-photo img{transform:none}}

/* Foto delle card adozioni sempre visibili, anche senza hover e su touch.
   Il segnaposto è in position:absolute e veniva dipinto sopra l'immagine in flusso.
   La scala in :hover creava un contesto di stacking e faceva comparire la foto solo allora. */
.dog-photo .dog-fallback{z-index:0}
/* L'immagine in flusso, anche con z-index, restava sotto il segnaposto al primo paint
   (e quindi senza hover). Assoluta nel riquadro, copre il segnaposto appena è decodificata. */
.dog-photo img{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;opacity:1;visibility:visible}
.dog-photo.is-ready .dog-fallback{display:none}
.dog-photo.is-missing img,.dog-photo img[hidden]{display:none}
@media(hover:hover) and (pointer:fine){
  .dog-card:hover .dog-photo img,.dog-card:focus-visible .dog-photo img{transform:scale(1.02)}
}
@media(hover:none),(pointer:coarse){
  .dog-card:hover .dog-photo img{transform:none}
}

.service-grid .feature{display:flex;flex-direction:column;height:100%}
.service-grid .text-link{margin-top:auto}
.grooming-illustration-note{margin-top:8px;color:#285b6f;font-size:.95rem}
.grooming-illustration-label{position:relative;z-index:4;margin:8px 0 0;color:#0a5877;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.asl-note{padding:18px 20px;border-left:3px solid var(--green);border-radius:0 12px 12px 0;background:var(--mint)}
#chi-siamo .grid{margin-top:28px}
.footer-legal{margin-top:18px;color:rgba(255,255,255,.88);font-size:.92rem;line-height:1.55}
.footer-legal p{margin:0;overflow-wrap:anywhere}
.footer-legal a{color:#fff;text-decoration:underline;text-underline-offset:.15em}

/* Navigazione: le voci non stanno nel contenitore insieme al tasto chiama.
   Sotto i 1140 px si usa il menu; il tasto telefono in testata resta solo sui desktop larghi. */
.nav a{white-space:nowrap}
.volontariato-hero{object-position:center 46%}
.page-hero.page-hero-volontariato{min-height:0;align-items:stretch;background:#123b25}
.page-hero.page-hero-volontariato:after{display:none}
.page-hero.page-hero-volontariato > picture{position:relative;inset:auto;aspect-ratio:1672/941;display:block}
.page-hero-volontariato .hero-content{max-width:34rem;padding:36px 32px 40px}
.page-hero-volontariato h1{font-size:clamp(2.15rem,3vw,3.1rem)}
.page-hero-volontariato .hero-content p{max-width:26ch;color:#fff;font-size:1.08rem}
.page-hero-volontariato .actions .btn{white-space:normal;text-align:center}
.section-intro{padding:72px 0 28px}
.section-intro .container{max-width:820px}
@media(min-width:981px){
  .page-hero.page-hero-volontariato{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr)}
  .page-hero.page-hero-volontariato > picture{grid-column:2;grid-row:1;height:auto;min-height:100%}
  .page-hero-volontariato .hero-content{grid-column:1;grid-row:1;align-self:center;padding:40px 32px}
}
.fee-highlight{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin:8px 0 22px;padding:16px 20px;border-radius:18px;background:var(--mint);border:1px solid var(--line);color:var(--green-2)}
.fee-highlight strong{font-size:clamp(2.6rem,5vw,3.5rem);line-height:.95;letter-spacing:-.04em}
.fee-highlight span{font-weight:800;font-size:1.2rem}
.dog-card:focus-visible{outline:3px solid #e3a831;outline-offset:3px}
.feature .text-link{margin-top:14px}
.socials a:not(:has(svg)){width:auto;height:auto;padding:8px 12px;font-weight:700}
.hero > picture,.page-hero > picture{position:absolute;inset:0;z-index:0;display:block}
.hero > picture .hero-media,.page-hero > picture .hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.media-frame picture,.brand picture,.footer-brand picture{display:block}
.brand picture,.footer-brand picture{flex:none}
.hours h2,.hours h3,.hours strong{color:#fff}
.hours .eyebrow{color:#d7f3e1}
.hours p a{color:#fff;text-decoration:underline;text-underline-offset:.15em}

body.modal-open .mobile-sticky,body.nav-open .mobile-sticky{visibility:hidden}
/* Il reveal non nasconde nulla: senza JS, con prefers-reduced-motion
   o se IntersectionObserver non scatta il testo e le foto restano visibili.
   Lo spostamento è solo un abbellimento e non usa opacity. */
.reveal{opacity:1;transform:none}
@media(prefers-reduced-motion:no-preference){
  html.js .reveal{animation:reveal-in .6s ease}
}
@keyframes reveal-in{from{transform:translateY(12px)}to{transform:none}}
@media(prefers-reduced-motion:reduce){
  html.js .reveal{opacity:1;transform:none;animation:none}
}
@media(max-width:1280px) and (min-width:1141px){
  .nav a{padding:8px 6px;font-size:.82rem}
}
@media(max-width:980px){
  .page-hero-volontariato{display:block;background:var(--green-3)}
  .page-hero-volontariato > picture{aspect-ratio:1672/941}
  .page-hero-volontariato .hero-content{max-width:none;padding:28px 22px 36px}
  .page-hero-volontariato .hero-content p{max-width:40rem}
  .volontariato-hero{object-position:center center}
  .section-intro{padding:48px 0 8px}
}
@media(max-width:1140px){
  .header-call{display:none}
  body{padding-bottom:78px}
  .mobile-sticky{position:fixed;z-index:90;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:9px 12px;background:rgba(255,255,255,.97);border-top:1px solid var(--line)}
  .mobile-sticky .btn{min-height:48px}
  .mobile-sticky .btn-outline-dark{background:var(--mint)}
}
@media(max-width:1140px) and (min-width:821px){
  .mobile-toggle{display:grid;margin-left:auto}
  .nav{position:fixed;inset:86px 0 auto 0;display:none;max-height:calc(100vh - 86px);overflow:auto;padding:18px 20px 26px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(18,54,33,.13)}
  .nav.open{display:grid}
  .nav a{padding:12px;min-height:44px;display:flex;align-items:center;font-size:1rem}
}

/* Design system condiviso: ritmo, raggi, ombre, card, CTA e micro-interazioni.
   Le foto delle card adozioni restano visibili senza hover. */
:root{
  --space-xs:8px;
  --space-sm:12px;
  --space-md:20px;
  --space-lg:32px;
  --space-xl:56px;
  --space-2xl:88px;
  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:24px;
  --shadow-sm:0 8px 24px rgba(18,54,33,.06);
  --shadow-md:0 16px 40px rgba(18,54,33,.09);
  --dur:280ms;
  --ease:cubic-bezier(.22,.7,.25,1);
}
.section{padding:var(--space-2xl) 0}
.section-sm{padding:var(--space-xl) 0}
.section-intro{padding:64px 0 8px}
.section-head{margin-bottom:36px}
.lead{line-height:1.55}
.topbar{box-shadow:0 1px 0 rgba(220,229,223,.95),0 10px 28px rgba(18,54,33,.04)}
.nav a,.text-link,.footer a,.btn{transition:color var(--dur) var(--ease),background-color var(--dur) var(--ease),border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease)}
.text-link{text-underline-offset:.18em}
.text-link:hover{text-decoration:underline}
.card,.feature,.step,.contact-card,.hours,.media-frame{box-shadow:var(--shadow-sm)}
.feature,.step,.contact-card,.hours,.fee-highlight,.adoptions-note,.asl-note{border-radius:var(--radius-md)}
.hours,.media-frame,.band{border-radius:var(--radius-lg)}
.media-frame img,.media-frame picture{border-radius:inherit}
.fee-highlight,.adoptions-note,.asl-note{box-shadow:none}
.band p{color:rgba(255,255,255,.92)}
.footer p,.footer a{color:rgba(255,255,255,.84)}
.footer-legal,.footer-legal p,.footer-legal a{color:rgba(255,255,255,.92)}
.field input,.field select,.field textarea{border-radius:var(--radius-sm);transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}
.field input:focus-visible,.field select:focus-visible,.field textarea:focus-visible{border-color:var(--green);box-shadow:0 0 0 4px rgba(40,100,63,.12)}
html:not(.js) .faq-a{display:block;grid-template-rows:none}
html:not(.js) .faq-a>div{overflow:visible}
html.js .faq-a{transition:grid-template-rows var(--dur) var(--ease)}
.reveal{opacity:1;transform:none;animation:none}
html.js .reveal{animation:none}
@media(prefers-reduced-motion:no-preference){
  html.js-reveal .reveal{transition:transform 400ms var(--ease)}
  html.js-reveal .reveal:not(.visible){transform:translateY(8px)}
  html.js-reveal .reveal.visible{transform:none}
  .feature:hover,.step:hover,.contact-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
  .btn:hover{transform:translateY(-1px)}
  .media-frame{transition:box-shadow var(--dur) var(--ease)}
}
@media(prefers-reduced-motion:reduce){
  .reveal,.feature,.step,.contact-card,.card,.btn,.media-frame{transform:none;animation:none;transition:none}
  .feature:hover,.step:hover,.contact-card:hover,.card:hover,.btn:hover{transform:none}
}
@media(max-width:820px){
  .section{padding:72px 0}
  .section-sm{padding:48px 0}
  .section-intro{padding:40px 0 4px}
}
@media(max-width:560px){
  .section{padding:56px 0}
  .section-sm{padding:40px 0}
  .section-head{margin-bottom:26px}
}

/* Il numero in testata resta su una sola riga e non viene compresso dal flex.
   Sopra i 1280 px il menu è a piena misura nel contenitore da 1180 px:
   un filo di padding in meno lascia spazio al numero senza andare a capo. */
.header-call{
  flex-shrink:0;
  white-space:nowrap;
}
.header-call [data-phone]{white-space:nowrap}
@media(min-width:1281px){
  .nav a{padding-inline:8px}
}
