:root{
  --green:#00ad4e;
  --green2:#008e43;
  --green3:#006f37;
  --dark:#073b2f;
  --dark2:#03251d;
  --ink:#12382f;
  --muted:#667770;
  --soft:#f4f9f6;
  --line:#dfe9e4;
  --white:#fff;
  --shadow:0 22px 60px rgba(7,55,42,.12)
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Inter,Arial,Helvetica,sans-serif;
  line-height:1.55;
  background:#fff
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.wrap{width:min(1240px,calc(100% - 56px));margin:auto}

/* HEADER */
.site-header{
  position:fixed;
  inset:0 0 auto;
  z-index:1000;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(20,70,55,.08);
  transition:.3s
}
.site-header.scrolled{box-shadow:0 8px 30px rgba(7,47,37,.10)}
.header-inner{
  height:88px;
  display:flex;
  align-items:center;
  gap:30px;
  transition:.3s
}
.site-header.scrolled .header-inner{height:66px}
.brand{width:178px;margin-right:auto}
.brand img{width:100%;max-height:66px;object-fit:contain}
.main-nav{display:flex;gap:26px;align-items:center;font-size:14px}
.main-nav a{position:relative;padding:8px 0}
.main-nav a:after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:0;height:2px;
  background:var(--green);
  transition:.25s
}
.main-nav a:hover:after,.main-nav a.active:after{right:0}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.menu-toggle span{width:24px;height:2px;background:var(--dark);display:block;margin:5px}
.btn{
  display:inline-flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  padding:11px 19px;
  border-radius:12px;
  background:var(--green);
  color:#fff;
  font-weight:800;
  border:1px solid var(--green);
  transition:.22s
}
.btn:hover{transform:translateY(-2px);background:var(--green2);border-color:var(--green2)}
.btn-small{padding:10px 19px;border-radius:999px;font-size:14px}
.btn-outline{background:transparent;border-color:rgba(255,255,255,.72)}
.btn-outline:hover{background:#fff;color:var(--dark)}
.btn-light{background:#fff;color:var(--green2);border-color:#fff;border-radius:999px}

/* HERO V3.2 */
.hero{
  position:relative;
  min-height:100vh;
  padding-top:88px;
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:stretch;
  background:#0a2d24
}
.hero-bg{
  position:absolute;
  inset:88px 0 0;
  background-image:url('../img/hero-truck-approved.jpg');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  z-index:0
}
.hero-overlay{
  position:absolute;
  inset:88px 0 0;
  z-index:1;
  background:
    linear-gradient(
      90deg,
      rgba(2,36,29,.96) 0%,
      rgba(3,48,38,.93) 20%,
      rgba(3,48,38,.80) 36%,
      rgba(3,48,38,.42) 49%,
      rgba(3,48,38,.10) 64%,
      rgba(3,48,38,0) 78%
    );
}
.hero-content{
  position:relative;
  z-index:2;
  flex:1;
  width:100%;
  max-width:none;
  margin:0;
  padding-left:clamp(54px,6vw,112px);
  padding-right:clamp(54px,6vw,112px);
  min-height:calc(100vh - 88px);
  display:flex;
  align-items:center;
}
.hero-copy{
  width:min(650px,54%);
  padding:72px 0 100px;
}
.eyebrow{
  font-size:12px;
  letter-spacing:.17em;
  font-weight:900;
  color:#2fe27f;
  text-transform:uppercase;
  margin:0 0 16px
}
.hero-text-slider{
  position:relative;
  min-height:300px;
  max-width:660px;
}
.hero-text-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transform:translateY(14px);
  transition:opacity .55s ease, transform .55s ease;
  pointer-events:none
}
.hero-text-slide.active{
  opacity:1;
  transform:none;
  pointer-events:auto
}
.hero h1{
  font-size:clamp(40px,4vw,64px);
  line-height:1.03;
  max-width:660px;
  margin:0 0 22px;
  letter-spacing:-.035em
}
.hero-lead{
  font-size:clamp(16px,1.3vw,20px);
  max-width:610px;
  color:rgba(255,255,255,.9);
  margin:0
}
.hero-text-dots{
  display:flex;
  gap:9px;
  align-items:center;
  margin:12px 0 24px
}
.hero-dot{
  width:8px;
  height:8px;
  padding:0;
  border:1px solid rgba(255,255,255,.8);
  border-radius:50%;
  background:rgba(255,255,255,.26);
  cursor:pointer;
  transition:.22s
}
.hero-dot.active{
  width:22px;
  border-radius:999px;
  background:#fff
}
.hero-actions{
  display:flex;
  gap:12px;
  margin:0 0 26px
}
.hero .btn{
  padding:10px 18px;
  border-radius:11px;
  font-size:14px
}
.btn-outline{
  background:transparent;
  border-color:rgba(255,255,255,.72)
}
.btn-outline:hover{
  background:#fff;
  color:var(--dark)
}
.hero-phone-wrap{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:5px
}
.hero-phone{
  display:inline-flex;
  align-items:center;
  gap:12px;
  font-weight:400;
  line-height:1
}
.phone-icon{font-size:27px}
.phone-number{
  font-size:34px;
  font-weight:300;
  letter-spacing:-.02em
}
.phone-hours{
  padding-left:40px;
  font-size:12px;
  letter-spacing:.045em;
  color:rgba(255,255,255,.78)
}
.scroll-cue{
  position:absolute;
  z-index:6;
  left:50%;
  bottom:18px;
  width:30px;
  height:50px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:20px;
  transform:translateX(-50%)
}
.scroll-cue span{
  position:absolute;
  width:5px;
  height:5px;
  background:#fff;
  border-radius:50%;
  left:12px;
  top:9px;
  animation:scrollDot 1.6s infinite
}
@keyframes scrollDot{
  0%{opacity:0;transform:translateY(0)}
  30%{opacity:1}
  100%{opacity:0;transform:translateY(22px)}
}

@media (max-width:1100px){
  .hero{padding-top:76px;min-height:auto}
  .hero-bg,.hero-overlay{inset:76px 0 0}
  .hero-content{
    min-height:calc(100vh - 76px);
    align-items:flex-end;
    padding-left:38px;
    padding-right:38px;
    padding-bottom:42px
  }
  .hero-copy{
    width:min(720px,78%);
    padding:90px 0 40px
  }
  .hero-text-slider{min-height:330px}
  .hero-overlay{
    background:
      linear-gradient(
        90deg,
        rgba(2,36,29,.96) 0%,
        rgba(3,48,38,.90) 32%,
        rgba(3,48,38,.55) 58%,
        rgba(3,48,38,.12) 82%
      )
  }
}

@media (max-width:640px){
  .hero{
    padding-top:76px;
    min-height:100svh
  }
  .hero-bg{
    inset:76px 0 0;
    background-position:62% center
  }
  .hero-overlay{
    inset:76px 0 0;
    background:
      linear-gradient(
        180deg,
        rgba(2,36,29,.80) 0%,
        rgba(2,36,29,.84) 45%,
        rgba(2,36,29,.94) 100%
      )
  }
  .hero-content{
    min-height:calc(100svh - 76px);
    align-items:flex-start;
    padding-left:22px;
    padding-right:22px;
    padding-top:48px;
    padding-bottom:90px
  }
  .hero-copy{
    width:100%;
    padding:0
  }
  .hero-text-slider{min-height:390px}
  .hero h1{font-size:40px}
  .hero-lead{font-size:16px}
  .hero-actions{flex-wrap:wrap}
  .scroll-cue{display:none}
}

/* FACTS */
.facts{
  background:#f4faf6;
  border-top:1px solid #e3eee7;
  border-bottom:1px solid #e3eee7;
}
.facts-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0
}
.fact-card{
  display:flex;
  align-items:flex-start;
  gap:18px;
  padding:34px 26px 30px;
  min-height:172px;
  border-right:1px solid #dfe9e4;
  position:relative;
  transition:
    background-color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
  cursor:default
}
.fact-card:hover{
  background:var(--green2);
  transform:translateY(-4px);
  box-shadow:0 14px 34px rgba(0,110,55,.16);
  z-index:2
}
.fact-card:last-child{border-right:0}
.fact-icon{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--green2);
  margin-top:2px;
  transition:color .28s ease, transform .28s ease
}
.fact-card:hover .fact-icon{
  color:#fff;
  transform:scale(1.06)
}
.fact-icon svg{
  width:34px;
  height:34px;
  stroke:currentColor;
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round
}
.fact-copy h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.05;
  letter-spacing:-.02em;
  font-weight:800;
  color:var(--ink);
  transition:color .28s ease
}
.fact-card:hover .fact-copy h3{color:#fff}
.fact-copy h3 span{
  font-size:25px;
  color:var(--green3);
  font-weight:900;
  transition:color .28s ease
}
.fact-card:hover .fact-copy h3 span{color:#fff}
.fact-copy p{
  margin:0;
  color:#4f645c;
  font-size:14px;
  line-height:1.45;
  max-width:210px;
  transition:color .28s ease
}
.fact-card:hover .fact-copy p{
  color:rgba(255,255,255,.88)
}

@media (max-width:1100px){
  .facts-grid{grid-template-columns:repeat(2,1fr)}
  .fact-card{min-height:150px}
  .fact-card:nth-child(2){border-right:0}
  .fact-card:nth-child(-n+2){border-bottom:1px solid #dfe9e4}
}
@media (max-width:640px){
  .facts-grid{grid-template-columns:1fr}
  .fact-card{
    border-right:0;
    border-bottom:1px solid #dfe9e4;
    padding:24px 20px
  }
  .fact-card:last-child{border-bottom:0}
}

/* GENERAL SECTIONS */
.section{padding:94px 0}
.section-heading h2,.split h2,.feature-card h2,.certifications h2,.mission h2,.contact-strip h2{
  font-size:clamp(32px,4vw,50px);
  line-height:1.08;
  letter-spacing:-.03em;
  margin:8px 0 12px
}
.section-heading p,.section-intro{color:var(--muted);max-width:720px}
.heading-row{
  display:flex;
  justify-content:space-between;
  gap:30px;
  align-items:flex-end
}
.section-link{color:var(--green2);font-weight:800;padding-bottom:8px}

/* SERVICES */
.service-tabs{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-top:34px
}
.service-tab{
  appearance:none;
  background:#fff;
  border:1px solid var(--line);
  border-radius:14px;
  padding:8px;
  cursor:pointer;
  transition:.25s;
  min-width:0
}
.service-tab:hover,.service-tab.active{
  border-color:var(--green);
  box-shadow:0 8px 25px rgba(0,173,78,.12);
  transform:translateY(-3px)
}
.service-tab img,.service-symbol{
  height:116px;width:100%;
  object-fit:cover;
  border-radius:9px
}
.service-symbol{
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#eef9f3,#dff4e9);
  font-size:45px;
  color:var(--green2)
}
.service-tab span{display:block;padding:10px 4px 7px;font-weight:800}
.service-detail{
  margin-top:22px;
  border:1px solid var(--line);
  border-radius:20px;
  padding:26px;
  display:grid;
  grid-template-columns:.88fr 1.5fr;
  gap:36px;
  align-items:center;
  background:#fff;
  box-shadow:var(--shadow)
}
.detail-visual img{
  width:100%;
  height:320px;
  object-fit:contain;
  border-radius:14px;
  background:#f8faf9
}
.detail-copy h3{font-size:38px;margin:6px 0 8px}
.detail-copy p{color:var(--muted)}
.detail-copy ul{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px 24px;
  margin:22px 0 16px;
  padding:0;
  background:transparent;
  list-style:none
}
.detail-copy li{display:flex;align-items:flex-start;gap:10px;background:transparent;font-size:1rem;line-height:1.5}
.detail-copy li:before{content:"✓";color:var(--green);font-weight:900;flex:0 0 auto}
.text-link{display:inline-block;margin-top:10px;font-weight:800;color:var(--green2)}

/* PHOTO STATEMENT */
.statement{
  position:relative;
  color:#fff;
  min-height:360px;
  display:flex;
  align-items:center;
  padding:58px 0;
  overflow:hidden
}
.statement > .statement-photo{
  position:absolute;top:-48px;left:0;
  width:100%;height:calc(100% + 96px);
  object-fit:cover;
  object-position:center;
  display:block;
  transform:translate3d(0,var(--method-parallax,0px),0);
  will-change:transform
}
.statement-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(0,49,25,.08) 0%,rgba(0,62,31,.13) 36%,rgba(0,73,39,.82) 52%,rgba(0,77,41,.95) 100%)
}
.statement-inner{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,540px) 145px;
  align-items:center;
  gap:34px
}
.statement-copy{grid-column:2;max-width:540px}
.statement h2{
  font-size:clamp(30px,3vw,40px);
  line-height:1.11;
  margin:0 0 15px
}
.statement p{font-size:18px;line-height:1.5;color:rgba(255,255,255,.94);margin:0}
.statement-inner > img{grid-column:3;width:145px;opacity:1;justify-self:end}

/* SPLITS */
.split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center
}
.split-copy p{color:var(--muted);font-size:17px}
.split-copy .btn{margin-top:16px}
.split-image img{
  border-radius:22px;
  box-shadow:var(--shadow);
  width:100%;
  height:490px;
  object-fit:cover
}
.soft{background:var(--soft)}
.two-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.feature-card{
  min-height:420px;
  border-radius:24px;
  background:#fff;
  padding:50px;
  box-shadow:0 10px 40px rgba(14,52,42,.07)
}
.feature-card p{color:var(--muted);font-size:17px}
.image-card{
  background:
    linear-gradient(rgba(5,44,33,.18),rgba(5,44,33,.62)),
    url('../img/azienda.jpg') center/cover no-repeat;
  display:flex;
  align-items:flex-end
}
.image-card-overlay{
  color:#fff;
  font-size:29px;
  line-height:1.15;
  font-weight:800;
  max-width:420px
}
.reverse .split-copy{order:2}
.oil-panel{
  position:relative;
  border-radius:22px;
  background:#fff;
  box-shadow:var(--shadow);
  padding:50px;
  min-height:420px;
  display:grid;
  place-items:center;
  overflow:hidden
}
.oil-panel img{width:70%;position:relative;z-index:2}
.oil-drop{
  position:absolute;
  width:370px;height:370px;
  border-radius:50%;
  background:radial-gradient(circle at 45% 35%,rgba(247,194,56,.82),rgba(168,93,0,.96));
  bottom:-190px;right:-70px
}

/* CERTIFICATIONS */
.certifications{background:#fbfdfc}
.cert-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
  margin-top:30px
}
.cert-grid div{
  min-height:120px;
  display:grid;
  place-items:center;
  text-align:center;
  padding:16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff
}
.cert-grid strong{color:var(--green2)}

/* MISSION + CONTACT */
.mission{padding:46px 0;background:#edf8f2}
.mission-inner{display:flex;gap:26px;align-items:center}
.mission img{width:86px}
.mission h2{font-size:31px;margin-bottom:6px}
.mission p{margin:0;color:var(--muted)}
.contact-strip{
  padding:50px 0;
  background:linear-gradient(100deg,#00a84b,#00793a);
  color:#fff
}
.contact-inner{
  display:grid;
  grid-template-columns:1.4fr .8fr auto;
  align-items:center;
  gap:40px
}
.contact-strip h2{font-size:35px;margin-bottom:0}
.contact-data{display:flex;flex-direction:column;gap:5px;font-size:20px}
.contact-data a:first-child{font-size:29px;font-weight:800}

/* FOOTER */
.site-footer{
  background:var(--dark2);
  color:rgba(255,255,255,.75);
  padding:56px 0 22px
}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:42px}
.footer-brand img{width:180px;filter:brightness(0) invert(1);opacity:.95}
.site-footer h3{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.08em}
.site-footer .footer-details{font-size:13px;font-style:italic;line-height:1.5;color:rgba(255,255,255,.66);margin:16px 0 0;overflow-wrap:anywhere}
.site-footer .footer-details{line-height:1.2}
.site-footer .footer-legal-line{display:block}
.site-footer .footer-details a{display:inline;margin:0;color:inherit;font:inherit}
.site-footer .footer-details a:hover{text-decoration:underline;text-underline-offset:2px}
.site-footer a{display:block;margin:7px 0}
.site-footer a:hover{color:#fff}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:38px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  gap:12px 28px;
  flex-wrap:wrap;
  font-size:12px
}
.footer-bottom a{display:inline;margin:0;color:inherit;text-decoration:underline;text-underline-offset:3px}
.policy-page{min-height:65vh;padding:100px 0;color:var(--ink)}
.policy-page .wrap{max-width:820px}
.policy-page h1{font-size:clamp(34px,5vw,50px);color:var(--dark);margin:0 0 28px}
.policy-page p{font-size:18px;line-height:1.7}
.to-top{
  position:fixed;
  right:22px;bottom:22px;
  width:44px;height:44px;
  border-radius:50%;
  background:var(--dark);
  color:#fff;
  display:grid;
  place-items:center;
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:.25s;
  z-index:900
}
.to-top.show{opacity:1;pointer-events:auto;transform:none}

/* RESPONSIVE */
@media (max-width:1100px){
  .header-cta{display:none}
  .main-nav{
    position:fixed;
    top:76px;left:18px;right:18px;
    background:#fff;
    border-radius:18px;
    box-shadow:var(--shadow);
    padding:18px;
    display:none;
    flex-direction:column;
    align-items:stretch
  }
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .header-inner{height:76px}
  .brand{width:155px}

  .hero{padding-top:76px}
  .hero-grid{grid-template-columns:1fr;min-height:auto}
  .hero-copy{min-height:68vh}
  .hero-copy:after{display:none}
  .hero-copy-inner{margin:0 auto;width:min(100% - 54px,760px);padding:74px 0}
  .hero-visual{min-height:48vh}
  .hero-mini-slider{right:28px;bottom:28px;width:min(350px,calc(100% - 56px))}

  .facts-grid{grid-template-columns:1fr 1fr}
  .facts article:nth-child(2){border-right:0}
  .service-tabs{grid-template-columns:repeat(3,1fr)}
  .service-detail,.split-grid,.two-card-grid{grid-template-columns:1fr}
  .reverse .split-copy{order:0}
  .cert-grid{grid-template-columns:repeat(3,1fr)}
  .contact-inner{grid-template-columns:1fr 1fr}
  .contact-inner .btn{grid-column:1/-1;justify-self:start}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:640px){
  .wrap{width:min(100% - 30px,1240px)}
  .hero-copy{min-height:74vh}
  .hero-copy-inner{width:min(100% - 30px,760px);padding:58px 0 70px}
  .hero h1{font-size:41px}
  .hero-lead{font-size:17px}
  .hero-actions{flex-wrap:wrap}
  .hero-visual{min-height:38vh}
  .hero-mini-slider{left:16px;right:16px;bottom:16px;width:auto}
  .scroll-cue{display:none}

  .facts-grid{grid-template-columns:1fr}
  .facts article{border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:68px 0}
  .heading-row{display:block}
  .section-link{display:inline-block;margin-top:12px}
  .service-tabs{grid-template-columns:1fr 1fr}
  .service-detail{padding:18px}
  .detail-copy ul{grid-template-columns:1fr}
  .detail-visual img{height:220px}
  .split-grid{gap:36px}
  .split-image img{height:320px}
  .feature-card{padding:32px;min-height:340px}
  .cert-grid{grid-template-columns:1fr 1fr}
  .statement-inner{align-items:flex-start}
  .statement img{width:80px}
  .contact-inner{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:8px}
  .mission-inner{align-items:flex-start}
}

@media (hover:none){
  .fact-card:hover{
    background:transparent;
    transform:none;
    box-shadow:none;
  }
  .fact-card:hover .fact-icon{color:var(--green2);transform:none}
  .fact-card:hover .fact-copy h3{color:var(--ink)}
  .fact-card:hover .fact-copy h3 span{color:var(--green3)}
  .fact-card:hover .fact-copy p{color:#4f645c}
}


/* V3.5 - refinement of last fact box */
.fact-title-service{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}
.fact-title-service .fact-title-main{
  font-size:25px;
  line-height:1.05;
  color:var(--green3);
  font-weight:900;
}
.fact-title-service .fact-title-sub{
  font-size:18px;
  line-height:1.05;
  color:var(--ink);
  font-weight:800;
}
.fact-card--truck .fact-icon{
  width:52px;
  height:52px;
  margin-top:-2px;
}
.fact-card--truck .fact-icon svg{
  width:46px;
  height:46px;
  stroke-width:1.65;
}

/* Keep hover coherent */
.fact-card:hover .fact-title-service .fact-title-main,
.fact-card:hover .fact-title-service .fact-title-sub{
  color:#fff;
}

@media (hover:none){
  .fact-card:hover .fact-title-service .fact-title-main{color:var(--green3)}
  .fact-card:hover .fact-title-service .fact-title-sub{color:#1f2e29}
}
/* Sites: proportional source images, readable responsive layout. */
html{scroll-padding-top:100px}section[id],details[id]{scroll-margin-top:100px}
:root{--green:#008e43;--muted:#52695f}
.hero-text-slider{display:grid;min-height:0}.hero-text-slide{grid-area:1/1;position:relative;inset:auto;visibility:hidden}.hero-text-slide.active{visibility:visible}
.hero h1,.hero-title{font-size:clamp(2.5rem,4vw,4rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 22px}.hero-copy{width:min(660px,55%)}
.hero-text-dots{min-height:44px}.hero-dot{width:26px;height:26px;border:8px solid transparent;background-clip:padding-box}.hero-dot.active{width:42px;border-radius:20px}.slider-pause{background:transparent;color:white;border:1px solid #ffffff70;border-radius:6px;padding:6px 12px;margin-left:10px;cursor:pointer;font-size:14px}
.service-tab img{object-fit:contain;background:#f5f8f6;height:150px}.service-tab[data-service=cat1] img{background:#000}.service-tab[data-service=cat3] img{background:#007543}.service-symbol{height:150px}
.service-tab span{font-size:14px}.detail-visual img{height:360px;object-fit:contain}.service-detail{scroll-margin-top:100px}
.kicker{font-size:14px;letter-spacing:.12em;font-weight:800;color:var(--green2)}.kicker.light{color:#a1f8c5}.eyebrow{font-size:14px}.phone-hours{font-size:14px;letter-spacing:0}
.split-image img{height:auto;object-fit:contain}.feature-card{padding:36px}.info-list dt{font-weight:700;margin-top:18px}.info-list dd{margin:5px 0;color:var(--muted)}
#sedi h2{font-size:clamp(2rem,4vw,3rem);line-height:1.12}#sedi article{border-top:2px solid var(--green);padding-top:16px}
#informative{padding:30px 0}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-weight:700}details p{max-width:850px}details a{text-decoration:underline}
:focus-visible{outline:3px solid #edb832;outline-offset:5px}.contact-data a{overflow-wrap:anywhere}.footer-bottom{font-size:14px}
@media(max-width:1100px){.hero-copy{width:min(720px,85%);min-height:0}.main-nav{max-height:calc(100svh - 95px);overflow:auto}.site-header.scrolled .main-nav{top:66px}}
@media(max-width:640px){.hero-content{width:100%;padding:42px 22px 70px}.hero-copy{width:100%;min-height:0}.hero h1,.hero-title{font-size:clamp(2rem,8vw,2.55rem)}.hero-text-slider{min-height:0}.hero-copy{padding:0}.hero-bg{background-position:65% center}.fact-card{min-height:0}.detail-copy h3{font-size:2rem}.detail-visual img{height:280px}.service-tab img,.service-symbol{height:140px}.statement img{display:none}.feature-card{padding:26px}.contact-data a{font-size:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
#contact-form{display:grid;gap:10px}#contact-form input,#contact-form textarea{font:inherit;padding:12px;border:1px solid #819a8c;border-radius:6px;width:100%;background:white;color:var(--ink)}#contact-form label{font-weight:600}#contact-form .btn{justify-self:start;margin-top:12px;cursor:pointer}#contact-form p:empty{display:none}
/* Six consistent service image frames. Preserve full posters and photo subjects. */
.service-tabs .service-tab{display:flex;flex-direction:column;align-items:stretch}
.service-tabs .service-tab img{width:100%;height:150px;flex:0 0 150px;object-fit:contain;object-position:center;border-radius:9px;background:#f4f7f5}
.service-tabs .service-tab--poster img{padding:5px}
.service-tabs .service-tab[data-service="cat1"] img{background:#000}
.service-tabs .service-tab[data-service="cat3"] img{background:#007543}
.service-tabs .service-tab[data-service="oli"] img{background:#fff}
.service-tabs .service-tab span{color:#007238;font-size:15px;line-height:1.35;font-weight:800;min-height:48px;display:flex;align-items:center;justify-content:center;padding:10px 2px 7px}

/* Services heading: short green underline matching the supplied reference. */
#servizi .section-heading h2{color:var(--dark);font-size:clamp(2rem,4vw,3.125rem);font-weight:800;line-height:1.08;margin:0;letter-spacing:-.03em}
#servizi .section-heading h2::after{content:"";display:block;width:42px;height:3px;background:#00ad4e;margin-top:18px}
#servizi .section-heading p{margin:18px 0 0}

/* Independent, airy benefits row between service panel and method section. */
.service-benefits{margin:68px 0 0;background:transparent}
.service-benefits-list{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 28px;align-items:start;margin:0;padding:0;background:transparent}
.service-benefits-list li{display:flex;align-items:flex-start;gap:10px;color:var(--ink);font-size:17px;line-height:1.4;font-weight:600;background:transparent}
.service-benefits-list li::before{content:"✓";flex:none;color:var(--green2);font-size:17px;font-weight:800;line-height:1.4}
@media(max-width:1050px){.service-benefits-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 35px}}
@media(max-width:640px){.service-benefits{margin-top:52px}.service-benefits-list{grid-template-columns:1fr;gap:18px}.service-benefits-list li{font-size:17px}}

@media(max-width:1100px){
  .statement-inner{grid-template-columns:minmax(0,.55fr) minmax(0,1fr) 92px;gap:20px}
  .statement-inner > img{width:92px}
}
@media(max-width:640px){
  .statement{min-height:390px;padding:62px 0}
  .statement-photo{object-position:36% center}
  .statement-overlay{background:linear-gradient(90deg,rgba(1,48,27,.78),rgba(0,71,36,.89))}
  .statement-inner{display:grid;grid-template-columns:minmax(0,1fr) 70px;gap:12px;align-items:start}
  .statement-copy{grid-column:1 / -1}
  .statement h2{font-size:clamp(30px,8vw,39px)}
  .statement p{font-size:17px}
  .statement-inner > img{display:block;grid-column:2;width:70px;margin-top:14px}
}
@media(max-width:767px),(prefers-reduced-motion:reduce){
  .statement > .statement-photo{top:0;height:100%;transform:none;will-change:auto}
}

/* FOUR SERVICE PATHS */
.overview{background:#fff;padding:54px 0 0}
.overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#e6eee9;border:1px solid #e6eee9}
.overview-card{min-width:0;min-height:348px;background:#fff;padding:30px 34px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;overflow:hidden}
.overview-card h2{font-size:clamp(25px,2.2vw,31px);line-height:1.12;color:var(--dark);margin:0 0 22px}
.overview-card h2:after{content:"";display:block;width:38px;height:3px;background:var(--green);margin-top:13px}
.overview-card p{font-size:16px;line-height:1.56;color:var(--ink);margin:0 0 23px}
.overview-copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.overview-copy .btn{margin-top:auto;font-size:14px;padding:11px 19px;border-radius:10px;white-space:normal}
.overview-visual{min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.overview-visual img{display:block;width:100%;height:100%;object-fit:contain}
.overview-visual--mark{background:transparent;padding:22px}
.overview-visual--mark img{max-width:220px;max-height:220px}
.overview-card--pets{position:relative;display:block;isolation:isolate;min-height:370px;padding:31px 34px}
.overview-card--pets:before{content:"";position:absolute;inset:0;z-index:-2;background:#fff url('../img/animali-riferimento.png') right center/auto 290px no-repeat}
.overview-card--pets:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fff 0%,#fff 25%,rgba(255,255,255,.96) 32%,rgba(255,255,255,.65) 40%,rgba(255,255,255,0) 54%)}
.overview-card--pets .overview-copy{width:50%;min-height:308px;position:relative}
.overview-visual--oil{width:min(100%,270px);height:220px;align-self:center;justify-self:center;background:#fff url('../img/overview-iniziale.png') -350px -275px/1254px 599px no-repeat}
.overview-card--certs{display:block}
.overview-card--certs p{font-weight:600;margin-bottom:24px}
.overview-certifications{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.overview-certifications div{min-width:0;min-height:120px;border:1px solid #dbe7e1;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 4px;color:var(--dark);font-size:13px;line-height:1.25;transition:background-color .3s ease,border-color .3s ease}
.overview-certifications .cert-mark{display:block;flex:none;width:95px;height:70px;max-width:100%;margin:0 auto 5px;object-fit:contain;transition:opacity .28s ease,transform .28s ease}
.overview-certifications div:nth-child(1) .cert-mark{width:88px;height:62px}
.overview-certifications div:nth-child(2) .cert-mark{width:100px;height:70px}
.overview-certifications div:nth-child(3) .cert-mark{width:88px;height:66px}
.overview-certifications div:nth-child(4) .cert-mark{width:86px;height:80px}
.overview-certifications div:nth-child(5) .cert-mark{width:82px;height:82px}
@media(hover:hover) and (pointer:fine){
  .overview-certifications div{position:relative}
  .overview-certifications .cert-mark{position:absolute;top:50%;left:50%;margin:0;opacity:0;transform:translate(-50%,-50%) scale(.96)}
  .overview-certifications div > span,.overview-certifications div > strong{transition:opacity .23s ease}
  .overview-certifications div:hover{background:#f0f8f2;border-color:#c9dfce}
  .overview-certifications div:hover .cert-mark{opacity:1;transform:translate(-50%,-50%) scale(1.03)}
  .overview-certifications div:hover > span,.overview-certifications div:hover > strong{opacity:0}
}
@media(prefers-reduced-motion:reduce){.overview-certifications div,.overview-certifications .cert-mark{transition:none}}
.overview-certifications strong{font-size:14px;line-height:1.2;overflow-wrap:anywhere}
.overview-certifications div:nth-child(2) strong{color:#20558d}
.overview-certifications div:nth-child(3) strong{color:#505b5d;font-size:22px}
.overview-certifications div:nth-child(4) strong{color:var(--green2);font-size:17px}
.overview-certifications div:last-child strong{font-size:12px}
.overview-band{background:#f3faf6;margin-top:0;padding:27px 0 31px}
.overview-band-inner{display:flex;align-items:center;justify-content:center;gap:35px}
.overview-band img{width:76px;height:76px;object-fit:contain;flex:none}
.overview-band h2{font-size:clamp(23px,2.5vw,32px);line-height:1.2;color:var(--dark);margin:0 0 6px}
.overview-band p{font-size:16px;line-height:1.5;color:var(--ink);margin:0}
@media(max-width:1050px){
  .overview-card{padding:26px;grid-template-columns:minmax(0,1fr) minmax(0,.78fr)}
  .overview-certifications{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:860px){
  .overview-grid{grid-template-columns:1fr}
  .overview-card{min-height:310px;grid-template-columns:minmax(0,1fr) minmax(0,.9fr)}
  .overview-certifications{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:640px){
  .overview{padding-top:36px}
  .overview-card{min-height:0;padding:27px 22px;grid-template-columns:1fr}
  .overview-copy .btn{margin-top:0}
  .overview-visual{height:220px;margin-top:3px}
  .overview-card--pets{min-height:550px;padding:27px 22px}
  .overview-card--pets:before{background-size:auto 242px;background-position:right bottom}
  .overview-card--pets:after{background:linear-gradient(180deg,#fff 0%,#fff 40%,rgba(255,255,255,.92) 52%,rgba(255,255,255,0) 67%)}
  .overview-card--pets .overview-copy{width:100%;min-height:290px}
  .overview-certifications{grid-template-columns:repeat(2,minmax(0,1fr))}
  .overview-band-inner{align-items:flex-start;gap:16px}
  .overview-band img{width:52px;height:52px}
  .overview-band h2{font-size:23px}
}

.detail-page{min-height:68vh;padding:70px 0 100px;background:#fff}
.detail-back{display:inline-block;color:var(--green2);font-weight:700;margin-bottom:38px}
.detail-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:60px;align-items:center}
.detail-page h1{font-size:clamp(36px,5vw,58px);line-height:1.1;color:var(--dark);margin:0 0 20px}
.detail-page h1:after{content:"";display:block;width:48px;height:3px;background:var(--green);margin-top:17px}
.detail-page h2{font-size:23px;line-height:1.25;color:var(--dark);margin:0 0 20px}
.detail-page p{font-size:17px;line-height:1.65;color:var(--ink)}
.detail-page .btn{margin-top:18px}
.detail-page-visual{background:#f8fbf9;border-radius:12px;min-height:340px;display:grid;place-items:center;overflow:hidden;padding:22px}
.detail-page-visual img{max-width:100%;max-height:390px;object-fit:contain}
@media(max-width:760px){.detail-page{padding:48px 0 70px}.detail-page-grid{grid-template-columns:1fr;gap:30px}.detail-page-visual{min-height:240px}.detail-page-visual img{max-height:300px}}

/* HOME CONTACT CLOSING BAND */
.final-contact{background:linear-gradient(105deg,#008e43,#006f3c);color:#fff;padding:34px 0}
.final-contact-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) auto;gap:clamp(24px,4vw,58px);align-items:center}
.final-contact-intro{display:flex;align-items:center;gap:24px;min-width:0}
.final-contact-phone{width:62px;height:62px;border:2px solid rgba(255,255,255,.86);border-radius:50%;display:grid;place-items:center;flex:none}
.final-contact-phone svg{width:27px;height:27px}
.final-contact h2{font-size:clamp(22px,2.05vw,29px);line-height:1.24;color:#fff;margin:0;font-weight:750}
.final-contact-details{border-left:1px solid rgba(255,255,255,.52);padding-left:clamp(25px,4vw,58px);display:grid;gap:7px;min-width:0}
.final-contact-details a{display:flex;align-items:center;gap:15px;color:#fff;font-size:clamp(17px,1.8vw,23px);line-height:1.25;text-decoration:none;white-space:nowrap}
.final-contact-details a:hover{text-decoration:underline;text-underline-offset:4px}
.final-contact-details svg{width:22px;height:22px;flex:none}
.final-contact-button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-width:180px;padding:15px 27px;border-radius:999px;background:#fff;color:var(--dark);font-size:17px;font-weight:700;text-decoration:none;white-space:nowrap;transition:background-color .2s ease,transform .2s ease}
.final-contact-button:hover{background:#eef8f1;transform:translateY(-2px)}
.final-contact-gap{height:14px;background:#f3faf6}
@media(max-width:1050px){
  .final-contact-inner{grid-template-columns:1fr auto;gap:22px 30px}
  .final-contact-intro{grid-column:1/-1}
  .final-contact-details{border-left:0;padding-left:0}
}
@media(max-width:640px){
  .final-contact{padding:32px 0 36px}
  .final-contact-inner{grid-template-columns:1fr;gap:26px}
  .final-contact-intro{grid-column:auto;gap:15px;align-items:flex-start}
  .final-contact-phone{width:49px;height:49px}
  .final-contact-phone svg{width:21px;height:21px}
  .final-contact h2{font-size:22px}
  .final-contact-desktop{display:none}
  .final-contact-details{gap:10px}
  .final-contact-details a{font-size:17px;white-space:normal;overflow-wrap:anywhere}
  .final-contact-button{justify-self:start}
  .final-contact-gap{height:10px}
}
@media(prefers-reduced-motion:reduce){.final-contact-button{transition:none}}

/* CHI SIAMO */
.about-hero{min-height:500px;padding-top:88px;color:#fff;background:linear-gradient(90deg,rgba(3,37,29,.88) 0%,rgba(3,37,29,.62) 40%,rgba(3,37,29,.08) 75%),url('../img/hero-truck-approved.jpg') center center/cover no-repeat}
.about-hero-inner{min-height:412px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:70px 0}
.about-eyebrow{font-size:13px;font-weight:750;letter-spacing:.16em;margin:0 0 17px;color:#c4f2d3}
.about-hero h1{font-size:clamp(47px,6vw,76px);line-height:1.05;margin:0 0 22px;letter-spacing:-.035em;color:#fff}
.about-hero-inner>p:last-child{font-size:clamp(18px,2vw,23px);line-height:1.5;max-width:680px;margin:0;color:#fff}
.about-overview{padding:96px 0;background:#fff}
.about-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.96fr);gap:clamp(45px,6vw,95px);align-items:center}
.about-section-label{color:var(--green2);font-size:12px;font-weight:800;letter-spacing:.14em;margin:0 0 16px}
.about-overview h2,.about-history h2,.about-identity h2{font-size:clamp(30px,3.3vw,43px);line-height:1.16;color:var(--dark);letter-spacing:-.025em;margin:0 0 26px}
.about-overview h2:after,.about-history h2:after{content:"";display:block;width:45px;height:3px;background:var(--green);margin-top:19px}
.about-overview-copy>p:not(.about-section-label){font-size:17px;line-height:1.68;margin:0 0 17px;color:var(--ink)}
.about-overview-image{margin:0;min-height:390px;display:grid;place-items:center;background:#fff;padding:30px 0 30px 20px}
.about-overview-image img{display:block;width:100%;max-width:560px;height:auto;object-fit:contain}
.about-history{padding:90px 0 102px;background:#f6faf7}
.about-history h2{margin-bottom:38px}
.about-history-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.about-history-grid article{background:#fff;border:1px solid #dceae1;min-height:350px;padding:29px 28px 33px}
.about-history-number{display:block;color:var(--green2);font-size:clamp(28px,2.8vw,38px);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:25px}
.about-history-grid h3{font-size:clamp(21px,2vw,27px);line-height:1.18;color:var(--dark);margin:0 0 17px}
.about-history-grid p{font-size:16px;line-height:1.6;margin:0;color:var(--ink)}
.about-identity{position:relative;isolation:isolate;overflow:hidden;padding:clamp(130px,14vw,190px) 0;background:#073d2c;color:#fff}
.about-identity-photo{position:absolute;z-index:-2;inset:-140px 0;background:url('../img/about-identity.jpg') center center/cover no-repeat;transform:translate3d(0,var(--about-parallax,0px),0);will-change:transform}
.about-identity:after{content:"";position:absolute;z-index:-1;inset:0;background:radial-gradient(ellipse at center,rgba(2,39,29,.22),transparent 72%),linear-gradient(90deg,rgba(3,47,34,.52),rgba(3,58,39,.43))}
.about-identity-inner{max-width:1040px;text-align:center}
.about-identity h2{color:#fff;margin:0 auto 25px;text-shadow:0 2px 13px rgba(0,30,20,.65)}
.about-identity h2:after{content:"";display:block;width:46px;height:3px;background:#63c984;margin:18px auto 0}
.about-identity-inner>p{font-size:clamp(17px,1.7vw,20px);line-height:1.7;margin:0 auto;max-width:920px;color:#fff;text-shadow:0 1px 10px rgba(0,30,20,.8)}
.about-separator{height:24px;background:#f9fcfa}
.about-cta{background:#f8fbf9;color:var(--dark);padding:106px 0}
.about-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.about-cta h2{font-size:clamp(27px,3vw,37px);line-height:1.2;color:var(--dark);margin:0;max-width:700px}
.about-cta p{font-size:17px;line-height:1.5;margin:0;max-width:640px}
.about-cta-actions{display:flex;align-items:center;gap:23px;flex:none}
.about-cta .btn{border-radius:999px;padding:13px 21px;white-space:nowrap}
.about-contact-link{color:var(--dark);font-weight:700;white-space:nowrap;text-decoration:underline;text-underline-offset:5px}
.about-contact-link:hover{color:var(--green2)}
.about-footer{padding-top:48px;color:rgba(255,255,255,.82)}
.about-footer .footer-details{color:rgba(255,255,255,.78)}
.about-footer .footer-bottom{margin-top:31px}
@media(max-width:900px){
  .about-overview-grid{grid-template-columns:1fr;gap:34px}
  .about-overview-image{min-height:300px;padding:10px 8vw}
  .about-history-grid{grid-template-columns:1fr;gap:12px}
  .about-history-grid article{min-height:0}
  .about-cta-inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
  .about-hero{padding-top:76px;min-height:0;background-position:64% center}
  .about-hero-inner{min-height:380px;padding:64px 0}
  .about-hero h1{font-size:47px}
  .about-hero-inner>p:last-child{font-size:18px}
  .about-overview{padding:65px 0}
  .about-overview-image{min-height:220px;padding:5px 12px}
  .about-history{padding:66px 0 72px}
  .about-history-grid article{padding:25px 23px}
  .about-identity{padding:96px 0}
  .about-identity-photo{inset:0;transform:none;will-change:auto}
  .about-identity:after{background:rgba(3,47,34,.63)}
  .about-identity-inner>p{font-size:17px}
  .about-cta{padding:78px 0}
  .about-cta-actions{flex-wrap:wrap;gap:18px}
}
@media(prefers-reduced-motion:reduce){.about-identity-photo{inset:0;transform:none;will-change:auto}}

/* DOVE SIAMO */
.locations-hero{position:relative;isolation:isolate;overflow:hidden;padding-top:88px;color:#fff;background:url('../img/CAllipariFronte.JPG') center 27%/cover no-repeat}
.locations-hero:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,37,29,.76) 0%,rgba(3,47,36,.46) 43%,rgba(3,47,36,.08) 74%,transparent 100%)}
.locations-hero-inner{position:relative;z-index:2;min-height:280px;padding:52px 0;display:flex;flex-direction:column;justify-content:center}
.locations-hero h1{font-size:clamp(43px,5vw,65px);line-height:1.1;letter-spacing:-.03em;color:#fff;margin:0 0 14px}
.locations-hero p{font-size:clamp(18px,1.9vw,22px);line-height:1.45;max-width:680px;margin:0}
@keyframes locations-title-enter{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
@keyframes locations-subtitle-enter{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
.locations-hero h1{transform-origin:left center;animation:locations-title-enter .9s ease-out both}
.locations-hero p{transform-origin:left center;animation:locations-subtitle-enter .85s ease-out .2s both}
.locations-section{padding:88px 0 104px;background:#fff}
.locations-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}
.location-card{display:flex;flex-direction:column;min-width:0;border:1px solid #dceae1;background:#fff}
.location-content{padding:38px 36px 25px;flex:1}
.location-kicker{font-size:12px;font-weight:800;letter-spacing:.13em;color:var(--green2);margin:0 0 15px}
.location-card h2{font-size:clamp(27px,2.8vw,37px);line-height:1.2;color:var(--dark);letter-spacing:-.025em;margin:0}
.location-card h2:after{content:"";display:block;width:45px;height:3px;background:var(--green);margin:17px 0 0}
.location-place{color:var(--green3);font-size:18px;font-weight:650;margin:13px 0 20px}
.location-description{font-size:16px;line-height:1.65;color:var(--ink);margin:0 0 25px;max-width:52ch}
.location-photo{height:220px;overflow:hidden;margin:0 0 26px;background:#eef4ef;border-radius:6px}
.location-photo img{width:100%;height:100%;object-fit:cover;object-position:center 52%}
.location-pet-note{display:grid;gap:7px;padding:17px 19px;background:#edf8f1;color:var(--dark);border-left:3px solid var(--green);margin:0 0 26px;font-size:15px;line-height:1.5}
.location-pet-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--green3);font-weight:800}
.location-pet-note strong{font-weight:650}
.location-facts{margin:0;display:grid;gap:18px}
.location-facts>div{border-top:1px solid var(--line);padding-top:16px}
.location-facts dt{font-size:13px;font-weight:750;color:var(--green3);margin-bottom:5px}
.location-facts dd{font-size:18px;line-height:1.45;color:var(--dark);font-weight:650;margin:0}
.location-facts a:hover{text-decoration:underline;text-underline-offset:3px}
.location-fact-note{font-size:13px;color:var(--muted);font-weight:500}
.location-arrival-note{font-size:14px;color:#596d63;font-style:italic;margin:20px 0 0}
.location-map{height:315px;background:#eef4ef;overflow:hidden}
.location-map iframe{display:block;width:100%;height:100%;border:0}
.location-action{padding:24px 36px 33px}
.location-action .btn{border-radius:999px;font-size:15px}
@media(max-width:900px){.locations-grid{grid-template-columns:1fr;max-width:680px}.locations-section{padding:68px 0 82px}}
@media(max-width:640px){.locations-hero{padding-top:76px;background-position:center 36%}.locations-hero:after{background:linear-gradient(90deg,rgba(3,37,29,.78),rgba(3,47,36,.42))}.locations-hero-inner{min-height:240px;padding:45px 0}.location-content{padding:29px 24px 23px}.location-photo{height:205px}.location-facts dd{font-size:17px}.location-map{height:265px}.location-action{padding:22px 24px 30px}}
@keyframes locations-title-enter-mobile{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
@keyframes locations-subtitle-enter-mobile{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}
@media(max-width:640px){.locations-hero h1{animation-name:locations-title-enter-mobile;animation-duration:.7s}.locations-hero p{animation-name:locations-subtitle-enter-mobile;animation-duration:.65s;animation-delay:.17s}}
@media(prefers-reduced-motion:reduce){.locations-hero h1,.locations-hero p{animation:none}}

/* Services navigation and shared service-page template */
.nav-service{position:relative;display:flex;align-items:center;gap:3px}
.nav-service-toggle{display:grid;place-items:center;width:22px;height:30px;border:0;background:transparent;color:var(--dark);cursor:pointer;font-size:20px;line-height:1;padding:0 0 5px}
.nav-service-menu{position:absolute;top:100%;left:-15px;min-width:172px;padding:8px 0;background:#fff;border:1px solid var(--line);box-shadow:0 14px 32px rgba(7,55,42,.1);border-radius:8px;opacity:0;visibility:hidden;transform:translateY(-5px);transition:opacity .2s,transform .2s,visibility .2s}
.nav-service-menu a{display:block;padding:10px 16px;white-space:nowrap;color:var(--dark);font-weight:650}
.nav-service-menu a:hover,.nav-service-menu a.active{background:var(--soft)}
.nav-service-menu a:after{display:none}
.nav-service:hover .nav-service-menu,.nav-service:focus-within .nav-service-menu,.nav-service.open .nav-service-menu{opacity:1;visibility:visible;transform:none}
.nav-service>a.active:after{right:0}

.service-hero{position:relative;isolation:isolate;overflow:hidden;padding-top:88px;background:#edf7e8 url('../img/categoria-3-hero.png') center center/cover no-repeat;color:var(--dark)}
.service-hero:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(249,253,247,.43),rgba(249,253,247,.12) 47%,transparent 68%)}
.service-hero-inner{position:relative;z-index:1;min-height:420px;padding:72px 0 82px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.service-hero-kicker{margin:0 0 18px;color:var(--green3);font-size:13px;font-weight:800;letter-spacing:.18em}
.service-hero h1{max-width:730px;margin:0 0 20px;color:var(--dark);font-size:clamp(42px,4.5vw,64px);line-height:1.1;letter-spacing:-.035em;transform-origin:left center;animation:locations-title-enter .9s ease-out both}
.service-hero h1 span{white-space:nowrap}
.service-hero-subtitle{max-width:640px;margin:0;color:var(--ink);font-size:clamp(18px,1.9vw,22px);line-height:1.45;font-weight:550;transform-origin:left center;animation:locations-subtitle-enter .85s ease-out .2s both}
.service-section{padding:88px 0}
.service-heading{max-width:780px;margin:0 0 34px;color:var(--dark);font-size:clamp(30px,3.1vw,42px);line-height:1.18;letter-spacing:-.025em}
.service-heading:after{content:"";display:block;width:48px;height:3px;background:var(--green);margin-top:19px}
.service-prose{max-width:820px}
.service-prose p{font-size:18px;line-height:1.75;margin:0 0 18px}
.service-prose p:last-child{margin-bottom:0}
.service-audience{background:#fff;border-top:1px solid var(--line)}
.service-materials{background:#f7faf8}
.service-method{background:#fff}
.service-check-list{list-style:none;margin:0;padding:0;display:grid;gap:20px 52px}
.service-check-list-two{grid-template-columns:repeat(2,minmax(0,1fr));max-width:1050px}
.service-check-list-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.service-check-list li{position:relative;padding-left:30px;font-size:17px;line-height:1.5;font-weight:600;color:var(--ink)}
.service-check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--green2);font-size:19px;font-weight:800}
.service-regulation{padding:0 0 92px;background:#fff}
.service-regulation-inner{max-width:840px;padding:26px 32px;background:#f4f9f6;border-left:3px solid var(--green);border-radius:0 8px 8px 0}
.service-regulation h2{margin:0 0 7px;color:var(--dark);font-size:21px;line-height:1.3}
.service-regulation p{margin:0;font-size:16px;line-height:1.6}
.service-cta{border-top:20px solid #fff;border-bottom:20px solid #fff}
.service-cta p{margin:13px 0 0;color:var(--ink)}
@media(max-width:1100px){
  .nav-service{display:block}
  .nav-service>a{display:inline-block}
  .nav-service-toggle{display:inline-grid;vertical-align:middle;margin-left:5px}
  .nav-service-menu{position:static;display:none;visibility:visible;opacity:1;transform:none;box-shadow:none;border:0;border-left:2px solid var(--line);border-radius:0;margin:5px 0 2px 8px;padding:0 0 0 12px}
  .nav-service.open .nav-service-menu{display:block}
  .nav-service-menu a{padding:8px 10px}
  .service-check-list-four{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .service-hero{padding-top:76px;background-position:64% center}
  .service-hero:before{background:linear-gradient(90deg,rgba(249,253,247,.82),rgba(249,253,247,.56) 65%,rgba(249,253,247,.12))}
  .service-hero-inner{min-height:360px;padding:60px 0}
  .service-hero h1{font-size:clamp(35px,8vw,48px)}
  .service-hero h1 span{white-space:normal}
  .service-hero h1{animation-name:locations-title-enter-mobile;animation-duration:.7s}
  .service-hero-subtitle{animation-name:locations-subtitle-enter-mobile;animation-duration:.65s;animation-delay:.17s}
  .service-section{padding:68px 0}
  .service-check-list-two,.service-check-list-four{grid-template-columns:1fr;gap:17px}
  .service-prose p{font-size:17px}
  .service-regulation{padding-bottom:68px}
  .service-regulation-inner{padding:23px 25px}
}
@media(prefers-reduced-motion:reduce){.service-hero h1,.service-hero-subtitle{animation:none}.nav-service-menu{transition:none}}

/* CAT. 3 service-page refinements */
.service-hero-inner{min-height:445px}
.service-hero h1{margin-bottom:8px;max-width:710px}
.service-hero-subtitle{max-width:650px;color:var(--dark);font-size:clamp(24px,2.65vw,36px);font-weight:700;line-height:1.23}
.service-hero-description{max-width:640px;margin:22px 0 0;color:var(--ink);font-size:17px;line-height:1.65;font-weight:500}
@keyframes service-description-enter{from{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
.service-hero-description{transform-origin:left center;animation:service-description-enter .8s ease-out .5s both}
.service-intro-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.85fr);align-items:center;gap:clamp(40px,7vw,100px)}
.service-intro-symbol{display:flex;align-items:center;justify-content:center;min-height:310px;padding:12px}
.service-intro-symbol img{width:min(100%,390px);height:auto;object-fit:contain;filter:saturate(.75);opacity:.9}
.service-explanation{position:relative;isolation:isolate;overflow:hidden;background:#f9fcfa}
.service-explanation-mark{position:absolute;z-index:-1;inset:-85px 0;background-image:url('../img/marchiopelle-trasp.png');background-repeat:no-repeat;background-position:calc(100% + 45px) center;background-size:min(66vw,850px) auto;filter:saturate(.35);opacity:.085;transform:translate3d(0,var(--service-parallax,0px),0);will-change:transform;pointer-events:none}
.service-explanation-inner{position:relative;z-index:1}
.service-explanation .service-prose{max-width:820px}
.service-strengths{background:#fff}
.service-audience{background:#f8fbf9}
.service-audience-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(40px,7vw,100px);align-items:center}
.service-audience-list{gap:19px}
.service-cta{border-top:20px solid #fff;background:#fff}
.service-cta .about-cta-inner{position:relative;padding-left:92px}
.service-cta-leaf{position:absolute;left:0;top:50%;width:62px;height:62px;object-fit:contain;transform:translateY(-50%)}
.service-cta-leaf.leaf-reveal-ready{opacity:0;transform:translateY(calc(-50% + 9px));transition:opacity .8s ease-out .25s,transform .8s ease-out .25s}
.service-cta-leaf.leaf-reveal-ready.is-visible{opacity:1;transform:translateY(-50%)}
@media(max-width:700px){.service-cta .about-cta-inner{padding-left:58px}.service-cta-leaf{width:40px;height:40px;top:4px;transform:none}.service-cta-leaf.leaf-reveal-ready{transform:translateY(7px)}.service-cta-leaf.leaf-reveal-ready.is-visible{transform:none}}
@media(prefers-reduced-motion:reduce){.service-cta-leaf.leaf-reveal-ready{opacity:1;transform:translateY(-50%);transition:none}}
@media(max-width:700px) and (prefers-reduced-motion:reduce){.service-cta-leaf.leaf-reveal-ready{transform:none}}
@media(max-width:900px){
  .service-intro-grid,.service-audience-grid{grid-template-columns:1fr;gap:28px}
  .service-intro-symbol{min-height:220px}
  .service-intro-symbol img{width:min(50vw,280px)}
  .service-explanation-mark{background-size:min(85vw,700px);background-position:calc(100% + 110px) center}
}
@media(max-width:700px){
  .service-hero-inner{min-height:420px}
  .service-hero-subtitle{font-size:clamp(23px,5.7vw,30px)}
  .service-hero-description{font-size:16px;max-width:58ch}
  .service-hero-description{animation-duration:.65s;animation-delay:.42s}
  .service-intro-symbol{min-height:190px;padding:0}
  .service-intro-symbol img{width:min(60vw,240px)}
  .service-explanation-mark{inset:0;transform:none;will-change:auto;background-size:115vw;background-position:calc(100% + 52vw) center;opacity:.055}
}
@media(prefers-reduced-motion:reduce){.service-hero-description{animation:none}}
/* Scarti alimentari: progressive hero entrance, including the eyebrow. */
.service-food .service-hero-kicker, .service-oils .service-hero-kicker, .service-carcasses .service-hero-kicker{transform-origin:left center;animation:service-description-enter .7s ease-out both}
.service-food .service-hero h1, .service-oils .service-hero h1, .service-carcasses .service-hero h1{animation-delay:.13s}
.service-food .service-hero-subtitle, .service-oils .service-hero-subtitle, .service-carcasses .service-hero-subtitle{animation-delay:.32s}
.service-food .service-hero-description, .service-oils .service-hero-description, .service-carcasses .service-hero-description{animation-delay:.62s}
@media(max-width:700px){.service-food .service-hero-kicker, .service-oils .service-hero-kicker, .service-carcasses .service-hero-kicker{animation-duration:.55s}.service-food .service-hero h1, .service-oils .service-hero h1, .service-carcasses .service-hero h1{animation-delay:.1s}.service-food .service-hero-subtitle, .service-oils .service-hero-subtitle, .service-carcasses .service-hero-subtitle{animation-delay:.23s}.service-food .service-hero-description, .service-oils .service-hero-description, .service-carcasses .service-hero-description{animation-delay:.43s}}
@media(prefers-reduced-motion:reduce){.service-food .service-hero-kicker, .service-oils .service-hero-kicker, .service-carcasses .service-hero-kicker{animation:none}}

/* Animali d'affezione: photo by Andrew S, Unsplash (unsplash.com/photos/ouo1hbizWwo). */
.pet-hero{position:relative;isolation:isolate;overflow:hidden;padding-top:88px;background:#fff;color:var(--dark)}
.pet-hero-photo{position:absolute;inset:88px 0 0 34%;z-index:-2;background:#f5f9f3 url('../img/animali-hero-unsplash.jpg') center center/cover no-repeat}
.pet-hero:after{content:"";position:absolute;inset:88px 0 0;z-index:-1;background:linear-gradient(90deg,#fff 0%,#fff 37%,rgba(255,255,255,.96) 44%,rgba(255,255,255,.55) 54%,rgba(255,255,255,0) 67%);pointer-events:none}
.pet-hero-inner{min-height:500px;display:flex;align-items:center;padding:65px 0 75px}
.pet-hero-copy{max-width:590px}
.pet-hero-kicker{margin:0 0 18px;color:var(--green3);font-size:13px;font-weight:800;letter-spacing:.16em}
.pet-hero h1{margin:0 0 15px;color:var(--dark);font-size:clamp(42px,4.5vw,64px);line-height:1.08;letter-spacing:-.035em}
.pet-hero-subtitle{margin:0;color:var(--dark);font-size:clamp(22px,2.4vw,32px);line-height:1.25;font-weight:700}
.pet-hero-description{margin:22px 0 25px;color:var(--ink);font-size:17px;line-height:1.7;font-weight:500;max-width:55ch}
.pet-hero-action{border-radius:999px}
.pet-hero-copy>*{transform-origin:left center;animation:pet-hero-enter .8s ease-out both}
.pet-hero-copy>:nth-child(2){animation-delay:.16s}.pet-hero-copy>:nth-child(3){animation-delay:.32s}.pet-hero-copy>:nth-child(4){animation-delay:.49s}.pet-hero-copy>:nth-child(5){animation-delay:.65s}
@keyframes pet-hero-enter{from{opacity:0;transform:translateY(9px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
.pet-intro{background:#fff}.pet-intro-symbol{display:flex;justify-content:center;align-items:center;min-height:250px}.pet-intro-symbol img{width:155px;height:155px;object-fit:contain;opacity:.22}
.pet-explanation{background:#f7faf8}.pet-explanation .service-prose{max-width:850px}
.pet-strengths{background:#fff}.pet-audience{background:#f9fcfa}
.pet-location{padding:0 0 88px;background:#f9fcfa;scroll-margin-top:110px}.pet-location-inner{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:36px 42px;background:#edf8f1;border-left:3px solid var(--green)}
.pet-location .service-heading{font-size:clamp(26px,2.6vw,34px);margin-bottom:23px}.pet-location p{font-size:18px;line-height:1.55;margin:0 0 6px}.pet-location .pet-location-address{font-size:16px;font-weight:650;color:var(--dark);margin:0}
.pet-location-link{white-space:nowrap;color:var(--green3);font-weight:700;text-decoration:underline;text-underline-offset:4px}
.pet-cta{background:#fff;border-top:20px solid #fff}.pet-cta .about-cta-inner{position:relative;padding-left:92px}.pet-cta .service-cta-leaf{left:0}
@media(max-width:900px){.pet-hero-photo{left:30%;background-position:45% center}.pet-hero:after{background:linear-gradient(90deg,#fff 0%,#fff 33%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.35) 70%,transparent 85%)}.pet-hero-copy{max-width:570px}.pet-intro-symbol{min-height:145px}.pet-intro-symbol img{width:100px;height:100px}}
@media(max-width:700px){.pet-hero{padding-top:76px}.pet-hero-photo{inset:auto 0 0;height:285px;background-position:center center;background-size:cover}.pet-hero:after{inset:76px 0 0;background:linear-gradient(180deg,#fff 0%,#fff 51%,rgba(255,255,255,.97) 60%,rgba(255,255,255,.15) 78%,transparent 100%)}.pet-hero-inner{min-height:650px;align-items:flex-start;padding:40px 0 250px}.pet-hero-copy{max-width:100%}.pet-hero h1{font-size:clamp(35px,9vw,48px)}.pet-hero-subtitle{font-size:clamp(21px,5.5vw,27px)}.pet-hero-description{font-size:16px;margin:18px 0 20px}.pet-hero-copy>*{animation-duration:.65s}.pet-hero-copy>:nth-child(2){animation-delay:.11s}.pet-hero-copy>:nth-child(3){animation-delay:.22s}.pet-hero-copy>:nth-child(4){animation-delay:.35s}.pet-hero-copy>:nth-child(5){animation-delay:.47s}.pet-location{padding-bottom:60px}.pet-location-inner{display:block;padding:27px 24px}.pet-location-link{display:inline-block;margin-top:18px}.pet-cta .about-cta-inner{padding-left:58px}}
@media(prefers-reduced-motion:reduce){.pet-hero-copy>*{animation:none}}

.oil-service-contact{display:flex;align-items:flex-start;gap:11px;margin-top:25px;color:var(--green3);font-size:17px;line-height:1.5;font-weight:600}
.oil-service-contact svg{flex:none;width:20px;height:20px;margin-top:3px}
.oil-service-contact a{display:block;width:fit-content;color:var(--green3);font-weight:700;white-space:nowrap;text-decoration:none}
.oil-service-contact a:hover,.oil-service-contact a:focus-visible{text-decoration:underline;text-underline-offset:3px}

/* Privacy and cookie information */
.policy-hero{position:relative;isolation:isolate;overflow:hidden;padding-top:88px;background:#fff;color:var(--dark)}
.policy-hero::before{content:"";position:absolute;inset:88px 0 0 0;z-index:-2;background:url('../img/privacy-hero-coge-offices.jpg') center 50%/cover no-repeat}
.policy-hero::after{content:"";position:absolute;inset:88px 0 0 0;z-index:-1;background:linear-gradient(90deg,#f9fcfa 0%,rgba(249,252,250,.98) 27%,rgba(249,252,250,.85) 39%,rgba(249,252,250,.28) 59%,rgba(249,252,250,0) 76%)}
.policy-hero-inner{position:relative;min-height:320px;display:flex;flex-direction:column;justify-content:center;padding:56px 0 62px}
.policy-eyebrow{font-size:13px;letter-spacing:.16em;font-weight:800;color:var(--green3);margin:0 0 17px}
.policy-hero h1{font-size:clamp(38px,4.5vw,60px);line-height:1.12;letter-spacing:-.035em;margin:0 0 15px}
.policy-hero-inner>p:last-child{font-size:clamp(17px,1.7vw,21px);line-height:1.5;margin:0;max-width:730px}
@keyframes policy-hero-enter{from{opacity:0;transform:translateY(5px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
.policy-eyebrow{transform-origin:left center;animation:policy-hero-enter .75s ease-out both}
.policy-hero h1{transform-origin:left center;animation:policy-hero-enter .9s ease-out .12s both}
.policy-hero-inner>p:last-child{transform-origin:left center;animation:policy-hero-enter .85s ease-out .3s both}
@media(max-width:700px){.policy-hero::before{inset:76px 0 0 0;background-position:68% 50%}.policy-hero::after{inset:76px 0 0 0;background:linear-gradient(90deg,rgba(249,252,250,.98) 0%,rgba(249,252,250,.94) 55%,rgba(249,252,250,.78) 82%,rgba(249,252,250,.6) 100%)}.policy-eyebrow{animation-duration:.65s}.policy-hero h1{animation-duration:.7s}.policy-hero-inner>p:last-child{animation-duration:.7s}}
@media(prefers-reduced-motion:reduce){.policy-eyebrow,.policy-hero h1,.policy-hero-inner>p:last-child{animation:none}}
.policy-content{background:#fff;padding:76px 0 96px}.policy-content-inner{max-width:930px}
.policy-intro{margin-bottom:44px}.policy-intro p,.policy-copy p,.policy-copyright p{font-size:17px;line-height:1.72;margin:0 0 16px}.policy-intro p:last-child,.policy-copy p:last-child{margin-bottom:0}
.policy-accordion{border-top:1px solid #dbe8df}.policy-item{border-bottom:1px solid #dbe8df;scroll-margin-top:105px}.policy-item h2{margin:0}
.policy-trigger{appearance:none;width:100%;display:grid;grid-template-columns:50px minmax(0,1fr) 20px;align-items:center;gap:14px;text-align:left;padding:22px 2px;background:transparent;border:0;color:var(--dark);cursor:pointer;font:inherit}
.policy-number{font-size:15px;font-weight:800;letter-spacing:.06em;color:var(--green2)}.policy-title{font-size:clamp(18px,1.7vw,21px);font-weight:700;line-height:1.35}
.policy-chevron{height:12px;width:12px;border-right:2px solid var(--green3);border-bottom:2px solid var(--green3);transform:rotate(45deg);transition:transform .3s ease;justify-self:end;margin-right:4px;margin-top:-6px}
.policy-trigger[aria-expanded="true"] .policy-chevron{transform:rotate(225deg);margin-top:6px}.policy-trigger:hover .policy-title{color:var(--green3)}.policy-trigger:focus-visible{outline:2px solid var(--green);outline-offset:-2px}
.policy-panel{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .38s ease,opacity .28s ease}.policy-panel.is-open{grid-template-rows:1fr;opacity:1}.policy-panel-inner{min-height:0;overflow:hidden}.policy-copy{padding:0 40px 25px 66px;color:var(--ink)}
.policy-copy ul{margin:0 0 18px;padding-left:21px}.policy-copy li{font-size:17px;line-height:1.65;margin:4px 0}.policy-copy a,.policy-copyright a{color:var(--green3);text-decoration:underline;text-underline-offset:3px}
.policy-copyright{display:grid;grid-template-columns:50px minmax(0,1fr);gap:14px;padding:40px 0 0;margin-top:104px;border-top:1px solid #dceee2}.policy-copyright h2{font-size:clamp(25px,2.5vw,32px);color:var(--dark);margin:0 0 22px}.policy-copyright .policy-credit{font-size:15px;font-weight:600;margin-top:26px;color:#60776b}
.cookie-settings-link{cursor:pointer}.location-map-consent{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;padding:25px;text-align:center;background:#eff7f1;color:var(--dark)}.location-map-consent p{font-size:15px;line-height:1.5;max-width:35ch;margin:0}.location-map-consent button{border:1px solid var(--green2);background:#fff;color:var(--green3);border-radius:999px;padding:10px 18px;font:inherit;font-weight:700;cursor:pointer}.location-map-consent button:hover{background:var(--green2);color:#fff}
@media(max-width:700px){.policy-hero{padding-top:76px}.policy-hero-inner{min-height:230px;padding:42px 0 48px}.policy-content{padding:54px 0 72px}.policy-intro{margin-bottom:33px}.policy-intro p,.policy-copy p,.policy-copy li,.policy-copyright p{font-size:16px}.policy-trigger{grid-template-columns:38px minmax(0,1fr) 16px;gap:10px;padding:18px 0}.policy-copy{padding:0 10px 24px 48px}.policy-copyright{grid-template-columns:38px minmax(0,1fr);gap:10px}}
@media(prefers-reduced-motion:reduce){.policy-panel,.policy-chevron{transition:none}}
@media(max-width:700px){.policy-copyright{margin-top:76px}}
@media(prefers-reduced-motion:reduce){.service-explanation-mark{inset:0;transform:none;will-change:auto}}

/* Services overview */
.hub-hero{position:relative;isolation:isolate;overflow:hidden;padding-top:88px;background:linear-gradient(105deg,#fff 0%,#f7fbf8 29%,#fff 70%);color:var(--dark);border-bottom:1px solid var(--line)}
.hub-hero:before{content:"";position:absolute;inset:88px 0 0;z-index:-2;background:radial-gradient(ellipse 120px 230px at 1% 28%,rgba(83,172,112,.09),transparent 75%),radial-gradient(ellipse 160px 190px at 99% 10%,rgba(79,169,112,.08),transparent 75%);filter:blur(28px);pointer-events:none}
.hub-hero:after{content:"";position:absolute;z-index:-1;left:-5%;right:-5%;bottom:-40px;height:64px;border-radius:50% 50% 0 0/100% 100% 0 0;background:#e9f6ec;opacity:.48;pointer-events:none}
.hub-hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);align-items:center;gap:42px;min-height:372px;padding:29px 0 40px}
.hub-hero-copy{max-width:710px}
.hub-hero-eyebrow{color:var(--green3);font-size:13px;font-weight:800;letter-spacing:.15em;margin:0 0 17px;animation:hub-fade .65s ease-out both}
.hub-hero h1{font-size:clamp(39px,4.4vw,60px);line-height:1.12;letter-spacing:-.035em;margin:0 0 19px;animation:hub-enter .78s ease-out .1s both}
.hub-hero h1:after{content:"";display:block;width:50px;height:3px;margin-top:17px;background:var(--green)}
.hub-hero-description{max-width:690px;font-size:clamp(17px,1.7vw,21px);line-height:1.55;margin:0;animation:hub-fade .78s ease-out .22s both}
.hub-hero-art{display:flex;justify-content:center;align-items:center;min-width:0;animation:hub-fade .9s ease-out .38s both}
.hub-hero-art img{display:block;width:min(100%,356px);height:auto;object-fit:contain}
@keyframes hub-enter{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes hub-fade{from{opacity:0}to{opacity:1}}
.hub-services{padding:78px 0 92px;background:#fff}
.hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.hub-card{display:flex;flex-direction:column;min-height:300px;padding:34px 32px 30px;background:#fff;border:1px solid #dce9e1;border-radius:14px;transition:background .28s ease,border-color .28s ease,transform .28s ease;outline-offset:4px}
.hub-card:hover,.hub-card:focus-visible{background:#f3faf5;border-color:#a5d7b7;transform:translateY(-4px)}
.hub-card.hub-reveal{opacity:0;transform:translateY(13px)}
.hub-card.hub-reveal.is-visible{opacity:1;transform:translateY(0);transition:opacity .65s ease-out,transform .65s ease-out,background .28s,border-color .28s;transition-delay:calc(var(--card-index) * 70ms)}
.hub-card.hub-reveal.is-visible:hover,.hub-card.hub-reveal.is-visible:focus-visible{transform:translateY(-4px);transition-delay:0ms}
.hub-icon{display:grid;place-items:center;width:53px;height:53px;color:var(--green2);margin-bottom:25px;transition:transform .28s ease}
.hub-icon svg{width:48px;height:48px}
.hub-card:hover .hub-icon,.hub-card:focus-visible .hub-icon{transform:scale(1.07)}
.hub-card h2{color:var(--dark);font-size:clamp(22px,2vw,26px);line-height:1.2;margin:0 0 14px}
.hub-card p{color:#3c534b;font-size:16px;line-height:1.62;margin:0 0 25px}
.hub-card-link{margin-top:auto;color:var(--green3);font-size:15px;font-weight:750}
.hub-card-link span{display:inline-block;margin-left:5px;transition:transform .25s ease}
.hub-card:hover .hub-card-link span{transform:translateX(3px)}
.hub-contact{background:#f6faf7;border-top:1px solid #e7f0ea;padding:68px 0 72px}
.hub-contact-inner{display:flex;justify-content:space-between;align-items:center;gap:48px}
.hub-contact h2{color:var(--dark);font-size:clamp(26px,2.8vw,36px);line-height:1.2;max-width:700px;margin:0 0 14px}
.hub-contact p{color:#40584e;font-size:17px;max-width:720px;margin:0}
.hub-contact-actions{display:flex;align-items:center;gap:22px;flex:none}
.hub-contact-actions .btn{border-radius:999px}
.hub-phone{color:var(--green3);font-size:clamp(23px,2.3vw,29px);font-weight:500;line-height:1.2;letter-spacing:.015em;white-space:nowrap}
.hub-phone:hover{text-decoration:underline;text-underline-offset:4px}
@media(max-width:1000px){.hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hub-contact-inner{align-items:flex-start;flex-direction:column;gap:28px}}
@media(max-width:700px){.hub-hero{padding-top:76px}.hub-hero:before{inset:76px 0 0}.hub-hero-inner{grid-template-columns:1fr;gap:20px;min-height:0;padding:48px 0 54px}.hub-hero-art img{width:min(68vw,286px)}.hub-services{padding:54px 0 68px}.hub-grid{grid-template-columns:1fr;gap:16px}.hub-card{min-height:0;padding:27px 26px}.hub-icon{margin-bottom:19px}.hub-contact{padding:53px 0 58px}.hub-contact-actions{flex-wrap:wrap;gap:15px 23px}}
@media(prefers-reduced-motion:reduce){.hub-hero h1,.hub-hero p,.hub-hero-art{animation:none}.hub-card,.hub-card.hub-reveal,.hub-card.hub-reveal.is-visible,.hub-icon,.hub-card-link span{transition:none;opacity:1;transform:none}}

@media(min-width:701px) and (max-width:1000px){.hub-hero-inner{min-height:338px;gap:25px}.hub-hero-art img{width:min(100%,300px)}}

/* Contact page */
.contacts-hero{padding-top:88px;color:var(--dark);background:linear-gradient(115deg,#fff 0%,#f7fbf8 69%,#edf7f0 100%);border-bottom:1px solid var(--line)}
.contacts-hero-inner{min-height:290px;display:flex;flex-direction:column;justify-content:center;padding:50px 0 58px}
.contacts-eyebrow{margin:0 0 15px;color:var(--green3);font-size:13px;font-weight:800;letter-spacing:.15em;animation:hub-fade .7s ease-out both}
.contacts-hero h1{margin:0 0 17px;font-size:clamp(40px,4.5vw,61px);line-height:1.1;letter-spacing:-.035em;animation:hub-enter .82s ease-out .12s both}
.contacts-hero-subtitle{max-width:720px;margin:0;font-size:clamp(17px,1.75vw,21px);line-height:1.55;animation:hub-enter .82s ease-out .26s both}
.contacts-intro{padding:82px 0 55px;background:#fff}
.contacts-intro .service-heading{margin-bottom:24px}
.contacts-intro p{max-width:770px;font-size:18px;line-height:1.7;margin:0;color:#3c534b}
.contacts-details{padding:16px 0 92px;background:#fff}
.contacts-details-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0;border-top:1px solid #dce9e1;border-bottom:1px solid #dce9e1}
.contacts-details-grid li{display:flex;gap:18px;align-items:flex-start;min-width:0;padding:31px 23px 34px 0}
.contacts-details-grid li+li{padding-left:28px;border-left:1px solid #e5eee8}
.contacts-detail-icon{color:var(--green2);flex:none;width:30px;height:30px;margin-top:1px}
.contacts-detail-icon svg{width:100%;height:100%}
.contacts-details h2{margin:0 0 7px;color:var(--dark);font-size:18px;line-height:1.25}
.contacts-details a{font-size:17px;font-weight:600;color:var(--green3);overflow-wrap:anywhere}
.contacts-details a:hover{text-decoration:underline;text-underline-offset:4px}
.contacts-write{padding:76px 0 0;background:#f6faf7;border-top:1px solid #edf3ee}
.contacts-write-inner{max-width:1240px}
.contacts-write .service-heading{margin-bottom:22px}
.contacts-write p{max-width:720px;font-size:18px;line-height:1.65;color:#3c534b;margin:0}
.contacts-form-space{min-height:160px}
.contacts-location{background:#fff;padding:76px 0 82px}
.contacts-location-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}
.contacts-location h2{margin:0 0 13px;color:var(--dark);font-size:clamp(27px,3vw,37px);line-height:1.2}
.contacts-location p{margin:0;max-width:700px;color:#3c534b;font-size:17px;line-height:1.55}
.contacts-location .btn{flex:none;border-radius:999px}
@media(max-width:1000px){.contacts-details-grid{grid-template-columns:1fr}.contacts-details-grid li,.contacts-details-grid li+li{padding:23px 0;border-left:0}.contacts-details-grid li+li{border-top:1px solid #e5eee8}.contacts-location-inner{align-items:flex-start;flex-direction:column;gap:25px}}
@media(max-width:700px){.contacts-hero{padding-top:76px}.contacts-hero-inner{min-height:0;padding:48px 0 54px}.contacts-intro{padding:62px 0 40px}.contacts-intro p,.contacts-write p{font-size:17px}.contacts-details{padding:8px 0 65px}.contacts-write{padding-top:60px}.contacts-form-space{min-height:100px}.contacts-location{padding:60px 0 68px}}
@media(prefers-reduced-motion:reduce){.contacts-eyebrow,.contacts-hero h1,.contacts-hero-subtitle{animation:none}}

/* Contact form */
.contacts-write .contacts-form-space{min-height:0;padding:38px 0 86px}
.contact-form{max-width:970px}
.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 28px}
.contact-field{min-width:0}
.contact-field-full{grid-column:1/-1}
.contact-field label,.contact-requester legend{display:block;margin:0 0 9px;color:var(--dark);font-size:15px;font-weight:700;line-height:1.45}
.contact-field label span[aria-hidden="true"],.contact-requester legend span{color:var(--green3)}
.contact-field input:not([type="radio"]):not([type="checkbox"]),.contact-field select,.contact-field textarea{display:block;width:100%;padding:13px 15px;border:1px solid #cbded2;border-radius:9px;background:#fff;color:var(--ink);font:inherit;font-size:16px;line-height:1.45;outline:0;transition:border-color .2s ease,box-shadow .2s ease}
.contact-field textarea{min-height:170px;resize:vertical}
.contact-field input::placeholder,.contact-field textarea::placeholder{color:#7b8f83;opacity:1}
.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--green2);box-shadow:0 0 0 3px rgba(0,142,67,.11)}
.contact-field [aria-invalid="true"]{border-color:#b6463f!important;box-shadow:0 0 0 2px rgba(182,70,63,.08)}
.contact-field-error{display:block;color:#a13d37;font-size:13px;line-height:1.4;margin-top:6px}
.contact-field-error:empty{display:none}
.contact-requester{border:0;padding:0;margin:0;min-width:0}
.contact-radio-options{display:flex;gap:13px;flex-wrap:wrap}
.contact-radio{position:relative;display:inline-flex!important;margin:0!important;cursor:pointer}
.contact-radio input{position:absolute;width:1px;height:1px;opacity:0}
.contact-radio span{display:inline-flex;min-width:132px;align-items:center;justify-content:center;border:1px solid #cbded2;border-radius:9px;background:#fff;padding:12px 21px;color:var(--dark);font-size:15px;font-weight:650;transition:background .2s,border-color .2s}
.contact-radio:hover span{border-color:#8fcaa4;background:#f9fcfa}
.contact-radio input:checked+span{background:#eaf7ee;border-color:var(--green2);color:var(--green3)}
.contact-radio input:focus-visible+span{outline:2px solid var(--green2);outline-offset:3px}
.contact-requester[aria-invalid="true"] .contact-radio span{border-color:#b6463f}
.contact-company:not([hidden]){animation:hub-enter .35s ease-out both}
.contact-consent-label{display:flex!important;align-items:flex-start;gap:11px;max-width:820px;margin:2px 0 0!important;font-size:15px!important;font-weight:500!important;cursor:pointer}
.contact-consent-label input{flex:none;width:18px;height:18px;margin:3px 0 0;accent-color:var(--green2)}
.contact-consent-label a{color:var(--green3);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.contact-consent-label a:hover{color:var(--dark)}
.contact-consent-label:has(input[aria-invalid="true"]){color:#a13d37}
.contact-submit-row{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-top:32px}
.contact-turnstile{margin-top:25px;max-width:100%;outline:0}
.contact-turnstile .cf-turnstile{max-width:100%}
.contact-turnstile[aria-invalid="true"] .contact-field-error{margin-top:7px}
.contacts-write .contact-required-note{font-size:13px;line-height:1.3;color:#617569;margin:0 0 8px}
.contacts-write .contact-delivery-note{max-width:690px;font-size:14px;line-height:1.5;color:#50695a;margin:0}
.contact-submit{flex:none;border-radius:999px;min-width:165px;cursor:pointer}
.contact-submit:disabled{opacity:.65;cursor:wait;transform:none}
.contact-form-status{margin-top:26px;padding:17px 19px;border-radius:9px;font-size:16px;line-height:1.5}
.contact-form-status[data-state="error"]{color:#813934;background:#fff4f2;border:1px solid #e9c3be}
.contact-form-status[data-state="success"]{color:var(--dark);background:#eaf7ee;border:1px solid #b8ddc5}
.contact-form-status strong{display:block;margin-bottom:2px}
.contact-form-status p{font-size:15px;margin:0}
@media(max-width:700px){.contacts-write .contacts-form-space{padding:30px 0 66px}.contact-form-grid{grid-template-columns:1fr;gap:21px}.contact-submit-row{align-items:flex-start;flex-direction:column}.contact-submit{width:100%}}
@media(prefers-reduced-motion:reduce){.contact-company:not([hidden]){animation:none}}

/* Contact hero photograph */
.contacts-hero{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(110deg,#fff 0%,#f8fcf9 55%,#f2f9f4 100%)}
.contacts-hero-photo{position:absolute;inset:88px 0 0 39%;z-index:-1;overflow:hidden;animation:contacts-photo-in 1.15s ease-out .3s both}
.contacts-hero-photo img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:50% 32%}
.contacts-hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f8fcf9 0%,rgba(248,252,249,.96) 13%,rgba(248,252,249,.62) 35%,rgba(248,252,249,.12) 60%,transparent 82%)}
.contacts-hero-inner{position:relative;z-index:1;height:340px;min-height:0;padding:42px 0 48px}
.contacts-hero-subtitle{max-width:550px}
@keyframes contacts-photo-in{from{opacity:0}to{opacity:1}}
@media(min-width:701px) and (max-width:1000px){.contacts-hero-photo{left:37%}.contacts-hero-subtitle{max-width:52%}}
@media(max-width:700px){.contacts-hero{display:flex;flex-direction:column}.contacts-hero-inner{order:1;height:auto;min-height:0;padding:46px 0 42px}.contacts-hero-subtitle{max-width:100%}.contacts-hero-photo{position:relative;inset:auto;order:2;width:100%;height:220px;z-index:auto}.contacts-hero-photo img{object-position:50% 34%}.contacts-hero-photo:after{background:linear-gradient(180deg,#f8fcf9 0%,rgba(248,252,249,.35) 16%,transparent 35%)}}
@media(prefers-reduced-motion:reduce){.contacts-hero-photo{animation:none}}

/* Pelli grezze: introductory photograph only */
.service-intro--hides .service-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(34px,5vw,68px)}
.hides-intro-photo{margin:0;min-width:0;border-radius:10px;overflow:hidden}
.hides-intro-photo img{display:block;width:100%;height:auto;aspect-ratio:1672/941;object-fit:cover;object-position:center}
@media(max-width:819px){.service-intro--hides .service-intro-grid{grid-template-columns:1fr;gap:30px}.hides-intro-photo{width:100%}}
.service-intro--cat1 .service-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(34px,5vw,68px)}
.cat1-intro-photo{margin:0;min-width:0;border-radius:10px;overflow:hidden}
.cat1-intro-photo img{display:block;width:100%;height:auto;object-fit:contain}
@media(max-width:819px){.service-intro--cat1 .service-intro-grid{grid-template-columns:1fr;gap:30px}.cat1-intro-photo{width:100%}}
.service-intro--cat3 .service-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(34px,5vw,68px)}
.cat3-intro-photo{margin:0;min-width:0;border-radius:10px;overflow:hidden}
.cat3-intro-photo img{display:block;width:100%;height:auto;object-fit:contain}
@media(max-width:819px){.service-intro--cat3 .service-intro-grid{grid-template-columns:1fr;gap:30px}.cat3-intro-photo{width:100%}}
.service-intro--food .service-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(34px,5vw,68px)}
.food-intro-photo{margin:0;min-width:0;border-radius:10px;overflow:hidden}
.food-intro-photo img{display:block;width:100%;height:auto;object-fit:contain}
@media(max-width:819px){.service-intro--food .service-intro-grid{grid-template-columns:1fr;gap:30px}.food-intro-photo{width:100%}}
.service-intro--oils .service-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(34px,5vw,68px)}
.oils-intro-photo{margin:0;min-width:0;border-radius:10px;overflow:hidden}
.oils-intro-photo img{display:block;width:100%;height:auto;object-fit:contain}
@media(max-width:819px){.service-intro--oils .service-intro-grid{grid-template-columns:1fr;gap:30px}.oils-intro-photo{width:100%}}
.service-intro--carcasses .service-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(34px,5vw,68px)}
.carcasses-intro-photo{margin:0;min-width:0;border-radius:10px;overflow:hidden}
.carcasses-intro-photo img{display:block;width:100%;height:auto;object-fit:contain}
@media(max-width:819px){.service-intro--carcasses .service-intro-grid{grid-template-columns:1fr;gap:30px}.carcasses-intro-photo{width:100%}}
.pet-explanation .pet-reception-hours{margin-top:28px}
.pet-reception-hours p{margin:0}
.pet-reception-hours .pet-reception-label{color:var(--green3);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.pet-reception-hours .pet-reception-time{margin-top:8px;color:var(--ink);font-size:17px;font-weight:600;line-height:1.5}
.pet-reception-clock{color:var(--green3)}
.pet-reception-hours::after{content:"";display:block;width:38px;height:2px;margin-top:14px;background:var(--green3)}
