.elementor-kit-6{--e-global-color-primary:#E85D26;--e-global-color-secondary:#C44E1E;--e-global-color-text:#0A0A0A;--e-global-color-accent:#3A3632;--e-global-color-2c8b339:#F5F2ED;--e-global-color-7b9d6ac:#EDE9E2;--e-global-color-6688aeb:#E8E4DB;--e-global-color-b9d7c05:#9A9488;--e-global-color-3d98c6d:#D0CBC0;--e-global-color-3e594b3:#0A0A0A;--e-global-color-d47f019:#F5F2ED;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:300;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"DM Sans", Sans-serif;font-size:12px;font-weight:500;text-transform:uppercase;color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;padding:16px 32px 16px 32px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"Bebas Neue", Sans-serif;}.elementor-kit-6 a:hover{color:#E85D26;}.elementor-kit-6 h1{font-family:"Bebas Neue", Sans-serif;font-size:160px;font-weight:400;}.elementor-kit-6 h2{font-family:"Bebas Neue", Sans-serif;font-size:84px;font-weight:400;}.elementor-kit-6 h3{font-family:"Bebas Neue", Sans-serif;font-size:28px;font-weight:400;}.elementor-kit-6 h4{font-family:"Bebas Neue", Sans-serif;font-size:26px;font-weight:400;}.elementor-kit-6 label{color:var( --e-global-color-2c8b339 );font-family:"DM Sans", Sans-serif;font-size:12px;font-weight:300;text-transform:uppercase;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{background-color:var( --e-global-color-3e594b3 );border-style:solid;border-width:0px 0px 1px 0px;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:16px;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 h1{font-size:100px;}.elementor-kit-6 h2{font-size:64px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:80px;}.elementor-kit-6 h2{font-size:46px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:22px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ═══════════════════════════════════════════════════════════
   UNIKA — CSS Companion per Elementor
   Solo ciò che Elementor non gestisce da pannello.
   Colori, font, padding, bottoni: gestiti in Site Settings.
   ═══════════════════════════════════════════════════════════ */

/* ─── TOKENS locali (solo per riferimento nei calc/pattern qui sotto) ─── */
:root {
  --orange: #E85D26;
  --orange-dk: #C44E1E;
  --ink: #0A0A0A;
  --ink-2: #3A3632;
  --muted: #9A9488;
  --line: #D0CBC0;
  --bg-alt: #EDE9E2;
  --inv-bg: #0A0A0A;
  --inv-text: #F5F2ED;
  --display: 'Bebas Neue', sans-serif;
  --body: 'DM Sans', sans-serif;
}

/* ─── PAPER TEXTURE (body noise grain) ─── */
body::before {
  content: '';
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}


/* ─── NAV (widget HTML nell'header Theme Builder) ─── */
#site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 0 40px;
  transition: background .35s, backdrop-filter .35s, border-color .35s, height .35s;
  border-bottom: 1px solid transparent;
}
#site-nav .nav-logo { color: var(--inv-text); font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .1em; }
#site-nav .nav-menu { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
#site-nav .nav-menu a {
  color: var(--inv-text); opacity: .6; text-decoration: none;
  font-size: 11px; font-weight: 400; letter-spacing: .14em; text-transform: uppercase;
  transition: opacity .2s;
}
#site-nav .nav-menu a:hover { opacity: 1; }
#site-nav .nav-btn {
  background: var(--orange); color: #fff; text-decoration: none;
  font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  padding: 10px 22px; transition: background .2s, transform .15s;
}
#site-nav .nav-btn:hover { background: var(--orange-dk); transform: translateY(-1px); }
#site-nav.scrolled {
  background: rgba(245,242,237,.96);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-color: var(--line); height: 56px;
}
#site-nav.scrolled .nav-logo, #site-nav.menu-open .nav-logo { color: var(--ink); }
#site-nav.scrolled .nav-menu a, #site-nav.menu-open .nav-menu a { color: var(--ink); opacity: .45; }
#site-nav .nav-ham { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 32px; height: 32px; padding: 4px; background: none; border: none; cursor: pointer; }
#site-nav .nav-ham span { display: block; width: 22px; height: 1px; background: var(--inv-text); transition: transform .3s, opacity .3s, background .3s; }
#site-nav.scrolled .nav-ham span, #site-nav.menu-open .nav-ham span { background: var(--ink); }
.nav-ham.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-ham.open span:nth-child(2) { opacity: 0; }
.nav-ham.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
@media (max-width: 768px) {
  #site-nav { padding: 0 20px; height: 56px; }
  #site-nav .nav-menu, #site-nav .nav-btn { display: none; }
  #site-nav .nav-ham { display: flex; }
}

#mobile-drawer {
  display: none; position: fixed; inset: 0; z-index: 490;
  background: rgba(245,242,237,.98);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  flex-direction: column; align-items: center; justify-content: center; gap: 32px;
}
#mobile-drawer.open { display: flex; }
#mobile-drawer a {
  font-family: 'Bebas Neue', sans-serif; font-size: 42px; letter-spacing: .04em;
  color: var(--ink); opacity: .5; text-decoration: none; transition: opacity .2s, color .2s;
}
#mobile-drawer a:hover { opacity: 1; color: var(--orange); }
#mobile-drawer .d-cta {
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  background: var(--orange); color: #fff;
  padding: 14px 40px; margin-top: 12px; opacity: 1;
}

/* ─── HERO (widget HTML) ─── */
#hero { position: relative; height: 85vh; min-height: 600px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
@media (max-width: 768px) { #hero { height: 75vh; min-height: 500px; } }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s cubic-bezier(.4,0,.2,1); }
.hero-slide.active { opacity: 1; }
.hero-slide .ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.hero-slide .ph-tag { color: var(--orange); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; opacity: .5; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(15,12,8,.15) 0%, rgba(15,12,8,.55) 60%, rgba(15,12,8,.92) 100%);
}
.hero-vline { position: absolute; top: 0; width: 1px; height: 100%; z-index: 2; pointer-events: none; }
.hero-vline:nth-child(6) { right: 120px; background: linear-gradient(to bottom, transparent, var(--orange) 30%, var(--orange) 70%, transparent); opacity: .3; }
.hero-vline:nth-child(7) { right: 240px; background: linear-gradient(to bottom, transparent, rgba(245,242,237,.15) 20%, rgba(245,242,237,.15) 80%, transparent); opacity: .5; }
.hero-content { position: relative; z-index: 3; padding: 0 40px 80px; max-width: 1280px; margin: 0 auto; width: 100%; }
@media (max-width: 768px) { .hero-content { padding: 0 20px 56px; } }
.hero-badge { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.badge-dot { width: 6px; height: 6px; background: var(--orange); border-radius: 50%; animation: pulse 2.2s ease infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.35;transform:scale(1.7)} }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--orange); }
h1.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(44px, 8.5vw, 160px); line-height: .89; letter-spacing: .01em; margin-bottom: 40px; color: var(--inv-text); }
h1.hero-title .line-1, h1.hero-title .line-2 { display: block; }
h1.hero-title .line-2 { color: transparent; -webkit-text-stroke: 1px var(--inv-text); }
h1.hero-title .orange { color: var(--orange); -webkit-text-stroke: 0; }
.hero-foot { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 24px; }
.hero-sub { font-size: 15px; font-weight: 300; color: var(--inv-text); opacity: .55; max-width: 400px; line-height: 1.8; }
.hero-ctas { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-orange { display: inline-flex; align-items: center; gap: 10px; background: var(--orange); color: #fff; text-decoration: none; font-size: 12px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; padding: 16px 32px; transition: background .2s, transform .18s; }
.btn-orange:hover { background: var(--orange-dk); transform: translateY(-2px); }
.hero-ctas .btn-ghost { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; text-decoration: none; letter-spacing: .15em; text-transform: uppercase; color: var(--inv-text); opacity: .65; border-bottom: 1px solid rgba(245,242,237,.25); padding-bottom: 2px; transition: opacity .2s; }
.hero-ctas .btn-ghost:hover { opacity: 1; }
.slide-dots { display: flex; gap: 8px; margin-bottom: 24px; }
.slide-dot { height: 2px; width: 24px; background: rgba(245,242,237,.3); cursor: pointer; transition: width .4s cubic-bezier(.16,1,.3,1), background .3s; }
.slide-dot.active { background: var(--orange); width: 40px; }
.slide-label { display: block; font-size: 10px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--inv-text); opacity: .5; margin-bottom: 10px; transition: opacity .3s ease; }
.slide-label.fading { opacity: 0; }
.hero-arrow {
  position: absolute; z-index: 4; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; cursor: pointer;
  border: 1px solid rgba(245,242,237,.2); background: rgba(10,10,10,.25);
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s, background .2s;
}
.hero-arrow:hover { border-color: rgba(232,93,38,.6); background: rgba(232,93,38,.12); }
.hero-arrow.prev { left: 40px; } .hero-arrow.next { right: 40px; }
.hero-arrow svg { width: 18px; stroke: rgba(245,242,237,.7); fill: none; stroke-width: 1.5; transition: stroke .2s; }
.hero-arrow:hover svg { stroke: var(--orange); }
@media (max-width: 768px) { .hero-arrow { display: none; } }

/* ─── PAGE HERO — variante con breadcrumb (pagine servizio/settore) ─── */
.page-hero { height: 82vh; min-height: 580px; }
@media (max-width: 768px) { .page-hero { height: 72vh; min-height: 480px; } }
.hero-breadcrumb {
  position: absolute; top: 92px; left: 40px; z-index: 3;
  display: flex; align-items: center; gap: 10px;
}
@media (max-width: 768px) { .hero-breadcrumb { left: 20px; top: 72px; } }
.hero-breadcrumb a, .hero-breadcrumb span {
  font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase;
  color: var(--inv-text); text-decoration: none;
}
.hero-breadcrumb a { opacity: .4; transition: opacity .2s; }
.hero-breadcrumb a:hover { opacity: .8; }
.hero-breadcrumb .sep { opacity: .25; }
.hero-breadcrumb .current { color: var(--orange); opacity: 1; }

/* ─── HERO ALT (prototipo — widget HTML, non integrato in homepage) ─── */
#hero.hero-alt { height: 90vh; min-height: 640px; }
@media (max-width: 1024px) { #hero.hero-alt { height: 50vh; min-height: 600px; } }
@media (max-width: 767px)  { #hero.hero-alt { height: 100vh; min-height: 560px; } }
.hero-alt .hero-slide .ph { background: #1C1A17; position: relative; }
.hero-alt .hero-overlay {
  background: linear-gradient(to bottom, rgba(10,10,10,.3) 0%, rgba(10,10,10,.6) 50%, rgba(10,10,10,.97) 100%);
}
.hero-alt .ph-label {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  font-size: 9px; letter-spacing: .25em; text-transform: uppercase;
  color: rgba(245,242,237,.25); white-space: nowrap;
}
.hero-alt .hero-content { position: relative; z-index: 3; padding: 0 40px 72px; max-width: 1280px; margin: 0 auto; width: 100%; }
@media (max-width: 768px) { .hero-alt .hero-content { padding: 0 20px 52px; } }
.hero-alt .hero-badge { margin-bottom: 32px; }
.hero-alt .hero-tagline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5.5vw, 88px);
  line-height: .92; letter-spacing: .01em;
  color: var(--inv-text); margin-bottom: 56px; max-width: 820px;
}
.hero-alt .hero-tagline .orange { color: var(--orange); }

.svc-btns {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(245,242,237,.1);
  border: 1px solid rgba(245,242,237,.1);
}
@media (max-width: 680px) { .svc-btns { grid-template-columns: 1fr; } }
.svc-btn {
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 28px 28px 24px;
  background: rgba(10,10,10,.45);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  transition: background .3s;
  position: relative; overflow: hidden;
  text-decoration: none;
}
.svc-btn::after {
  content: ''; position: absolute; inset: 0; top: auto;
  height: 3px; background: var(--orange);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.16,1,.3,1);
}
.svc-btn:hover { background: rgba(232,93,38,.12); }
.svc-btn:hover::after { transform: scaleX(1); }
.svc-btn-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.svc-btn-num { font-size: 10px; letter-spacing: .22em; color: rgba(245,242,237,.35); transition: color .3s; }
.svc-btn:hover .svc-btn-num { color: var(--orange); }
.svc-btn-arrow { width: 16px; height: 16px; stroke: rgba(245,242,237,.25); fill: none; stroke-width: 1.5; transition: stroke .3s, transform .3s cubic-bezier(.16,1,.3,1); }
.svc-btn:hover .svc-btn-arrow { stroke: var(--orange); transform: translate(3px,-3px); }
.svc-btn-name { font-family: 'Bebas Neue', sans-serif; font-size: clamp(20px, 2.2vw, 34px); letter-spacing: .04em; line-height: 1; color: var(--inv-text); transition: color .3s; }
.svc-btn:hover .svc-btn-name { color: #fff; }
.svc-btn-desc { font-size: 11px; line-height: 1.55; color: rgba(245,242,237,.4); margin-top: 10px; transition: color .3s; }
.svc-btn:hover .svc-btn-desc { color: rgba(245,242,237,.7); }

.hero-alt .hero-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 40px; }
.hero-alt .slide-label { color: rgba(245,242,237,.4); }

/* ─── TICKER (widget HTML — marquee infinito) ─── */
.ticker { background: var(--inv-bg); color: var(--inv-text); padding: 12px 0; overflow: hidden; position: relative; }
.ticker-track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.ticker-item { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: .1em; padding: 0 32px; white-space: nowrap; display: flex; align-items: center; gap: 32px; }
.ticker-item::after { content: '◆'; font-size: 7px; color: var(--orange); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ─── SEZ. HEADER comuni (eyebrow + h2) ─── */
.sec-h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(46px, 6vw, 84px); line-height: .94; margin-top: 14px; color: var(--ink); }
.sec-h2 em { color: var(--orange); font-style: normal; }
.sec-head-desc p { max-width: 300px; font-size: 13px; color: var(--ink-2); line-height: 1.85; align-self: flex-end; margin: 0; }

/* ─── SERVIZI (card hover — non nativo in Elementor Free) ─── */
.service-card { position: relative; overflow: hidden; cursor: pointer; transition: background .3s; }
.svc-num-wrap span { font-size: 11px; letter-spacing: .2em; color: var(--muted); }
.svc-features li { transition: opacity .3s; }
.service-card:hover { background: #FFF0E8; }
.service-card:hover .svc-features li { opacity: .7; }
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--orange); transition: width .4s cubic-bezier(.16,1,.3,1);
}
.service-card:hover::after { width: 100%; }

/* ─── INTRO (pagine servizio — testo + stat + foto) ─── */
.intro-h2 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(42px, 5.5vw, 76px); line-height: .94; color: var(--ink); }
.intro-h2 em { color: var(--orange); font-style: normal; }
.intro-body p { font-size: 15px; line-height: 1.85; color: var(--ink-2); margin-bottom: 20px; }
.intro-body p:last-child { margin-bottom: 0; }
.intro-stat { border-left: 3px solid var(--orange); padding-left: 24px; }
.intro-stat-num .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(52px, 6vw, 88px); line-height: 1; color: var(--ink); letter-spacing: .02em; }
.intro-stat-label { font-size: 12px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); }
.intro-photo img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }

/* ─── AMBITI (griglia 4 card — pagine servizio) ─── */
.ambito-card { position: relative; overflow: hidden; transition: background .3s; }
.ambito-card::before {
  content: attr(data-num);
  position: absolute; top: -6px; right: 14px;
  font-family: 'Bebas Neue', sans-serif; font-size: 72px; line-height: 1;
  color: var(--ink); opacity: .05; pointer-events: none;
}
.ambito-card:nth-of-type(1)::before { content: '01'; }
.ambito-card:nth-of-type(2)::before { content: '02'; }
.ambito-card:nth-of-type(3)::before { content: '03'; }
.ambito-card:nth-of-type(4)::before { content: '04'; }
.ambito-card:hover { background: #ffffff; }
.ambito-card:hover::before { opacity: .08; }
.ambito-name .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: .03em; color: var(--ink); line-height: 1.1; }
.ambito-desc p { font-size: 12px; line-height: 1.7; color: var(--ink-2); margin: 0; }
.ambito-card::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  height: 2px; width: 0; background: var(--orange);
  transition: width .4s cubic-bezier(.16,1,.3,1);
}
.ambito-card:hover::after { width: 100%; }

/* ─── PROCESSO (identico pattern METODO, alias per pagine servizio) ─── */
.processo-intro-p { font-size: 15px; line-height: 1.85; color: var(--ink-2); margin: 24px 0 40px; max-width: 440px; }
.processo-photo img { aspect-ratio: 3/4; object-fit: cover; width: 100%; max-width: 460px; margin-top: 48px; }

/* ─── SETTORI CORRELATI (widget HTML — foto card overlay, pagine servizio) ─── */
.settori-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
@media (max-width: 1024px) { .settori-card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .settori-card-grid { grid-template-columns: 1fr; } }
.settore-photo-card {
  position: relative; overflow: hidden; aspect-ratio: 3/2; cursor: pointer;
  text-decoration: none; display: block; background: var(--surface, #E8E4DB);
}
.settore-photo-card .ph { width: 100%; height: 100%; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.settore-photo-card:hover .ph { transform: scale(1.05); }
.spc-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,8,5,.78) 0%, rgba(10,8,5,.1) 55%, transparent 100%);
  transition: background .35s;
}
.settore-photo-card:hover .spc-overlay {
  background: linear-gradient(to top, rgba(232,93,38,.88) 0%, rgba(232,93,38,.2) 55%, transparent 100%);
}
.spc-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; }
.spc-num { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: rgba(245,242,237,.5); transition: color .3s; }
.spc-name { font-family: 'Bebas Neue', sans-serif; font-size: 22px; letter-spacing: .04em; color: var(--inv-text); line-height: 1; }
.spc-link {
  display: flex; align-items: center; gap: 6px;
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(245,242,237,.7); opacity: 0; transform: translateY(4px);
  transition: opacity .3s, transform .3s; margin-top: 6px;
}
.settore-photo-card:hover .spc-link { opacity: 1; transform: none; }
.spc-bar { position: absolute; bottom: 0; left: 0; z-index: 3; width: 0; height: 2px; background: #fff; transition: width .4s cubic-bezier(.16,1,.3,1); }
.settore-photo-card:hover .spc-bar { width: 100%; }

/* ─── INTESTAZIONE (pagine settore — no hero, editoriale) ─── */
.int-breadcrumb-widget .int-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.int-breadcrumb a, .int-breadcrumb span { font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); text-decoration: none; }
.int-breadcrumb a { opacity: .35; transition: opacity .2s; }
.int-breadcrumb a:hover { opacity: .7; }
.int-breadcrumb .sep { opacity: .2; }
.int-breadcrumb .current { color: var(--orange); opacity: 1; }
.int-label { margin-bottom: 20px; }
.int-label-num-wrap span, .int-label-num { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: .2em; color: var(--muted); border: 1px solid var(--line); padding: 4px 10px; }
.int-h1 .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(72px, 11vw, 180px); line-height: .86; letter-spacing: .01em; color: var(--ink); }
.int-h1 em { color: var(--orange); font-style: normal; }
.int-intro p { font-size: 16px; line-height: 1.85; color: var(--ink-2); padding-top: 20px; border-top: 1px solid var(--line); margin: 0; }
.int-photo img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }

/* ─── SFIDE E RISPOSTA (testo discorsivo, pagine settore) ─── */
.sfide-label { font-size: 9px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--muted); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.sfide-label::after { content: ''; flex: 1; height: 1px; background: var(--line-2, #C4BFB4); }
.sfide-h .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 3.5vw, 46px); line-height: 1; color: var(--ink); letter-spacing: .02em; }
.sfide-body p { font-size: 15px; line-height: 1.85; color: var(--ink-2); margin-bottom: 20px; }
.sfide-body p:last-child { margin-bottom: 0; }
.pull-quote {
  display: block; margin: 36px 0; padding-left: 20px;
  border-left: 3px solid var(--orange);
  font-size: 17px; font-weight: 400; line-height: 1.65; color: var(--ink); font-style: italic;
}
.risposta-label { font-size: 9px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--orange); margin-bottom: 24px; display: flex; align-items: center; gap: 12px; }
.risposta-label::after { content: ''; flex: 1; height: 1px; background: rgba(232,93,38,.2); }
.risposta-h .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px, 3.5vw, 46px); line-height: 1; color: var(--ink); letter-spacing: .02em; }
.risposta-body p { font-size: 15px; line-height: 1.85; color: var(--ink-2); margin-bottom: 20px; }
.risposta-body p:last-child { margin-bottom: 0; }
.inline-list { margin-top: 32px; border-top: 1px solid var(--line); }
.inline-list .elementor-icon-list-item { padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 13px; color: var(--ink-2); line-height: 1.5; }
.inline-list .elementor-icon-list-icon { color: var(--orange); }

/* ─── COME INTERVENIAMO (svc-card, pagine settore — stesso pattern ambito-card) ─── */
.svc-card { position: relative; overflow: hidden; text-decoration: none; color: inherit; transition: background .3s; }
.svc-card:hover { background: var(--orange-lt, #FFF0E8); }
.svc-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background: var(--orange); transition: width .4s cubic-bezier(.16,1,.3,1);
}
.svc-card:hover::after { width: 100%; }
.sc-num-wrap span { font-size: 11px; letter-spacing: .2em; color: var(--muted); }
.sc-name .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .02em; line-height: 1; color: var(--ink); }
.sc-desc p { font-size: 13px; line-height: 1.75; color: var(--ink-2); margin: 0; }
.sc-features { padding-top: 14px; border-top: 1px solid var(--line); }
.sc-features .elementor-icon-list-item { font-size: 11px; letter-spacing: .05em; color: var(--ink-2); }
.sc-features .elementor-icon-list-icon { color: var(--orange); }

/* ─── ALTRI SETTORI (widget HTML — variante spc con aspect-ratio 3/4) ─── */
.sec-head-sm .sec-h2-sm .elementor-heading-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 4.5vw, 64px); line-height: .94; color: var(--ink); }
.sec-head-sm .sec-h2-sm em { color: var(--orange); font-style: normal; }
.altri-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3px; }
@media (max-width: 900px) { .altri-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .altri-grid { grid-template-columns: 1fr; } }
.altro-card { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; text-decoration: none; display: block; background: var(--surface, #E8E4DB); }
.altro-card .ph { width: 100%; height: 100%; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.altro-card:hover .ph { transform: scale(1.05); }
.altro-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,8,5,.82) 0%, rgba(10,8,5,.08) 55%, transparent 100%);
  transition: background .35s;
}
.altro-card:hover .altro-overlay { background: linear-gradient(to top, rgba(232,93,38,.88) 0%, rgba(232,93,38,.18) 60%, transparent 100%); }
.altro-info { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 4px; }
.altro-num { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: rgba(245,242,237,.4); }
.altro-name { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: .04em; color: var(--inv-text); line-height: 1; }
.altro-link {
  display: flex; align-items: center; gap: 6px; margin-top: 8px;
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: rgba(245,242,237,.75); opacity: 0; transform: translateY(4px);
  transition: opacity .3s, transform .3s;
}
.altro-card:hover .altro-link { opacity: 1; transform: none; }
.altro-bar { position: absolute; bottom: 0; left: 0; z-index: 3; width: 0; height: 2px; background: #fff; transition: width .4s cubic-bezier(.16,1,.3,1); }
.altro-card:hover .altro-bar { width: 100%; }

/* ─── METODO (hover step shift) ─── */
.step-item { padding: 28px 0; border-bottom: 1px solid var(--line); cursor: pointer; transition: padding-left .3s; }
.step-item:first-child { border-top: 1px solid var(--line); }
.step-item:hover { padding-left: 6px; }
.step-num-wrap span { font-family: 'Bebas Neue', sans-serif; font-size: 12px; letter-spacing: .15em; color: var(--orange); }

/* ─── CLIENTI strip ─── */
.client-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-strip .client-item { flex: 1; min-width: 130px; opacity: .25; transition: opacity .3s; border-right: 1px solid var(--line); }
.client-strip .client-item:last-child { border-right: none; }
.client-strip .client-item:hover { opacity: .8; }

/* ─── SETTORI — watermark numero + hover pieno arancio (non nativo) ─── */
.settore-card { position: relative; overflow: hidden; text-decoration: none; color: inherit; transition: background .35s, color .35s; }
.settore-num-wrap::before,
.settore-card[data-num]::before { }
.settore-card::before {
  position: absolute; top: -8px; right: 12px;
  font-family: 'Bebas Neue', sans-serif; font-size: 80px; line-height: 1;
  color: var(--ink); opacity: .055; pointer-events: none; transition: opacity .35s;
}
.settore-card:nth-of-type(1)::before  { content: '01'; }
.settore-card:nth-of-type(2)::before  { content: '02'; }
.settore-card:nth-of-type(3)::before  { content: '03'; }
.settore-card:nth-of-type(4)::before  { content: '04'; }
.settore-card:nth-of-type(5)::before  { content: '05'; }
.settore-card:nth-of-type(6)::before  { content: '06'; }
.settore-card:nth-of-type(7)::before  { content: '07'; }
.settore-card:nth-of-type(8)::before  { content: '08'; }
.settore-card:nth-of-type(9)::before  { content: '09'; }
.settore-card:nth-of-type(10)::before { content: '10'; }
.settore-card:nth-of-type(11)::before { content: '11'; }
.settore-card:hover { background: var(--orange) !important; color: #fff; }
.settore-card:hover::before { opacity: .12; color: #fff; }
.settore-num-wrap span { font-size: 10px; letter-spacing: .2em; color: var(--muted); transition: color .35s; }
.settore-card:hover .settore-num-wrap span { color: rgba(255,255,255,.55); }
.settore-name { transition: color .35s; }
.settore-card:hover .settore-name { color: #fff !important; }
.settore-desc { font-size: 11px; color: var(--ink-2); transition: color .35s; }
.settore-card:hover .settore-desc { color: rgba(255,255,255,.75); }
.settore-link { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--orange); opacity: 0; transition: opacity .3s, transform .3s, color .35s; margin-top: 10px; transform: translateY(4px); display: inline-block; }
.settore-card:hover .settore-link { opacity: 1; transform: none; color: #fff; }
.settore-cta { justify-content: center; }
.settore-cta-text { font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: .06em; color: #fff; line-height: 1.25; }
.settore-cta .settore-link { opacity: 1; transform: none; color: #fff; }

/* ─── PORTFOLIO (overlay + bar hover) ─── */
.project-card { position: relative; overflow: hidden; cursor: pointer; background: #E8E4DB; }
.project-card.project-full { grid-column: 1 / -1; }
@media (max-width: 768px) { .project-card.project-full { grid-column: 1; } }
.project-card .project-photo img { width: 100%; transition: transform .7s cubic-bezier(.16,1,.3,1); }
.project-card:hover .project-photo img { transform: scale(1.03); }
.project-info {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3;
  padding: 28px 32px; background: linear-gradient(to top, rgba(10,8,5,.82) 0%, rgba(10,8,5,.08) 55%, transparent 100%);
}
.project-cat { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); }
.project-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(20px,3vw,34px); line-height: 1; color: var(--inv-text) !important; }
.project-loc { font-size: 12px; color: var(--inv-text); opacity: .45; }
.project-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; z-index: 4; width: 0; height: 2px;
  background: var(--orange); transition: width .5s cubic-bezier(.16,1,.3,1);
}
.project-card:hover::after { width: 100%; }

/* ─── CONTATTI — floating label sul Form widget Pro ─── */
.unika-dark-form { position: relative; }
.unika-dark-form .elementor-field-group { position: relative; border-bottom: 1px solid rgba(245,242,237,.25); margin-bottom: 0 !important; padding-top: 22px; }
.unika-dark-form .elementor-field-group:first-child { border-top: 1px solid rgba(245,242,237,.25); }
.unika-dark-form label.elementor-field-label {
  position: absolute; top: 20px; left: 0; margin: 0 !important;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--inv-text); opacity: .55; pointer-events: none;
  transition: top .25s, font-size .25s, opacity .25s, color .25s;
}
.unika-dark-form input, .unika-dark-form textarea, .unika-dark-form select {
  background: transparent !important; border: none !important; outline: none;
  color: var(--inv-text) !important; padding: 14px 0 14px !important;
}
.unika-dark-form input:focus ~ label, .unika-dark-form input:not(:placeholder-shown) ~ label,
.unika-dark-form textarea:focus ~ label, .unika-dark-form textarea:not(:placeholder-shown) ~ label {
  top: -2px; font-size: 9px; opacity: .9; color: var(--orange);
}
.contact-h { font-family: 'Bebas Neue', sans-serif; font-size: clamp(50px, 8vw, 108px); line-height: .9; color: var(--inv-text) !important; }
.contact-h em { color: var(--orange); font-style: normal; }
.contact-sub p { max-width: 380px; color: var(--inv-text); }
.contact-row { padding: 20px 0; border-bottom: 1px solid rgba(245,242,237,.1); }
.ck { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--orange); min-width: 78px; }
.cv { font-size: 14px; color: var(--inv-text); }

/* ─── FOOTER ─── */
.footer-logo .elementor-heading-title { color: var(--inv-text) !important; font-family: 'Bebas Neue', sans-serif; }
.footer-tag p { font-size: 11px; opacity: .65; color: var(--inv-text); margin: 0; }
.footer-links { display: flex; gap: 28px; flex-wrap: wrap; align-items: center; }
.footer-links a { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--inv-text); opacity: .75; text-decoration: none; transition: opacity .2s; }
.footer-links a:hover { opacity: 1; }
.footer-bottom { border-top: 1px solid #2A2520; padding-top: 28px; }
.footer-copy p { font-size: 11px; opacity: .65; color: var(--inv-text); margin: 0; }
.footer-social a { border: 1px solid #2A2520 !important; transition: border-color .2s, background .2s; }
.footer-social a:hover { border-color: var(--orange) !important; background: rgba(232,93,38,.08); }

/* ─── Critical responsive overrides ─── */
@media (max-width: 900px) {
  .settori-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .service-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .settori-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr !important; }
}/* End custom CSS */