/** Shopify CDN: Minification failed

Line 6:0 Unexpected "?"

**/
?/* =====================================================================
   Acqua Club Italia - Design System 2026
   CSS Standalone - Non dipende da altri file del tema
   Studio Arven � Versione Draft
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,800;1,900&family=Barlow:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');

/* ?????????????????????????????????????????????
   DESIGN TOKENS
   ????????????????????????????????????????????? */
.ds2026 {
  /* Brand Colors */
  --ac-blue:       oklch(44.8% 0.178 264);
  --ac-blue-deep:  oklch(34.5% 0.156 264);
  --ac-teal:       oklch(72.1% 0.128 192);
  --ac-teal-light: oklch(82% 0.100 192);
  --ac-gold:       #C9962A;

  /* Neutrals (blue-tinted) */
  --ac-paper:      oklch(98.2% 0.004 264);
  --ac-paper-2:    oklch(95.8% 0.008 264);
  --ac-paper-3:    oklch(91% 0.012 264);

  /* Text */
  --ac-ink:        oklch(18% 0.03 264);
  --ac-ink-muted:  oklch(52% 0.04 264);

  /* Typography */
  --font-heading: 'Montserrat', sans-serif;
  --font-body:    'Barlow', sans-serif;

  /* Fluid Type Scale */
  --t-hero: clamp(3.5rem, 8vw + 1rem, 7.5rem);
  --t-xl:   clamp(2rem, 3.5vw + 0.5rem, 3.5rem);
  --t-lg:   clamp(1.4rem, 2vw + 0.3rem, 2.25rem);
  --t-md:   clamp(1.05rem, 0.5vw + 0.9rem, 1.2rem);
  --t-sm:   clamp(0.875rem, 0.3vw + 0.8rem, 1rem);
  --t-xs:   0.75rem;

  /* Spacing */
  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-32: 8rem;

  /* Shadows */
  --shadow-sm:  0 1px 3px oklch(18% 0.03 264 / 0.08), 0 1px 2px oklch(18% 0.03 264 / 0.05);
  --shadow-md:  0 4px 12px oklch(18% 0.03 264 / 0.10), 0 2px 6px oklch(18% 0.03 264 / 0.06);
  --shadow-lg:  0 12px 32px oklch(18% 0.03 264 / 0.14), 0 4px 12px oklch(18% 0.03 264 / 0.08);
  --shadow-xl:  0 24px 48px oklch(18% 0.03 264 / 0.18), 0 8px 24px oklch(18% 0.03 264 / 0.10);

  /* Radius */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-full: 999px;

  /* Transitions */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out-circ: cubic-bezier(0.85, 0, 0.15, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ?????????????????????????????????????????????
   RESET & BASE
   ????????????????????????????????????????????? */
.ds2026 *,
.ds2026 *::before,
.ds2026 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ds2026 {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ac-ink);
  background: var(--ac-paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ds2026 ::selection {
  background: var(--ac-teal);
  color: white;
}

.ds2026 img { max-width: 100%; display: block; }
.ds2026 a { color: inherit; text-decoration: none; }

/* ?????????????????????????????????????????????
   STICKY NAV
   ????????????????????????????????????????????? */
.ds-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: oklch(34.5% 0.156 264 / 0.94);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid oklch(100% 0 0 / 0.08);
  padding: 0 var(--sp-8);
}

.ds-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  height: 64px;
  gap: var(--sp-8);
}

.ds-nav__logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
}

.ds-nav__logo-mark {
  width: 36px;
  height: 36px;
  background: var(--ac-teal);
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.1rem;
  color: white;
  letter-spacing: -0.05em;
}

.ds-nav__logo-name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: white;
  letter-spacing: 0.01em;
}

.ds-nav__links {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  list-style: none;
  flex-wrap: wrap;
}

.ds-nav__links a {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: oklch(100% 0 0 / 0.65);
  padding: var(--sp-2) var(--sp-3);
  border-radius: var(--r-sm);
  transition: color 0.18s var(--ease-out-expo), background 0.18s var(--ease-out-expo);
}

.ds-nav__links a:hover,
.ds-nav__links a.is-active {
  color: white;
  background: oklch(100% 0 0 / 0.1);
}

.ds-nav__badge {
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ac-gold);
  border: 1px solid oklch(from var(--ac-gold) l c h / 0.4);
  padding: 3px 10px;
  border-radius: var(--r-full);
}

/* ?????????????????????????????????????????????
   SECTION BANDS (pattern di sfondo)
   ????????????????????????????????????????????? */

/* Utility orb mixin via radial-gradient */
.ac-orb-light {
  background-color: var(--ac-paper);
  background-image:
    radial-gradient(ellipse 60% 50% at 15% 30%, oklch(from var(--ac-blue) l c h / 0.06) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 85% 70%, oklch(from var(--ac-teal) l c h / 0.08) 0%, transparent 70%);
}

.ac-band--blue {
  background-color: var(--ac-blue);
  background-image:
    radial-gradient(ellipse 70% 55% at 80% 20%, oklch(100% 0 0 / 0.04) 0%, transparent 65%),
    radial-gradient(ellipse 55% 65% at 10% 80%, oklch(from var(--ac-teal) l c h / 0.12) 0%, transparent 65%);
  color: white;
}

.ac-band--deep {
  background-color: var(--ac-blue-deep);
  background-image:
    radial-gradient(ellipse 60% 50% at 75% 15%, oklch(from var(--ac-teal) l c h / 0.09) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 20% 85%, oklch(from var(--ac-blue) l c h / 0.35) 0%, transparent 65%);
  color: white;
}

.ac-band--teal {
  background-color: var(--ac-teal);
  background-image:
    radial-gradient(ellipse 65% 55% at 85% 25%, oklch(100% 0 0 / 0.1) 0%, transparent 65%),
    radial-gradient(ellipse 50% 70% at 10% 75%, oklch(from var(--ac-blue) l c h / 0.15) 0%, transparent 65%);
  color: var(--ac-blue-deep);
}

/* ?????????????????????????????????????????????
   COMPONENT LABEL (badge angolo sezione)
   ????????????????????????????????????????????? */
.ds-section-wrap {
  position: relative;
}

.ds-component-label {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 10;
  font-family: var(--font-heading);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ac-ink-muted);
  background: var(--ac-paper-2);
  border: 1px solid var(--ac-paper-3);
  padding: 3px 10px;
  border-radius: var(--r-full);
  cursor: pointer;
  transition: all 0.15s var(--ease-out-expo);
}

.ds-component-label:hover {
  background: var(--ac-blue);
  color: white;
  border-color: var(--ac-blue);
}

.ds-component-label.copied {
  background: var(--ac-teal);
  color: white;
  border-color: var(--ac-teal);
}

/* Dark band variant */
.ac-band--blue .ds-component-label,
.ac-band--deep .ds-component-label,
.ac-band--teal .ds-component-label {
  background: oklch(100% 0 0 / 0.1);
  border-color: oklch(100% 0 0 / 0.15);
  color: oklch(100% 0 0 / 0.7);
}

.ac-band--blue .ds-component-label:hover,
.ac-band--deep .ds-component-label:hover {
  background: var(--ac-teal);
  color: white;
  border-color: var(--ac-teal);
}

/* ?????????????????????????????????????????????
   LAYOUT HELPERS
   ????????????????????????????????????????????? */
.ds-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 var(--sp-8);
}

.ds-container--narrow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 var(--sp-8);
}

.ds-section {
  padding: var(--sp-24) 0;
}

.ds-section--xl {
  padding: var(--sp-32) 0;
}

.ds-section-eyebrow {
  font-family: var(--font-heading);
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac-teal);
  margin-bottom: var(--sp-4);
}

.ac-band--blue .ds-section-eyebrow,
.ac-band--deep .ds-section-eyebrow {
  color: var(--ac-teal-light);
}

.ac-band--teal .ds-section-eyebrow {
  color: var(--ac-blue-deep);
  opacity: 0.7;
}

.ds-section-title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--t-xl);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin-bottom: var(--sp-4);
}

.ds-section-lead {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--t-md);
  line-height: 1.7;
  color: var(--ac-ink-muted);
  max-width: 60ch;
}

.ac-band--blue .ds-section-lead,
.ac-band--deep .ds-section-lead {
  color: oklch(100% 0 0 / 0.72);
}

.ac-band--teal .ds-section-lead {
  color: oklch(from var(--ac-blue-deep) l c h / 0.8);
}

/* ?????????????????????????????????????????????
   HERO INTRO
   ????????????????????????????????????????????? */
.ds-hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px var(--sp-8) var(--sp-24);
  position: relative;
  overflow: hidden;
}

.ds-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 90% 10%, oklch(from var(--ac-teal) l c h / 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 80% at 5% 90%, oklch(from var(--ac-blue) l c h / 0.3) 0%, transparent 60%);
  pointer-events: none;
}

.ds-hero__inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}

.ds-hero__content {
  position: relative;
  z-index: 1;
}

.ds-hero__eyebrow {
  font-family: var(--font-heading);
  font-size: var(--t-xs);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ac-teal-light);
  margin-bottom: var(--sp-6);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.ds-hero__eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--ac-teal);
  flex-shrink: 0;
}

.ds-hero__h1 {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: var(--t-hero);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: white;
  text-wrap: balance;
  margin-bottom: var(--sp-8);
}

.ds-hero__h1 em {
  font-style: italic;
  color: var(--ac-teal-light);
}

.ds-hero__lead {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.7;
  color: oklch(100% 0 0 / 0.72);
  max-width: 52ch;
  margin-bottom: var(--sp-10);
}

.ds-hero__ctas {
  display: flex;
  gap: var(--sp-4);
  flex-wrap: wrap;
}

.ds-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ds-hero__orb-bg {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(from var(--ac-teal) l c h / 0.12) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ds-hero__wordmark {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(8rem, 18vw, 18rem);
  line-height: 1;
  letter-spacing: -0.06em;
  color: oklch(100% 0 0 / 0.04);
  user-select: none;
  position: relative;
  z-index: 1;
}

/* ?????????????????????????????????????????????
   BUTTONS
   ????????????????????????????????????????????? */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: var(--r-sm);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.22s var(--ease-out-expo);
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary {
  background: var(--ac-blue);
  color: white;
  border-color: var(--ac-blue);
  box-shadow: 0 4px 16px oklch(from var(--ac-blue) l c h / 0.35);
}
.btn--primary:hover {
  background: var(--ac-blue-deep);
  border-color: var(--ac-blue-deep);
  box-shadow: 0 6px 24px oklch(from var(--ac-blue) l c h / 0.45);
  transform: translateY(-1px);
}

.btn--teal {
  background: var(--ac-teal);
  color: var(--ac-blue-deep);
  border-color: var(--ac-teal);
  box-shadow: 0 4px 16px oklch(from var(--ac-teal) l c h / 0.35);
}
.btn--teal:hover {
  filter: brightness(1.07);
  box-shadow: 0 6px 24px oklch(from var(--ac-teal) l c h / 0.45);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--ac-blue);
  border-color: oklch(from var(--ac-blue) l c h / 0.35);
}
.btn--ghost:hover {
  background: oklch(from var(--ac-blue) l c h / 0.06);
  border-color: var(--ac-blue);
}

.btn--ghost-light {
  background: transparent;
  color: white;
  border-color: oklch(100% 0 0 / 0.35);
}
.btn--ghost-light:hover {
  background: oklch(100% 0 0 / 0.1);
  border-color: oklch(100% 0 0 / 0.65);
}

.btn--deep {
  background: var(--ac-blue-deep);
  color: white;
  border-color: var(--ac-blue-deep);
}
.btn--deep:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
}

/* ?????????????????????????????????????????????
   BADGE / PILL
   ????????????????????????????????????????????? */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--r-full);
  border: 1.5px solid;
}

.badge--teal-outline {
  color: var(--ac-teal);
  border-color: var(--ac-teal);
  background: transparent;
}

.badge--light-outline {
  color: oklch(100% 0 0 / 0.75);
  border-color: oklch(100% 0 0 / 0.25);
  background: transparent;
}

.badge--teal-solid {
  color: var(--ac-blue-deep);
  border-color: var(--ac-teal);
  background: var(--ac-teal);
}

.badge--gold {
  color: var(--ac-gold);
  border-color: oklch(from var(--ac-gold) l c h / 0.35);
  background: oklch(from var(--ac-gold) l c h / 0.08);
}

/* ?????????????????????????????????????????????
   COLOR SWATCHES SECTION
   ????????????????????????????????????????????? */
.ds-swatches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--sp-6);
  margin-top: var(--sp-12);
}

.ds-swatch {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.22s var(--ease-out-expo), box-shadow 0.22s var(--ease-out-expo);
}

.ds-swatch:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.ds-swatch__color {
  height: 160px;
  width: 100%;
}

.ds-swatch__info {
  padding: var(--sp-4) var(--sp-4);
  background: white;
  border-top: 1px solid var(--ac-paper-3);
}

.ds-swatch__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ac-ink);
  margin-bottom: var(--sp-1);
}

.ds-swatch__var {
  font-family: 'Courier New', monospace;
  font-size: 0.7rem;
  color: var(--ac-ink-muted);
  margin-bottom: 3px;
}

.ds-swatch__hex {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.7rem;
  color: var(--ac-ink-muted);
}

.ds-swatch__semantic {
  margin-top: var(--sp-2);
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: var(--ac-teal);
  font-weight: 500;
}

/* Color On Dark demos */
.ds-color-demos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-top: var(--sp-12);
}

.ds-color-demo {
  border-radius: var(--r-lg);
  padding: var(--sp-8);
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ds-color-demo__label {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: var(--sp-3);
}

.ds-color-demo__text {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.1;
}

/* ?????????????????????????????????????????????
   TYPOGRAPHY SECTION
   ????????????????????????????????????????????? */
.ds-type-scale {
  margin-top: var(--sp-12);
}

.ds-type-row {
  display: flex;
  align-items: baseline;
  gap: var(--sp-6);
  padding: var(--sp-6) 0;
  border-bottom: 1px solid oklch(100% 0 0 / 0.08);
}

.ds-type-row:last-child {
  border-bottom: none;
}

.ds-type-meta {
  width: 100px;
  flex-shrink: 0;
}

.ds-type-meta__label {
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ac-teal-light);
}

.ds-type-meta__size {
  font-family: 'Courier New', monospace;
  font-size: 0.65rem;
  color: oklch(100% 0 0 / 0.4);
  margin-top: 2px;
}

.ds-type-specimen {
  flex: 1;
  color: white;
}

.ds-type-specimen--hero {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: var(--t-hero);
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.ds-type-specimen--xl {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--t-xl);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.ds-type-specimen--lg {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--t-lg);
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.ds-type-specimen--md {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: var(--t-md);
  line-height: 1.7;
  color: oklch(100% 0 0 / 0.82);
}

.ds-type-specimen--sm {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--t-sm);
  line-height: 1.6;
  color: oklch(100% 0 0 / 0.65);
}

.ds-type-specimen--xs {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: var(--t-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ac-teal-light);
}

.ds-type-brand-phrase {
  margin-top: var(--sp-12);
  padding: var(--sp-12) 0;
  border-top: 1px solid oklch(100% 0 0 / 0.08);
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  line-height: 1.3;
  color: oklch(100% 0 0 / 0.65);
  letter-spacing: -0.01em;
}

.ds-type-brand-phrase strong {
  font-weight: 900;
  color: white;
}

/* ?????????????????????????????????????????????
   BANDE SECTION - Showcase
   ????????????????????????????????????????????? */
.ds-bands-intro {
  padding: var(--sp-24) 0 0;
}

.ds-band-showcase {
  position: relative;
}

.ds-band-showcase__note {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 14px;
  border-radius: var(--r-full);
  background: oklch(100% 0 0 / 0.1);
  border: 1px solid oklch(100% 0 0 / 0.15);
  color: oklch(100% 0 0 / 0.7);
  margin-bottom: var(--sp-8);
}

.ds-band-showcase__note--dark {
  background: var(--ac-paper-2);
  border-color: var(--ac-paper-3);
  color: var(--ac-ink-muted);
}

/* Stats inline */
.ds-stat-inline {
  display: flex;
  gap: var(--sp-10);
  margin-top: var(--sp-8);
  flex-wrap: wrap;
}

.ds-stat-inline__item {
  display: flex;
  flex-direction: column;
}

.ds-stat-inline__number {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--ac-teal-light);
  font-variant-numeric: tabular-nums;
}

.ds-stat-inline__label {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 0.82rem;
  color: oklch(100% 0 0 / 0.55);
  margin-top: var(--sp-1);
}

/* Pull quote */
.ds-pull-quote {
  position: relative;
  padding: var(--sp-8) var(--sp-8) var(--sp-8) var(--sp-16);
}

.ds-pull-quote::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(6rem, 12vw, 10rem);
  line-height: 0.85;
  color: var(--ac-teal);
  opacity: 0.35;
  pointer-events: none;
}

.ds-pull-quote__text {
  font-family: var(--font-heading);
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.4rem, 2.5vw, 2.25rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: white;
  text-wrap: balance;
}

.ds-pull-quote__attr {
  margin-top: var(--sp-6);
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ac-teal-light);
  letter-spacing: 0.03em;
}

/* ?????????????????????????????????????????????
   BLUE SPLIT PATTERN
   ????????????????????????????????????????????? */
.ds-split {
  display: grid;
  grid-template-columns: 40% 60%;
  min-height: 400px;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.ds-split__panel {
  padding: var(--sp-12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ds-split__panel--blue {
  background: var(--ac-blue);
  background-image:
    radial-gradient(ellipse 80% 60% at 90% 20%, oklch(100% 0 0 / 0.05) 0%, transparent 65%),
    radial-gradient(ellipse 60% 80% at 10% 80%, oklch(from var(--ac-teal) l c h / 0.12) 0%, transparent 65%);
  color: white;
}

.ds-split__panel--deep {
  background: var(--ac-blue-deep);
  background-image:
    radial-gradient(ellipse 70% 60% at 80% 20%, oklch(from var(--ac-teal) l c h / 0.1) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 10% 80%, oklch(from var(--ac-blue) l c h / 0.3) 0%, transparent 65%);
  color: white;
}

.ds-split__panel--light {
  background: var(--ac-paper);
  color: var(--ac-ink);
}

.ds-split__panel--paper2 {
  background: var(--ac-paper-2);
  color: var(--ac-ink);
}

.ds-split__panel__eyebrow {
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ac-teal-light);
  margin-bottom: var(--sp-4);
}

.ds-split__panel--light .ds-split__panel__eyebrow,
.ds-split__panel--paper2 .ds-split__panel__eyebrow {
  color: var(--ac-teal);
}

.ds-split__panel__title {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.ds-split__panel__body {
  margin-top: var(--sp-4);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.8;
}

.ds-split__panel--light .ds-split__panel__body,
.ds-split__panel--paper2 .ds-split__panel__body {
  color: var(--ac-ink-muted);
  opacity: 1;
}

/* ?????????????????????????????????????????????
   HERO VARIANTS
   ????????????????????????????????????????????? */

/* Double image stack */
.ds-hero-demo {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  position: relative;
}

.ds-hero-demo__inner {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 440px;
}

.ds-hero-demo__content {
  padding: var(--sp-12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-6);
}

.ds-hero-demo__visual {
  position: relative;
  overflow: visible;
  padding: var(--sp-8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ds-img-stack {
  position: relative;
  width: 280px;
  height: 320px;
}

.ds-img-stack__back {
  position: absolute;
  inset: 0;
  background: var(--ac-teal);
  border-radius: var(--r-lg);
  transform: rotate(-1.5deg) translate(-8px, 8px);
  opacity: 0.3;
}

.ds-img-stack__mid {
  position: absolute;
  inset: 0;
  background: oklch(from var(--ac-blue) l c h / 0.5);
  border-radius: var(--r-lg);
  transform: rotate(2.5deg) translate(6px, -4px);
  opacity: 0.4;
}

.ds-img-stack__front {
  position: relative;
  z-index: 2;
  background: var(--ac-paper-2);
  border-radius: var(--r-lg);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}

.ds-img-stack__front-inner {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 5rem;
  color: var(--ac-paper-3);
  letter-spacing: -0.05em;
}

/* Hero centered with watermark */
.ds-hero-centered-demo {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  padding: var(--sp-20) var(--sp-12);
  text-align: center;
  position: relative;
}

.ds-hero-centered-demo__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(12rem, 30vw, 28rem);
  line-height: 1;
  color: oklch(100% 0 0 / 0.03);
  pointer-events: none;
  overflow: hidden;
  letter-spacing: -0.08em;
}

/* ?????????????????????????????????????????????
   FILMSTRIP / CAROSELLO
   ????????????????????????????????????????????? */
.ds-filmstrip {
  display: flex;
  gap: var(--sp-4);
  overflow-x: auto;
  padding-bottom: var(--sp-4);
  scrollbar-width: thin;
  scrollbar-color: var(--ac-teal) var(--ac-paper-3);
}

.ds-filmstrip__item {
  flex-shrink: 0;
  width: 200px;
  height: 140px;
  border-radius: var(--r-md);
  background: var(--ac-paper-2);
  border: 1px solid var(--ac-paper-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--ac-ink-muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 0.22s var(--ease-out-expo);
}

.ds-filmstrip__item:hover {
  transform: scale(1.04);
}

/* ?????????????????????????????????????????????
   TIMELINE
   ????????????????????????????????????????????? */
.ds-timeline {
  position: relative;
  padding-left: 48px;
}

.ds-timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(to bottom, var(--ac-teal), oklch(from var(--ac-teal) l c h / 0.1));
}

.ds-timeline__item {
  position: relative;
  padding-bottom: var(--sp-8);
}

.ds-timeline__item:last-child { padding-bottom: 0; }

.ds-timeline__dot {
  position: absolute;
  left: -41px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ac-teal);
  border: 2px solid var(--ac-paper);
  box-shadow: 0 0 0 3px oklch(from var(--ac-teal) l c h / 0.2);
}

.ds-timeline__year {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ac-teal);
  margin-bottom: var(--sp-1);
}

.ds-timeline__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  color: var(--ac-ink);
  margin-bottom: var(--sp-1);
}

.ds-timeline__body {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--ac-ink-muted);
  line-height: 1.5;
}

/* ?????????????????????????????????????????????
   FOOTER MOODBOARD
   ????????????????????????????????????????????? */
.ds-footer {
  padding: var(--sp-20) 0;
  text-align: center;
  position: relative;
}

.ds-footer__watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(10rem, 25vw, 24rem);
  line-height: 1;
  color: oklch(100% 0 0 / 0.025);
  pointer-events: none;
  letter-spacing: -0.1em;
  overflow: hidden;
}

.ds-footer__logo {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.5rem;
  color: white;
  letter-spacing: -0.02em;
  margin-bottom: var(--sp-2);
  position: relative;
  z-index: 1;
}

.ds-footer__sub {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: oklch(100% 0 0 / 0.5);
  margin-bottom: var(--sp-8);
  position: relative;
  z-index: 1;
}

.ds-footer__link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ac-teal-light);
  border: 1px solid oklch(from var(--ac-teal) l c h / 0.3);
  padding: 10px 24px;
  border-radius: var(--r-full);
  transition: all 0.22s var(--ease-out-expo);
  position: relative;
  z-index: 1;
}

.ds-footer__link:hover {
  background: oklch(from var(--ac-teal) l c h / 0.1);
  border-color: var(--ac-teal-light);
  color: white;
}

.ds-footer__divider {
  width: 60px;
  height: 1px;
  background: oklch(100% 0 0 / 0.12);
  margin: var(--sp-8) auto;
  position: relative;
  z-index: 1;
}

.ds-footer__credits {
  font-family: var(--font-body);
  font-size: 0.78rem;
  color: oklch(100% 0 0 / 0.3);
  position: relative;
  z-index: 1;
}

/* ?????????????????????????????????????????????
   RESPONSIVE
   ????????????????????????????????????????????? */
@media (max-width: 1024px) {
  .ds-hero__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ds-hero__wordmark { display: none; }
  .ds-hero__lead { margin: 0 auto var(--sp-10); }
  .ds-hero__eyebrow { justify-content: center; }
  .ds-hero__ctas { justify-content: center; }

  .ds-split { grid-template-columns: 1fr; }
  .ds-hero-demo__inner { grid-template-columns: 1fr; }
  .ds-pills { grid-template-columns: 1fr; }
  .ds-product-grid { grid-template-columns: repeat(2, 1fr); }
  .ds-color-demos { grid-template-columns: 1fr; }
  .ds-stats-row { grid-template-columns: repeat(3, 1fr); }
  .ds-bento { grid-template-columns: 1fr; }
  .ds-bento-card--featured { grid-row: span 1; }
  .ds-comp-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .ds-nav__links { display: none; }
  .ds-container, .ds-container--narrow { padding: 0 var(--sp-5); }
  .ds-section { padding: var(--sp-16) 0; }
  .ds-section--xl { padding: var(--sp-20) 0; }
  .ds-product-grid { grid-template-columns: 1fr; }
  .ds-stats-row { grid-template-columns: 1fr; }
  .ds-stat { border-right: none; border-bottom: 1px solid oklch(100% 0 0 / 0.08); }
  .ds-type-row { flex-direction: column; gap: var(--sp-2); }
  .ds-type-meta { width: auto; }
}

/* ?????????????????????????????????????????????
   REDUCED MOTION
   ????????????????????????????????????????????? */
@media (prefers-reduced-motion: reduce) {
  .ds2026 *, .ds2026 *::before, .ds2026 *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}




/* =====================================================================
   NUOVI PATTERN GRAFICI v2.0 - Aggiunte al Design System
   Estratti dai post social di Acqua Club Italia
   Studio Arven � Aprile 2026
   ===================================================================== */

/* ?????????????????????????????????????????????
   TOKEN EXTRA
   ????????????????????????????????????????????? */
.ds2026 {
  --ac-s-lg: var(--sp-8);
  --ac-gold: #C9962A;
}

/* ?????????????????????????????????????????????
   PATTERN A - Cerchi Grafici (.ac-circle-deco)
   Grandi cerchi solidi parzialmente tagliati agli angoli
   ????????????????????????????????????????????? */
.ac-circle-deco {
  position: relative;
  overflow: hidden;
}

.ac-circle-deco::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
  z-index: 0;
}

.ac-circle-deco::after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: -10%;
  width: 35%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  pointer-events: none;
  z-index: 0;
}

.ac-circle-deco--light::before { background: rgba(2, 68, 179, 0.06); }
.ac-circle-deco--light::after  { background: rgba(27, 191, 180, 0.08); }
.ac-circle-deco--gold::before  { background: rgba(201, 150, 42, 0.10); }
.ac-circle-deco--gold::after   { background: rgba(201, 150, 42, 0.06); }

/* ?????????????????????????????????????????????
   PATTERN B - Dot Grid Corner (.ac-dots-corner)
   Griglia 6�6 punti colorati in angolo decorativo
   ????????????????????????????????????????????? */
.ac-dots-corner {
  position: relative;
}

.ac-dots-corner::after {
  content: '';
  position: absolute;
  bottom: var(--ac-s-lg);
  left: var(--ac-s-lg);
  width: 72px;
  height: 72px;
  background-image: radial-gradient(circle, var(--ac-teal) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.ac-dots-corner--tr::after {
  bottom: auto;
  left: auto;
  top: var(--ac-s-lg);
  right: var(--ac-s-lg);
}

.ac-dots-corner--lg::after {
  width: 110px;
  height: 110px;
  background-size: 14px 14px;
}

/* Su sfondi scuri i punti diventano bianchi */
.ac-band--deep .ac-dots-corner::after,
.ac-band--blue .ac-dots-corner::after {
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.35) 1.5px, transparent 1.5px);
}

/* ?????????????????????????????????????????????
   PATTERN C - Image Over Boundary
   ????????????????????????????????????????????? */
.ac-split-bg {
  background: linear-gradient(to bottom, var(--ac-blue) 50%, var(--ac-paper) 50%);
  position: relative;
}

.ac-img-crossover {
  position: relative;
  z-index: 2;
}

.ac-img-crossover img {
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-xl);
  width: 100%;
  display: block;
}

/* ?????????????????????????????????????????????
   HERO DOTS DECO (elemento esplicito per no-conflict)
   ????????????????????????????????????????????? */
.ds-hero__dots-deco {
  position: absolute;
  bottom: var(--sp-8);
  left: var(--sp-8);
  width: 110px;
  height: 110px;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.28) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

/* ?????????????????????????????????????????????
   SITO ATTUALE SECTION
   ????????????????????????????????????????????? */
.ds-sito-section {
  background: var(--ac-ink);
  padding: var(--sp-24) 0;
  position: relative;
  overflow: hidden;
}

.ds-sito-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ac-teal), var(--ac-blue), transparent);
}

.ds-sito-section .ds-section-eyebrow {
  color: var(--ac-teal);
}

.ds-sito-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: start;
  margin-top: var(--sp-16);
}

.ds-sito-col-label {
  font-family: var(--font-heading);
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(100% 0 0 / 0.4);
  margin-bottom: var(--sp-4);
}

/* Browser frame mockup */
.ds-site-frame {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.12);
  box-shadow: 0 32px 64px oklch(0% 0 0 / 0.5);
}

.ds-site-frame__bar {
  background: oklch(22% 0.01 264);
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 var(--sp-4);
  gap: 6px;
  position: relative;
}

.ds-site-frame__bar::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f56;
  box-shadow: 16px 0 0 #ffbd2e, 32px 0 0 #27c93f;
  flex-shrink: 0;
}

.ds-site-frame__bar::after {
  content: 'acqua-club.com';
  font-family: var(--font-body);
  font-size: 0.7rem;
  color: oklch(100% 0 0 / 0.35);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ds-site-frame__video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ds-site-frame__caption {
  background: oklch(20% 0.01 264);
  padding: var(--sp-3) var(--sp-4);
  font-family: var(--font-body);
  font-size: 0.72rem;
  color: oklch(100% 0 0 / 0.35);
  font-style: italic;
  border-top: 1px solid oklch(100% 0 0 / 0.06);
}

/* Evolution card */
.ds-evolution-card {
  background: oklch(100% 0 0 / 0.04);
  border: 1px solid oklch(100% 0 0 / 0.08);
  border-radius: var(--r-lg);
  padding: var(--sp-8);
  height: 100%;
}

.ds-evolution-list {
  list-style: none;
  padding: 0;
  margin: var(--sp-6) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}

.ds-evolution-list li {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.875rem;
  color: white;
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-md);
  background: oklch(100% 0 0 / 0.05);
  border-left: 2px solid var(--ac-teal);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  transition: background 0.15s var(--ease-out-expo);
}

.ds-evolution-list li:hover {
  background: oklch(100% 0 0 / 0.09);
}

.ds-evolution-list li .evo-icon {
  color: var(--ac-teal);
  font-size: 0.9rem;
  flex-shrink: 0;
  font-style: normal;
}

/* ?????????????????????????????????????????????
   PATTERN DEMO SECTION
   ????????????????????????????????????????????? */
.ds-pattern-tabs {
  display: flex;
  flex-direction: column;
  gap: var(--sp-20);
  margin-top: var(--sp-12);
}

.ds-pattern-group__header {
  display: flex;
  align-items: baseline;
  gap: var(--sp-4);
  margin-bottom: var(--sp-8);
  padding-bottom: var(--sp-4);
  border-bottom: 1px solid var(--ac-paper-3);
  flex-wrap: wrap;
}

.ds-pattern-group__name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: var(--t-lg);
  color: var(--ac-ink);
  letter-spacing: -0.02em;
}

.ds-pattern-group__code {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.75rem;
  color: var(--ac-blue);
  background: var(--ac-paper-2);
  border: 1px solid var(--ac-paper-3);
  padding: 2px 10px;
  border-radius: var(--r-sm);
}

.ds-code-ref {
  background: var(--ac-paper-2);
  border-radius: var(--r-md);
  padding: var(--sp-4) var(--sp-6);
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 0.75rem;
  color: var(--ac-ink-muted);
  border-left: 3px solid var(--ac-teal);
  line-height: 1.8;
}

/* Pattern cards grid */
.ds-pattern-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
}

.ds-pattern-card {
  border-radius: var(--r-lg);
  min-height: 220px;
  padding: var(--sp-8);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.ds-pattern-card--dark {
  background: var(--ac-blue-deep);
  color: white;
}

.ds-pattern-card--blue {
  background: var(--ac-blue);
  color: white;
}

.ds-pattern-card--light {
  background: var(--ac-paper);
  color: var(--ac-ink);
  border: 1px solid var(--ac-paper-3);
}

.ds-pattern-card__label {
  font-family: var(--font-heading);
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--sp-2);
  position: relative;
  z-index: 2;
}

.ds-pattern-card__desc {
  font-family: var(--font-body);
  font-size: 0.85rem;
  line-height: 1.55;
  position: relative;
  z-index: 2;
}

/* Dot grid demo */
.ds-dot-demo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
}

.ds-dot-demo-card {
  border-radius: var(--r-lg);
  min-height: 190px;
  padding: var(--sp-8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
}

.ds-dot-demo-card--dark {
  background: var(--ac-blue-deep);
  color: white;
}

.ds-dot-demo-card--light {
  background: var(--ac-paper);
  color: var(--ac-ink);
  border: 1px solid var(--ac-paper-3);
}

.ds-dot-demo-card__title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}

.ds-dot-demo-card__sub {
  font-family: var(--font-body);
  font-size: 0.8rem;
  margin-top: var(--sp-2);
  position: relative;
  z-index: 2;
}

/* Split BG Demo */
.ds-split-bg-demo {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ac-paper-3);
}

.ds-split-bg-demo__inner {
  background: linear-gradient(to bottom, var(--ac-blue) 50%, var(--ac-paper) 50%);
  padding: var(--sp-16) var(--sp-12);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ?????????????????????????????????????????????
   PRODOTTO CARD - versione con immagine reale
   ????????????????????????????????????????????? */
.ds-product-card__img-real {
  width: 100%;
  height: 180px;
  object-fit: contain;
  padding: var(--sp-4);
  background: white;
  border-radius: var(--r-md) var(--r-md) 0 0;
  display: block;
}

.ds-product-card__tag {
  font-family: var(--font-heading);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ac-teal);
  margin-bottom: var(--sp-1);
}

.ds-product-card__price {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ac-blue);
  margin-top: var(--sp-2);
  letter-spacing: -0.01em;
}

/* ?????????????????????????????????????????????
   SOCIAL CARD - Post Instagram/Facebook brand
   Proporzioni 1:1 � Layout post pattern 2026
   ????????????????????????????????????????????? */
.ds-social-section {
  background: #f4f5f8;
}

.ds-social-cards-wrap {
  display: flex;
  gap: var(--sp-8);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--sp-4);
}

.ds-social-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 1 / 1;
  border-radius: var(--r-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  background: var(--ac-blue);
  box-shadow: var(--shadow-xl);
  flex-shrink: 0;
}

/* Cerchio bianco top-right */
.ds-social-card::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 60%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  pointer-events: none;
  z-index: 0;
}

/* Dot grid teal bottom-left */
.ds-social-card::after {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 1.25rem;
  width: 70px;
  height: 70px;
  background-image: radial-gradient(circle, rgba(27, 191, 180, 0.65) 1.5px, transparent 1.5px);
  background-size: 11px 11px;
  pointer-events: none;
  z-index: 0;
}

.ds-social-card--deep {
  background: var(--ac-blue-deep);
}

.ds-social-logo {
  position: absolute;
  top: 1rem;
  left: 1.25rem;
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.ds-social-logo strong {
  font-style: normal;
  font-weight: 900;
}

.ds-post-num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.ds-post-eyebrow {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.65rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ac-teal-light);
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 2;
}

.ds-post-headline {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: auto;
  position: relative;
  z-index: 2;
}

.ds-post-img {
  position: absolute;
  bottom: 2.5rem;
  right: 1rem;
  width: 45%;
  max-height: 55%;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.3));
}

.ds-post-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--ac-blue-deep);
  padding: 0.5rem 1.25rem;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.05em;
  z-index: 3;
}

.ds-social-card--deep .ds-post-bar {
  background: oklch(22% 0.14 264);
}

.ds-social-card > *:not(.ds-post-img):not(.ds-post-bar):not(.ds-social-logo):not(.ds-post-num) {
  position: relative;
  z-index: 2;
}

/* ?????????????????????????????????????????????
   RESPONSIVE - aggiornamenti v2.0
   ????????????????????????????????????????????? */
@media (max-width: 900px) {
  .ds-sito-grid {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }

  .ds-pattern-cards {
    grid-template-columns: 1fr;
  }

  .ds-dot-demo {
    grid-template-columns: 1fr;
  }

  .ds-social-cards-wrap {
    justify-content: center;
  }

  .ds-social-card {
    max-width: 300px;
  }
}

@media (max-width: 640px) {
  .ds-sito-section {
    padding: var(--sp-16) 0;
  }

  .ds-social-card {
    max-width: 260px;
  }

  .ds-pattern-group__name {
    font-size: var(--t-md);
  }

  .ds-hero__dots-deco {
    width: 72px;
    height: 72px;
    background-size: 12px 12px;
  }
}

/* ?????????????????????????????????????????????
   REDUCED MOTION - aggiornamenti v2.0
   ????????????????????????????????????????????? */
@media (prefers-reduced-motion: reduce) {
  .ds-social-card,
  .ds-pattern-card,
  .ds-evolution-list li {
    transition: none;
  }
}
