@import 'ds/tokens.css';
@import 'ds/product-card.css';
@import 'ds/faq.css';
/* ============================================================================
   DropsA — legacy landing-token COMPAT LAYER.
   Single source of truth is now /css/ds/tokens.css (imported above). The legacy
   `--*` names below are kept so the existing bespoke landing/hub CSS keeps working
   while templates migrate to `--ds-*`; the shared palette aliases 1:1 to the DS
   tokens (identical values → no visual change). Only genuinely legacy-specific
   values remain as literals: the warm dark band shades (--dark/-2/-3 differ from
   --ds-dark), --line-d, and the homepage hero layout contract.
   ============================================================================ */
:root{
  --paper:var(--ds-paper); --paper-2:var(--ds-cream); --ink:var(--ds-ink); --muted:var(--ds-muted);
  --orange:var(--ds-brand); --orange-d:var(--ds-brand-d); --orange-l:var(--ds-brand-l);
  --dark:#161210; --dark-2:#1d1813; --dark-3:#0f0c0a;
  --line:var(--ds-line); --line-d:#e3ddcd;
  --mono:var(--ds-mono);
  /* homepage hero layout contract (identical across DE/EN/IT) */
  --hero-min-h:640px; --h1-max:600px; --h1-reserve:224px; --sub-reserve:52px;
  --cta-row-h:118px; --chips-row-h:72px;
}
