.elementor-kit-86{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-86 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==========================================================
   AUTOSTELLA STORE — GLOBAL CSS
   Direction: white editorial automotive + HighRev influence
   Version: 2.1 — 23/07/2026
   ========================================================== */

:root {
  --as-white: #ffffff;
  --as-ink: #111111;
  --as-ink-2: #262626;
  --as-text: #4c4c4c;
  --as-muted: #777772;
  --as-line: #d9d9d3;
  --as-line-strong: #bdbdb5;
  --as-soft: #f4f4ef;
  --as-soft-2: #ecece6;
  --as-red: #e5422c;
  --as-red-dark: #c9311f;
  --as-blue: #1f5f9e;
  --as-success: #188853;
  --as-container: 1380px;
  --as-gutter: clamp(20px, 4vw, 68px);
  --as-section: clamp(76px, 8.6vw, 138px);
  --as-header-h: 82px;
  --as-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --as-body: "Inter", Arial, Helvetica, sans-serif;
  --as-ease: cubic-bezier(.22, .68, 0, 1);
  --as-ease-out: cubic-bezier(.16, 1, .3, 1);
  --as-shadow: 0 24px 60px rgba(17, 17, 17, .10);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--as-header-h) + 24px);
}

body {
  margin: 0;
  background: var(--as-white);
  color: var(--as-text);
  font-family: var(--as-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.as-menu-open { overflow: hidden; }

*, *::before, *::after { box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--as-red); color: #fff; }

.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container {
  width: 100%;
}

.elementor-location-header,
.elementor-location-footer {
  position: relative;
  z-index: 60;
}

/* Neutralizza spazi e colori imposti dal kit Elementor dentro il progetto */
.as-page,
.as-page * {
  --e-global-color-primary: var(--as-red);
  --e-global-color-text: var(--as-text);
}

.as-page {
  width: 100%;
  overflow: clip;
  background: var(--as-white);
}

.as-container {
  width: min(100% - (var(--as-gutter) * 2), var(--as-container));
  margin-inline: auto;
}

.as-section {
  position: relative;
  padding-block: var(--as-section);
  background: var(--as-white);
}

.as-section--tight { padding-block: clamp(52px, 6vw, 92px); }
.as-section--surface { background: var(--as-soft); }
.as-section--soft { background: var(--as-soft-2); }
.as-section--line { border-top: 1px solid var(--as-line); }

.as-grid {
  display: grid;
  gap: clamp(26px, 3.5vw, 56px);
}

.as-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.as-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.as-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.as-align-start { align-items: start; }
.as-align-center { align-items: center; }
.as-align-end { align-items: end; }

/* TYPOGRAPHY */
.as-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--as-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.as-kicker::before {
  content: "";
  width: 36px;
  height: 4px;
  background: var(--as-red);
  transform: skewX(-18deg);
}

.as-title {
  max-width: 1050px;
  margin: 0;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: clamp(58px, 7.5vw, 118px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .86;
  text-transform: uppercase;
}

.as-title--md {
  font-size: clamp(46px, 5.5vw, 84px);
  line-height: .91;
}

.as-title--sm {
  font-size: clamp(36px, 4vw, 60px);
  line-height: .95;
}

.as-subtitle {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--as-text);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.56;
}

.as-copy { max-width: 760px; }
.as-copy p { margin: 0 0 1.1em; }
.as-copy p:last-child { margin-bottom: 0; }
.as-muted { color: var(--as-muted); }
.as-upper { text-transform: uppercase; }

/* BUTTONS */
.as-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.as-btn {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 26px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid var(--as-red);
  border-radius: 0;
  background: var(--as-red);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
  transition:
    color .28s var(--as-ease),
    background .28s var(--as-ease),
    border-color .28s var(--as-ease),
    transform .28s var(--as-ease),
    box-shadow .28s var(--as-ease);
}

.as-btn::before { display: none; }
.as-btn > * { position: relative; z-index: 1; }
.as-btn:hover {
  border-color: var(--as-ink);
  background: var(--as-ink);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(17, 17, 17, .12);
}

.as-btn--outline {
  border-color: var(--as-ink);
  background: transparent;
  color: var(--as-ink) !important;
}

.as-btn--outline:hover { background: var(--as-ink); color: #fff !important; }

.as-btn--dark {
  border-color: var(--as-ink);
  background: var(--as-ink);
  color: #fff !important;
}

.as-btn--dark:hover { background: #fff; color: var(--as-ink) !important; }
.as-btn svg { width: 18px; height: 18px; flex: 0 0 auto; }

.as-brand-line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 92px;
  height: 5px;
  margin: 30px 0;
  transform: skewX(-18deg);
}

.as-brand-line span:nth-child(1) { background: var(--as-blue); }
.as-brand-line span:nth-child(2) { background: var(--as-red); }
.as-brand-line span:nth-child(3) { background: var(--as-ink); }

/* HEADER */
.as-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--as-header-h);
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: height .3s var(--as-ease), box-shadow .3s var(--as-ease), background .3s var(--as-ease);
}

.as-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 2px;
  background: var(--as-red);
  transition: right .8s var(--as-ease-out);
}

body.as-page-loaded .as-header::after { right: 0; }

.as-header.is-scrolled {
  height: 72px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 10px 28px rgba(17, 17, 17, .07);
}

.as-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.as-logo {
  display: inline-flex;
  align-items: flex-end;
  min-width: 210px;
  color: var(--as-ink) !important;
  line-height: .84;
}

.as-logo__main {
  font-family: var(--as-display);
  font-size: 30px;
  font-weight: 800;
  letter-spacing: .025em;
}

.as-logo__store {
  margin: 0 0 2px 5px;
  color: var(--as-red);
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.as-logo__mark {
  width: 38px;
  height: 4px;
  margin-left: 11px;
  background: var(--as-red);
  transform: skewX(-18deg);
}

.as-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 38px);
}

.as-nav a {
  position: relative;
  color: var(--as-ink) !important;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.as-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 3px;
  background: var(--as-red);
  transition: right .26s var(--as-ease);
}

.as-nav a:hover::after,
.as-nav a.is-current::after { right: 0; }

.as-header__cta {
  min-height: 44px;
  padding: 13px 19px;
}

.as-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--as-ink);
  background: transparent;
  color: var(--as-ink);
  padding: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.as-menu-toggle span,
.as-menu-toggle span::before,
.as-menu-toggle span::after {
  position: relative;
  display: block;
  width: 22px;
  height: 2px;
  background: var(--as-ink);
  transition: .25s var(--as-ease);
}

.as-menu-toggle span::before,
.as-menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.as-menu-toggle span::before { top: -7px; }
.as-menu-toggle span::after { top: 7px; }
.as-menu-toggle[aria-expanded="true"] span { background: transparent; }
.as-menu-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.as-menu-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* HERO */
.as-hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--as-header-h) + 76px) 0 clamp(72px, 8vw, 126px);
  background: var(--as-white);
}

.as-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: min(34vw, 500px);
  height: 10px;
  background: var(--as-red);
}

.as-hero--inner { min-height: 620px; }

.as-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 55%;
  overflow: hidden;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  background: var(--as-soft);
}

.as-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.045);
  transition: transform 1.4s var(--as-ease-out), filter .5s var(--as-ease);
}

body.as-page-loaded .as-hero__media img { transform: scale(1); }

.as-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.54) 0%, rgba(255,255,255,0) 32%),
    linear-gradient(0deg, rgba(17,17,17,.20), rgba(17,17,17,0) 52%);
}

.as-hero__content {
  position: relative;
  z-index: 3;
}

.as-hero .as-title,
.as-hero .as-subtitle {
  width: min(58%, 820px);
}

.as-hero__title { max-width: 820px; }

.as-hero__meta {
  width: min(58%, 760px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 38px;
  color: var(--as-ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.as-hero__meta span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.as-hero__meta span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--as-red);
  transform: skewX(-16deg);
}

/* LOAD ANIMATION HERO */
.as-js .as-hero .as-kicker,
.as-js .as-hero .as-title,
.as-js .as-hero .as-subtitle,
.as-js .as-hero .as-actions,
.as-js .as-hero .as-hero__meta {
  opacity: 0;
  transform: translateY(32px);
}

body.as-page-loaded .as-hero .as-kicker,
body.as-page-loaded .as-hero .as-title,
body.as-page-loaded .as-hero .as-subtitle,
body.as-page-loaded .as-hero .as-actions,
body.as-page-loaded .as-hero .as-hero__meta {
  opacity: 1;
  transform: none;
  transition: opacity .82s var(--as-ease-out), transform .82s var(--as-ease-out);
}

body.as-page-loaded .as-hero .as-title { transition-delay: .08s; }
body.as-page-loaded .as-hero .as-subtitle { transition-delay: .16s; }
body.as-page-loaded .as-hero .as-actions { transition-delay: .24s; }
body.as-page-loaded .as-hero .as-hero__meta { transition-delay: .32s; }

/* HIGHREV-LIKE INFO BAND */
.as-stat-band {
  position: relative;
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
  background: var(--as-white);
}

.as-stat-band__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.as-stat {
  min-height: 126px;
  padding: 28px;
  border-right: 1px solid var(--as-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background .28s var(--as-ease), color .28s var(--as-ease);
}

.as-stat:first-child { border-left: 1px solid var(--as-line); }
.as-stat:hover { background: var(--as-red); }
.as-stat strong {
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
  transition: color .28s var(--as-ease);
}

.as-stat span {
  margin-top: 8px;
  color: var(--as-muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .28s var(--as-ease);
}

.as-stat:hover strong,
.as-stat:hover span { color: #fff; }

/* MEDIA CARDS */
.as-media-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--as-line);
  background: var(--as-ink);
}

.as-media-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform .8s var(--as-ease-out), filter .5s var(--as-ease);
}

.as-media-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 68px;
  height: 8px;
  background: var(--as-red);
}

.as-media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,.90), rgba(0,0,0,.05) 72%);
}

.as-media-card__content {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  padding: clamp(26px, 4vw, 54px);
}

.as-media-card .as-kicker { color: #fff; }
.as-media-card h3 {
  margin: 0;
  color: #fff;
  font-family: var(--as-display);
  font-size: clamp(42px, 4.8vw, 72px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .9;
  text-transform: uppercase;
}

.as-media-card p { max-width: 560px; margin: 18px 0 0; color: rgba(255,255,255,.82); }
.as-media-card:hover .as-media-card__image { transform: scale(1.065); }

.as-card-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.as-card-link::after {
  content: "→";
  font-size: 20px;
  transition: transform .25s var(--as-ease);
}

.as-card-link:hover::after { transform: translateX(6px); }

/* FEATURE ROWS */
.as-feature {
  border-top: 1px solid var(--as-line);
  padding: 32px 0;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  transition: padding-left .3s var(--as-ease), background .3s var(--as-ease);
}

.as-feature:last-child { border-bottom: 1px solid var(--as-line); }
.as-feature:hover { padding-left: 18px; background: linear-gradient(90deg, var(--as-soft), transparent 66%); }
.as-feature__num { color: var(--as-red); font-family: var(--as-display); font-size: 23px; font-weight: 700; }
.as-feature h3 {
  margin: 0;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: clamp(29px, 3vw, 44px);
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}
.as-feature p { margin: 8px 0 0; color: var(--as-muted); }
.as-feature__arrow { color: var(--as-red); font-size: 27px; }

/* PANELS / LISTS */
.as-panel {
  position: relative;
  padding: clamp(30px, 4vw, 56px);
  border: 1px solid var(--as-line);
  background: var(--as-white);
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: transform .3s var(--as-ease), box-shadow .3s var(--as-ease), border-color .3s var(--as-ease);
}

.as-panel::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 54px;
  height: 5px;
  background: var(--as-red);
}

.as-panel:hover {
  transform: translateY(-7px);
  border-color: var(--as-line-strong);
  box-shadow: var(--as-shadow);
}

.as-panel h3 {
  margin: 0 0 16px;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: clamp(32px, 3vw, 47px);
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}
.as-panel p { margin: 0; }

.as-checklist {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.as-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--as-text);
}

.as-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 13px;
  height: 7px;
  border-left: 2px solid var(--as-red);
  border-bottom: 2px solid var(--as-red);
  transform: rotate(-45deg);
}

/* STEPS */
.as-steps {
  counter-reset: as-step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--as-line);
  border-left: 1px solid var(--as-line);
}

.as-step {
  position: relative;
  counter-increment: as-step;
  min-height: 310px;
  padding: clamp(28px, 3vw, 44px);
  overflow: hidden;
  border-right: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
  background: var(--as-white);
  transition: background .3s var(--as-ease), color .3s var(--as-ease);
}

.as-step::before {
  content: "0" counter(as-step);
  color: var(--as-red);
  font-family: var(--as-display);
  font-size: 20px;
  font-weight: 800;
}

.as-step::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 220px;
  height: 220px;
  border: 46px solid rgba(229, 66, 44, .10);
  border-radius: 50%;
  transition: transform .45s var(--as-ease);
}

.as-step:hover::after { transform: scale(1.16); }
.as-step h3 {
  margin: 74px 0 12px;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: 37px;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}
.as-step p { margin: 0; color: var(--as-muted); }

/* ABOUT / TEAM */
.as-about-image {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: var(--as-soft);
}

.as-about-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 92px;
  height: 10px;
  background: var(--as-red);
}

.as-about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s var(--as-ease-out);
}
.as-about-image:hover img { transform: scale(1.035); }
.as-about-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(17,17,17,.14); pointer-events: none; }

.as-team-card {
  position: relative;
  border: 1px solid var(--as-line);
  background: var(--as-white);
  transition: transform .3s var(--as-ease), box-shadow .3s var(--as-ease);
}

.as-team-card:hover { transform: translateY(-7px); box-shadow: var(--as-shadow); }
.as-team-card img { width: 100%; aspect-ratio: 1.1 / 1; object-fit: cover; object-position: center; }
.as-team-card__body { padding: 26px; border-top: 4px solid var(--as-red); }
.as-team-card h3 {
  margin: 0;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: 32px;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}
.as-team-card p { margin: 9px 0 0; color: var(--as-muted); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

/* SERVICE PAGE */
.as-service-block {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  border-top: 1px solid var(--as-line);
}
.as-service-block:last-child { border-bottom: 1px solid var(--as-line); }

.as-service-block__side {
  padding: clamp(38px, 5vw, 78px) clamp(24px, 4vw, 56px) clamp(38px, 5vw, 78px) 0;
}

.as-service-block__content {
  padding: clamp(38px, 5vw, 78px);
  border-left: 1px solid var(--as-line);
  background: var(--as-soft);
}

.as-service-block h2 {
  margin: 0;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: .90;
  text-transform: uppercase;
}

.as-service-block h3 {
  margin: 38px 0 11px;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: 31px;
  font-weight: 800;
  line-height: .96;
  text-transform: uppercase;
}

.as-service-visual {
  position: relative;
  margin-top: 36px;
  aspect-ratio: 1.45 / 1;
  overflow: hidden;
  border: 1px solid var(--as-line);
}
.as-service-visual::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.as-service-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--as-ease-out); }
.as-service-visual:hover img { transform: scale(1.045); }

/* LOCATIONS */
.as-location {
  border: 1px solid var(--as-line);
  background: var(--as-white);
  transition: transform .3s var(--as-ease), box-shadow .3s var(--as-ease);
}
.as-location:hover { transform: translateY(-6px); box-shadow: var(--as-shadow); }
.as-location__body { position: relative; padding: clamp(28px, 4vw, 48px); }
.as-location__body::before { content: ""; position: absolute; top: -1px; left: -1px; width: 70px; height: 6px; background: var(--as-red); }
.as-location h3 {
  margin: 0;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  line-height: .92;
  text-transform: uppercase;
}
.as-location__meta { margin-top: 24px; display: grid; gap: 9px; }
.as-location__meta a,
.as-location__meta span { color: var(--as-text) !important; }
.as-location__meta a:hover { color: var(--as-red) !important; }
.as-location__map { min-height: 360px; border-top: 1px solid var(--as-line); background: var(--as-soft); }
.as-location__map iframe { width: 100%; height: 360px; border: 0; display: block; filter: grayscale(.25) contrast(.98); }

/* VETRINA */
.as-stock-shell {
  border: 1px solid var(--as-line);
  background: #fff;
  color: var(--as-ink);
  box-shadow: var(--as-shadow);
}

.as-stock-toolbar {
  min-height: 80px;
  padding: 17px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--as-ink);
  color: #fff;
  border-bottom: 5px solid var(--as-red);
}

.as-stock-toolbar p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }
.as-stock-toolbar .as-btn--outline { border-color: #fff; color: #fff !important; }
.as-stock-toolbar .as-btn--outline:hover { background: #fff; color: var(--as-ink) !important; }
.as-stock-frame-wrap { position: relative; min-height: 1550px; background: #fff; }
.as-stock-frame { display: block; width: 100%; height: 1650px; border: 0; background: #fff; }
.as-stock-loader {
  position: absolute;
  inset: 0 0 auto;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  color: var(--as-ink);
  z-index: 2;
  transition: opacity .3s, visibility .3s;
}
.as-stock-loader.is-hidden { opacity: 0; visibility: hidden; }
.as-spinner { width: 25px; height: 25px; border: 2px solid #ddd; border-top-color: var(--as-red); border-radius: 50%; animation: as-spin .75s linear infinite; }
@keyframes as-spin { to { transform: rotate(360deg); } }
.as-stock-note { padding: 19px 22px; background: var(--as-soft); color: var(--as-text); font-size: 13px; border-top: 1px solid var(--as-line); }

/* FORM SLOT / ELEMENTOR FORM */
.as-form-slot {
  position: relative;
  border: 1px solid var(--as-line);
  padding: clamp(30px, 4vw, 50px);
  background: var(--as-white);
  box-shadow: var(--as-shadow);
}
.as-form-slot::before { content: ""; position: absolute; top: -1px; left: -1px; right: -1px; height: 6px; background: var(--as-red); }
.as-form-slot h3 {
  margin: 0;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: 42px;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}
.as-form-slot p { margin: 14px 0 0; color: var(--as-muted); }
.as-form-slot strong { color: var(--as-ink) !important; }

.as-contact-form .elementor-field-group { margin-bottom: 17px !important; }
.as-contact-form .elementor-field,
.as-contact-form input,
.as-contact-form textarea,
.as-contact-form select {
  min-height: 56px !important;
  padding: 15px 16px !important;
  border: 1px solid var(--as-line) !important;
  border-radius: 0 !important;
  background: var(--as-white) !important;
  color: var(--as-ink) !important;
  box-shadow: none !important;
  transition: border-color .2s, box-shadow .2s;
}
.as-contact-form .elementor-field:focus,
.as-contact-form input:focus,
.as-contact-form textarea:focus,
.as-contact-form select:focus {
  border-color: var(--as-ink) !important;
  box-shadow: 0 0 0 3px rgba(229,66,44,.12) !important;
  outline: none !important;
}
.as-contact-form textarea { min-height: 170px !important; resize: vertical; }
.as-contact-form label { color: var(--as-ink) !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: .11em; text-transform: uppercase; }
.as-contact-form .elementor-button {
  min-height: 56px;
  border: 1px solid var(--as-red) !important;
  border-radius: 0 !important;
  background: var(--as-red) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.as-contact-form .elementor-button:hover { border-color: var(--as-ink) !important; background: var(--as-ink) !important; }

/* CTA */
.as-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(88px, 10vw, 154px);
  background: var(--as-red);
  color: #fff;
}

.as-cta::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -130px;
  top: -245px;
  border: 88px solid rgba(255,255,255,.12);
  border-radius: 50%;
}

.as-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32%;
  height: 9px;
  background: var(--as-ink);
}

.as-cta .as-kicker { color: #fff !important; }
.as-cta .as-kicker::before { background: #fff; }
.as-cta .as-title { color: #fff; max-width: 980px; }
.as-cta .as-subtitle { color: rgba(255,255,255,.84); }
.as-cta .as-btn--dark { border-color: #fff; background: #fff; color: var(--as-ink) !important; }
.as-cta .as-btn--dark:hover { background: var(--as-ink); color: #fff !important; }

/* OPTIONAL MARQUEE FOR FUTURE SECTIONS */
.as-marquee {
  overflow: hidden;
  border-top: 1px solid var(--as-line);
  border-bottom: 1px solid var(--as-line);
  background: var(--as-soft);
}
.as-marquee__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 18px 0;
  animation: as-marquee 28s linear infinite;
}
.as-marquee__track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  color: var(--as-ink);
  font-family: var(--as-display);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.as-marquee__track span::after { content: ""; width: 10px; height: 10px; background: var(--as-red); transform: skewX(-16deg); }
@keyframes as-marquee { to { transform: translateX(-50%); } }

/* FOOTER */
.as-footer {
  border-top: 1px solid rgba(255,255,255,.12);
  background: var(--as-ink);
  color: rgba(255,255,255,.68);
}
.as-footer__main { padding-block: clamp(66px, 8vw, 112px); }
.as-footer__grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: clamp(30px, 4vw, 68px); }
.as-footer .as-logo { color: #fff !important; }
.as-footer h3 {
  margin: 0 0 19px;
  color: #fff;
  font-family: var(--as-display);
  font-size: 24px;
  font-weight: 800;
  line-height: .95;
  text-transform: uppercase;
}
.as-footer p,
.as-footer a { color: rgba(255,255,255,.58) !important; }
.as-footer a:hover { color: #fff !important; }
.as-footer__links { display: grid; gap: 10px; }
.as-footer__bottom {
  min-height: 74px;
  border-top: 1px solid rgba(255,255,255,.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
}
.as-footer__legal { display: flex; flex-wrap: wrap; gap: 20px; }
.as-mobile-actions { display: none; }

/* REVEAL / SCROLL ANIMATIONS */
.as-js .as-reveal {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity .82s var(--as-ease-out),
    transform .82s var(--as-ease-out);
  transition-delay: var(--as-delay, 0ms);
  will-change: opacity, transform;
}

.as-js .as-reveal.as-reveal--left { transform: translateX(-46px); }
.as-js .as-reveal.as-reveal--right { transform: translateX(46px); }
.as-js .as-reveal.as-reveal--scale { transform: scale(.965); }
.as-js .as-reveal.is-visible { opacity: 1; transform: none; }

/* L'editor Elementor non deve nascondere gli elementi */
.elementor-editor-active .as-reveal,
.elementor-editor-preview .as-reveal,
body.elementor-editor-active .as-reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* ACCESSIBILITY / MOTION */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .as-reveal,
  .as-js .as-hero .as-kicker,
  .as-js .as-hero .as-title,
  .as-js .as-hero .as-subtitle,
  .as-js .as-hero .as-actions,
  .as-js .as-hero .as-hero__meta {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* RESPONSIVE */
@media (max-width: 1120px) {
  :root { --as-header-h: 72px; }
  .as-menu-toggle { display: flex; }
  .as-header__cta { display: none; }
  .as-nav {
    position: fixed;
    inset: var(--as-header-h) 0 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 30px var(--as-gutter) 120px;
    background: var(--as-white);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .38s var(--as-ease-out), visibility .38s;
    overflow: auto;
  }
  .as-nav.is-open { transform: none; visibility: visible; }
  .as-nav a {
    padding: 21px 0;
    border-bottom: 1px solid var(--as-line);
    color: var(--as-ink) !important;
    font-family: var(--as-display);
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .01em;
  }
  .as-nav a::after { display: none; }
  .as-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .as-stat-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .as-stat:nth-child(3) { border-left: 1px solid var(--as-line); }
  .as-stat:nth-child(-n+2) { border-bottom: 1px solid var(--as-line); }
  .as-footer__grid { grid-template-columns: 1.2fr 1fr; }
  .as-hero__media { width: 49%; }
  .as-hero .as-title,
  .as-hero .as-subtitle,
  .as-hero__meta { width: min(62%, 780px); }
}

@media (max-width: 780px) {
  :root {
    --as-gutter: 20px;
    --as-section: 74px;
  }

  .as-logo { min-width: 0; }
  .as-logo__main { font-size: 26px; }
  .as-logo__store { font-size: 15px; }
  .as-logo__mark { display: none; }

  .as-grid--2,
  .as-grid--3,
  .as-grid--4 { grid-template-columns: 1fr; }

  .as-hero {
    min-height: 800px;
    align-items: flex-start;
    padding-top: calc(var(--as-header-h) + 54px);
    padding-bottom: 340px;
  }

  .as-hero--inner {
    min-height: 680px;
    padding-bottom: 285px;
  }

  .as-hero__media {
    inset: auto 0 0;
    width: 100%;
    height: 310px;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 100%);
  }

  .as-hero--inner .as-hero__media { height: 260px; }
  .as-hero__media::after { background: linear-gradient(0deg, rgba(17,17,17,.16), rgba(17,17,17,0)); }
  .as-hero::before { width: 44%; height: 8px; }

  .as-hero .as-title,
  .as-hero .as-subtitle,
  .as-hero__meta { width: 100%; }

  .as-title { font-size: clamp(51px, 15vw, 76px); }
  .as-title--md { font-size: clamp(44px, 13vw, 64px); }
  .as-title--sm { font-size: clamp(37px, 11vw, 54px); }

  .as-actions { flex-direction: column; align-items: stretch; }
  .as-btn { width: 100%; }

  .as-stat-band__grid { grid-template-columns: 1fr; }
  .as-stat,
  .as-stat:first-child,
  .as-stat:nth-child(3) {
    border-left: 1px solid var(--as-line);
    border-bottom: 1px solid var(--as-line);
  }

  .as-media-card { min-height: 510px; }
  .as-feature { grid-template-columns: 44px minmax(0, 1fr); }
  .as-feature__arrow { display: none; }
  .as-feature:hover { padding-left: 0; }

  .as-steps { grid-template-columns: 1fr; }
  .as-step { min-height: 240px; }
  .as-step h3 { margin-top: 48px; }

  .as-service-block { grid-template-columns: 1fr; }
  .as-service-block__side { padding-right: 0; }
  .as-service-block__content {
    padding: 36px 0;
    border-left: 0;
    border-top: 1px solid var(--as-line);
    background: transparent;
  }

  .as-about-image { min-height: 430px; }
  .as-stock-toolbar { align-items: flex-start; flex-direction: column; }
  .as-stock-frame-wrap { min-height: 1750px; }
  .as-stock-frame { height: 1850px; }

  .as-footer__grid { grid-template-columns: 1fr; }
  .as-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 24px 98px;
  }

  .as-mobile-actions {
    position: fixed;
    z-index: 950;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--as-ink);
    border-top: 1px solid rgba(255,255,255,.14);
  }

  .as-mobile-actions a {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .as-mobile-actions a + a {
    border-left: 1px solid rgba(255,255,255,.14);
    background: var(--as-red);
  }
}

@media (max-width: 430px) {
  .as-header__inner { gap: 12px; }
  .as-logo__main { font-size: 23px; }
  .as-menu-toggle { width: 44px; height: 44px; }
  .as-hero { min-height: 790px; padding-bottom: 320px; }
  .as-hero__media { height: 295px; }
  .as-media-card { min-height: 480px; }
  .as-media-card__content { padding: 25px; }
  .as-location__map,
  .as-location__map iframe { height: 320px; min-height: 320px; }
}

/* ==========================================================
   AUTOSTELLA STORE — HEADER / FOOTER PATCH
   Integrato nel CSS globale 2.1
   ========================================================== */

/* Header corretto anche mentre sei loggato in WordPress */
body.admin-bar .as-header {
  top: 32px;
}

body.admin-bar .as-nav {
  top: calc(var(--as-header-h) + 32px);
}

/* Focus da tastiera visibile */
.as-header a:focus-visible,
.as-header button:focus-visible,
.as-footer a:focus-visible {
  outline: 3px solid var(--as-red);
  outline-offset: 4px;
}

/* Evita che URL ed email lunghe escano dalle colonne */
.as-footer__links a,
.as-footer__links span {
  overflow-wrap: anywhere;
}

/* Migliora il ritmo del testo descrittivo nel footer */
.as-footer__main p {
  line-height: 1.7;
}

@media (max-width: 782px) {
  body.admin-bar .as-header {
    top: 46px;
  }

  body.admin-bar .as-nav {
    top: calc(var(--as-header-h) + 46px);
  }
}/* End custom CSS */