
/* =========================================================
   V7.27 — PROVA PALETTE VERDE / AZZURRO / GRIGIO
   Palette richiesta:
   profondo #103F42
   principale #246C6B
   fresco #4D9F91
   luminoso #8FCBB8
   chiarissimo #E7F2F1
   bianco caldo #F8FAF9
   antracite #1C292A
   ========================================================= */
:root{
  --green:#246C6B !important;
  --green-dark:#103F42 !important;
  --green-light:#8FCBB8 !important;
  --green-fresh:#4D9F91 !important;
  --green-pale:#E7F2F1 !important;
  --warm-white:#F8FAF9 !important;
  --ink:#1C292A !important;
  --black:#103F42 !important;
  --black-soft:#16484A !important;
  --dark:#28585A !important;
  --dark-light:#397270 !important;
  --accent:#4D9F91 !important;
}

/* BASE */
html{background:#F8FAF9}
body{
  color:#1C292A !important;
  background:
    linear-gradient(180deg,#F8FAF9 0%,#EEF6F0 33%,#E7F2F1 66%,#F8FAF9 100%) !important;
}
::selection{background:#8FCBB8 !important;color:#103F42 !important}

/* HEADER / NAV */
.site-header{
  background:linear-gradient(180deg,rgba(16,63,66,.97),rgba(16,63,66,.88)) !important;
  border-bottom:1px solid rgba(232,243,234,.18) !important;
}
.site-header.scrolled{background:rgba(16,63,66,.97) !important}
.nav-link{color:#F8FAF9 !important}
.nav-link:hover,.nav-link.active{color:#8FCBB8 !important}
.nav-link::after{background:#8FCBB8 !important}
.header-phone{
  border-color:#8FCBB8 !important;
  color:#F8FAF9 !important;
}
.header-phone:hover{background:#8FCBB8 !important;color:#103F42 !important}
.phone-icon{color:#8FCBB8 !important}

/* CTA */
.btn-green,.filter-btn.active,.chat-form button,.chatbot-send{
  background:#8FCBB8 !important;
  border-color:#8FCBB8 !important;
  color:#103F42 !important;
}
.btn-green:hover{background:#A7D7C8 !important;box-shadow:0 12px 34px rgba(77,159,145,.20) !important}
.btn-outline{
  border-color:rgba(247,248,243,.72) !important;
  color:#F8FAF9 !important;
}
.btn-outline:hover{background:#F8FAF9 !important;color:#103F42 !important}
.section-eyebrow,.hero-title-green,.bike-card h3,.bike-card a,
.contact-item strong,.service-icon,.chat-header span,.brand-panel h2 a:hover,
.kicker,.green-text,.section-tag,.news-copy .eyebrow,.muscle-kicker{
  color:#4D9F91 !important;
}

/* CHIARE */
.intro-section,.bike-categories,.motor-lab-section,.catalog-intro,
.brand-grid-section,.branch-wrap,.category-body,.catalog-hub-body{
  background:linear-gradient(145deg,#F8FAF9 0%,#E7F2F1 100%) !important;
}
.intro-section,.bike-categories,.motor-lab-section,
.catalog-intro,.branch-wrap,.category-body,.catalog-hub-body{
  color:#1C292A !important;
}
.section-heading h2,.intro-content h2,.branch-intro h2,.catalog-heading h2{
  color:#103F42 !important;
}
.section-heading h2 strong,.intro-content h2 strong,.branch-intro h2 strong,
.catalog-heading h2 strong{
  color:#246C6B !important;
}
.section-heading > p,.intro-content p,.catalog-heading>p{color:#627574 !important}

/* VERDI PROFONDE */
.focus-showcase,.workshop-section,.main-cta,.brand-hero,.brand-cta,.detail-hero,
.focus-dedicated-hero,.news-hero,.cat-hero{
  background-color:#103F42 !important;
}
.main-cta{
  background:
    radial-gradient(circle at 50% 120%,rgba(143,203,184,.18),transparent 42%),
    linear-gradient(135deg,#246C6B,#103F42) !important;
}
.site-footer{background:#103F42 !important;color:#DCEBE8 !important}

/* CARD */
.bike-card,.brand-panel,.product-card,.motor-card,.muscle-card,.news-card{
  border-color:rgba(16,63,66,.12) !important;
}
.branch-card,.brand-panel{
  background:linear-gradient(145deg,#246C6B,#103F42) !important;
}
.branch-card:before{
  background:radial-gradient(circle at 85% 10%,rgba(143,203,184,.20),transparent 36%) !important;
}
.branch-card .go{color:#8FCBB8 !important}
.category-toolbar a{
  background:#F8FAF9 !important;
  border-color:#B9D0CC !important;
  color:#103F42 !important;
}
.category-toolbar a:hover{background:#8FCBB8 !important;color:#103F42 !important;border-color:#8FCBB8 !important}

/* CATALOGO MUSCOLARI */
.muscle-image{
  background:
    radial-gradient(circle at 50% 80%,rgba(77,159,145,.14),transparent 43%),
    linear-gradient(#DFECEA,#F8FAF9) !important;
}
.muscle-meta span{background:#E7F2F1 !important;color:#103F42 !important}

/* CONTATTI */
.contact-section{
  background:linear-gradient(180deg,#E7F2F1,#F8FAF9) !important;
  color:#1C292A !important;
}
.contact-item{
  background:#F8FAF9 !important;
  border:1px solid rgba(36,108,107,.18) !important;
}
.contact-icon{color:#246C6B !important}
.contact-item p,.contact-item a{color:#405756 !important}
.contact-form-card,.map-card{background:#F8FAF9 !important}
.contact-form-card h2,.map-copy h3{color:#103F42 !important}
.contact-form input,.contact-form textarea{
  background:#FFFFFF !important;
  border-color:#C7DAD7 !important;
  color:#1C292A !important;
}

/* CHAT */
.chat-window{background:#F8FAF9 !important;border-color:#C8DBD8 !important}
.chat-header{background:linear-gradient(135deg,#246C6B,#103F42) !important}
.chat-messages{background:#E7F2F1 !important}
.message.bot{background:#FFFFFF !important;color:#1C292A !important}
.message.user{background:#8FCBB8 !important;color:#103F42 !important}
.quick-questions button{background:#F8FAF9 !important;color:#103F42 !important;border-color:#C8DBD8 !important}
.quick-questions button:hover{border-color:#4D9F91 !important;color:#246C6B !important}
.chat-form{background:#103F42 !important}
.chat-form input{background:#F8FAF9 !important;color:#1C292A !important;border-color:#4D9F91 !important}

/* LINK / DETTAGLI */
a{transition:color .25s ease,background .25s ease,border-color .25s ease}
a:hover{color:#246C6B}
.news-specs span{background:#E7F2F1 !important;color:#103F42 !important}
.news-links a{background:#103F42 !important}
.news-links a:hover{background:#8FCBB8 !important;color:#103F42 !important}

/* Accessibilità */
@media (max-width:820px){
  .main-nav{background:rgba(16,63,66,.985) !important}
}

/* Nivolet — sezione "Più lontano. Più in alto." */
.experience-overlay{
  background:linear-gradient(90deg,rgba(16,63,66,.82),rgba(16,63,66,.36) 52%,rgba(16,63,66,.08)) !important;
}
.experience-content h2{color:#F8FAF9 !important}
.experience-content h2 strong{color:#8FCBB8 !important}
.experience-content p{color:#F4F8F7 !important}

/* JAM: hero statica, nessuna sequenza HTML5 */
.jam-static-hero .hero-slide{display:none!important;animation:none!important}
.jam-static-hero .hero-static-image{
  position:absolute;inset:0;
  background:url("../assets/hero/focus-jam2-action.jpg") center/cover no-repeat;
  transform:none!important;
  animation:none!important;
}
.jam-static-hero .hero-shade{
  background:linear-gradient(90deg,rgba(16,63,66,.90),rgba(16,63,66,.50) 55%,rgba(16,63,66,.12))!important;
}

/* =========================================================
   V7.7 — FOTO OTTIMIZZATE + MOTION SYSTEM
   ========================================================= */

/* Hero Home: nuove fotografie FOCUS MY27 ottimizzate */
.hero-focus-frame.frame-1{background-image:url("../assets/foto-nuove/focus_my27_jam-ltd_h4a5137.jpg") !important;background-position:center 52% !important}
.hero-focus-frame.frame-2{background-image:url("../assets/foto-nuove/focus_my27_jam-ltd_h4a8928.jpg") !important;background-position:center 50% !important}
.hero-focus-frame.frame-3{background-image:url("../assets/foto-nuove/focus_my27_jam-ltd_h4a9523.jpg") !important;background-position:center 48% !important}
.hero-focus-frame.frame-4{background-image:url("../assets/foto-nuove/focus_my27_jam-ltd_h4a9943.jpg") !important;background-position:center 46% !important}

/* Movimento delicato su immagini del sito, esclusi loghi/icone */
main img.site-motion-img{
  opacity:0;
  transform:translate3d(0,24px,0) scale(.985);
  filter:saturate(.96);
  transition:
    opacity .75s cubic-bezier(.2,.8,.2,1),
    transform .9s cubic-bezier(.2,.8,.2,1),
    filter .9s ease;
  will-change:transform,opacity;
}
main img.site-motion-img.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:saturate(1.04);
}
.bike-card:hover img.site-motion-img,
.focus-feature:hover img.site-motion-img,
.focus-tile:hover img.site-motion-img,
.news-card:hover img.site-motion-img,
.model-detail:hover img.site-motion-img,
.product-photo:hover img.site-motion-img,
.muscle-card:hover img.site-motion-img{
  transform:scale(1.035);
}

/* Effetto panorama, solo dove richiesto esplicitamente */
.motion-panorama{
  overflow:hidden;
}
.motion-panorama img{
  animation:landscapeDrift 16s ease-in-out infinite alternate;
  transform-origin:center;
}
@keyframes landscapeDrift{
  from{transform:scale(1.02) translate3d(-.6%,0,0)}
  to{transform:scale(1.075) translate3d(.7%,-.6%,0)}
}

/* JAM rimane con hero statica come richiesto */
.jam-static-hero .hero-static-image{
  background-image:url("../assets/foto-nuove/focus_my27_jam-ltd_h4a5137.jpg") !important;
  background-position:center 48% !important;
  animation:none !important;
  transform:none !important;
}

/* Galleria fotografica FOCUS */
.focus-photo-story{
  padding:88px 0;
  background:linear-gradient(145deg,#E7F2F1,#F8FAF9);
}
.focus-photo-story-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  grid-auto-rows:250px;
  gap:14px;
}
.focus-photo-story-grid figure{
  margin:0;
  overflow:hidden;
  border-radius:12px;
  position:relative;
  background:#DCEBE8;
  box-shadow:0 16px 42px rgba(16,63,66,.12);
}
.focus-photo-story-grid figure:first-child{grid-row:span 2}
.focus-photo-story-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.focus-photo-story-grid figcaption{
  position:absolute;
  left:14px;right:14px;bottom:12px;
  padding:9px 11px;
  border-radius:8px;
  background:rgba(16,63,66,.72);
  backdrop-filter:blur(8px);
  color:#F8FAF9;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
}

/* Galleria neutra del mezzo aziendale: nessuna promessa di consegna */
.company-gallery{
  padding:78px 0;
  background:linear-gradient(180deg,#F8FAF9,#E7F2F1);
}
.company-gallery-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:10px;
  margin-top:28px;
}
.company-gallery-grid figure{
  margin:0;
  overflow:hidden;
  border-radius:10px;
  min-height:165px;
  background:#DCEBE8;
}
.company-gallery-grid img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.8,.2,1);
}
.company-gallery-grid figure:hover img{transform:scale(1.045)}

@media(max-width:1050px){
  .focus-photo-story-grid{grid-template-columns:1fr 1fr}
  .focus-photo-story-grid figure:first-child{grid-row:auto;grid-column:span 2}
  .company-gallery-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:680px){
  .focus-photo-story-grid{grid-template-columns:1fr;grid-auto-rows:240px}
  .focus-photo-story-grid figure:first-child{grid-column:auto}
  .company-gallery-grid{grid-template-columns:1fr 1fr}
}
@media(prefers-reduced-motion:reduce){
  main img.site-motion-img,
  main img.site-motion-img.is-visible,
  .motion-panorama img{
    opacity:1 !important;
    transform:none !important;
    animation:none !important;
    transition:none !important;
  }
}

/* =========================================================
   V7.8 — TITOLI BIANCHI / SHOWROOM / FINANZIAMENTI / ACCESSORI
   ========================================================= */

/* Home: sezioni scure — testo principale bianco */
.focus-showcase .section-heading h2,
.workshop-content h2,
.about-content h2{
  color:#F8FAF9 !important;
}
.focus-showcase .section-heading h2 strong,
.workshop-content h2 strong,
.about-content h2 strong{
  color:#8FCBB8 !important;
}

/* E-Bike */
.catalog-hero h1,
.catalog-help h2{
  color:#F8FAF9 !important;
}
.catalog-hero h1 strong,
.catalog-help h2 strong{
  color:#8FCBB8 !important;
}

/* Brand */
.brand-hero h1,
.brand-cta h2{
  color:#F8FAF9 !important;
}
.brand-hero h1 strong,
.brand-cta h2 strong{
  color:#8FCBB8 !important;
}

/* Chi siamo — foto showroom più scura, simile alla precedente */
.about-background img{
  filter:brightness(.54) saturate(.88) contrast(1.05) !important;
}
.about-overlay{
  background:
    linear-gradient(90deg,rgba(16,63,66,.91),rgba(16,63,66,.67) 48%,rgba(16,63,66,.28)) !important;
}

/* Finanziamenti */
.finance-section{
  padding:72px 0;
  background:linear-gradient(135deg,#103F42 0%,#246C6B 62%,#4D9F91 140%);
  color:#F8FAF9;
}
.finance-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
}
.finance-icon{
  width:92px;height:92px;border-radius:50%;
  display:grid;place-items:center;
  border:1px solid rgba(247,248,243,.35);
  background:rgba(247,248,243,.08);
  color:#8FCBB8;
  font-size:42px;font-weight:900;
}
.finance-copy h2{
  color:#F8FAF9;
  font-size:clamp(34px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
  margin:.15em 0 .28em;
}
.finance-copy h2 strong{color:#8FCBB8}
.finance-copy p{max-width:850px;line-height:1.75;color:#ECF4F2}
.finance-copy small{display:block;margin-top:12px;color:#C9DBD0;line-height:1.55}
.finance-action{white-space:nowrap}

/* Accessori Home teaser */
.accessories-teaser{
  padding:78px 0;
  background:linear-gradient(145deg,#E7F2F1,#F8FAF9);
}
.accessories-teaser-inner{
  display:flex;align-items:center;justify-content:space-between;gap:40px;
}
.accessories-teaser h2{
  color:#103F42;
  font-size:clamp(34px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.04em;
  margin:.15em 0 .25em;
}
.accessories-teaser h2 strong{color:#246C6B}
.accessories-teaser p{max-width:760px;color:#627574;line-height:1.75}

@media(max-width:850px){
  .finance-inner{grid-template-columns:1fr}
  .finance-action{white-space:normal}
  .accessories-teaser-inner{flex-direction:column;align-items:flex-start}
}

/* COOKIE CONSENT */
.cookie-banner{position:fixed;z-index:99999;left:18px;right:18px;bottom:18px}
.cookie-banner-inner{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr auto;gap:25px;padding:24px 26px;border-radius:14px;background:#F8FAF9;color:#1C292A;border:1px solid #C7DAD7;box-shadow:0 25px 80px rgba(16,63,66,.28);position:relative}
.cookie-banner h2,.cookie-dialog h2{color:#103F42;margin:5px 0 8px}.cookie-banner p{color:#627574;line-height:1.55;margin:6px 0}
.cookie-kicker{font-size:9px;letter-spacing:.16em;font-weight:900;color:#246C6B}
.cookie-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cookie-actions .btn{border:1px solid #B9D0CC;background:#fff;color:#103F42;min-height:44px}
.cookie-links a,.cookie-dialog a{color:#246C6B;text-decoration:underline}
.cookie-x{position:absolute;right:10px;top:8px;border:0;background:transparent;color:#103F42;font-size:26px}
.cookie-modal{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(16,63,66,.60);backdrop-filter:blur(6px)}
.cookie-dialog{width:min(620px,100%);padding:28px;border-radius:15px;background:#F8FAF9;color:#1C292A;box-shadow:0 25px 80px rgba(0,0,0,.25);position:relative}
.cookie-row{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid #D4E0D7}.cookie-row small{display:block;margin-top:4px;color:#5C7065;line-height:1.45}.cookie-row input{width:22px;height:22px;accent-color:#246C6B}
.cookie-floating{position:fixed;z-index:9000;left:14px;bottom:14px;padding:9px 11px;border:1px solid #A9C2B1;border-radius:999px;background:rgba(247,248,243,.92);color:#103F42;font-size:9px;font-weight:800;box-shadow:0 8px 28px rgba(16,63,66,.12)}
.external-map-shell{position:relative;min-height:380px;background:#E7F2F1}.external-placeholder{position:absolute;inset:0;display:grid;place-items:center;text-align:center;padding:30px;color:#365248}.external-placeholder button{margin-top:12px}
@media(max-width:760px){.cookie-banner-inner{grid-template-columns:1fr}.cookie-actions{align-items:stretch}.cookie-actions .btn{flex:1}.cookie-floating{bottom:8px}}

/* =========================================================
   V7.10 — LEGGIBILITÀ HOME + OFFICINA
   ========================================================= */
.focus-showcase .section-heading > p{
  color:#D7E8DE !important;
  font-weight:500;
}
.workshop-content > p{
  color:#D8E8DF !important;
  font-weight:500;
}
.workshop-services .service-icon{
  font-size:1.5em !important; /* +50% circa */
  color:#8FCBB8 !important;
  text-shadow:0 0 22px rgba(143,203,184,.16);
}
.workshop-services .service-item strong{
  color:#E9F2EC !important;
  font-weight:700;
}

/* JAM — collage fotografico tipo scrivania */
.desk-stack{
  position:relative;
  min-height:500px;
  overflow:visible;
  background:
    radial-gradient(circle at 48% 42%,rgba(143,203,184,.12),transparent 42%),
    linear-gradient(145deg,#E7F2F1,#C9DCCF);
  border-radius:14px;
  box-shadow:inset 0 0 0 1px rgba(16,63,66,.08);
}
.desk-photo{
  position:absolute;
  width:72%;
  height:72%;
  left:14%;
  top:14%;
  margin:0;
  padding:8px 8px 28px;
  background:#F8FAF9;
  border-radius:4px;
  box-shadow:0 20px 45px rgba(16,63,66,.22);
  transform-origin:50% 85%;
  transition:transform .8s cubic-bezier(.2,.8,.2,1),opacity .55s ease,filter .55s ease;
  will-change:transform;
}
.desk-photo img{width:100%;height:100%;object-fit:cover;display:block}
.desk-photo:nth-child(1){transform:translate(-8%,-5%) rotate(-7deg)}
.desk-photo:nth-child(2){transform:translate(9%,-4%) rotate(6deg)}
.desk-photo:nth-child(3){transform:translate(-3%,7%) rotate(-2deg)}
.desk-photo:nth-child(4){transform:translate(5%,4%) rotate(4deg)}
.desk-photo:nth-child(5){transform:translate(0,0) rotate(0deg)}
.desk-photo.is-top{filter:saturate(1.06);box-shadow:0 27px 58px rgba(16,63,66,.30)}
.desk-stack:hover .desk-photo.is-top{transform:translate(0,-2%) rotate(.5deg) scale(1.015)}
.static-model-photo img{animation:none!important;transform:none!important}
.sam-static-hero .hero-slide,.thron-static-hero .hero-slide{display:none!important;animation:none!important}
.sam-static-hero .hero-static-image,
.thron-static-hero .hero-static-image{
  position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;
  animation:none!important;transform:none!important;
}
.sam-static-hero .hero-static-image{background-image:url("../assets/focus/focus-sam-8-2026.jpg");background-size:contain;background-color:#16484A}
.thron-static-hero .hero-static-image{background-image:url("../assets/focus/focus-jam2-next.jpg");background-size:cover}
@media(max-width:760px){.desk-stack{min-height:390px}.desk-photo{width:78%;height:68%;left:11%;top:16%}}
@media(prefers-reduced-motion:reduce){.desk-photo{transition:none!important}}

.hp-field{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-status{margin-top:12px;font-size:12px;font-weight:700;line-height:1.5}
.contact-status.success{color:#246C6B}.contact-status.error{color:#8B2D2D}
.contact-form button:disabled{opacity:.65;cursor:wait}

/* V7.12 — gallerie FOCUS 2027 */
.focus-2027-gallery figure,.focus-2027-story figure{overflow:hidden}
.focus-2027-gallery img,.focus-2027-story img{transition:transform .7s cubic-bezier(.2,.75,.25,1),filter .7s ease}
.focus-2027-gallery figure:hover img,.focus-2027-story figure:hover img{transform:scale(1.035);filter:saturate(1.04) contrast(1.02)}
.focus-2027-story figure:nth-child(2n).reveal{transition-delay:.08s}
.focus-2027-story figure:nth-child(3n).reveal{transition-delay:.14s}
@media(prefers-reduced-motion:reduce){.focus-2027-gallery img,.focus-2027-story img{transition:none!important}}

/* =========================================================
   V7.13 — COLLAGE FOCUS INTEGRATO NELLO SFONDO PAGINA
   ========================================================= */
.dedicated-wrap{
  --collage-bg:#E7F2F1;
}

/* Niente pannello azzurro dietro le fotografie */
.desk-stack{
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}

/* Le "foto sulla scrivania" ora riprendono la palette della pagina */
.desk-photo{
  background:#E7F2F1 !important;
  border:1px solid rgba(16,63,66,.12);
  box-shadow:0 18px 42px rgba(16,63,66,.19) !important;
}
.desk-photo::after{
  content:"";
  position:absolute;
  inset:8px 8px 28px;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(16,63,66,.05);
}

/* I bordi del collage sfumano visivamente nella pagina */
.jam-desk,.sam-desk,.thron-desk{
  isolation:isolate;
}
.jam-desk::before,.sam-desk::before,.thron-desk::before{
  content:"";
  position:absolute;
  inset:7% 5%;
  z-index:-1;
  background:radial-gradient(circle at 50% 50%,rgba(77,159,145,.10),transparent 66%);
  filter:blur(18px);
}

/* Su telefono riduciamo la rotazione mantenendo la leggibilità */
@media(max-width:760px){
  .desk-photo:nth-child(1){transform:translate(-5%,-3%) rotate(-4deg)}
  .desk-photo:nth-child(2){transform:translate(6%,-3%) rotate(4deg)}
  .desk-photo:nth-child(3){transform:translate(-2%,5%) rotate(-1.5deg)}
  .desk-photo:nth-child(4){transform:translate(4%,3%) rotate(2.5deg)}
  .desk-photo:nth-child(5){transform:translate(0,0) rotate(0)}
}

/* THRON: una sola fotografia verificata, presentata con inquadrature diverse */
.thron-desk .thron-crop img{object-fit:cover}
.thron-desk .thron-crop-1 img{object-position:42% 50%}
.thron-desk .thron-crop-2 img{object-position:57% 46%}
.thron-desk .thron-crop-3 img{object-position:50% 58%}
.thron-desk .thron-crop-4 img{object-position:35% 48%}
.thron-desk .thron-crop-5 img{object-position:62% 54%}

/* ===== v7.14 — profondità naturale premium, senza cambiare struttura ===== */
.section-container{position:relative}.section-heading h2,.section-heading h1{letter-spacing:-.035em;text-wrap:balance}.btn{transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,border-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-green:hover{box-shadow:0 14px 32px rgba(42,105,101,.24)}.focus-tile,.brand-card,.bike-card,.service-card,.finance-card{transition:transform .35s cubic-bezier(.2,.75,.25,1),box-shadow .35s ease,border-color .35s ease}.focus-tile:hover,.brand-card:hover,.bike-card:hover,.service-card:hover,.finance-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(16,63,66,.13)}.reveal{will-change:transform,opacity}.hero-content,.experience-content{filter:drop-shadow(0 10px 32px rgba(0,0,0,.12))}.site-header.scrolled{box-shadow:0 10px 34px rgba(16,63,66,.08)}.megamo-home-showcase{padding:95px 0;background:radial-gradient(circle at 82% 12%,rgba(175,206,211,.25),transparent 32%),linear-gradient(180deg,#F7F9F7 0%,#edf3ef 100%)}.megamo-home-showcase .section-heading{max-width:900px;margin-bottom:35px}.megamo-home-showcase .section-heading p{color:#53675d;line-height:1.75}.megamo-home-showcase .focus-feature{box-shadow:0 22px 62px rgba(16,63,66,.13)}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   V7.19 — PRIVACY UI + HERITAGE 1957
   ========================================================= */
.cookie-banner{left:12px;right:12px;bottom:12px}
.cookie-banner-inner{
  max-width:1040px;grid-template-columns:minmax(0,1fr) auto;gap:18px;
  padding:18px 20px;border-radius:16px;background:rgba(247,248,243,.97);
  backdrop-filter:blur(14px);box-shadow:0 18px 55px rgba(16,63,66,.20)
}
.cookie-banner h2{font-size:clamp(19px,2vw,25px);margin:3px 0 5px}
.cookie-banner p{font-size:12px;max-width:680px;margin:3px 0;line-height:1.48}
.cookie-actions{justify-content:flex-end}
.cookie-actions .btn{padding:10px 13px;min-height:40px;font-size:10px}
.cookie-modal-actions{display:flex;gap:9px;justify-content:flex-end;flex-wrap:wrap;margin-top:20px}
.cookie-floating{left:10px;bottom:10px;padding:7px 10px;opacity:.76}
.cookie-floating:hover,.cookie-floating:focus-visible{opacity:1}
.external-map-shell{min-height:420px;border-radius:inherit;overflow:hidden}
.external-map-shell iframe{display:block}
.external-placeholder{background:
  radial-gradient(circle at 78% 24%,rgba(175,206,211,.28),transparent 28%),
  linear-gradient(145deg,#E7F2F1,#F7F9F7)}
.external-placeholder>div{max-width:430px}
.external-placeholder strong{display:block;color:#103F42;font-size:20px}
.external-placeholder p{color:#627574;line-height:1.55}
.heritage-story{max-width:760px}
.heritage-story p{margin:0 0 13px;line-height:1.76}
.heritage-story p:first-child{font-size:1.04em}
.heritage-story strong{color:#fff}
@media(max-width:760px){
 .cookie-banner{left:8px;right:8px;bottom:8px}
 .cookie-banner-inner{grid-template-columns:1fr;padding:16px 17px;gap:11px}
 .cookie-actions{display:grid;grid-template-columns:1fr 1fr}
 .cookie-actions .cookie-all{grid-column:1/-1}
 .cookie-floating{font-size:8px}
 .external-map-shell{min-height:360px}
}
\n/* =========================================================
   V7.20 — ARCHIVIO STORICO + WORLD DIMENSION HOME
   ========================================================= */
.heritage-archive{position:relative;padding:96px 0 104px;background:
 radial-gradient(circle at 8% 12%,rgba(175,206,211,.18),transparent 28%),
 linear-gradient(180deg,#F5F2E9 0%,#EAF1EB 100%);overflow:hidden}
.heritage-archive::before{content:"";position:absolute;left:6%;top:0;bottom:0;width:1px;background:linear-gradient(transparent,rgba(42,105,101,.16),transparent)}
.heritage-archive-heading{max-width:880px;margin-bottom:44px}.heritage-archive-heading h2{color:#163E32}.heritage-archive-heading p{max-width:800px;color:#5D6F65;line-height:1.78}
.heritage-timeline{display:grid;grid-template-columns:repeat(12,1fr);gap:18px;align-items:stretch}
.heritage-shot{position:relative;min-height:440px;margin:0;border-radius:24px;overflow:hidden;background:#153D31;box-shadow:0 24px 60px rgba(16,63,66,.12);isolation:isolate}
.heritage-shot-wide{grid-column:span 7}.heritage-shot-portrait{grid-column:span 5}.heritage-shot-square{grid-column:span 5}
.heritage-shot:nth-child(4){grid-column:span 7}.heritage-shot:nth-child(5){grid-column:span 7}
.heritage-shot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:sepia(.08) saturate(.88) contrast(1.03);transition:transform .85s cubic-bezier(.2,.76,.2,1),filter .5s ease}
.heritage-shot::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,27,22,.03) 30%,rgba(7,27,22,.88) 84%,rgba(7,27,22,.96));z-index:1}
.heritage-shot:hover img{transform:scale(1.035);filter:sepia(.02) saturate(.98) contrast(1.04)}
.heritage-shot figcaption{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:26px;display:flex;gap:16px;align-items:flex-start;color:#fff}
.heritage-shot figcaption>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid rgba(191,216,197,.55);border-radius:50%;font-size:10px;font-weight:900;color:#CFE7D5;background:rgba(16,63,66,.28);backdrop-filter:blur(7px)}
.heritage-shot small{display:block;color:#B9DCA9;font-weight:800;letter-spacing:.14em;margin-bottom:5px}.heritage-shot strong{display:block;font-size:clamp(20px,2.3vw,30px);line-height:1.1}.heritage-shot p{margin:7px 0 0;max-width:590px;color:#DFEAE4;font-size:12px;line-height:1.55}
.heritage-bridge{margin-top:34px;padding:22px 26px;border:1px solid rgba(42,105,101,.12);border-radius:18px;background:rgba(255,255,255,.62);box-shadow:0 12px 34px rgba(16,63,66,.05);display:grid;grid-template-columns:auto minmax(80px,1fr) auto;gap:14px;align-items:center}.heritage-bridge span,.heritage-bridge strong{color:#245943;font-size:13px;letter-spacing:.12em}.heritage-bridge i{height:1px;background:linear-gradient(90deg,#69AFA4,#AFCED3);position:relative}.heritage-bridge i::after{content:"";position:absolute;right:0;top:50%;width:9px;height:9px;border:2px solid #78AD6B;border-radius:50%;transform:translateY(-50%);background:#F0F5EF}.heritage-bridge p{grid-column:1/-1;margin:0;color:#61736A;font-size:13px}

.wd-home-showcase{position:relative;padding:90px 0;background:
 radial-gradient(circle at 82% 18%,rgba(175,206,211,.24),transparent 28%),
 linear-gradient(145deg,#E8F2EC 0%,#F7F9F7 58%,#ECF4F2 100%);overflow:hidden}
.wd-home-showcase::before{content:"";position:absolute;right:-110px;top:-100px;width:340px;height:340px;border:1px solid rgba(42,105,101,.10);border-radius:50%;box-shadow:inset 0 0 0 58px rgba(175,206,211,.04)}
.wd-home-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:16px;align-items:stretch;margin-top:32px}
.wd-home-feature,.wd-home-tile{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(16,63,66,.09);box-shadow:0 20px 55px rgba(16,63,66,.10)}
.wd-home-feature{min-height:440px;display:grid;grid-template-columns:1.05fr .95fr;background:#103F42;color:#fff}.wd-home-copy{padding:34px;align-self:end}.wd-home-copy small,.wd-home-tile small{color:#B8DFA9;font-weight:900;letter-spacing:.12em}.wd-home-copy h3{font-size:clamp(35px,4vw,58px);line-height:.96;margin:7px 0 13px;color:#fff}.wd-home-copy p{color:#DAE9E1;line-height:1.65;font-size:13px}
.wd-home-visual{position:relative;min-height:100%;background:linear-gradient(135deg,#2A6B52,#90B7B5);overflow:hidden}.wd-home-visual::before{content:"";position:absolute;inset:15% 10%;border:2px solid rgba(255,255,255,.26);border-radius:50%;background:repeating-radial-gradient(circle,transparent 0 18px,rgba(255,255,255,.04) 19px 20px)}.wd-home-visual::after{content:"";position:absolute;left:16%;right:16%;bottom:24%;height:2px;background:rgba(255,255,255,.38);transform:rotate(-10deg);box-shadow:0 -36px 0 -1px rgba(255,255,255,.18),0 36px 0 -1px rgba(255,255,255,.13)}.wd-home-visual span{position:absolute;z-index:2;left:9%;top:10%;font-weight:900;font-size:clamp(42px,6vw,82px);letter-spacing:-.07em;color:rgba(255,255,255,.86)}.wd-home-visual i{position:absolute;right:12%;bottom:12%;width:58px;height:58px;border:2px dashed rgba(255,255,255,.56);border-radius:50%}
.wd-home-tile{min-height:440px;padding:28px;background:rgba(255,255,255,.76);display:flex;flex-direction:column;justify-content:space-between}.wd-home-tile h3{margin:6px 0 9px;font-size:30px;color:#214E3B}.wd-home-tile p{margin:0;color:#617269;font-size:12px;line-height:1.55}.wd-home-icon{width:82px;height:82px;border:1px solid rgba(42,105,101,.17);border-radius:50%;display:grid;place-items:center;color:#397256;font-size:25px;font-weight:900;background:radial-gradient(circle,#EFF5F0 0 28%,transparent 30%),repeating-conic-gradient(from 0deg,rgba(42,105,101,.18) 0 1deg,transparent 1deg 30deg)}.wd-home-icon-low{border-radius:24px;background:linear-gradient(145deg,#E7F1E8,#DDEBED);font-size:34px}.wd-home-note{margin:14px 0 0;color:#6A7B72;font-size:10px}
@media(max-width:980px){.heritage-shot-wide,.heritage-shot-portrait,.heritage-shot-square,.heritage-shot:nth-child(4),.heritage-shot:nth-child(5){grid-column:span 6}.wd-home-grid{grid-template-columns:1fr 1fr}.wd-home-feature{grid-column:1/-1}}
@media(max-width:680px){.heritage-archive,.wd-home-showcase{padding:68px 0}.heritage-timeline{grid-template-columns:1fr}.heritage-shot,.heritage-shot-wide,.heritage-shot-portrait,.heritage-shot-square,.heritage-shot:nth-child(4),.heritage-shot:nth-child(5){grid-column:1;min-height:390px}.heritage-shot figcaption{padding:20px}.heritage-shot p{font-size:11px}.wd-home-grid{grid-template-columns:1fr}.wd-home-feature{grid-template-columns:1fr;min-height:0}.wd-home-visual{min-height:280px}.wd-home-tile{min-height:260px}.heritage-bridge{grid-template-columns:auto 1fr auto}}
@media(prefers-reduced-motion:reduce){.heritage-shot img{transition:none}.heritage-shot:hover img{transform:none}}

/* V7.22 — Compact historical teaser on homepage */
.heritage-home-teaser{padding:72px 0;background:radial-gradient(circle at 88% 16%,rgba(175,206,211,.15),transparent 28%),linear-gradient(180deg,#F5F2E9,#EAF1EB)}
.heritage-home-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:46px;align-items:center}
.heritage-home-copy{max-width:650px}.heritage-home-copy h2{margin:8px 0 16px;color:#173f32;font-size:clamp(38px,4.7vw,64px);line-height:.99;letter-spacing:-.045em}.heritage-home-copy p{color:#5f7167;line-height:1.76;font-size:14px}
.heritage-home-photos{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:12px;min-height:390px}
.heritage-mini{margin:0;position:relative;overflow:hidden;border-radius:18px;background:#173d31;box-shadow:0 16px 42px rgba(16,63,66,.11)}.heritage-mini-main{grid-row:1/3}
.heritage-mini img{width:100%;height:100%;object-fit:cover;display:block;filter:sepia(.07) saturate(.9) contrast(1.03);transition:transform .65s cubic-bezier(.2,.76,.2,1)}.heritage-mini:hover img{transform:scale(1.035)}
.heritage-mini::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 56%,rgba(7,28,22,.70))}.heritage-mini figcaption{position:absolute;z-index:2;left:14px;bottom:12px;color:#eef4f0;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:850px){.heritage-home-grid{grid-template-columns:1fr}.heritage-home-photos{min-height:330px}}@media(max-width:580px){.heritage-home-teaser{padding:58px 0}.heritage-home-photos{grid-template-columns:1fr 1fr;grid-template-rows:230px 160px;min-height:0}.heritage-mini-main{grid-column:1/-1;grid-row:auto}}@media(prefers-reduced-motion:reduce){.heritage-mini img{transition:none}.heritage-mini:hover img{transform:none}}

/* V7.25 — World Dimension home photo tiles */
.wd-home-photo{padding:0!important;background-color:#173d31;background-position:center;background-size:cover;background-repeat:no-repeat;justify-content:flex-end;isolation:isolate}
.wd-home-photo-city{background-image:url('../assets/world-dimension/home/wd99-city.jpg')}
.wd-home-photo-cargo{background-image:url('../assets/world-dimension/home/wd99-cargo.jpg')}
.wd-home-photo-shade{position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(8,34,26,.02) 28%,rgba(8,34,26,.88) 100%)}
.wd-home-photo-copy{padding:28px;position:relative;z-index:2}.wd-home-photo h3{color:#fff}.wd-home-photo p{color:#e2ece6}.wd-home-photo small{color:#bce2ad}
.wd-home-photo{transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s}.wd-home-photo:hover{transform:translateY(-4px);box-shadow:0 25px 62px rgba(16,63,66,.18)}
@media(prefers-reduced-motion:reduce){.wd-home-photo{transition:none}.wd-home-photo:hover{transform:none}}

/* V7.26 — maggiore contrasto nel riquadro Dove siamo */
.contact-section .map-card .map-copy h3,
.contact-section .map-card .map-copy h3 strong {
  color:#fff !important;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}

/* V7.29 — ripristino hero JAM animata con immagini locali */
.jam-static-hero .hero-static-image{display:none!important}
.jam-static-hero{background:#103F42}
.jam-static-hero::before,.jam-static-hero::after{content:"";position:absolute;inset:-3%;background-position:center;background-size:cover;background-repeat:no-repeat;animation:jamLocalHero 16s ease-in-out infinite;z-index:0}
.jam-static-hero::before{background-image:url("../assets/focus-2027/focus_my27_jam_ltd_h4a5141.jpg")}
.jam-static-hero::after{background-image:url("../assets/focus-2027/focus_my27_jam_8_h4a7530.jpg");animation-delay:8s;opacity:0}
.jam-static-hero .hero-shade,.jam-static-hero .hero-copy{z-index:2}
@keyframes jamLocalHero{0%,8%{opacity:0;transform:scale(1.06)}15%,48%{opacity:1}58%,100%{opacity:0;transform:scale(1.0) translate3d(-1%,0,0)}}
@media(prefers-reduced-motion:reduce){.jam-static-hero::before{animation:none;opacity:1;transform:none}.jam-static-hero::after{display:none}}


/* V7.32 — HOME FOCUS CINEMATIC: 8 fotografie locali, transizione lenta e profonda */
.hero-focus-motion{overflow:hidden}
.hero-focus-frame{
  opacity:0;
  transform:scale(1.09) translate3d(0,0,0);
  animation-name:laMauroFocusJourney !important;
  animation-duration:48s !important;
  animation-iteration-count:infinite !important;
  animation-timing-function:cubic-bezier(.4,0,.2,1) !important;
  will-change:opacity,transform,filter;
  filter:saturate(1.06) contrast(1.04) brightness(.96);
}
.hero-focus-frame.frame-1{background-image:url("../assets/home-focus/hero-01.jpg") !important;background-position:center 52% !important;animation-delay:0s !important}
.hero-focus-frame.frame-2{background-image:url("../assets/home-focus/hero-02.jpg") !important;background-position:center 48% !important;animation-delay:6s !important}
.hero-focus-frame.frame-3{background-image:url("../assets/home-focus/hero-03.jpg") !important;background-position:center 45% !important;animation-delay:12s !important}
.hero-focus-frame.frame-4{background-image:url("../assets/home-focus/hero-04.jpg") !important;background-position:center 50% !important;animation-delay:18s !important}
.hero-focus-frame.frame-5{background-image:url("../assets/home-focus/hero-05.jpg") !important;background-position:center 48% !important;animation-delay:24s !important}
.hero-focus-frame.frame-6{background-image:url("../assets/home-focus/hero-06.jpg") !important;background-position:center 50% !important;animation-delay:30s !important}
.hero-focus-frame.frame-7{background-image:url("../assets/home-focus/hero-07.jpg") !important;background-position:center 46% !important;animation-delay:36s !important}
.hero-focus-frame.frame-8{background-image:url("../assets/home-focus/hero-08.jpg") !important;background-position:center 48% !important;animation-delay:42s !important}
@keyframes laMauroFocusJourney{
  0%{opacity:0;transform:scale(1.10) translate3d(1.5%,.6%,0)}
  3%{opacity:1}
  10%{opacity:1;transform:scale(1.035) translate3d(-.8%,-.3%,0)}
  12.5%{opacity:0;transform:scale(1.015) translate3d(-1.2%,-.5%,0)}
  100%{opacity:0}
}
.hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:radial-gradient(circle at 70% 42%,rgba(143,203,184,.10),transparent 34%),
             linear-gradient(115deg,rgba(16,63,66,.10),transparent 42%,rgba(255,255,255,.03));
  mix-blend-mode:screen;
}
@media(prefers-reduced-motion:reduce){
  .hero-focus-frame{animation:none !important;opacity:0 !important;transform:none !important}
  .hero-focus-frame.frame-1{opacity:1 !important}
}

/* V7.35 — HOME / WORLD DIMENSION: METRO PRO meno ingrandita */
.wd-home-photo-city{
  background-size:115% auto !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
}
@media(max-width:680px){
  .wd-home-photo-city{background-size:100% auto !important;}
}
