  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; font-family: 'Archivo', system-ui, sans-serif; color: #17223a; background: #ffffff; -webkit-font-smoothing: antialiased; }
  a { color: #1f4a7a; text-decoration: none; }
  a:hover { color: #c6a34e; }
  img { max-width: 100%; }
  #dc-root { height: 100%; position: absolute; width: 100%; }
  @keyframes almaniCar { 0% { transform: translateX(64vw); } 100% { transform: translateX(-118%); } }
  @keyframes almaniFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
