@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;
}

.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;
}

.RABbnv0HmBkmqdZY3BAr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--tc-font-body);
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: var(--tc-radius);
  cursor: pointer;
  transition: opacity 0.18s ease, background 0.18s ease, color 0.18s ease,
    border-color 0.18s ease;
  border: 1px solid transparent;
  line-height: 1;
  white-space: nowrap;
}

.RABbnv0HmBkmqdZY3BAr:hover {
  opacity: 0.88;
}

.dO9OXOG0mxqHBNDJ9beg {
  padding: 8px 18px;
  font-size: 12px;
}

.fQmuln5l2RIIYguxD6V5 {
  padding: 12px 24px;
  font-size: 13px;
}

.pjM0A9FYEZYjTZzvHjdw {
  padding: 14px 32px;
  font-size: 14px;
}

.rZcRdB2DeHSzHiaxN7bA {
  background: var(--tc-accent);
  color: #fff;
}

.LM2oQqmscu9WnHt5wpjq {
  background: transparent;
  color: var(--tc-text);
  border-color: var(--tc-border-medium);
  font-weight: 400;
}

.Wt1fYMiBAgiPjTLkktZR {
  background: transparent;
  color: var(--tc-text);
  font-weight: 400;
  border-color: var(--tc-border-medium);
}

.qi9rJuckLPaITRyfmRxU {
  background: var(--tc-text);
  color: #fff;
  font-weight: 500;
}

.YgEVa_C_2DWrPMQby2Q4 {
  background: transparent;
  color: var(--tc-accent);
  padding: 0;
  border: none;
  font-size: 13px;
  font-weight: 400;
  gap: 6px;
}

.YgEVa_C_2DWrPMQby2Q4:hover {
  opacity: 1;
  transform: translateX(2px);
}

.q8U9Ixbq8RxASPl7mElS {
  width: 100%;
}

.yk2Ls4xoATto4npTsbIg {
  background: var(--tc-bg);
  border: 1px solid var(--tc-border);
  border-radius: var(--tc-radius-md);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: var(--tc-font-body);
  text-decoration: none;
  color: inherit;
  height: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.yk2Ls4xoATto4npTsbIg:hover {
  border-color: var(--tc-border-medium);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.fhioNRACHBUHWvo_yw2R {
  aspect-ratio: 16 / 10;
  background: var(--tc-bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.fhioNRACHBUHWvo_yw2R::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease;
  pointer-events: none;
  z-index: 1;
}

.yk2Ls4xoATto4npTsbIg:hover .fhioNRACHBUHWvo_yw2R::after {
  background: rgba(0, 0, 0, 0.28);
}

.IX1ByVKSFOrefw9gLznM {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.h8gCdZi9bkdmk7r_Jyhw {
  opacity: 0.35;
}

.IaKWPsq_rL3G_mssTUZQ {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  font-size: 10px;
  font-family: var(--tc-font-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
  line-height: 1.4;
  font-weight: 600;
  background: var(--tc-accent);
  color: #fff;
}

.FPOKScwyL8T4ZJLOo8SK {
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.g9teMEI8LP2C2bmus923 {
  font-size: 17px;
  font-weight: 600;
  color: var(--tc-text);
  font-family: var(--tc-font-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  /* Riserva sempre 2 righe così le card restano allineate */
  min-height: calc(1.25em * 2);
}

.wm6hZXKIog41IULxpOWg {
  font-size: 13px;
  font-weight: 400;
  color: var(--tc-text-muted);
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* Riserva sempre 3 righe */
  min-height: calc(1.45em * 3);
}

.MUgeMqmytPeQ4d92aKXx {
  margin-top: auto;
  padding-top: 8px;
}

.aq1ZP9xljcT7F0piigIu {
  pointer-events: none;
  display: inline-flex;
  width: fit-content;
}

.yk2Ls4xoATto4npTsbIg:hover .aq1ZP9xljcT7F0piigIu {
  opacity: 0.88;
}

