@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300&family=Barlow+Condensed:wght@500;600;700&display=swap);
:host {
  /* Brand colors — sovrascrivibili dal sito Webflow */
  --tc-accent: #e8510a;
  --tc-accent-soft: #fef0ea;
  --tc-text: #0a0a0a;
  --tc-text-muted: #777;
  --tc-text-subtle: #999;
  --tc-text-faint: #bbb;
  --tc-text-light: #aaa;

  --tc-bg: #ffffff;
  --tc-bg-soft: #fafafa;
  --tc-bg-muted: #f5f5f5;
  --tc-bg-section: #f7f7f7;
  --tc-bg-dark: #0a0a0a;
  --tc-bg-darker: #060606;

  --tc-border: #ebebeb;
  --tc-border-soft: #f0f0f0;
  --tc-border-medium: #e0e0e0;
  --tc-border-dark: #111;

  /* Typography */
  --tc-font-body: "Barlow", system-ui, -apple-system, sans-serif;
  --tc-font-display: "Barlow Condensed", "Barlow", sans-serif;

  /* Radii */
  --tc-radius-sm: 3px;
  --tc-radius: 4px;
  --tc-radius-md: 6px;
  --tc-radius-lg: 8px;

  /* Spacing scale */
  --tc-space-1: 4px;
  --tc-space-2: 8px;
  --tc-space-3: 12px;
  --tc-space-4: 16px;
  --tc-space-5: 20px;
  --tc-space-6: 24px;
  --tc-space-8: 32px;
  --tc-space-10: 40px;
  --tc-space-12: 48px;
  --tc-space-16: 64px;
  --tc-space-20: 80px;

  /* Container */
  --tc-section-padding-x: 32px;
}

/* L'host (custom element) è inline di default: forzato a blocco a piena larghezza
   così ogni componente occupa il 100% della Cell/contenitore Webflow in cui è inserito. */
:host {
  display: block;
  width: 100%;
}

/* Reset locale al Shadow DOM */
:host,
:host * {
  box-sizing: border-box;
}

.x_m3bJ7i4GOG5dKy9Uvv {
  font-size: 13px;
  padding: 14px 26px;
  border-radius: var(--tc-radius);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--tc-font-body);
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.vXLs4tltioLgkVYZRcV4 {
  background: #fff;
  color: #000;
  font-weight: 500;
  box-shadow: 0 10px 24px -10px rgba(255, 255, 255, 0.55);
}

.vXLs4tltioLgkVYZRcV4:hover {
  transform: translateY(-2px);
  background: #000;
  color: #fff;
  box-shadow: 0 14px 28px -10px rgba(0, 0, 0, 0.55);
}

.wivJvMvr28_oV7RodNEz {
  background: #000;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 10px 24px -10px rgba(0, 0, 0, 0.55);
}

.wivJvMvr28_oV7RodNEz:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #000;
  border-color: #000;
  box-shadow: 0 14px 28px -10px rgba(255, 255, 255, 0.55);
}

.o2USHm5C_chdwU_yakc1 {
  color: var(--tc-bg);
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.o2USHm5C_chdwU_yakc1:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.12);
}

.JcoJpDbVGL7XpYzye2G2 {
  display: inline-block;
}

.KWkOmBY4VZBNXamnDHBG {
  display: inline-block;
  transition: transform 0.22s ease;
}

.vXLs4tltioLgkVYZRcV4:hover .KWkOmBY4VZBNXamnDHBG,
.wivJvMvr28_oV7RodNEz:hover .KWkOmBY4VZBNXamnDHBG {
  transform: translateX(4px);
}

.imB8gFT7yXPsGPFxtOH3 {
  width: 100%;
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .x_m3bJ7i4GOG5dKy9Uvv,
  .KWkOmBY4VZBNXamnDHBG {
    transition: none;
  }
}

.Inn8SsZnlL4YGk8w3GCH {
  display: inline-flex;
  align-items: center;
  gap: var(--tc-space-2);
  font-family: var(--tc-font-body);
  text-decoration: none;
}

.SDoOkYxGqKVQ1n0zJUpH {
  font-family: var(--tc-font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--logo-text-color, var(--tc-text));
  line-height: 1;
}

.BHw4O_MA26L_lyqWxjbG {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.zQF0bGChOuLiJ_fuIC9w {
  position: relative;
  overflow: hidden;
  background: var(--tc-bg-dark);
  padding: 0;
  border-bottom: none;
  font-family: var(--tc-font-body);
  min-height: min(78vh, 680px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  isolation: isolate;
}

.Rbb4D74RmAvRm1Zo8fIf {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--tc-bg-dark);
}

.sdjGxe42fgc_VXALh7dy {
  width: 140%;
  height: 100%;
  will-change: transform;
}

.W1xDjVjHEMPjEoDZ8I_o {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  display: block;
}

.LvfNU_GLDUwDAal4h6Cw {
  width: 100%;
  height: 100%;
  background: var(--tc-bg-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.FSxiyOIHqHCDp47VFOw9 {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tc-text-light);
  margin: 0;
}

.HFIEsqF39I8ebFSksdAE {
  display: block;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.12) 0%,
      rgba(10, 10, 10, 0.04) 18%,
      rgba(10, 10, 10, 0.45) 48%,
      rgba(10, 10, 10, 0.88) 72%,
      rgba(10, 10, 10, 0.97) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.35) 0%,
      rgba(10, 10, 10, 0) 55%
    );
}

.jwmX8oPDLihYU5Irg753 {
  position: relative;
  z-index: 2;
  max-width: min(780px, calc(100vw - 2 * var(--tc-section-padding-x)));
  overflow: visible;
  padding: var(--tc-section-padding-x) var(--tc-section-padding-x) 40px;
}

.y7ecRCL0EDa6XiStvnKV {
  margin-bottom: 22px;
}

.zkbV9zYXAZGGWYsrbmkA {
  font-family: var(--tc-font-display);
  font-size: clamp(44px, 4.8vw, 72px);
  font-weight: 700;
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--tc-bg);
  margin: 0 0 14px;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.45);
  width: max-content;
  max-width: calc(100vw - 2 * var(--tc-section-padding-x));
}

.wAORzmPYSl3uRbbpSXnH {
  display: block;
  font-weight: 400;
}

.iHVz9qFQnbN4Sn8ACwqg {
  color: #fff;
  font-weight: 700;
  font-size: clamp(52px, 5.8vw, 88px);
  line-height: 0.95;
  letter-spacing: 0.015em;
  white-space: nowrap;
  width: max-content;
  max-width: none;
  text-wrap: nowrap;
}

.ScybD26mXeU_8LldCmeR {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  margin: 0 0 22px;
  font-weight: 300;
  max-width: 480px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.T_d0ArWaxTjE8SbCXSdI {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .zQF0bGChOuLiJ_fuIC9w {
    justify-content: flex-end;
    align-items: stretch;
    min-height: min(88dvh, 680px);
  }

  .jwmX8oPDLihYU5Irg753 {
    max-width: 100%;
    margin-top: auto;
    padding: 48px var(--tc-section-padding-x)
      max(32px, env(safe-area-inset-bottom, 24px));
  }

  .zkbV9zYXAZGGWYsrbmkA {
    font-size: 40px;
    max-width: 100%;
  }

  .iHVz9qFQnbN4Sn8ACwqg {
    font-size: 46px;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .ScybD26mXeU_8LldCmeR {
    max-width: none;
    margin-bottom: 18px;
  }

  .T_d0ArWaxTjE8SbCXSdI {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .zQF0bGChOuLiJ_fuIC9w {
    min-height: min(88dvh, 640px);
  }

  .jwmX8oPDLihYU5Irg753 {
    padding-top: 40px;
  }

  .zkbV9zYXAZGGWYsrbmkA {
    font-size: 34px;
  }

  .iHVz9qFQnbN4Sn8ACwqg {
    font-size: clamp(36px, 11vw, 46px);
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .T_d0ArWaxTjE8SbCXSdI {
    flex-direction: column;
    align-items: stretch;
  }

  .T_d0ArWaxTjE8SbCXSdI > * {
    width: 100%;
    justify-content: center;
  }
}

